/* CSS Document */
@charset "UTF-8";

/*====================
 +common element
====================*/

body {
	color: #3e3e3e;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.7;
	text-align: center;
	border-top: 2px solid #828282;
	text-align: center;
	height: 100%; 
}

aria{
	border:none;
	outline:none;
	}
area:active{outline:none;}
.f_right 	{ float:right;}
.f_left 	{ float:left;}
.t_center 	{ text-align:center;}
.t_right 	{ text-align:right;}
.t_left 	{ text-align:left;}
.t_pink 	{ color:#E4007F;}
.t_orange 	{ color:#F08300;}
.t_green 	{ color:#88AE0E;}
.t_red 		{ color:#FF0000;}
.t_red2 		{ color:#CC0000;}
.bold 		{ font-weight:bold;}
.f_1px 		{ font-size:1px;}
.f_10px 	{ font-size:86%;}
.f_11px 	{ font-size:92%;}
.f_12px 	{ font-size:100%;}
.mt5  { margin-top:5px !important;  	}
.mt10 { margin-top:10px !important; 	}
.mt15 { margin-top:15px !important; 	}
.mt20 { margin-top:20px !important; 	}
.mt25 { margin-top:25px !important; 	}
.mt30 { margin-top:30px !important; 	}
.mt40 { margin-top:40px !important; 	}

.mb5  { margin-bottom:5px !important;  }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }

.mr0  { margin-right:0 !important;  	}
.mr5  { margin-right:5px !important;  	}
.mr10 { margin-right:10px !important; 	}
.mr15 { margin-right:15px !important; 	}
.mr20 { margin-right:20px !important; 	}
.mr30 { margin-right:30px !important; 	}

.ml0  { margin-left:0 !important;  	}
.ml10 { margin-left:10px !important; 	}
.ml15 { margin-left:15px !important; 	}
.ml20 { margin-left:20px !important; 	}
.ml30 { margin-left:30px !important; 	}
.ml40 { margin-left:40px !important; 	}
.ml50 { margin-left:50px !important; 	}

.pl40 { padding-left:40px !important; 	}
.pb20 { padding-left:20px !important; 	}

 /*====================
 +link 
====================*/

a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color:#333333;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration: underline;
	color:#333333;
}
a:focus {
	outline: none;
}


 /*====================
 +common 
====================*/
div#wrapper {
	width: auto;
	text-align: left;
	min-height: 100%; /* IE以外用 */
	height: auto !important; /* 対IE用 Min-Height Hack */
	height: 100%; /* footerの高さだけマイナスにマージンを設ける */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 5%;
	padding-right: 5%;
}

#main {
	float: right;
	width: 740px;
	overflow: hidden;
}
#side {
	float: left;
	width: 180px;
}

#head_navi {
	padding-top: 0px;
	padding-right: 10px;	
	font-size: 1px;
	text-align: right;
}
#head_navi li{
	display: inline;
	margin-left: 15px ;
}

#footer, #footer_push {
	height: 25px; /* footer_push は回り込み防止のための底上げ用ブロック */
}
#footer{
	text-align: center;
	border-bottom: 2px solid #828282;
	background-color:#F2F2F2;
	height: 100%;
}

#footer_left {
	text-align: left;
	width: 33%;
	float:left;
    margin: 2% auto ;
}
#footer_center {
	text-align: left;
	width: 33%;
	float:left;
    margin: 2% auto ; 
}
#footer_right {
	text-align: left;
	width: 33%;
	float:right;
    margin: 2% auto ; 
}

#footer address {
	display: block;
	float: left;
	font-size: 90%;
}
#footer p{
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}

#main_l {
	float: left;
	width: 740px;
	overflow: hidden;
}
#side_r {
	float: right;
	width: 210px;
}

#footer ul li{
	font-size:120%;	
}

#footer ul li ul li{
	font-size:100%;	
	text-indent: 1em;
}

 /*====================
 +top 
====================*/
#top h1 {
	 /*=clear: both;=*/
	margin-top: 20px;	
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 50px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

#top #g_navi {
	height: 15px;
	margin-bottom: 10px;
	font-size: 1px;
	margin-left: 60px ;
}
#top #g_navi li{
	height: 17px;
	float: left;
}
#top #g_navi li a{
	height: 17px;
	display: block;
	text-indent: -9999pt;
}

#top_content_wrapper {
	padding: 20px 20px 0;
	
}
#top_content {
	width: 640px;
	float: left;
	padding-bottom: 50px;
}
#top_side {
	width: 250px;
	float: right;

}

.top_entry {
	margin-bottom: 40px;
	padding-left: 10px;
}
.top_entry h3 {
}
.top_entry p {
	margin-top: -10px;
	line-height: 145%;

}
.top_entry h3 a,
.top_entry p a {
	text-decoration: underline;
}
.top_entry h3 a:hover,
.top_entry p a:hover {
	text-decoration: none;
}
.top_entry h3 span {
	padding-left: 20px;
	font-size: 90%;
	color: #919191;
}
.top_entry p{
	padding-right: 30px;
}

#top_cell_wrapper {
	padding: 20px 0px 0;
	
}


 /*====================
 +clearfix 
====================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clear {
	clear: both;
}
/* text hidden */
.vsHidden{
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: 0;
}


 /*====================
 +column 2018.08追加 3column
====================*/
#contentsLeft {
	width: 30%;
	float: left;
	margin: 0 2%;
}

#contentsCenter {
	width: 30%;
	float: left;
	margin: 0 1%;
}

#contentsRight {
	width: 30%;
	float: right;
	margin: 0 2%;
}


#desc1 {
	display:table-cell;

}



 /*====================
 +t_title 2018.08追加　3枠
====================*/
.t_title01{ width: 100%; height: 24px; float: left; text-align: center; background-color:#CCCCCC; margin:3px 0 10px 0; padding:3px 0 0 0}
.t_title02{ width: 100%; height: 24px; float: left; text-align: center; background-color:#CCCCCC; margin:3px 0 10px 0; padding:3px 0 0 0}
.t_title03{ width: 100%; height: 24px; float: right; text-align: center; background-color:#CCCCCC; margin:3px 0 10px 0; padding:3px 0 0 0}


 /*====================
 +more link 2018.08追加
====================*/
.more{
	align:center !important;
	font-size:large;
	text-align:center;
	color:#fff;
	width:80%;
	height:30px;
	background-color:#333333;
	border-radius:15px;
	margin: 0 10% 30px 10%;
}

.contact_left{
	align:center !important;
	font-size:small;
	text-align:center;
	color:#fff;
	width:43%;
	height:26px;
	background-color:#333333;
	border-radius:15px;
	margin: 0px 1% 30px 2%;
	padding:5px 0 0 0;
	float:left;
}
.contact_right{
	align:center !important;
	font-size:small;
	text-align:center;
	color:#fff;
	width:43%;
	height:26px;
	background-color:#333333;
	border-radius:15px;
	margin: 0px 1% 30px 2%;
	padding:5px 0 0 0;
	float:right;
}

.more:hover, .contact_left:hover ,.contact_right:hover{
	background-color:#CCCCCC;
	color:#333333;
	text-decoration: none;
}
.more a:link, .contact_left a:link, .contact_right a:link{
	color:#fff;
	text-decoration: none;
}

.more a:hover, .contact_left a:hover ,.contact_right a:hover{
	color:#333333;
	text-decoration: none;
}

.more a:visited, .contact_left a:visited ,.contact_right a:visited{
	text-decoration: none;
	color:#fff;
}

.more a:active, .contact_left a:active ,.contact_right a:active{
	text-decoration: none;
	color:#333333;
}
.more a:focus, .contact_left a:focus ,.contact_right a:focus{
	outline: none;
}


 /*====================
 +image size 画面に合わせて画像を調整
====================*/

p.resizeimage img { width: 100%; }


 /*====================
 +幅調整 画面に合わせて幅を調整
====================*/
p.desc_top { 
	align:left;
	width: 100%; 
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 5%;
	font-size:1.2em;
	ＭＳ Ｐ明朝", "MS PMincho", 
}
p.desc { 
	align:left;
	width: 90%; 
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: 0 5%;
	font-size:1.2em;
}

p.indent{
	padding-left:5em;
	}

img {
  max-width: 100%;
}

.sub_title{	
	font-size:40%;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

 }

 /*====================
 レスポンシブデザイン ios10+ サイズ 
====================*/


@media (max-width:980px) {
body {
	color: #3e3e3e;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.9;
	text-align: center;
	border-top: 2px solid #828282;
	text-align: center;
	height: 100%; 
}

#wrapper {/* 全体コンテンツ包み */
	width: 100%;
	margin: 20px 0;
	padding: 0;
}

#contentsLeft {/* コンテンツ(左) */
	width: 90%;
	float: none;
	margin: 0 5%;
} 

#contentsCenter {/* コンテンツ(中央) */
	width: 90%;
	float: none;
	margin: 0;
	margin: 0 5%;
} 

#contentsRight {/* コンテンツ(右) */
	width: 90%;
	float: none;
	margin: 0 5%;
}

#top h1 {
	clear: both;
	margin-top: 20px;	
	margin-bottom: 20px;
	padding-left: 10px;
	font-size:36px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.h1{
	font-size:40px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
.sub_title{	
	font-size:80%; 
	font-weight: 700;
}

 /*====================
 +t_title 2018.08追加　3枠
====================*/
.t_title01{ width: 100%; font-size:xx-large; height: 60px; float: left; text-align: center; background-color:#CCCCCC; margin:3px 0 3px 0;}
.t_title02{ width: 100%; font-size:xx-large; height: 60px; float: left; text-align: center; background-color:#CCCCCC; margin:3px 0 3px 0;}
.t_title03{ width: 100%; font-size:xx-large; height: 60px; float: right; text-align: center; background-color:#CCCCCC; margin:3px 0 3px 0;}


 /*====================
 +more link 2018.08追加
====================*/
.more{
	align:center !important;
	font-size:xx-large;
	text-align:center;
	color:#fff;
	width:50%;
	height:60px;
	background-color:#333333;
	border-radius:30px;
	margin: 0 25%;
}

.contact_left{
	align:center !important;
	font-size:large;
	text-align:center;
	color:#fff;
	width:35%;
	height:60px;
	background-color:#333333;
	border-radius:30px;
	margin: 5% 5%;
	float:left;
}
.contact_right{
	align:center !important;
	font-size:large;
	text-align:center;
	color:#fff;
	width:35%;
	height:60px;
	background-color:#333333;
	border-radius:30px;
	margin: 5% 5%;
	float:right;
}

 /*====================
 +幅調整 画面に合わせて幅を調整
====================*/
p.desc{ 
	align:left;
	width: 90%; 
	height: 320px;
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:x-large;
}



}
/* (@メディアクエリ)ios10+ サイズ */
