@charset "UTF-8";
@import url("common.css");

/* 基本のレイアウト */
body{background:url(../image/business/bg_body.png);}

#hd{width:100%;height:300px;text-align:center;background:url(../image/business/bg_hd_outer.png) repeat-x;}
#hd #logo{position:absolute;top:16px;left:9px;z-index:2;}
#hd #btnLPH{position:absolute;top:16px;left:135px;z-index:3;}
#hd h1{width:700px;margin:0 auto;padding:60px 0 0 0;}

#ctOuter{width:100%;text-align:center;background:url(../image/business/bg_ct_outer.png) repeat-x;}
#ct{width:700px;margin:0 auto;padding:15px 0 50px 0;text-align:left;}
#ct .box{margin:0 0 15px 0;background:#fff;}

#ct #Fmn{text-align:right;}
#ct #Fmn li{
	display:inline;
	margin:0 0 0 5px;
	font-size: 10px;
}
#ct address{margin:10px 0 0 0;font-size:83%;color:#072435;text-align:right;}

/* box */
#ct .box.typeA{padding:20px;}
#ct .box.typeA h3{font-weight:bold;color:#db3400;}

/* 事業NO.1 */
#ct #aboutShop{padding:0 0 20px 0;}
#ct #aboutShop .intro{margin:0 0 5px 0;}
#ct #aboutShop dt{margin:0 0 12px 30px;}
#ct #aboutShop dd{margin:0 0 0 30px;}
#ct #aboutShop dd li{float:left;margin:0 20px 0 0;}
#ct #aboutShop dd li.last{float:left;margin:0 0 0 0;}

#ct #aboutShop dd:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
*html #ct #aboutShop dd{height:1%;}
*+html body #ct #aboutShop dd{display:inline-block;}

#ct #shoplist{padding:0 0 10px 0;}
#ct #shoplist .service{margin:20px 0 20px 20px;}
#ct #shoplist .hanrei{margin:0 0 22px 0;}
#ct #shoplist .pagelink{margin:0 0 22px 10px;}
#ct #shoplist h3{margin:0 0 5px 10px;}
#ct #shoplist table{width:680px;margin:0 0 5px 10px;}
#ct #shoplist table th{font-weight:bold;background:#f0f0f0;padding:2px;ine-height:1;text-align:left;border-right:1px solid #fff;padding:2px;width:25%;}
#ct #shoplist table th.noborder{border:none;}
#ct #shoplist .pagetop{margin:15px 10px 0 0;text-align:right;}

#ct #shoplist .boxShop{margin:0 0 0 12px;}
#ct #shoplist .boxShop ul{float:left;width:165px;margin:0 5px 15px 0;}
#ct #shoplist .boxShop ul li{margin:0 0 4px 0;}
#ct #shoplist .boxShop ul li img{vertical-align:middle;margin:0 3px 0 0;}

#ct #shoplist .boxShop:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
*html #ct #shoplist .boxShop{height:1%;}
*+html body #ct #shoplist .boxShop{display:inline-block;}


/* アライアンス事業お問い合わせフォーム */
#tableForm{width:660px;margin:0 0 20px 0;border-collapse:collapse;}
#tableForm th{width:28%;padding:10px;background:#eee;text-align:left;border:1px solid #a4b3bc;}
#tableForm td{width:72%;padding:10px;background:#eee;border:1px solid #a4b3bc;}

#tableForm .kome{color:#f00;}

#kikakuForm iframe{width:660px;margin:0 0 20px 0 ;border:none;border:1px solid #a4b3bc;}

