@charset "utf-8";

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-image: none;
	background-color: #FFF;	
	box-shadow: ;
}



header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}

.logo {
	position: absolute;
	right: auto;	
	left: auto;
	top: 10px;	
	width: 100%;
	text-align: center;
}


header h1 img {
	width: 70%;	
	height: auto;
}

header .inner address {
	position: static;
	padding-bottom: 10px;
}

.tel_s_bt {
	padding-top: 60px;	
	}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
}
nav#menu ul {
	width: auto;

}

nav#menu ul li {
	float: left;
	width: 49%;
	background-color: #1e234c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1e234c), to(#1e234c));	
	background-image: -webkit-linear-gradient(#1e234c, #1e234c 49%, #1e234c 50%);
	background-image: linear-gradient(#1e234c, #1e234c 49%, #1e234c 50%);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	border: 0.5px solid #CCCCCC;
}
nav#menu ul li a {
	line-height: normal;
	color: #FFF;
	padding: 15px 0px 15px 0px;
	font-size: 90%;
	text-align: center;
}

nav#menu ul li a span {
	display: none;
}

/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: ;
	border-bottom-style: ;
	border-bottom-color: ;
}

#Menuon a, #Menuon a:hover {
	background-color: #009;
	border-bottom-style: ;
	border-bottom-color: ;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	} 


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*コンテンツin
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main, #sub {
	float: none;
	width: auto;
}

div#footer {
   display: none;
   width: 100%;
   height: 150px;
   font-size: 12px;
   text-align: left;
   letter-spacing: 1px;}
 
div#footer2 {
	width: 100%;
	height: 120px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}	

div#footerIn {
	
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footerIn ul.foot_menu01 {
	display: none;	
}

div#footerIn ul.foot_menu02 {
	display: none;	
}

div#footerIn .footerlogo {
	width:100%;
	position: absolute;
	top: 5px;
	left: 0px;
	line-height: 200%;
	font-size: 90%;
}


div#footerIn .footerlogo2 {
	display: none;	

}
div#footerIn .footerlogo3 {
	width: 100%;
	float:left;
	position: absolute;
	top: 15px;
	left: 0px;
	line-height: 120%;
	text-align: center;

}


/*
---------------------------------------------------------------------------*/

#box_top ul li {
	width: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 5px;
	border: 10px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#box_top .icatch {
	display:;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
#box_top .midasi {
	width: 220px;
	border-radius: 3px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

#box_top h5 {
	margin: 0px;
	padding: 0px;
	color: #1e234c;
	font-size: ;
	font-weight: ;
	text-align: center;

}
#box_top .k3 {
	font-size: 110%;
	color: #FFFFFF;
	background: #1e234c;
	border-radius: 20px;
	font-weight: normal;
	display: block;
	width: auto;
	text-align: center;
	padding: 2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box_top .k3:hover {
	color: #333333;
	background-color: #4cf6f8;
}

#page {
	width: 100%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #00000;	
	background-color: #fff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));	
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;	
}


/*side
---------------------------------------------------------------------------*/
#side {
	display: ;
	width: auto;
	text-align: center;	
}

/*
---------------------------------------------------------------------------*/

#mainimg {
	display: ;
	width: auto;
	height: auto;
	background-color: #fff;	
	margin-top: 5px;
	margin-bottom:-30px;
	

}
#mainimg aside {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	box-shadow: 1px 1px 3px 2px #666666;
}
#mainimg .slide_file {
	display: ;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

#new dl {
	height: auto;
	padding-left: 0;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	padding-left: 0;
}


/*テーブル１
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 15%;
	padding: 2px;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}


#page1 {
	width: 47%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;	
}

#page2 {
	width: 47%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 0px;
	text-align: center;	
}

#jisseki1_2{
	float: left;
	width: 50%;
	height: 100%;
	display: block;
	margin-bottom: 15px;
	line-height: 2.5em;
	}
	
#jisseki1_i{
	float: left;
	width: 50%;
	height: 100%;
	display: block;
	margin-bottom: 15px;
	}
	
#jisseki1_i li{
	margin-bottom: 10px;    
	}
	
#jisseki1_i img{
	width: 90%;
	height: auto;
	}
.jisseki_s {
	display: block;
	float: left;
	width: 100%;
	}	
/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/

#main section.list article p {
	margin-left: 0;
}

#main .list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*その他
---------------------------------------------------------------------------*/

body.s-n #sub {
	display: none;
}

img.wa {
	height: auto;
	width: 100%;
}

#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}


/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: block;
	}

#hp {
	display: none;
}

.img_s {
	width: 90%;
	height:auto;
	text-align: center;
    } 
	
.img_s2 {
	width: 40%;
    }
	
.auto {
	width: auto;
	}

.honbun {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 110%;	
	}



.honbun_t {
	width: 100%;
}
.honbun_t, .honbun_t td, .honbun_t th{
	border: 0px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
		width: 100%;
}


.honbun_t td{
	padding: 10px;
	color: #000;
	font-size: 100%;
}

.honbun_t th{
	width: 90%;
	padding: 10px;
	text-align: left;
}

h6 {
	font-size: 130%;
	color: #ffffff;
	background: #1e234c;
	border-radius: 20px;
	font-weight: bold;
	display: block;
	width: 75%;
	text-align: center;
	padding: 2px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottan {
	display: block;	
	text-align: center;	
	width: 90%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: #1e234c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	-webkit-box-shadow: 1px 2px 5px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 5px #999;			/*同上*/
	border-top: 0px solid #1e234c;		/*上の線の幅、線種、色*/
	border-right: 0px solid #1e234c;	/*右の線の幅、線種、色*/
	border-bottom: 0px solid #1e234c;	/*下の線の幅、線種、色*/
	border-left: 0px solid #1e234c;	/*左の線の幅、線種、色*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 10px;

}
.bottan_t {
	color: #FFF;
	line-height: 2em;
	}