@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #bbb;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #010;
}
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;
	vertical-align: bottom;
}
input,textarea,select {
background-color: #aaa;
padding:4px;

}
input,select {
}


form {
	margin: 0px;
}



table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;

}

table.menu {

	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 5px;
	width: 95%;
	border:0;
	margin: 30px auto;
}
table.menu tr {
	margin-top:30px;
}

table.menu th{
	width: 70%;
	font-size: 140%;
	font-family: 'Times New Roman', Times, serif;
	border:0;
	border-bottom: 1px #333 dotted;
	padding:10px;
	text-align: left;
	background-color: rgb(6, 18, 6);
	color:#eeeeee;
}

table.menu th span {
	font-size:80%;
	color:#86B250;
}

table.menu th span.come {
	font-size:12px;
	color:#85d7f8;
	line-height: 1.2em!important;
	font-family: 'Courier New', Courier, monospace;
	padding-left: 2em;
}
table.menu td{
	width: 70%;
	border:0;
	font-size: 140%;
	font-family: 'Times New Roman', Times, serif;
	border-bottom: 1px #333 dotted;
	padding:10px;
	text-align: right;
	background-color: rgb(6, 18, 6);
	color:#86B250;

}

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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 120px;	/*ブロックの高さ*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 28px;	/*ヘッダーブロックに対して左から28pxの位置に配置*/
	top: 18px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 24px;		/*ヘッダーブロックに対して上から24pxの位置に配置*/
	right: 40px;	/*ヘッダーブロックに対して右から40pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	border: 5px solid #000;	/*枠線の幅、線種、色*/
	background-color: #222;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #111);	/*同上*/
	background-image: linear-gradient(#333, #111);			/*同上*/
	padding: 10px;		/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 16px;	/*文字サイズ*/
	color: #ccc;		/*文字色*/
	display: block;
	font-weight:normal;
	font-style:normal;
}

header address .tel a {
	font-size: 16px;	/*文字サイズ*/
	color: #ccc;		/*文字色*/
	display: block;
	font-weight:normal;
	font-style:normal;
	text-decoration: none;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menu ul {
/* SVG as background image (IE9/Chrome/Safari/Opera) */
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4NjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM4QzgwNUUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM2RDY0NTIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4NjMpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92,75,26,0.7)), to(rgba(47,34,8,0.7)));	/*グラデーション。RGBA設定。0.7が透明度で他の数字が色のRGB値。*/
	background-image: -webkit-linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));	/*同上*/
	background-image: linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));			/*同上*/
	border-radius: 10px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #222;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #222;			/*同上*/
	padding-left: 36px;
	margin-bottom: 25px;
	height: 56px;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 180px;	/*メニュー幅*/
	border-right: 1px solid #5f533b;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;
}
nav#menu ul li a {
	color: #D2D200;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 20px;
	padding-top: 10px;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #5f533b;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #5f533b;		/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	color: #888;	/*文字色*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 11px;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 980px;
	height: 260px;
	position: relative;
	border-radius: 0px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #000;			/*同上*/
	margin-bottom: 25px;
}
#mainimg img {
	border-radius: 0px;	/*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

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

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 700px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808000), to(#404000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#808000, #404000);	/*同上*/
	background-image: linear-gradient(#808000, #404000);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #000;			/*同上*/
	font-size: 110%;
	color: #FFF;			/*文字色*/
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 3px solid #999;	/*下線の幅、線種、色*/
	opacity: 0.7;	/*透明度70％の設定*/
	font-weight:normal;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	border: 2px solid #111;	/*枠線の幅、線種、色*/
	background-color: #222;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #111);	/*同上*/
	background-image: linear-gradient(#333, #111);			/*同上*/
	padding: 10px;		/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	font-size: 110%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	font-weight:normal;
	color:#F9F;
	margin:5px 0 10px 0;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

#main a {
	color:#FC6;
}
/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	border: 1px solid #888;	/*枠線の幅、線種、色*/
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-image: -webkit-linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));	/*同上*/
	background-image: linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));			/*同上*/
	font-weight:normal;
	color:#CC0;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: 1px solid #888;	/*左側の線の幅、線種、色*/
	border-right: 1px solid #888;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #888;	/*左側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #888;	/*下側の線の幅、線種、色*/
	padding: 5px 0 5px 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	color:#ccc;
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-color: #757B00;	/*背景色*/
}
/*見出しにメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul.submenu {
	border-top: none;
}

#sub nav img {
	margin-bottom:10px;
}


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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new ul{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 300px;
	padding-left: 15px;
}
#new li{
	border-top:#999 dotted 1px;
	clear:both;

}

/*日付設定*/
#new li img {
	float: left;
	width: 10em;
	font-weight:normal;
	color:#FC6;
	padding:10px;
}
/*記事設定*/
#new dd img {
	vertical-align: middle;
}
#new dd:after {
	clear:both;
}
/*サムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#111, #000);	/*グラデーション*/
	background-image: linear-gradient(#111, #000);			/*グラデーション*/

	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width: 140px;	/*幅*/
	height: 210px;	/*高さ*/
}
/*スタッフ名*/
#main .list section h4 {
	color: #6d6452;	/*文字色*/
	font-size: 100%;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #020;	/*背景色*/
}


/*menuページ　
---------------------------------------------------------------------------*/

#main .menu section {
	float: left;
	border: 1px solid #666;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	width:330px;
}
#main .menu section h4{
	color: #ccc;	/*文字色*/
	font-size: 120%;
	margin:5px 5px 10px 5px;
	border-radius: 3px;	/*角丸のサイズ*/
	background-color: #ffeac9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#960), to(#930));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#960, #930);	/*同上*/
	background-image: linear-gradient(#960, #930);			/*同上*/
	padding: 4px 10px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #010;	/*枠線の幅、線種、色*/
	font-weight:normal;
}
#main .menu section p span {
	color:#F99;
	font-size: 140%;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin-right: 10px;
	margin-left: 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 400px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom:20px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: left;
	background-color: #212400;	/*背景色*/
	font-weight:normal;

}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #000;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#030), to(#020));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#030, #0200);	/*同上*/
	background-image: linear-gradient(#030, #020);			/*同上*/
	font-size: 110%;
	color: #FFF;			/*文字色*/
	padding: 2px 15px;	/*上下、左右への余白*/
	clear: both;
	opacity: 0.7;	/*透明度70％の設定*/
	font-weight:normal;
	text-align:left;
	}
/*schedule-table*/
.ta1.schedule-table th{
	width: auto;
}
.ta1.schedule-table td{
	width: 12%;
	text-align: center;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"],.backbtn a {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;	/*角丸のサイズ*/
	background-color: #6d6452;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#817865), to(#6d6452));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#817865, #6d6452);	/*同上*/
	background-image: linear-gradient(#817865, #6d6452);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #000;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #000;			/*同上*/
	color: #FFF;		/*文字色*/
	text-decoration: none;
	}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
.backbtn a:hover
 {
	background-color: #817865;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d6452), to(#817865));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#6d6452, #817865);	/*同上*/
	background-image: linear-gradient(#6d6452, #817865);			/*同上*/
}

.backbtn {
	margin:30px;
	text-align:center;
}

nav h4.calen {
	background-image:url(../images/calen.png);
	background-repeat:no-repeat;
	padding-left:32px;
	font-weight:normal;
	color:#CC0;
}





/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;


}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #300;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
	}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #F9F;
}
.color2 {
	color: #888;
}
.color3 {
	color:#6CF;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}


figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}

.font-size110 {
	font-size:110%
}
.font-size120 {
	font-size:120%
}
.font-size140 {
	font-size:140%
}
.font-size200 {
	font-size:2000%
}



/*サムネイルスライドショー
---------------------------------------------------------------------------*/
#thumbnail {
	overflow: hidden;
	font-size: 10px;
	height: 260px;
	width: 670px;
	position: relative;

}
#thumbnail a img {
	border: 1px solid #CCC;
}
#thumbnail a:hover img {
	border: 1px solid #1EB1F7;
}
#thumbnail a {
	display: block;
	float: left;
	width: 100px;
	padding: 5px;
	text-align: center;
	text-decoration:none;
}

#roll_window {
	background-color: #000;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#010));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#000, #010);	/*同上*/
	background-image: linear-gradient(#000, #010);			/*同上*/
	margin-top:0px;
}


/*ページ移動ボタン*/

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
	margin:0;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #aaa;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;
}


section.drink_menu dl {
	margin-left:10px;
}
section.drink_menu dt{
	background:url(../images/list01_pink.gif) no-repeat 5px ;
	color:#FC0;
	padding-left:24px;
	float:left;
	font-size:110%;

}

section.drink_menu dd{
	text-align:right;
	padding-right:20px;
	font-size:110%;
	color:#6CF;
	border-top:#333 dotted 1px;


}

section.drink_menu p{
	margin:0 20px;
	color:#999;
	line-height:1.3em;
}


.detailUpfile {
	text-align:center;
	margin:10px auto;
}

.detailText {

    color: #aaa;
    font-size: 12px;
    padding: 10px 20px 20px 10px;

}

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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-size: 200%;	/*背景画像をウィンドウに対して150％に*/
}

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

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

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menu ul {
	height: auto;
	padding: 0;
	margin: 0;
	background-image: none;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92,75,26,0.7)), to(rgba(47,34,8,0.7)));	/*グラデーション。RGBA設定。0.7が透明度で他の数字が色のRGB値。*/
	background-image: -webkit-linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));	/*同上*/
	background-image: linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));			/*同上*/
	border-radius: 10px;		/*角丸のサイズ*/
	float: left;
	border: none !important;
	margin-bottom: 5px;	/*メニューの上下間の余白*/
	margin-left: 1%;	/*メニューの左右間の余白*/
	width: 49%;			/*メニュー幅*/
}
nav#menu ul li a {
	padding: 10px;	/*メニュー内の余白*/
}
/*奇数番目のメニューの設定*/
nav#menu ul li:nth-child(odd) {
	margin-left: 0;
	width: 50%;
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	margin-bottom: 20px;
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

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

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

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 24%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 270px;	/*ボックスの高さ*/
	box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	width: 33%;
}
#main .staff .left figure img {
	width: 100%;
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: 65%;	/*幅*/
}

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

}



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-size: 200%;
}

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	text-align: center;
	height: auto;
	margin-bottom: 15px;
}
/*h1ロゴの設定*/
header h1 {
	position: static;
	padding: 50px 0px 10px 0px;	/*ロゴの上下にあける余白が10px*/
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	width: 100%;	/*ボックス幅*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ロゴ画像の設定*/
header h1 img {
	width: 80%;	/*画面に対して80％の幅に*/
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
	height: auto;
	padding: 0;
	background-image: none;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: auto;
	border: none !important;
	background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(rgba(92,75,26,0.7)), to(rgba(47,34,8,0.7)));	/*矢印アイコンとグラデーション*/
	background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));									/*同上*/
	background-image: url(../images/btn_arrow.png), linear-gradient(rgba(92,75,26,0.7), rgba(47,34,8,0.7));											/*同上*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#menu ul li a {
	padding: 15px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-radius: 10px 10px 0 0;	/*左上、右上、右下、左下の各丸サイズ*/
}
/*最後のメニューの設定*/
nav#menu ul li:last-child {
	border-radius: 0 0 10px 10px;	/*左上、右上、右下、左下の各丸サイズ*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

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

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

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

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

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	width: 48%;		/*ボックス幅*/
	margin-left: 1%;	/*ボックスの左右間の余白*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 250px;	/*ボックスの高さ*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*写真の設定*/
#main .list section figure img {
	width: 100%;
	height: auto;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*左側ボックス*/
#main .staff .left {
	float: none;
	width: auto;
	padding-bottom: 15px;
	text-align: center;
}
/*写真の設定*/
#main .staff .left figure img {
	width: 80%;
	height: auto;
}
/*右側ボックス*/
#main .staff .right {
	width: auto;
	float: none;
	padding-bottom: 15px;
}

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

/*その他
---------------------------------------------------------------------------*/
/*<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;
}
