
/* --------------------------------------------------------------
　　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-bottom: 10px;
	width:965px;
}
#cont #head .logo {
	float:left;
	width:346px;
}
#cont #head .tel {
	float:right;
	width:482px;
}
/*トップ　キャンペーン*/
#cont .camparea01 {
	background-color: #E7E7E7;
	padding: 20px 24px;
	width: 917px;
}
#cont .camparea01 .txt {
	margin:0 30px;
}
/*ボタン1つ*/
#cont .btn_1{
	margin: 60px auto 0;
	width: 410px;
}
/*ボタン2つ*/
#cont .btn_2{
	margin: 20px auto 0;
	width: 846px;
}
#cont .btn_2 .lftbtn{
	width: 410px;
	float: left;
}
#cont .btn_2 .ritbtn{
	width: 410px;
	float: right;
}
/*導入*/
#cont .intro {
	margin: 40px auto 0;
	width: 917px;
}
/*タイトル*/
#cont .ttl01{
	margin: 60px 0 0;
	width: 965px;
}
/*内容*/
#cont .box01{
	margin: 20px 0 0;
	width: 965px;
}
#cont .box01 .txt01{
	width: 540px;
	float: left;
}
#cont .box01 .pic01{
	width: 400px;
	float: right;
}
/*コラム*/
#cont .column01{
	margin:50px 0;
	width:965px;
	background: url('../img/arr_c01_bg.jpg') top left repeat-y;
}
#cont .column01 .cbox01 {
	width:965px;
}
#cont .column01 .cbox01 .cttl01 {
	width: 318px;
	float: left;
}
#cont .column01 .cbox01 .ctxt01 {
	margin-left: 12px;
	width: 610px;
	float: left;
}
/*特長*/
#cont .tokucho01 {
	background:url('../img/arr_bg_01.jpg') top left no-repeat;
	padding-top:3px;
	width:965px;
}
#cont .tokucho01 .t_ttl01 {
	width: 318px;
	float: left;
}
#cont .tokucho01 .t_txt01 {
	width: 635px;
	float: right;
	margin-top:20px;
}
#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;
}