@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 p{
margin:0 0 20px;
}

ul.card{
width:372px;
height:72px;
margin:15px 0 ;
padding:12px 19px 0 14px;
background:url(images/bg_card.png) no-repeat left top; }

* html ul.card{padding:12px 19px 20px 14px;}
ul.card li{
display:inline;
}

ul.card li.visa{margin:0 20px 0 0;}
ul.card li.master{margin:0 25px 0 0;}
ul.card li.jcb{margin:0 35px 0 0;}
ul.card li.american{margin:0 26px 0 0;}

ul.card li img{
vertical-align:middle;
}

ul.card{overflow: hidden;}

ul.card:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/*\*/
* html ul.card{
	height: 1em;
	overflow: visible;
}

/**/