@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------------全体フォーマット*/
body {font-size: 16px;color: #000;line-height: 1.6; }


.imgover { cursor:pointer; }



/*--------------------------------------------------------------------共通*/
.clear{clear:both;}
.fl_l{float:left;}
.fl_r{float:right;}

.center { text-align: center; }
.strong{font-weight:bold;}
.font10px{font-size:10px; line-height:180%;}
.font12px{font-size:12px;}
.font14px{font-size:14px; font-weight:bold; color:#F00;}
.mrg_top5{margin-top:5px;}
.mrg_top10{margin-top:10px;}
.mrg_top20{margin-top:20px;}
.mrg_top50{margin-top:50px;}
.mrg_btm5{margin-bottom:5px;}
.mrg_btm10{margin-bottom:10px;}
.mrg_btm15{margin-bottom:15px;}
.mrg_btm20{margin-bottom:20px;}
.mrg_btm30{margin-bottom:30px;}
.mrg_btm50{margin-bottom:50px;}
.mrg_btm60{margin-bottom:60px;}
.mrg_left30{margin-left:30px;}
.mrg_left5{margin-left:5px;}
.mrg_left7{margin-left:7px;}
.mrg_left10{margin-left:15px;}
.mrg_left35{margin-left:35px;}
.mrg_left100{margin-left:100px;}
.mrg_left150{margin-left:150px;}
.mrg_left180{margin-left:180px;}
.mrg_right10{margin-right:10px;}
.mrg_right20{margin-right:20px;}
.mrg_right35{margin-right:35px;}
.strong_blue{font-weight:bold; color:#47D1D1;}
.pd_left30{padding-left:30px;}

/*------------------------------------------------------------------------リンク文字色*/
a:link			 {color:#0068b7;text-decoration:underline;}
a:visited		 {color:#0068b7;text-decoration:underline;}
a:active		 {color:#e94f23;text-decoration:underline;}
a:hover			 {color:#e94f23;text-decoration:underline;}



/*------------------------------------------------------------------------clearfixハック*/
#contents:after,
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contents,
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html #contents,
* html .clear {height: 1%;}
#contents ,
.clear {display: block;}
/* End hide from IE-mac */
/*---------------------------------------------------------------*/


#mainimg{
    background: url(../image/top_img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0 0 60px;
	position: relative;
	padding: 0 0 45% 0;
}


.title{
position: absolute;
top: 5%;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
width:613px;
height:171px;
}

.top_lead{
position: absolute;
top: 88%;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
width:940px;
height:60px;
}


#footer p {
	margin: 0 0 15px;
	font-size: 14px;
}
