@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;	/*全体の背景色*/
	background-image: none;	/*背景壁紙を消す*/
	font-size: 14px;	/*文字サイズ*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;
		margin: 0;
		padding :0;
}
/*h1タグの設定*/
/*#container h1 {
	display: none;
}*/

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 90px;	/*ヘッダーの高さ*/
	background-size: 100%;	/*背景画像をウィンドウに対して100％に*/
	border: none;
	border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 30px;	/*ヘッダーブロックに対して上から30pxの位置に配置*/
}
header #logo img {
	width: 70%;		/*ヘッダーに対してロゴ画像を70％の幅に*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 100%;
}
nav#menu ul li a {
	border: none;
	border-bottom: 1px solid #FFF;	/*下側の線の幅、線種、色*/
}
/*奇数番目のメニューの設定(※１個目の「ホーム」メニューが非表示になっている為、この場合はサービスとお問い合わせが奇数番目となる。)*/
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;
}
/*１個目の「ホーム」メニューの設定*/
/*nav#menu ul li:first-child {
	display: none;	/*メニュー数を偶数にする為、ホームのみ非表示にしています。表示させたいならこの１行削除。*/
/*}*/

nav#menu ul li.s_navi{
	display:inline ;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	margin-bottom: 0;
}
#main {
		padding: 0;	/*ボックス内の余白*/
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	padding: 4px 10px;	/*上下、左右への余白*/
}
/*mainコンテンツのh2タグの設定*/
#main h1.h1_top {
	font-size :100% ;
	padding: 2px 0 0 5px;	/*上下、左右への余白*/
	margin-bottom:0 ;
		margin-top:0 ;
}

#main span.cate {
	font-size: 100%;
	width:100%;
	text-align:left;
	color: #000;		/*文字色*/
	clear: both;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	padding: 2px 0 0 5px ;	/*左から、上、右、下、左のボックス内の余白*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}


#main h1.h1_title2 {
			font-size: 100%;
	padding: 5px 0 0 0;	/*上下、左右への余白*/
}


/*mainコンテンツのh3タグの設定*/
#main h3 {
	padding: 2px 10px 2px 20px;	/*上、右、下、左への余白*/
}
#main p {
	padding:  1em;
}

#sub {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}







/*ボックス１個あたりの設定*/
#main section.box10 {
	float:none;
	width:100% ;
	margin-right:none;
	font-size: 14px;	/*文字サイズ*/
	border-bottom: 1px solid #CCC;	/*下の線の幅、線種、色*/
	border-right: none;	/*下の線の幅、線種、色*/
	line-height: 1.5;	/*行間*/
	overflow: hidden;
}
/*段落タグ*/
#main section.box10 p {
	margin-left: 63px;	/*左の画像とバランスをとって設定する*/
}

/*ボックス１個あたりの設定*/
#main section.box11 {
	float:none;
	width:100% ;
	margin-right:none;
	font-size: 14px;	/*文字サイズ*/
	border-bottom: 1px solid #CCC;	/*下の線の幅、線種、色*/
	border-right: none;	/*下の線の幅、線種、色*/
	line-height: 1.5;	/*行間*/
	overflow: hidden;
}



/*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;
}

/*ボックス内のh4タグ設定*/
#main section.list2 section h4 {
	font-size: 120%;
	color: #ff7f18;	/*文字色*/
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}
#main section.list2 section h4.h4_1 {
	font-size: 120%;
	line-height : 120% ;
	color: #F30;	/*文字色*/
	margin-top:10px ;
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}





/*list21ボックス内の段落タグ設定*/
#main section.list21 section p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list21 section figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*ボックス内のh4タグ設定*/
#main section.list21 section h4 {
	font-size: 120%;
	color: #ff7f18;	/*文字色*/
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}
#main section.list21 section h4.h4_1 {
	font-size: 130%;
	line-height : 120% ;
	color: #000;	/*文字色*/
	margin-top:10px ;
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}
#main section.list21 section p {
	font-size: 90%;
	line-height : 120% ;
	color: #444;	/*文字色*/
	margin-top:5px ;
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}


/*ボックス内の段落タグ設定*/
#main section.list3 section p {
	padding: 0px;
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
	font-size:100%
}
/*ボックス内の写真設定*/
#main section.list3 section figure img {
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 100%;
	height: auto;

}
/*ボックス内のh4タグ設定*/
#main section.list3 section h4 {
	font-size: 140%;
	color: #ff7f18;	/*文字色*/
	margin-left: 0;	/*左の写真とのバランスをとって設定*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ff7f18), to(#d76b14));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#ff7f18, #d76b14);		/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#ff7f18, #d76b14);				/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#ff7f18), to(#d76b14));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#ff7f18, #d76b14);			/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#ff7f18, #d76b14);					/*同上*/
}
/*ブロック全体の設定*/
#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;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*写真の設定*/
.full_img{
margin: 0 ;
}
.fi{
margin: 0 -15px;
}
#main h2.h2_x {
	margin:20px 0 0 0 ;
}
#main h2.h2_1 {
	margin:20px 0 0 0 ;
}


#main p.q { 
color : blue ;
}

#main p.s3 { 
	font-size :120%;
}

/*写真の設定*/
img.full_image {
	width: 100%;
}

#main h1.h1_title {
		font-size: 160%;
	padding: 10px 0 ;	/*上下、左右への余白*/
}


/*<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 .hida{
	float:none ;
}
#main .migi {
	float:none ;
}

/*service.html内の各ブロック（※タイプ２）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.listX section {
	margin:8px 2px ;

}
#main section.listX section a {
	padding: 0;	/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 0px #FFF inset;			/*同上*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#main section.listX section a:hover {
	background-color: #FFC;	/*背景色*/
	border: 1px solid #F06;	/*枠線の幅、線種、色*/
	color: #333;				/*文字色*/
}

/*ボックス内の写真設定*/
#main section.listX section img {
	float: left;			/*画像を左へ回り込み*/
	padding: 0 5px 0 0 ;			/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 45%;
	height: auto;

}
/*ボックス内のh4タグ設定*/
#main section.listX section h4 {
padding :0 ;
	margin : 10px 0 5px 0 ;
	margin-left: 46%;	/*左の写真とのバランスをとって設定*/
		text-decoration:underline;
	font-size: 120%;
	color: #00C;	/*文字色*/
font-weight:bold ;
line-height : 105%;
}

/*ボックス内の段落タグ設定*/
#main section.listX section p {
	margin : 0 0 5px 0 ;
padding :0 ;
	margin-left: 46%;	/*左の写真とのバランスをとって設定*/
	font-size: 90%;
	color: #000;	/*文字色*/
line-height : 130%;
}



/*service.html内の各ブロック（※タイプ２）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.listB section {
	margin-bottom: 12px;	/*ボックスの下に空けるスペース*/
}
#main section.listB section a {
	padding: 0;	/*ボックス内の余白*/
	border: 1px solid #CCCF;	/*枠線の幅、線種、色*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 0px #FFF inset;			/*同上*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#main section.listB section a:hover {
	background-color: #FFC;	/*背景色*/
	border: 1px solid #F06;	/*枠線の幅、線種、色*/
	color: #333;				/*文字色*/
}

/*ボックス内の写真設定*/
#main section.listB section img {
	padding: 0  ;			/*余白。ここに上の行で設定した背景色が出ます。*/
	width: 100%;
	height: auto;
}
/*ボックス内のh4タグ設定*/
#main section.listB section h4 {
padding :0 ;
	margin : 10px  ;
	font-size: 140%;
	text-decoration:underline;
	color: #00C;	/*文字色*/
font-weight:bold ;
line-height : 130%;
}

/*ボックス内の段落タグ設定*/
#main section.listB section p {
		margin : 10px;
padding :0 ;
	font-size: 100%;
	color: #000;	/*文字色*/
line-height : 140%;
}

/*mainコンテンツのh2タグの設定*/
#main h2.h2_1 {
	font-size: 140%;
	padding: 8px 1px 8px 15px;	/*左から、上、右、下、左のボックス内の余白*/
	clear: none;
	margin:10px 0 0 0 ;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}

#main h3 {
	margin : 15px 0 0 0   ;
}