@charset "utf-8";

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

/* ▼ BASE SETTING ▼ */

* {margin: 0;padding: 0;}

img{
/*	vertical-align: top;*/
}
/* ▼ BASE LAYOUT▼ */ 

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

body {
	height: 100%;
	margin: 0;
	padding: 0 0 0 0;
	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: #000;
	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: 8px;
	right: 0;
}

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

#header_link ul li{
	display: inline;
	font-size: 10px;
	background: url(../images/common/ar01.png) no-repeat 0 50%;
	padding-left: 15px;
	margin: 0 0 0 10px;
}


#header p{
	position: absolute;
	top: 8px;
	left: 0;
	text-align:left;
	font-size: 10px;
	color:#666;}

/* ▼ MAIN IMAGE ▼ */

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

/* ▼ GLOBAL NAVIGATION ▼ */

#gnav{
	width: 1000px;	
       margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;}

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

#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;}
	
.s_li_type01 ul{margin:0px 0 10px 0;}

.li_type01{
	background:url(../images/common/li01.gif) no-repeat top left;
	padding-left:27px;
	line-height:1.5;
	margin:0 0 5px 0;}

.li_title{
	padding:8px 5px 8px 12px;
	line-height:1.4;
	margin:0px 0 10px 0;
	border:#D5D8DB solid 1px;
	border-left:#D5D8DB solid 3px;
	width:219px;	}


.li_title a{display:block;}

.li_title a:hover{
	color:#67BC67;
	text-decoration:none;}

/* ▼ FOOTER ▼ */

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

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

#footer_body{
	width: 1000px;
	height: 240px;
	margin: 0 auto;
	position:relative;
	}

.f_menu{
	clear: both;
	overflow: hidden;
	margin-top:20px;
	}

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

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

.f_type01{
	background:url(../images/common/ar01.png) no-repeat 0 3px;
	padding-left:15px;}

.f_type02{
	padding-left:15px;
	}


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


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





/*▼ 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,
.section{
	clear: both;
	margin: 0 0 50px 0;
	/*overflow: hidden;*/}

section p,
.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;
	font-size: 2.0em;
}

.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;}

.bg_ore{background-color:#FFF2E1!important;}

.bg_green{background-color:#EBF1E0!important;}

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

/*
.bg_gray{background-color:#A5A5A5;}

*/

.table_type01 td input,
.table_type01 td select,
.table_type01 td textarea{
    padding: 3px;
}

.table_type01 td input[type="radio"],
.table_type01 td input[type="checkbox"]{
    vertical-align: middle;
}

.zip input{ width: 25%; }
.address input{ margin-top: 3px; }

.table_bg_gray{
	background-color: #E8E8E8;
	color:#333333;
}

.submit_btn button{
    width: 40%;
    margin: 0 30%;
	padding: 10px 14px;
}

#mfp_overlay_inner h4{
	width: 100%;
	background: none;
	color: #000;
	padding: 0;
}

.form_btn input[type="submit"]{
    width: 280px;
    padding: 10px;
}

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

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

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

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

/*カラー*/
.blue{ color:#06F!important;}
.green{ color:#40BD35!important;}
.error{ color:#C03!important;}
.black{ color:#000!important;}
.red{ color:#C03!important;}
/*.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;}

/*文字配置*/

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

/*下線*/

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

/*余白微調整*/

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

.pall15{ padding:15px!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;}
.mt118{ margin-top:118px!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;}

.mr20{ margin-right:20px!important;}

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

.no_margin{ margin:0!important;}


/*テーブル調整*/

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

.w100{ width:100%!important;}


/*枠*/

.green_box{
	border:#87D354 solid 1px;
	padding:9px;}

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

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

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

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


/* ------------------------------------------------
YouTube
------------------------------------------------ */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

}

.mb5 {
	margin-bottom: 5px;
}

.indent {
	padding-left:12px;
	text-indent: -12px;
}



.company_info{
	width:100%;
	font-size:12px;
	margin-top: -12px;
}


.company_info dl {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	overflow:hidden;
	border-bottom:#B4B4B4 dotted 1px;
	margin-bottom: 20px;
	padding:12px 0;
	font-size:13px;
	}


.company_info dt{
	width:110px;
	}


.company_info dd {
display:flex;
	justify-content: flex-start;
	align-items: center;
	}

.company_info dd span{
	width: 100px;

}
.company_info dd p { 
	margin-bottom: 0;
}

.company_info > p { 
	margin-left: 17px;
}