@charset "utf-8";

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

/* ▼ 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;
	background: url(../images/common/body_upper_bg.jpg) repeat-x top;
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height:1.6;
}


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

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

}


#contents{
	clear: both;
/*	overflow:hidden;*/
	width: 1000px;
	text-align: left;
	padding: 0;
	margin-top:20px;
}


/* ▼ LINK SETTING ▼ */

a{
	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: 104px;
	position: relative;

}


#header p{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 11px;
}


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto 15px auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */

#gnav{
	margin-bottom:15px;
}

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

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}

/* ▼ MAIN CONTENTS ▼ */

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

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


/* ▼ SIDEBAR ▼ */

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

/* --- SIDE MENU --- */

#snav{}

#snav ul{}

#snav li{
	list-style-type: none;
	clear:both;}


/**スタイルＢ**/

.nav_styleB li{
	list-style-type: none;
	clear:both;
}


.styleB_menu01{
	background:#122F63;
	color:#FFF;
	border:#0B1C3C solid 1px;
	margin-bottom:10px;
	padding:10px;
	color:#FFF;	
}

.styleB_menu01 a{
	color:#FFF;	
	display:block;
}
.styleB_menu01 a:hover{
	background:#0B1C3C;
	text-decoration:none;
	}


.styleB_menu02{
	padding-left:17px;
	margin-bottom:3px;
	display:block;
	background:url(../images/common/ar01.jpg) 2px 3px no-repeat;
	font-size:12px;
}

.styleB_menu02 a{
	color:#000;
	display:block;
}


.styleB_menu03{
	padding-left:17px;
	margin-bottom:3px;
	display:block;
	background:url(../images/common/ar02.jpg) 2px 3px no-repeat;
	font-size:12px;
}

.styleB_menu03 a{
	color:#000;
	display:block;
}

/**グレー枠**/

.s_gray{
	border:4px solid #DFDFDF;
	margin-bottom:20px;}

.s_gray_in{
	width:206px;
	padding:13px;}

/**バナー**/
.s_bn li + li{ margin-top:12px;}


/* ▼ FOOTER ▼ */


#footer {
	width: 100%;
	clear: both;
	border-top:#000 1px solid;
	background:#E4E4E4;
	border-top:#122F63 solid 1px;
	margin-top:30px;
}

#footer_link{
	width: 1000px;
	margin: 15px auto;
	overflow:hidden;
	clear:both;
	font-size:11px;
}

#footer_link .ul_01{
	float: left;
	margin: 0 120px 0 0;
}

#footer_link .ul_02{
	float: letf;
	}

#footer_link li{
	margin: 0 0 3px 0;
	list-style: none;}



#footer_link a{ color:#333;}
#footer_link a:hover{ color:#666;}

#copyright{
	text-align:center;
	padding:10px 0;
	font-size:11px;
	clear:both;
	background:#122F63;
	color:#FFF;
}


/*▼ 10: CLEAR FIX ▼ */
.clear{clear: both;}
/* modern browsers */
.clearfix:after,div#container:after,div#header:after,div#footer:after,div#contents:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE7 */
.clearfix,div#container,div#header,div#footer,div#contents{display: inline-block;}
/* legacy IE */
* html .clearfix,* html div#container,* html div#footer,* html div#contents{height: 1%;}
.clearfix,div#container,div#header,div#footer,div#contents{	display: block;}

/* ▼ 10: COMMON STYLE ▼ */

section{
	clear: both;
	margin: 0 0 60px 0;
	text-align: left;
}

section p{
	margin: 0 0 15px 0;
}
.section_in{
	margin-left:17px;
	width:718px;}

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

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


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


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

.pagetop a{	color:#666;}
.pagetop a:hover{	color:#999;}


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

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

============================================== */
/*枠線*/

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

/*縦線*/

.bo_l2{ 
	border-left: #333 2px solid;
	padding-left:8px;
	}
	
/*紫Ｌ字枠*/	
.purple_box{
	padding:8px;
	border-left:dotted 2px #96A4C5;
	border-bottom:dotted 2px #96A4C5;
	}


/*カラー*/

.black{ color:#000;}
.red, .error{ color:#C03;}
.blue{ color:#122F63;}
.orange{ color:#CC6600;}
.purple{ color:#5B65BB;}
/*
.green{ color:#060;}
.pink{ color:#F39;}
.yellow{ color:#FF3;}
*/


 /*サイズ*/

.fsize10{ font-size:10px!important;}
.fsize11{ font-size:11px!important;}
.fsize12{ font-size:12px!important;}
.fsize14{ font-size:14px!important;}
.fsize15{ font-size:15px!important;}
.fsize16{ font-size:16px!important;}
.fsize17{ font-size:17px!important;}
.fsize18{ font-size:18px!important;}
.fsize20{ font-size:20px!important;}

/*文字配置*/

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


/*余白微調整*/
.no_margin{ margin:0!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;}
.mt40{ margin-top:40px!important;}
.mt50{ margin-top:50px!important;}
.mt60{ margin-top:60px!important;}
.mt100{ margin-top:100px!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;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.mb60{ margin-bottom:60px!important;}
.mb100{ margin-bottom:100px!important;}

.ml5{ margin-left:5px!important;}
.ml18{ margin-left:18px!important;}
.ml30{ margin-left:30px!important;}
.ml80{ margin-left:80px!important;}

.pa10_all{ padding:10px!important;}


/*テーブル調整*/

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

.w100{ width:100%!important;}


/*テーブル矢印*/
.ar table{
	width:100%;}


.ar td{
	
	padding-left:17px;
	padding-bottom:3px;
	text-align:left;}

.ar_icon{ background:url(../images/common/ar01.jpg) no-repeat 2px 3px;}


/*リスト*/
/*.list_type01 li:before {content:"★"; padding-left:1em;}*/
.list_type01 li{
	background:url(../images/common/ar03.jpg) no-repeat 0px 3px;
	padding-left:12px;
		}

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

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

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

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



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