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


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

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

}



/* ▼ 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: 100%;

}
#header_in {
	width: 960px;
	height: 123px;
	margin:0 auto;
	position: relative;

}


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


/* ▼ MAIN IMAGE ▼ */

#top_keyvisual{
	min-height: 450px;
	margin:0 auto 35px auto;
}



#con_keyvisual{
	width:100%;
	margin:0 auto 13px auto;
	background:#F0EEF3;
}

#con_keyvisual_in{
	width:960px;
	margin:0 auto;
}



/* ▼ GLOBAL NAVIGATION ▼ */

#gnav{
	position:absolute;
	top:87px;
	right:0;
}

#gnav ul{
	width:650px;
	margin:0 auto;
	text-align:right;
}

#gnav li{
	list-style-type: none;
	display: inline;
	margin-left:25px;
	text-align:left;
	padding-left:15px;
	background:url(../images/common/li01.png) no-repeat left center;

}

#gnav li a{ color:#000; text-decoration:none;}
#gnav li a:hover{ color:#00A0E9;}

/* ▼ MAIN CONTENTS ▼ */

#main{
	width: 960px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}
#main_wp{
	width: 700px;
	min-height: 300px;  
    height: auto !important;  
    height: 300px;
 	float: right;
}

/* ▼ SIDEBAR ▼ */

#side{
	width: 240px;
	float: left;
	padding: 0 0 0 0;
	font-size: 90%;
}

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


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




/* ▼ FOOTER ▼ */


#footer {
	width: 100%;
	clear: both;
	background:#00A0E9;
}


#footer nav{
	width: 100%;
	background:#E0E0E0;
	border-bottom:1px solid #FFF;
}

#footer nav ul{
	width:960px;
	margin:0px auto;
	text-align:center;
	padding:14px 0;
	}

#footer nav ul li{
	list-style-type: none;
	display: inline;
	margin:0px 20px;
}

#footer nav a{
	color:#000; }

#footer nav a:hover{
	color:#666;
	text-decoration:none; }


#footer_in{
	width:960px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	color:#FFF;}


.f_copy{
	margin-top:20px;
	font-size:12px;}



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

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

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

#breadcrumbs{
	text-align: left;
	margin: 0px auto 15px auto;
	font-size: 90%;
	width:960px;
}


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


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

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


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

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

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

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


/*カラー*/

.black{ color:#000;}
.red, .error{ color:#C03;}
.blue{ color:#06F;}

/*
.orange{ color:#FF6600;}
.green{ color:#060;}
.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;}
.fsize15{ font-size:15px!important;}
.fsize16{ font-size:16px!important;}
.fsize17{ font-size:17px!important;}
.fsize18{ font-size:18px!important;}
.fsize26{ font-size:26px!important;}

/*文字配置*/

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

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

.pa10_all{ padding:10px!important;}

.ml35{ margin-left:35px;}

/*テーブル調整*/

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

.w100{ width:100%!important;}




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