@charset "UTF-8";

/*

 * author:		KUNIHIRO ENDO ( Pati )
 * process:		grambook DELIVERY css
 * revision marking:


/* reset
--------------------------------------------------------------*/

section.cont div.shadow{
margin:10px auto 0;}

section.cont div.image_box{
	position: relative;
min-height:492px;
margin: 0 0 30px;
padding:7px 0 10px 40px;
background:url(images/bg_delivery.png) no-repeat 504px top;
}

	* html section.cont div.image_box{
	height:492px;
	}

section.cont div.image_box h3{
	width:760px;
	border-bottom:1px dashed #333;
}

section.cont div.image_box dl{

margin:0 0 30px;
}

section.cont div.image_box dl dt{
margin:0 0 10px;
font-weight:bold;}

section.cont div.image_box dl dt span{
margin: 0 0.7em 0 0 ;
font-size:1.4em;
color:#F50A48;}


section.cont div.image_box dl dd{
margin:0 0 30px 0;
padding:0 0 0 2.5em;
text-indent:-2.3em;}

section.cont div.image_box dl dd span{
margin: 0 0.7em 0 0 ;
font-size:1.4em;
font-weight:bold;
color:#BF3131;}

section.cont div.image_box dl dd a{
color:#FF0030;}

ul.card{overflow: hidden;}

ul.card:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html ul.card{
	height: 1em;
	overflow: visible;
}

/**/