@charset "utf-8";
/* CSS Document */

/*=================================== pc用 ==================================*/
ol.shopping_guide{
	padding:0;
}

.shopping_guide li{
	text-align:left;
	list-style:none;
}
.shopping_guide li:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
}

.midashi{
	color:#ffffff;
	background-color:#006716;
	display:block;
	padding:5px;
}

.step{
	color:#FF9000;
}

.shopping_guide p{
	width:40%;
}
.rightimage {
	width:55%;
	float:right;
}

.spanred{
	color:#ff0000;
	font-weight:bold;
}

/*.shopping_guide p:after{
	content:"";
	clear:both;
}*/

/*=================================== sp用 ==================================*/
@media (max-width:767px) {
	
.rightimage {
	width:100%;
	clear:both;
}
.shopping_guide p{
	width:100%;
}
}

