@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #FFF;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background: #1d1d1d url(../images/bg1.png);	/*背景色と背景壁紙*/
}
body#top {
	background: url(../images/bg1.png), -webkit-linear-gradient(#48be36, #3b9c2c 500px, #1d1d1d 501px);	/*背景壁紙とグラデーション*/
	background: url(../images/bg1.png), linear-gradient(#48be36, #3b9c2c 500px, #1d1d1d 501px);		/*同上*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;	/*リンクテキストの色*/
}
a:hover {
	color: #48be36;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-top: 5px solid #48be36;	/*上のアクセント用の線の幅、線種、色*/
	background: #000;	/*背景色*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
/*	height: 85px; */	/*高さ*/
	height: 150px;	/*高さ*/
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 20px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
/*	top: 20px;	*/	/*innerに対して上から20pxの位置に配置*/
	top: 50px;		/*innerに対して上から20pxの位置に配置*/
	right: 20px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #48be36;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar {
	height: 62px;	/*ブロックの高さ*/
	background: #313131;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#0f0f0f));	/*グラデーション*/
	background: -webkit-linear-gradient(#404040, #0f0f0f);	/*同上*/
	background: linear-gradient(#404040, #0f0f0f);			/*同上*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);			/*同上*/
	margin-bottom: 30px;	/*メニューブロックと下のコンテンツの間にあけるスペース*/
	overflow: hidden;
}
nav#menubar ul {
	width: 997px;
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px solid #000;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding-top: 5px;
	color: #FFF;		/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少しあける設定*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: 1px solid #000;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	background: #404040;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0f0f), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#0f0f0f, #333);	/*同上*/
	background: linear-gradient(#0f0f0f, #333);			/*同上*/
	border-top: 2px solid #48be36;	/*上のアクセント用の線の幅、線種、色*/
}
/*英語表記の設定*/
nav#menubar ul li a span {
	color: #48be36;	/*文字色*/
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 20px;
	padding-bottom: 5px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,sub,footerを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 965px;
	margin: 0px auto;
	background: #000;		/*背景色*/
	padding: 15px 15px 0px;	/*コンテンツ内の余白*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
}
/*白コンテンツ用*/
.white #contents {
	background: #FFF;	/*背景色*/
	color: #333;	/*文字色*/
}
.white #contents a {
	color: #333;
}

/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	color: #FFF;
	background: #48be36 url(../images/arrow1.png) no-repeat 10px center;	/*背景色と矢印画像の読み込み（古いブラウザ用）*/
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), -webkit-gradient(linear, left top, left bottom, from(#48be36), to(#296c1f));	/*矢印画像と背景画像とグラデーション*/
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), -webkit-linear-gradient(#48be36, #296c1f);	/*同上*/
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), linear-gradient(#48be36, #296c1f);			/*同上*/
	font-size: 100%;
	padding: 8px 10px 8px 40px;	/*左から、上、右、下、左への余白*/
	border-top: 5px solid #FFF;	/*上の線の幅、線種、色*/
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	font-size: 100%;
	color: #000;		/*文字色*/
	padding: 4px 15px;	/*左から、上下、左右への余白*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 10px 15px;	/*左から、上、左右、下への余白*/
}

/*一覧ページ用ボックス（service.html）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #e3e3e3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	position: relative;
	overflow: hidden;
}
#main section.list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #333;
}
/*白コンテンツ用*/
#main section.list {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
#main section.list a:hover {
	background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 10px;
	width: 30%;	/*写真の幅*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #48be36;	/*左側の線の幅、線種、色*/
	margin-bottom: 10px;
	color: #48be36;	/*文字色*/
}
/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
#main section.list table {
	font-size: 11px;	/*文字サイズ*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF;	/*背景色*/
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
#main section.list table td,
#main section.list table th{
	padding: 0;
	line-height: 1.6;
}
#main section.list table th{
	width: 80px;
	text-align: center;
	font-weight: normal;
	background: #e7e2da;
}
#main section.list table td {
	width: 140px;
	padding: 0px 3px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*白コンテンツ用*/
.white #sub,
.white #sub a {
	color: #FFF;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	background: #1d1d1d url(../images/bg1.png);	/*背景色と背景画像（※古いブラウザ用）*/
	background: url(../images/bg1.png), -webkit-linear-gradient(#333, #1d1d1d);	/*背景画像とグラデーション*/
	background: url(../images/bg1.png), linear-gradient(#333, #1d1d1d);		/*同上*/
	padding: 10px 0px;	/*上下、左右への余白*/
	color: #FFF;		/*文字色*/
	border-bottom: 3px solid #48be36;	/*下線の幅、線種、色*/
	padding-left: 10px;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #222;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #000;	/*背景色*/
	color: #FFF;
}
#sub ul li a:hover {
	background: #48be36;	/*マウスオン時のボックス色*/
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
/*subコンテンツ内のbox1設定*/
#sub .box1 {
	background: #296c1f;		/*背景色*/
	padding: 10px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul {
	margin-bottom: 0;
}

/*subコンテンツ内のlistボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.list {
	font-size: 11px;	/*文字サイズ*/
	background: #000;	/*背景色（※古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #000);									/*同上*/
	background: linear-gradient(#222, #000);											/*同上*/
	line-height: 1.6;	/*行間*/
	overflow: hidden;
	border-right: 1px solid #222;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #222;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #222;	/*左側の線の幅、線種、色*/
	position: relative;
}
#sub section.list a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#sub section.list a:hover {
	background: #000;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub section.list h4 {
	color: #48be36;		/*文字色*/
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
}
/*p段落タグ*/
#sub section.list p {
	margin-left: 34%;	/*左の画像とバランスをとって設定する*/
}
/*サムネイル画像設定*/
#sub section.list figure img {
	float: left;	/*左に回り込みさせる設定*/
	width: 30%;	/*写真の幅*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 5px;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;	/*文字色*/
	background: #48be36;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF !important;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th {
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #222;	/*背景色*/
}
/*白コンテンツ用*/
.white .ta1 th {
	background: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;
	background: #296c1f;	/*背景色*/
	color: #FFF;
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 95px;
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF !important;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #48be36;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #333;
	color: #FFF;
}

/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*CMS用　オプションマーク（管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*CMS用　FAQページ
---------------------------------------------------------------------------*/
.faq {
	padding: 0px 15px;
}
.faq dt {
	color: #48be36;			/*マウスオン時の文字色（全体）*/
	font-weight: bold;
	padding-top: 15px;
}
.faq dd {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding-bottom: 15px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #222;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #48be36;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}



/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #48be36 url(../images/bg1.png) !important;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	margin-bottom: 10px;
}
nav#menubar ul {
	width: auto;
	border-top: 1px solid #d4d4d4;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#0f0f0f));	/*グラデーション*/
	background: -webkit-linear-gradient(#404040, #0f0f0f);	/*同上*/
	background: linear-gradient(#404040, #0f0f0f);			/*同上*/
}
/*奇数番目のメニュー設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #d4d4d4;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: none;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	border-top: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*subコンテンツ内のlistボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.list {
	font-size: 14px;
}
/*h4見出しタグ*/
#sub section.list h4 {
	margin-left: 22%;
}
/*p段落タグ*/
#sub section.list p {
	margin-left: 22%;
}
/*サムネイル画像設定*/
#sub section.list figure img {
	width: 20%;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #48be36 url(../images/bg1.png) !important;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border: none;
	margin-bottom: 10px;
}
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 20px;
}
header h1 img {
	width: 70%;	/*画面に対してロゴ画像を70％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 20px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	margin-bottom: 10px;
}
nav#menubar ul {
	width: auto;
	border-top: 1px solid #d4d4d4;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#0f0f0f));	/*グラデーション*/
	background: -webkit-linear-gradient(#404040, #0f0f0f);	/*同上*/
	background: linear-gradient(#404040, #0f0f0f);			/*同上*/
}
/*奇数番目のメニュー設定*/
nav#menubar ul li:nth-child(odd) {
	border-right: 1px solid #d4d4d4;
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	border-left: none;
}
/*マウスオン時の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current a {
	border-top: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*一覧ページ用ボックス（service.html）
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	margin-right: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#48be36), to(#296c1f));
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#48be36, #296c1f);					
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_minus.png) no-repeat right center, linear-gradient(#48be36, #296c1f);							
}
section#new h2.close {
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#48be36), to(#296c1f));
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#48be36, #296c1f);						
	background: url(../images/arrow1.png) no-repeat 10px center, url(../images/bg1.png), url(../images/btn_plus.png) no-repeat right center, linear-gradient(#48be36, #296c1f);								
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

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

/*subコンテンツ内のlistボックス
---------------------------------------------------------------------------*/
/*h4見出しタグ*/
#sub section.list h4 {
	margin-left: 22%;
}
/*p段落タグ*/
#sub section.list p {
	margin-left: 22%;
}
/*サムネイル画像設定*/
#sub section.list figure img {
	width: 20%;
}

/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	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;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
.ta1 td iframe {
	height: 300px;
	width: 100%;
}

}
