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


#screen{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	background: url(../images/common/body_upper_bg.jpg) repeat-x top;
	text-align: left;
}
#screen_con{
	position: relative;
	min-height: 100%;  
    height: auto !important;  
    height: 100%;
	background: url(../images/common/body_upper_bg_con.jpg) repeat-x top;
	text-align: left;
}

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

}

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

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


/* ▼ LINK SETTING ▼ */

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

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

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
	color:#DD66A5;
}

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: 960px;
	height: 153px;
	position:relative;
}

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


/* ▼ MAIN IMAGE ▼ */

#keyvisual{
	margin: 0 auto 55px;
}


/* ▼ GLOBAL NAVIGATION ▼ */


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

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

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

}

/* ▼ MAIN CONTENTS ▼ */

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


/* ▼ SIDEBAR ▼ */

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

#side .fb-like-box{
	background: #FFF;
	margin: 20px 0;
}

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

.s_bn ul{}

.s_bn li{
	margin:0 0 15px 0;}


/* ▼ FOOTER ▼ */

#footer {
	width: 100%;
	clear: both;
	height: 253px;
	background: url(../images/common/footer_bg.jpg) bottom repeat-x;
	position: absolute;
	bottom: 0;
}


#footer_body{
	width: 960px;
	height: 253px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


#footer_body img{
	vertical-align: bottom;
}


#footer_link{
	width: 960px;
	text-align:center;
	font-size:11px;
	position:absolute;
	top:13px;
	font-size:13px;
}


#footer_link ul {
	width:960px;
	margin-bottom:5px;
}

#footer_link li {
   padding:0 5px;
   display:inline;
}

#footer_link li+li{
 border-left:#CCC 1px solid;  /*liタグと隣接しているliタグのみ（つまり1つ目のliタグ以外）に左線が表示されます。*/

}

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


#copyright{
	position: absolute;
	top: 223px;
	left: 0;
	width:960px;
	text-align:center;
	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 30px 0;
	overflow: hidden;
	padding:13px;
	background:#FFF;
	border:#FDB4CA 1px solid;
border-radius: 8px; 
-moz-border-radius: 8px; 
-webkit-border-radius: 8px; }

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

.section_body{
	overflow: hidden;
}

.greenline{
	border:#ADD67C 1px solid!important;}

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

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


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


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

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


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

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

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

/*カラー*/
.pink{ color:#DD6CAA!important;}

.black{ color:#000!important;}
.red{ color:#C03!important;}
.blue{ color:#06F!important;}
.orange{ color:#FF6600!important;}
.green{ color:#060!important;}
.yellow{ color:#FF3!important;}
.purple{ color:#63C!important;}

 /*サイズ*/

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


/*余白微調整*/

.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt30{ margin-top:30px!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;}

.ml25{ margin-left:25px!important;}

/* --- Adobe Readerの取得 --- */

#get_adobe_reader{
	padding: 7px;
	border: solid 1px #CCCCCC;
}

#get_adobe_reader img{
	float: right;
}

#get_adobe_reader p{
	float: left;
	width: 400px;
	margin: 0 0 0 0;
	font-size: 11px;
}


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

.w300 {
	width:300px!important;
}

.w350 {
	width:350px!important;
}

.g_menu {
	display:flex;
	justify-content: space-between;
	align-items: center;
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
}

.g_menu li {
	width:calc(100% / 5);
}

.g_menu li:first-of-type a {
	border-left:solid 1px #f2f2f2;
}

.g_menu li a {
	width:100%;
	height:49px;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .2s;
	border-right:solid 1px #f2f2f2;
	font-weight: 700;
	box-sizing: border-box;
}

.g_menu li a:hover {
	text-decoration: none;
	transition: all .2s;
	background: rgba(255,255,255,.4);
	color:#333;
}

.h250 {
	height:250px!important;
}

.table_type01 table.h250 th,
.table_type01 table.h250 td {
	padding:8px!important;
}