
/* --------------------------------------------------------------
　　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{
/*    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
*/
	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
-------------------------------------------------------------- */
.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt80{margin-top:80px !important;}


.lft{float:left;}
.rit{float:right;}


/* --------------------------------------------------------------
　　contents
-------------------------------------------------------------- */

#cont{
	margin:20px auto 0;
	width:965px;
}

#cont #head{
	margin:0 18px;
	width:929px;
}
#cont #head .logo{
	float:left;
	width:346px;
}
#cont #head .tel{
	float:right;
	width:482px;
}

/*ボタン*/
#cont .btnarea{
	margin:0;
	background: url(../img/bg02.gif) repeat-y;
	padding:24px 0 20px 0;
	width:100%;
	text-align:center;
}

#cont .btnarea a{
	margin:0 5px 0 5px;
}




#cont .ttl01{
	margin:40px 0 0;
	width:965px;
}
#cont .box01{
	margin:0 40px;
	width:885px;
}
#cont .box01 .w525lft{
	float:left;
	width:320px;
}
#cont .box01 .w525rit{
	float:right;
	width:525px;
}
#cont .box01 .w336lft{
	float:left;
	width:336px;
}
#cont .box01 .w336rit{
	float:right;
	width:525px;
}
#cont .chuki{
	font-size:0.8em;
	line-height:120%;
}
#cont .indent{
	margin-left:1em;
	text-indent:-1em;
}
#cont .btmbd_gl{
	padding-bottom:15px;
	border-bottom:2px solid #D2D2D2;
}


/*フッター*/
#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;
}