@charset "UTF-8";

#continer {
	padding-bottom: 60px;
}

#continer a {
	text-decoration: none;
	color: #006cb7;
}

#continer a:hover {
	text-decoration: underline;
	color: #ECA326;
}


#continer h1 {
	padding: 5px;
	background: #52a3a6;
	/* background: #006cb7; */
	color: #fff;
	line-height: 1.5;
	border-bottom: 1px solid #52a3a6;
	/* border-bottom: 1px solid #006cb7; */
	margin-bottom: 5px;
}

#continer h2 {
	text-align: center;
	margin: 20px auto 10px;
	background: #999;
	color: #fff;
	line-height: 1.8;
	font-weight: normal;
}

#continer h3 {
	text-align: center;
	margin: 20px auto 10px;
	background: #999;
	color: #fff;
	line-height: 1.8;
	font-weight: normal;
}


#continer p {
	width: 90%;
	margin: 5px auto;
	line-height: 1.5;
	font-size: 14px;
}

#continer .stream {
	border-bottom: 1px solid #999;
}

#continer .stream span {
	font-weight: bold;
}

#continer .ol-1 {
	list-style-type: decimal;
	padding-left: 1em;
	width: 80%;
	margin: 5px auto;
	line-height: 1.5;
	font-size: 14px;
}

#continer .ol-2 {
	list-style-type: lower-latin;
	padding-left: 2em;
	width: 90%;
	margin: 5px auto;
	line-height: 1.5;
	font-size: 14px;
}

#continer li {
	margin-bottom: 5px;
}

/*ここからご購入の流れ*/

#continer .cart_step {
	width: 90%;
	margin: 5px auto 10px;
	border: #52a3a6 solid 1px ;
	/* border: #006cb7 solid 1px ; */
/*	color: #006cb7;*/
	line-height: 18px;
	text-decoration: none;
	font-size: 14px;
}

#continer .cart_step dt {
	margin: 5px auto 0;
	font-weight: bold;
}

#continer .cart_step dd {
	margin: 0 10px 10px 10px;
}


/*ご購入の流れ終わり*/

#continer .ginfuri {
	width: 90%;
	margin: 5px auto 10px;
	border: #52a3a6 solid 1px ;
/*	color: #006cb7;*/
	line-height: 18px;
	text-decoration: none;
	font-size: 14px;
}

#continer .ginfuri dt {
	margin: 5px auto 0;
	font-weight: bold;
}

#continer .ginfuri dd {
	margin: 0 10px 10px 10px;
}

#continer .ginfuri .ginfuriTable th{
	text-align: left;
	padding-right: 20px;
}

#continer .ginfuri .ginfuriTable td{
	text-align: left;
}








