@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF url("../img/bg.png") repeat;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#containBox {
	width: 990px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	background-color:#daf2ff;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#header-container {
	width: 100%;	/*ブロックの幅*/
	height: 85px;	/*ブロックの高さ*/
	position: relative;
	background:#daf2ff;
}
/*h1ロゴの設定*/
#header-title h1 {
	float:left;
}
#header-title h1 a {
	background: url("../img/logonH1.png") no-repeat;
	display: block;
	height: 85px;
	width: 330px;
	text-indent:-9999px;
}
#header-title h2 {
	float:left;
	width: 220px;
	height: 85px;
	background: url("../img/logonH2.png") no-repeat;
	text-indent: -9999px;
}
#header-menu {
	height:85px;
	width: 204px;
	float:right;
	text-align:center;
	font-size:10px;
	margin-right:8px;
	background:#daf2ff; 
}
#header-menu a {
	text-decoration:none;
}
#header-menu h3 {
	padding: 16px 0px 4px 2px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

/*電話番号ボックスの設定*/
#header-container address {
	position: absolute;
	top: 37px;			/*ヘッダーブロックに対して上から37pxの位置に配置*/
	right: 20px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	font-style:normal;　/*斜体を修正*/
	text-align: left;	/*文字を左寄せ*/
	background-color: #daf2ff;	/*背景色*/
	padding: 10px;		/*ボックス内の余白*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
	color: #FFF;	/*文字色*/
	opacity: 0.7;	/*透明度70％の設定*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 140px;	/*メニュー幅*/
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 5px solid #969696;	/*下部の線の幅、線種、色*/
	margin: 0px 0px 20px 2px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	padding: 10px 0px 10px 30px;	/*メニュー内の余白。上、右、下、左への指定。*/
	color: #333;		/*文字色*/
	line-height: 1.1;	/*行間*/
/*
	font-size: 16px;	/*文字サイズ*/
*/
	font-size: clamp(8px,1.8vw,16px);	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-image: url(../images/arrow1.png);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*背景の矢印画像をリピートしない設定*/
	background-position: left 5px;					/*背景の矢印画像の位置。左側、上から5pxの場所に配置。*/
}
/*最初のメニューの設定*/
nav#menubar ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li#current a {
	border-bottom: 5px solid #684690;	/*下線の幅、線種、色*/
	background-image: url(../img/menu-cursor.jpg), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#c568d4));	/*左側の矢印画像の読み込みとグラデーション*/
	background-image: url(../img/menu-cursor.jpg), -webkit-linear-gradient(#FFF, #c568d4);	/*同上*/
	background-image: url(../img/menu-cursor.jpg), linear-gradient(#FFF, #c568d4);			/*同上*/
	background-repeat: no-repeat;	/*背景の矢印画像をリピートしない設定*/
	background-position: left 5px;	/*背景の矢印画像の位置。左側、上から5pxの場所に配置。*/
}
#eNavi li ul.drop{ width:140px; margin:0; position:relative; top:0px; left:10px; display:none; z-index:11; }



/*英語表記の設定*/
nav#menubar ul li a span {
	font-size: 9px;	/*文字サイズ*/
	margin: 0px 0px 0px 2px;
	display: block;
	color: #999;
}
/*---------------------------------------------------------------------------*/

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#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を囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左側に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	background-color: #e0ffff;	/*lightcyan背景色（古いブラウザだとここの色のみが出ます）*/
	padding: 10px 5px 30px 5px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #4169e1;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f8ff), to(#4169e1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f0f8ff, #4169e1);	/*同上*/
	background-image: linear-gradient(#f0f8ff, #4169e1);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 100%;
	text-shadow: 1px 1px 3px #808080;
	color: #FFF;			/*文字色*/
	padding: 10px 15px;	/*上下、左右への余白*/
	clear: both;
	margin-bottom:0.5em;
}
#main h2.or {
	background-color: #daa520;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffacd), to(#daa520));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fffacd, #daa520);	/*同上*/
	background-image: linear-gradient(#fffacd, #daa520);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 100%;
	text-shadow: 1px 1px 3px #808080;
	color: #FFF;			/*文字色*/
	padding: 10px 15px;	/*上下、左右への余白*/
	clear: both;
}
#main h2.gr {
	background-color: #41e169;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cdfffa), to(#41e169));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#cdfffa, #41e169);	/*同上*/
	background-image: linear-gradient(#cdfffa, #41e169);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 100%;
	text-shadow: 1px 1px 3px #808080;
	color: #FFF;			/*文字色*/
	padding: 10px 15px;	/*上下、左右への余白*/
	clear: both;
}
#main h2.type3 {
	background-color: #f61414;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f93434), to(#f61414));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f93434, #f61414);	/*同上*/
	background-image: linear-gradient(#f93434, #f61414);			/*同上*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*mainコンテンツのh3タグのtype2設定。plan.htmlの各プランに使っている見出し。*/
#main h3.type2 {
	background-color: #babad1;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d7d7e5), to(#babad1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#d7d7e5, #babad1);	/*同上*/
	background-image: linear-gradient(#d7d7e5, #babad1);			/*同上*/
}
#main h3.type2 a {
	text-decoration:none;
}
/*mainコンテンツのh4タグの設定*/
#main h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #4169e1;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #4169e1;	/*文字色*/
}
/*mainコンテンツのh5タグの設定*/
#main h5 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #daa520;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #daa520;	/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding: 10px 10px 30px 5px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #e0e1e2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e0e1e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f3f3f5, #e0e1e2);	/*同上*/
	background-image: linear-gradient(#f3f3f5, #e0e1e2);			/*同上*/
	margin-bottom: 2px;
	color: #333;	/*文字色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
/*subコンテンツ内のbox1内のh2タグ設定*/
#sub .box1 h2 {
	border: none;	/*枠線を消す設定*/
}
#sub .box2 h2 {
	border: none;	/*枠線を消す設定*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	background-color: #4169e1;	/*背景色bg1*/
	color: white;				/*文字色*/
	margin-bottom: 5px;			/*メニューの下側の余白*/
	border-bottom: 1px solid #daf2ff;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background-color: #4169e1;	/*背景色bg1*/
	color: #070707;				/*文字色*/
	margin-bottom: 5px;			/*メニューの下側の余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-color: #FFF;	/*背景色*/
	color: #daf2ff;			/*文字色*/
}
#sub ul.submenu2 li a {
	text-decoration: none;
	display: block;
	background-color: #daa520;	/*背景色bg2*/
	color: #070707;				/*文字色*/
	margin-bottom: 1px;			/*メニューの下側の余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu2 li a:hover {
	background-color: #FFF;	/*背景色*/
	color: #daf2ff;			/*文字色*/
}
#sub ul.submenu2 li {
	padding-left: 10px;
}
/*サブコンテンツ内のp
---------------------------------------------------------------------------*/



/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background-color: #4169e1;	/*背景色bg1*/
	padding: 10px;	/*ボックス内の余白*/
	color: #FFF;	/*文字色*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	border-radius: 10px;
}
#sub .box1 a {
	color: #FFF;
}
/*サブコンテンツ内のbox2
---------------------------------------------------------------------------*/
#sub .box2 {
	background-color: #daa520;	/*背景色bg1*/
	padding: 10px;	/*ボックス内の余白*/
	color: #FFF;	/*文字色*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	border-radius: 10px;
}
#sub .box2 a {
	color: #FFF;
}

/*サブコンテンツ内のテキスト
---------------------------------------------------------------------------*/
.aki {
	font-size: 16px;
	line-height: 1em;
	color: #070707;
}
.aki span {
	color: #FFF;
}
.man {
	font-size: 16px;
	line-height: 1em;
	color: #070707;
}
.man span {
	color: #ffced8;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #4169e1;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 400px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#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;
}

/*トップページ内「更新情報・お知らせ」ブロック2
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new2{
	margin-bottom: 15px;
}
#new2 dl{
/*	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
/*	height: 200px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new2 dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new2 dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 2em;
}
#new2 dd img {
	vertical-align: middle;
}
/*紹介ボックスの設定
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックス間（下側）のスペース*/
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 124px;	/*左の写真とのバランスをとって設定*/
}
#main section.list p.type-c {
	padding: 0px;
	margin-left: 230px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*「詳細はこちら」ボタンの設定*/
#main p.detail a {
	margin-top: 30px;	/*ボタンの上マージン*/
	text-decoration: none;
	display: block;
	background-color: #74749c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9797b6), to(#74749c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#9797b6, #74749c);	/*同上*/
	background-image: linear-gradient(#9797b6, #74749c);			/*同上*/
	color: #FFF;	/*文字色*/
	width: 12em;	/*ボックス幅*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #adadad;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #adadad;			/*同上*/
	text-align: center;	/*文字をボックスの中央に配置*/
	margin-left: auto;	/*ボックスを右寄せ*/
}
/*「もっと詳しく見る」ボタンのマウスオン時*/
#main p.detail a:hover {
	opacity: 0.7;	/*透明度70％の設定*/
}
/*ボックス内画像リンクの装飾*/
img.link:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #FCFAFE;　/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #FCFAFE;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
	font-size: 20px;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta2 {
	width: 100%;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta2 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #FCFAFE;　/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta2 caption{
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #FCFAFE;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
	font-size: 20px;
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #bf8300;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1b739), to(#bf8300));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f1b739, #bf8300);	/*同上*/
	background-image: linear-gradient(#f1b739, #bf8300);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #f1b739;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bf8300), to(#f1b739));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bf8300, #f1b739);	/*同上*/
	background-image: linear-gradient(#bf8300, #f1b739);			/*同上*/
}

/*テーブル２
---------------------------------------------------------------------------*/
table.type2 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type2 thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #369;
	border-bottom: 3px solid #036;
}
table.type2 tbody th {
	width: 190px;
	padding: 5px;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	background: #fcfcfc;
}
table.type2 td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
table.type2 td.ft {
	padding-left: 15px;
	text-indent:-10px;
}


/*テーブル３
---------------------------------------------------------------------------*/
.ta3 {
	width: 100%;
}
.ta3, .ta3 td, .ta3 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta3 td {
	padding: 10px;
}
/*テーブル内の左側*/
.ta3 th {
	width: 180px;
	padding: 10px;
	text-align: left;
	background-color: #FCFAFE;　/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta3 caption{
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #FCFAFE;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
	font-size: 20px;
}

/*テーブル４
---------------------------------------------------------------------------*/
.ta4 {
	width: 100%;
}
.ta4, .ta4 td, .ta4 th{
	border: none;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta4 td{
	padding: 15px;
	text-align: center;
}
/*テーブル内の左側*/
.ta4 th{
	padding: 10px;
	text-align: center;
	background-color: #FCFAFE;　/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta4 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333;	/*背景色*/
	color: #FFF;	/*文字色*/
}
/*テーブルのキャプション設定*/
.ta4 caption{
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #FCFAFE;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-weight: bold;	/*文字を太字にする設定*/
	font-size: 20px;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #daf2ff;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*info.htmlのページ内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#main ul.pagemenu {
	padding: 20px 0px;	/*上下、左右の余白*/
	font-size: 16px;	/*文字サイズ*/
}
/*メニュー１個ごとの設定*/
#main ul.pagemenu li {
	display: inline;
}
#main ul.pagemenu li a {
	background-image: url(../images/arrow2.png);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*画像をリピートしない*/
	background-position: left center;				/*左側、上下中央に配置*/
	padding: 0px 10px;	/*上下、左右への余白*/
}
/*マウスオン時の設定*/
#main ul.pagemenu li a:hover {
	background-image: url(../images/arrow2.png);	/*背景の矢印画像の読み込み*/
	background-repeat: no-repeat;					/*画像をリピートしない*/
	background-position: 2px center;				/*左から2px移動、上下中央に配置*/
}

/*パンくずリスト
---------------------------------------------------------------------------*/
.breadc {
	width: 100%;	/*ブロックの幅*/
	height: auto;	/*ブロックの高さ*/
	display: inline-block;
background-color: white; /* 背景色 */
}
ol.breadcrumb {
list-style-type: none; /* 1.2.3.・・・のマーカーを消す */
margin: 0px 0px 15px 0px;
background-color: #FCFAFE; /* 背景色 */
}
ol.breadcrumb li {
display: inline; /* liをインライン表示させる */
padding: 0px 5px; /* 左右パディング */
}
ol.breadcrumb li::before {
content: '\203a'; /* li要素の前に>記号を追加 */
}
ol.breadcrumb li:first-child:before {
content: ''; /* 最初のli要素から>記号を消す */
}

/*カレンダー用テーブル
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.cal {
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	background: #FFF;			/*テーブル内の背景色*/
	font-size: 11px;			/*文字サイズ*/
	margin-right: auto;
	margin-left: auto;
	color: #000000;
}
.cal td, .cal th{
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	line-height: 1;				/*行間*/
	text-align: center;			/*文字をセンタリング*/
	padding: 5px;				/*ボックス内の余白*/
}
/*テーブル内のth(曜日)設定*/
.cal th{
	background: #ebebeb;	/*背景色*/
}
/*休日の設定*/
.cal .off {
	background: #ffced8;	/*背景色*/
	color: #666;			/*文字色*/
}
/*日曜日の設定*/
.cal .sun {
	color: #FF5C7F;			/*文字色*/
}

/* --- サイトマップエリア
---------------------------------------------------------------------------*/
ul.sitemap {
width: 100%; /* サイトマップエリアの幅 */
margin: 0;
padding: 0;
font-weight: bold; /* 一旦全ての文字を太字にする */
list-style-type: none;
font-size: 100%;
color: #2b2b2b;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
padding: 1px 0 0 10px; /* 1階層目のパディング（上右下左） */
background: url(../images/v_line4.gif) no-repeat left top; /* 1階層目の背景 */
line-height: 120%;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
width: 49.9%; /* セクションの幅 */
float: left;
}
ul.sitemap ul.separator {
background: url(#) repeat-y right top; /* セクション間の垂直区切り線（現在不使用） */
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
padding: 1px 0 10px 15px; /* 2階層目のパディング（上右下左）上書き */
background: url(../images/v_line4.gif) no-repeat 5px 0; /* 2階層目の背景 上書き */
border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
padding: 0 0 0 12px; /* 3階層目のパディング（上右下左）上書き */
background: url(../images/triangle5.gif) no-repeat 0 0.2em; /* 3階層目の背景 上書き */
border-bottom: none; /* 3階層目以降の下境界線 上書き */
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
padding: 0 0 0 9px; /* 4階層目以降のパディング（上右下左）上書き */
background: url(../images/square.gif) no-repeat 0 0.4em; /* 4階層目以降の背景 上書き */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61414;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}
img.fr {
	float: right;
	margin: 0px 0px 15px 15px;
}
img.fr02 {
	float: right;
	margin: 0px 0px 0px 15px;
}
img.fl {
	float: left;
	margin: 0px 15px 15px 0px;
}
img.fl02 {
	float: left;
	margin: 0px 15px 0px 0px;
}
img.ce {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.line1{
    text-decoration: underline;
}
iframe {
width: 100%;
} 

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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#containBox {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header-container {
	text-align: center;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
#header-title h1 {
	position: static;
/*	padding: 10px 0px;	ロゴの上下にあける余白が10px*/
}
/*電話番号ボックスの設定*/
#header-container address {
	position: static;
	width: 300px;	/*ボックス幅*/
	margin: 0px auto;
}
#header-menu {
	float:right;
	text-align:center;
	margin-right:0px;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin-left: 1%;	/*メニューの左右間の余白*/
	width: 49%;			/*メニュー幅*/
}
nav#menubar ul li a {
	margin: 0;
}
/*奇数番目のメニューの設定*/
nav#menubar ul li:nth-child(odd) {
	margin-left: 0;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child {
	margin-bottom: 20px;
}

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

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

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



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

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#containBox {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
#header-container {
	text-align: center;
	height: auto;
/*	margin-bottom: 15px;	*/
}
/*h1ロゴの設定*/
#header-title h1 {
	position: static;
}
#header-title h1 a {
	display: block;
}

#header-title h1 img {
	width: 100%;	/*画面に対してロゴ画像を100％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
#header-container address {
	position: static;
	width: 100%;	/*ボックス幅*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	width: auto;
}
nav#menubar ul li a {
	margin: 0;
}
/*最後のメニューの設定*/
nav#menubar ul li:last-child {
	margin-bottom: 20px;
}

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

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

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

/*info.htmlやservice.htmlやplan.htmlで使っている紹介ボックスの設定
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

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

/*info.htmlのページ内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#main ul.pagemenu {
	padding: 10px 0px;	/*上下、左右の余白*/
}
/*メニュー１個ごとの設定*/
#main ul.pagemenu li {
	display: block;
}

/*その他
---------------------------------------------------------------------------*/
img.fr {
	width: 100%;
	height: auto;
}
img.fl {
	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;
}

}
