
/* --------------------------------------------------------------
　　basic
-------------------------------------------------------------- */
body{
	margin:0 auto;
	text-align: left;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:1.1em;
	line-height:150%;
}

img{
	margin:0;
	border:none;
	vertical-align:bottom;
}
div, p, ul, li, h1, h2, h3{	
	margin:0;
	padding: 0;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: underline;
	color:#00CCFF;
}
a:hover img{
	opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

ul{
	list-style: none;
}

/* --------------------------------------------------------------
　　clearfix
-------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* --------------------------------------------------------------
　　margin
-------------------------------------------------------------- */
.mt12{margin-top:12px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}


.lft{float:left;}
.rit{float:right;}


/* --------------------------------------------------------------
　　contents
-------------------------------------------------------------- */

#cont{
	margin:20px auto 0;
	width:965px;
}

#cont #head{
	margin:0;
}
#cont #head .logo{
	float:left;
	width:346px;
}
#cont #head .tel{
	float:right;
	width:482px;
}
/*キャンペーン*/
#cont #camp{
	background-color:#E7E7E7;
	margin:0;
	padding:22px 24px;
	width:917px;
}
#cont #camp .txt{
	float:left;
	width:445px;
}
#cont #camp .pic{
	float:right;
	width:453px;
}
#cont .c_pic{
	text-align:center;
}
#cont span.chuki{
	font-size:0.8em;
}
#cont .ttl01{
	margin:100px 0 0;
	width:965px;
}
#cont .box01{
	margin:0 24px;
	width:917px;
}
#cont .box01 .sbttl01{
	margin:40px 0 0;
	width:917px;
}
#cont .box01 .w400lft{
	float:left;
	width:480px;
}
#cont .box01 .w400rit{
	float:right;
	width:400px;
}
#cont .box01 .w378lft{
	float:left;
	width:502px;
}
#cont .box01 .w378rit{
	float:right;
	width:378px;
}




/*フッター*/
#cont #foot_tel{
	margin:70px 0 0;
	text-align:center;
	width:965px;
}

#cont #foot{
	position:relative;
	border-top:2px solid #D2EBFF;
	background-color:#585657;
	padding-bottom:80px;
	margin-top:40px;
	color:#FFF;
}
#cont #foot .logo{
	position:absolute;
	bottom:16px;
	left:20px;
}
#cont #foot .lnk{
	position:absolute;
	bottom:14px;
	right:330px;
	font-size:0.7em;
}
#cont #foot .lnk li{
	display:inline;
	padding:0 16px 0 10px;
}
#cont #foot .lnk li a{
	text-decoration:none;
	color:#FFF;
}
#cont #foot .co{
	position:absolute;
	bottom:14px;
	right:20px;
	font-size:0.55em;
}