/* eccomerce
---------------------------------------------------------------*/

/* H2 Type Red
------------------------------------*/

.content h2{
	line-height: 1.2;
	font-size: 140%;
	font-weight: bold;
	border: none;
	padding: 0.2em 0.2em 0.2em 28px;
	background: url(https://img08.shop-pro.jp/PA01033/512/etc/_icon-title.png) top left repeat-y;
}

.content h2 a{
	color: #000 !important;
	text-decoration: none;
}

/* H2 Type Blue
------------------------------------*/

.content h2.blue{
	line-height: 1.2;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-left: 8px solid #1D2E5E;
	padding: 0.5em;
	background-image: none;
}

.content h2.blue a{
	color: #000 !important;
	text-decoration: none;
}

.content h2.blue a:hover{
	text-decoration: underline;
}

#ecommerce table{
	margin: 0 0 1em 0;
	border-collapse: collapse;
	border-spacing: 0;
}



#ecommerce table th,
#ecommerce table td{
	border: 1px solid #ccc;
}

#ecommerce table td{
	border-left-width: 0;
}

#ecommerce table th{
	line-height: 1.5;
	padding: 0.5em;
	width: 11em;
	text-align: center;
	font-size: 78%;
	font-weight: bold;
	color: #333;
	background: #e5e5e5;
}

#ecommerce table td{
	line-height: 1.5;
	padding: 0.5em;
	font-size: 78%;
	color: #333;
	vertical-align: middle;
}

#block-payment h3,
#block-delivery h3{
	margin-bottom: 0.8em;
	font-weight: bold;
}

#block-payment .first,
#block-delivery .first{
	padding: 0 0 1em 0;
}

#block-payment p,
#block-delivery p{
	margin: 0 1.5em;
}


/* clear fix
---------------------------------------------------------------*/

