@charset "utf-8";

/*==========================================
File name: base.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2012.12.04
========================================== */

/* ▼ BASE SETTING ▼ */

* {margin: 0;padding: 0;}

/* ▼ BASE LAYOUT▼ */ 

html{
	height: 100%;
	margin: 0;
	padding: 0;}

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background:url(../images/common/bg.jpg) repeat-x top left;
	text-align: center;
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
line-height: 1.5;}


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	text-align: left;}

#container{
	width: 1000px;
	margin: 0 auto;}

#container-footer{
	height: 500px;/* footerの高さを入れる */
	position: relative;
	clear: both;}

#contents{
	clear: both;
	overflow:hidden;
	width: 1000px;
	text-align: left;
	padding: 0px 0 15px 0;}

/* ▼ LINK SETTING ▼ */

a{	color: #003399;
	outline: none;}

a,a:link {text-decoration: none;}

a:visited {	text-decoration: none;}

a:hover {text-decoration: underline;}

a.current,
a:active,
a:focus {}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";}

.no_alpha a:hover img{
	opacity:1.0 !important;
	filter:alpha(opacity=100) !important;
	-ms-filter: "alpha( opacity=100 )" !important;}

/* ▼ HEADER ▼ */

#header {
	width: 1000px;
	height: 100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;}

#header_link{
	position: absolute;
	top: 65px;
	right: 00px;
}

#header_link ul{
	width: 350px;
	text-align:right;
	
}

#header_link ul li{
	display: inline;
	font-size: 11px;
	margin: 0 0 0 10px;
}


#header_link ul li a{
	color:#000;
}

#header p{
	position: absolute;
	top: 5px;
	right: 0;
	text-align:right;
	font-size: 10px;
	}

/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 424px;}

/* ▼ GLOBAL NAVIGATION ▼ */

#gnav{
	width: 1000px;
	margin:0 auto 20px auto;	
	
}

#gnav ul{
	width: 1000px;
	height: 53px;}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;}
	
#gnav li a:hover img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";}

/* ▼ MAIN CONTENTS ▼ */

.main{
	width: 735px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;}

.main_submenu{
	 text-align:right;
	 margin-bottom:15px;}

/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;}

#snav{
	width: 240px;
	margin: 0 0 20px 0;}


	
/**スタイルＢ**/

.nav_styleB li{
	list-style-type: none;
	clear:both;
	margin-bottom:10px;
}


.styleB_menu01{
	font-size:12px;
	line-height:120%;
	border-bottom:solid 1px #CECECE;
	background: url(../images/common/icon02.png) no-repeat 0px 2px;
	}

.styleB_menu01 a{
	padding:10px 10px 10px 15px;
	display:block;
	color:#000;
}
.styleB_menu01 a:hover{
	text-decoration:none;
	background:#E6E6E6 url(../images/common/icon02.png) no-repeat 0px 2px;
	}


.styleB_menu02{
	padding:0px 0 0px 27px;
	background:url(../images/common/ar01.png) 13px 3px no-repeat;
}

.styleB_menu02 a{
	color:#000;
}

.styleB_menu03{
	font-size:12px;
	font-weight:bold;
	}

.styleB_menu03 a{
	color:#000;
}



/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	bottom: 0;
	font-size:11px;
	border-top:#000 solid 1px;}

#footer a{ color:#000;}
#footer a:hover{ color:#666;}

#footer_body{
	width: 1000px;
	margin: 0 auto;
	position:relative;
	clear: both;
	overflow:hidden;
	padding:25px 0;
	}

.f_menu{
	clear: both;
	overflow: hidden;
	}

.f_menu_l ul{
	float:left;
	margin-right:120px;
	line-height:220%;}

.f_menu_r ul{
	float:right;
	line-height:220%;}

.f_type01{ padding-left:1em;}
.f_type02{ padding-left:2em;}
.f_type03{ padding-left:4em;}


#copyright{
	width: 100%;
	padding:10px 0;
	color:#fff;
	text-align:center;
	clear:both;
	overflow:hidden;
	font-size:11px;
	background:#000;}


	
.f_bn{
	position: absolute;
	top:290px;
	right: 0;}

.f_iso{
	position: absolute;
	top:140px;
	right: 0;}

.f_inq{
	position: absolute;
	top:120px;
	right: 180px;
	}


/*▼ CLEAR FIX ▼ */

.clear{clear: both;}

/* modern browsers */

.clearfix:after,
#container:after,
#header:after,
#footer:after,
#contents:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;}

/* IE7 */

.clearfix,
#container,
#header,
#footer,
#contents{	display: inline-block;}

/* legacy IE */

* html .clearfix,
* html #container,
* html #footer,
* html #contents{	height: 1%;}

.clearfix,
#container,
#header,
#footer,
v#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section{
	clear: both;
	margin: 0 0 50px 0;
	/*overflow: hidden;*/}

section p{	margin: 0px 0 20px 0;}

.section_in{
	margin-left:17px;
	width:718px;}
	

/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 90%;
}

/* --- このページのトップへ戻る --- */

.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;}

.table_type01{
	margin: 0px 0 5px 0;}

.table_type01 th,
.table_type01 td{
	border: solid 1px #CCC;
	padding: 5px;
	text-decoration:none;
border-collapse: collapse;}

.table_type01 th{
	background-color: #F6F6F6;
	color:#333333;}



/* --- テキストの装飾・強調 --- */

/* ==============================================

カラー、サイズ、ライン など　微調整用

============================================== */

/*線枠*/

.bo_all{ 
	border: #666 1px solid;
	}


/*縦線*/

.bo_l2{ 
	border-left: #333 2px solid;
	padding-left:8px;
	}


/*カラー*/
.green{
	color:#4D6C2D;
}
.red{ color:#D71534;}
.blue{ color:#253D9A;}

/*.black{ color:#000;}
.orange{ color:#FF6600;}
.pink{ color:#F39;}
.yellow{ color:#FF3;}
.purple{ color:#63C;}*/

 /*サイズ*/

.fsize10{ font-size:10px!important;}
.fsize11{ font-size:11px!important;}
.fsize12{ font-size:12px!important;}
.fsize14{ font-size:14px!important;}
.fsize16{ font-size:16px!important;}
.fsize18{ font-size:18px!important;}
.fsize23{ font-size:23px!important;}
.fsize24{ font-size:24px!important;}
.fsize26{ font-size:26px!important;}

/*文字配置*/

.textc{ text-align:center!important;}
.textr{ text-align:right!important;}
.textl{ text-align:left!important;}

/*下線*/

.boder_green{
	border-bottom:#99E281 1px solid!important;}

/*余白微調整*/

.pl26{ padding-left:26px!important;}
.pl52{ padding-left:52px!important;}
.pl200{ padding-left:200px!important;}

.pall15{ padding:15px!important;}


.mt5{ margin-top:5px!important;}
.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!important;}
.mt50{ margin-top:50px!important;}

.mb0{ margin-bottom:0px!important;}
.mb5{ margin-bottom:5px!important;}
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}


.ml12{ margin-left:12px!important;}
.ml20{ margin-left:20px!important;}
.ml49{ margin-left:49px!important;}
.ml50{ margin-left:50px!important;}
.ml100{ margin-left:100px!important;}
.ml170{ margin-left:170px!important;}


.no_margin{ margin:0!important;}

/*テーブル調整*/

.va_t{ vertical-align:top!important;}
.va_b{ vertical-align:bottom!important;}
.va_m{ vertical-align: middle!important;}

.w100{ width:100%!important;}



/*背景*/

.bg_pink{background-color:#FBF2FB!important;}
	
.bg_blue{background-color:#EBF4FA!important;}



/*****************************

お問い合わせバナー（共通）

*****************************/

.main_inq_bn{
	text-align:center;
	margin:210px 0 0 0;}


/*****************************

フォーム

*****************************/

.error{
	color:#C00;}

@media print{
	
#footer{
	display: none;
}

}

.secret_block {
	border:solid 1px #cc0001;
	border-radius: 10px;
	padding:15px;
	box-sizing: border-box;
	margin:20px auto 40px;
}

.secret_block h3 {
	font-weight: bold;
	font-size: 14px;
}

.secret_block ul li {
	font-size: 13px;
	padding-left:13px;
	box-sizing: border-box;
	text-indent: -13px;
}

.secret_block ul li::before {
	content:"●";
	color:#cc0001;
}

.secret_block.secret_inq {
	margin:80px auto -140px;
}

.habataku_logo {
	width:90px;
	height:auto;
}
 