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


.en{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }/*英語*/
.cn{
	font-family: Simhei, MS UI Gothic, Hei,sans-serif;	}/*中国*/
.kr{
	font-family: 돋움, WEBd, Tahom; }/*韓国*/

.en, .cn, .kr{
	font-size: 14px;
}


#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: 15px 0 15px 0;
}
.con_common_bn{
clear: both;
overflow: hidden;
margin-bottom: 15px;
}

/* ▼ 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: 116px;
	position: relative;

}


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


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto;
}


/* ▼ GLOBAL NAVIGATION ▼ */


#gnav{
	margin: 10px 0 0px 0;	
}

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

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

}

/* ▼ 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;
}

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


#snav{

}
#snav ul{
}

#snav li{
	list-style-type: none;
/*	margin:0 0 12px;*/
	clear:both;
}
.s_li_type01{
	font-weight:bold;
	font-size:14px;
	border-bottom:#000 dotted 1px;}

.s_li_type01 a{
	color:#000;
	padding:10px 0 8px 15px;
	display:block;
}

.s_li_type01 a:hover{
	background:#F0F0F0;
	text-decoration:none;
}


.s_li_type02{
	border-bottom:#000 dotted 1px;
	}

.s_li_type02 a{
	color:#000;
	padding:10px 0 8px 35px;
	display:block;
	background:#fff url(../images/common/li01.png) 15px 13px no-repeat;
}
.s_li_type02 a:hover{
	background:#F0F0F0 url(../images/common/li01.png) 15px 13px no-repeat;
	text-decoration:none;
}

.s_two{
	line-height:120%;}


/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	border-top:#000 1px solid;
	background:#F0F0F0;
}

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

#footer_link .ul_01{
	float: left;
	margin: 0 120px 0 0;
/*	width: 240px;*/
}

#footer_link .ul_02{
	float: letf;
	/*width: 200px;*/}

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

#footer_link li:before{	content:"■"}
#footer_link li ul{margin-top: 5px;}
#footer_link li li{margin-left: 10px;}
#footer_link li li:before{content:"◇"}


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


.f_text{
	position:absolute;
	bottom:0;
	right:0;
	text-align:right;}

#copyright{
	text-align:center;
	padding:15px 0;
	font-size:10px;
	clear:both;
	background:#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,
.section{
	clear: both;
	margin: 0 0 40px 0;
	/*overflow: hidden;*/
}

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

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

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


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


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

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


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

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

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

/*カラー*/

.blue, .blue a,
.blue-hd, .blue-hd a{ color:#4E72C4;}
.blue-hd{ 
	font-size:16px;
	padding-bottom: 3px;
	border-bottom: solid 1px #4E72C4;
}

.blue-hd:before {
	content: "■ ";
}

.red{ color:#C03;}
.black{ color:#000;}

.green, .green a{ color:#58944C;}
.green-hd, .green-hd a{ color:#58944C;}
.green-hd{
	font-size:16px;
	padding-bottom: 3px;
	border-bottom: solid 1px #58944C;
}

.green-hd:before {
	content: "■ ";
}

.orange, .orange a{ color:#E66418;}
.orange-hd, .orange-hd a{ color:#E66418;}
.orange-hd{ 
	padding-bottom: 3px;
	border-bottom: solid 1px #E66418;
	font-size:16px;
}

.orange-hd:before {
	content: "■ ";
}

.blue-hd span,
.green-hd span,
.orange-hd span{
	float: right;
	color:#FFF;
	padding:0 8px;
}
.blue-hd span{background:#4E72C4;}
.green-hd span{background:#58944C;}
.orange-hd span{background:#E66418;}


.white{ color:#FFF;}

/*
.pink{ color:#F39;}
.yellow{ color:#FF3;}
.purple{ color:#63C;}
*/
 /*サイズ*/

.fsize10{ font-size:10px;}
.fsize11{ font-size:11px;}
.fsize12{ font-size:12px;}
.fsize13{ font-size:13px;}
.fsize14{ font-size:14px;}
.fsize16{ font-size:16px;}
.fsize18{ font-size:18px;}

/*文字配置*/

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


/*余白微調整*/
.no_margin{ margin:0!important;}

.mt0{ margin-top:0px!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;}
.mt140{ margin-top:140px!important;}
.mt180{ margin-top:180px!important;}
.mt210{ margin-top:210px!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;}

.ml15{ margin-left:15px!important;}
.ml24{ margin-left:24px!important;}
.ml50{ margin-left:50px!important;}
.ml150{ margin-left:150px!important;}
.ml230{ margin-left:230px!important;}

.pa10{padding: 10px !important;}

/*背景*/
.bg_blue{background:#4E72C4;}
.bg_green{background:#58944C;}
.bg_orange{background:#E66418;}

.bg_yellow{ background:#FFF8E1;}


/*線*/

.bd_gray{border: 1px solid #ccc!important;}

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

/* 修理メンテナンス */

.faq_list ul,
.faq_tech_list ul{
	margin: 15px;
}


.faq_list li,
.faq_tech_list li{
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	line-height: 15px;
}

.faq_list li{
	background: url(../images/faq/faq_q.gif) no-repeat left top;
}

.faq_tech_list li{
	background: url(../images/faq/faq_tech.gif) no-repeat left top;
}

.faq h3,
.faq_tech h3{
	color: #012884!important;
	line-height:1.5;
	border: solid 1px #14215F!important;
}

.faq h3{
	padding: 10px 8px 10px 25px!important;
	background: #FFC url(../images/faq/faq_q.gif) no-repeat left top;
}
