
/* --------------------------------------------------------------
　　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
-------------------------------------------------------------- */
.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;}
.mr180{margin-right:180px !important;}

.imgCenter{text-align:center;}
.txtRight{text-align:right;}


/* --------------------------------------------------------------
　　contents
-------------------------------------------------------------- */

#cont {
	margin:20px auto 0;
	width:965px;
}

#cont #head {
	margin:0;
	width:965px;
}
#cont #head .logo {
	float:left;
	width:346px;
}
#cont #head .tel {
	float:right;
	width:482px;
}

/*タイトル*/
#cont .ttl01{
	margin: 60px 0 0;
	width: 965px;
}
/*内容*/
#cont .box01{
	margin: 30px auto 0;
	width: 916px;
}
/*特長*/
#cont .tokucho01 {
	background:url('../img/sec_sbbg_02.jpg') top left repeat-y;
	width:965px;
}
#cont .tokucho01 .t_naiyo01 {
	background:url('../img/sec_sbbg_01.jpg') top left no-repeat;
	width: 857px;
	padding-left: 108px;
}
#cont .tokucho01 .t_naiyo01 .t_txt01 {
	float: left;
	width: 525px;
	padding-top: 24px;
}
#cont .tokucho01 .t_naiyo01 .t_pic01 {
	float: right;
	width: 318px;
}




#cont .chuki{
	font-size:0.7em;
	line-height:130%;
}



/*フッター*/
#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;
}