@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;	/*全体の背景色*/
	background-image: none;	/*背景壁紙を消す*/
	font-size: 14px;	/*文字サイズ*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 94% !important;

}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: auto;
	height: auto;	/*ブロックの高さ*/
overflow:hidden;
display: block; 
	border: none;
	border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
margin-bottom:0px;
font-size:14px;
	background-image:none;
background-color:#85d4fd;

min-height:280px;
}
header #logo h1{
font-size:14px;
line-height: 160%;
}
/*ロゴ画像の設定*/
header #logo {
	position: relative;
	height: auto;
	margin: 15px 10px 15px 0px;
	text-align:left;
	padding: 10px;
}
header #logo a{border-bottom: dashed 1px #0000ff;color:#0000ff;}

header #logo img {

height:auto;

}

header #logo p.margintop40{
padding:10px;
}





img {
max-width:100%;
height:auto;
}
span.left7{
line-height:190%;
text-align:left !important;
border:0 !important;
color:#0000ff;
}

.text1{
font-size:120%;
color:#0000ff;
line-height:150%;
font-weight:bold;
}

.text2{
font-size:110%;
color:#0000ff;
line-height:100%;
}

p.text3{
font-size:120%;
color:#0000ff;
line-height:100%;
margin:25px auto;
font-weight:bold;
}

p.text4{
font-size:100%;
color:#0000ff;
line-height:180%;
font-weight:bold;

}
.text5{
font-size:130%;
color:#0000ff;
line-height:150%;
font-weight:bold;
}
#sub h2 {
font-size:13px;
}

#sub ul.submenu li.menu_1 a{
padding-bottom:-1px;
text-decoration:none;
border-bottom: 1px dashed blue;
font-size:13px;
}
#main_link2 a, #main a{
color:#0000ff;
padding-bottom:-1px;
text-decoration:none;
border-bottom: 1px dashed blue;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/

#menu{
display:inherit;
}



#acMenu dt{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:left;
background:#eeeeee;
    cursor:pointer;
padding-left:10px;
    }

dt img{
vertical-align:middle;
margin-right:15px;

}

#acMenu dd{
    width:100%;
    height:auto;
    line-height:150%;

 
    display:none;
    }



nav#menu ul {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
border:0;
}
/*メニュー１個ごとの設定*/
nav#menu ul li{
	width: 100%;
	padding: 7px 0 7px 5px;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	text-align: left;
color:#0000ff;
font-size:14px;	

}
nav#menu ul li a {
color:#0000ff;
	border: none;
text-decoration:none;
border-bottom: 1px dashed blue;
font-size:14px;	
}




#menubar h2{
color:#0000ff;
margin-left:5px;
}

/*奇数番目のメニューの設定(※１個目の「ホーム」メニューが非表示になっている為、この場合はサービスとお問い合わせが奇数番目となる。)*/
nav#menu ul li:nth-child(odd) {
	border-left: 1px solid #FFF;	/*左側の線の幅、線種、色*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*
#menu{
border-bottom:1px solid #cccccc;
margin-bottom:30px;
}*/
#menu{
display:none;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
max-width:100%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
max-width:100%;
	margin-bottom: 0;
}

#main {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
 font-size:14px;


}

}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 100%;
	color: #0000ff;		/*文字色*/
	padding: 7px 0px 7px 20px;	/*上下、左右への余白*/
	clear: both;
	background-image: url(../images/arrow2.png);			/*同上*/
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: 0px center;		/*背景画像を右側・上下中央に配置*/
border-bottom:1px #e1e1ff solid;
margin-bottom:10px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 2px 10px 2px 0px;	/*上、右、下、左への余白*/
}
#main p {
	padding: 0.5em 5px 1em;
}
#sub {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
margin-left:0px;
padding-left:5px;
}

/*service.html内の各ブロック（※タイプ１）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 section {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	padding-bottom: 25px;
}
/*写真の設定*/
#main section.list1 section figure {
	padding: 0px;
	border: none;
}
#main section.list1 section figure img {
	width: 100%;
}

/*service.html内の各ブロック（※タイプ２）
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list2 section p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list2 section figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#14b2d9), to(#1194b4));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#14b2d9, #1194b4);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#14b2d9, #1194b4);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#14b2d9), to(#1194b4));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#14b2d9, #1194b4);			/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#14b2d9, #1194b4);					/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

table.ta_form{
width:330px;
max-width:77% !important;
}
table.ta_form td{
width:77% !important;
font-size:14px;
}

table.ta_form td input, table.ta_form td textarea{
margin-left:0px !important;max-width:300px !important;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#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;
}

#main dl#main_in_dl{
width:100%;
margin-left:0px;
}

dl#main_in_dl dt.main_in_dt{
clear:both;
float:none;
width:100%;
background-color:#f7f7f7;
display:block;
}

dl#main_in_dl dt.main_in_dt2{
clear:both;
float:none;
width:100%;
background-color:#f7f7f7;
display:block;
}

dl#main_in_dl dd.main_in_dd{
clear:both;
float:none;
width:95%;
padding-left:20px;
padding-right:0px;
}
dl#main_in_dl dd#main_in_dd_eiga{
float:none;
width:95%;
margin-bottom:15px;
border-bottom:1px #f5f5f5 solid;
padding-bottom:15px;
padding-left:20px;
padding-right:0px;
}


#main_in_dd_eiga p{
margin:0px 0px;
padding:0px;
line-height:150%;
}


#main a.ms_only{
color:#0000ff;
padding-bottom:-2px !important;
text-decoration:none;
border-bottom: 1px dashed blue;
line-height:200%;
}



textarea{
max-width:90% !important;
}

footer {
margin-left:0px;
padding-left:10px;
padding-top:20px;
padding-bottom:25px;
}
footer span{
display:block;
}

footer a{border-bottom: dashed 1px #0000ff;color:#0000ff;}

