@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
    color: #554236;	/*全体の文字色*/
    background-color: #FFF;	/*全体の背景色*/
    background-image: url(../images/bg.png);	/*背景画像の読み込み*/
    margin: 0px;
    padding: 0px;
    font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ/行間、フォントファミリー*/
    -webkit-text-size-adjust: 100%;
}

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;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
}
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: #4C4CFE;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 5px #ccc;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 0px 8px #999;			/*同上*/
	background-color: #FFF;	/*コンテナーの背景色*/
	
}

.Item{
    width: 100%;
    text-align : center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.Item-Img{
  width: 100%;
  padding-top: 65.5%;/*he is my hero*/
	text-align : center}

.kin{
    text-align: center;
}
.kin image{
    max-width: 300px;
    margin-left: auto;
    height: auto;
    margin-right: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 180px;	/*ブロックの高さ*/
	position: relative;
	background-image:url(../img/bg_01.png);
}
/*h1タグの設定*/
header h1 {
	font-weight: normal;		/*通常太字なのを標準にする設定*/
	color: #554236;				/*文字色*/
	font-size: 14px;			/*文字サイズ*/
	text-align: right;			/*文字を右寄せ*/
	line-height: 18px;
	padding-top:5px;			/*行間*/
}
/*ロゴ画像の設定*/
header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 38px;	/*ヘッダーブロックに対して上から38pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header #address {
	position: absolute;
	top: 50px;			/*ヘッダーブロックに対して上から38pxの位置に配置*/
	right: 10px;		/*ヘッダーブロックに対して右から20pxの位置に配置*/
	font-size: 16px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	font-style: normal;	/*通常斜体になっているのを通常に*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定*/
	line-height: 1;		/*行間*/
	color: #554236;		/*文字色*/
}

header #address .tel{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;		/*行間*/
}

header #address .tel_img{
	vertical-align:middle;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
nav#menu ul {
	position: absolute;
	top:120px;
	left: 5px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 162px;	/*メニュー幅*/
}
nav#menu ul li a {
	height: 40px;	/*ブロックの高さ*/
	padding-top: 5px;
	line-height: 1.4;	/*行間*/
	text-decoration: none;
	display: block;
	margin: 0px 0px 20px 4px;		/*メニューの外側への余白。上、右、下、左への指定。*/
	font-size: 14px;	/*文字サイズ*/
	font-weight: bold;
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 0;		/*角丸のサイズ*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置*/
	text-align: center;	/*文字をセンタリング*/
	-webkit-box-shadow: 1px 2px 3px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 3px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
	

}
/*最初のメニューの設定*/
nav#menu ul li:first-child a {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	border: 1px solid #94654C;	/*枠線の幅、線種、色*/
	background: #fad6d6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #fad6d6 0%, #FABDBD 50%, #f89fa1 51%, #fad6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fad6d6), color-stop(50%,#FABDBD), color-stop(51%,#f89fa1), color-stop(100%,#fad6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fad6d6 0%,#FABDBD 50%,#f89fa1 51%,#fad6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fad6d6 0%,#FABDBD 50%,#f89fa1 51%,#fad6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fad6d6 0%,#FABDBD 50%,#f89fa1 51%,#fad6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fad6d6 0%,#FABDBD 50%,#f89fa1 51%,#fad6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad6d6', endColorstr='#fad6d6',GradientType=0 ); /* IE6-8 */
	background-repeat: no-repeat;		/*背景のバー画像をリピートしない設定*/
	background-position: left center;	/*背景のバー画像の位置。*/
	color: #805841;	/*文字色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 12px;	/*文字サイズ*/
	color: #F89FA1;	/*文字色*/
	display: block;
	font-weight: normal;
}
nav#menu ul li a:hover span,
nav#menu ul li#current a span {
	color: #FEFCD0;	/*マウスオン時の文字色*/
}

/*slide_image
---------------------------------------------------------------------------*/

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}


/*トップページ以外の画像
---------------------------------------------------------------------------*/
#sub_img{
	clear: left;
	width: 980px;	/*幅*/
	height: 150px;	/*高さ*/
	position: relative;
	-webkit-box-shadow: 0 0 3px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0 0 3px #ccc;			/*同上*/
	margin-bottom: 20px;	/*画像の下の余白*/
}


#chart{
		width: 980px;	/*幅*/
	height: 150px;	/*高さ*/
	position: relative;
	margin-bottom: 20px;	/*画像の下の余白*/
}
	

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 970px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	padding:0 5px;

}

#main .hotel{
	margin-left:5px;
	margin-top:20px;
	width:400px;
	height:300px;
	-webkit-box-shadow: 0 10px 8px -6px #e2e2e2;
    -moz-box-shadow: 0 10px 8px -6px #e2e2e2;
     box-shadow: 0 10px 8px -6px #e2e2e2;	
	 padding:3px;
	border:1px solid #ccc;
}

#main .money{
	margin-right:40px;
	margin-top:10px;
	width:120px;
	height:85px;
}

#main .tori{
	margin-left:10px;
	margin-top:10px;
	width:300px;
	height:300px;
}

#main .card{
	margin-right:40px;
	margin-top:10px;
	width:215px;
	height:85px;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 100%;
	padding: 15px 10px 15px 15px;	/*左から、上、右、下、左側への余白*/
	color: #000000;			/*文字色*/
	background-color: #efefef;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../img/title_b02.png), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3));	/*背景画像の読み込み,グラデーション*/
	background-image: url(../img/title_b02.png), -webkit-linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);	/*同上*/
	background-image: url(../img/title_b02.png), linear-gradient(#fff, #e5e5e5 49%, #d3d3d3 50%);	/*同上*/
	background-repeat: no-repeat;		/*背景画像をリピートしない設定*/
	background-position: right center;	/*背景画像を右側・上下中央に配置*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定＋内側への設定*/
	box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;			/*同上*/
	border:solid 1px #FAD6D6;
}


/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);	/*同上*/
	background-image: linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #e2e2e2;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #e2e2e2;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}


/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #efefef;	/*下側の線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックスの下（外側）のスペース*/
	background-color: #ffffff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	-webkit-box-shadow: 1px 2px 3px #efefef;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 3px #efefef;			/*同上*/
}
/*box1内のh2タグ*/
#sub .box1 h2 {
	background: #9cd8f6;	/*背景画像の読み込み。カンマ区切りで２つ指定。*/
	border-width:5px 0;
	border-color: #94654C;
	border-style:solid;
	font-size: 100%;	/*文字サイズ*/
	color: #94654C;		/*文字色*/
	padding:4px 15px;
	line-height:140%;
	font-weight:bold;
	text-align:center;
}

/*box1内のpタグ*/
#sub .box1 p {
	font-size: 100%;	/*文字サイズ*/
	color: #554236;		/*文字色*/
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	line-height:140%;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;				/*文字色*/
    background-color: #612224;

}

footer a {
	text-decoration: none;
	color: #554236;
}
footer a:hover {
	color: #554236;
}

/*service.html
---------------------------------------------------------------------------*/
/*guide*/
#main section.guide article {
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;			/*ブロック間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f9f9f9));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f9f9f9);	/*同上*/
	background-image: linear-gradient(#FFF, #f9f9f9);			/*同上*/
	padding: 5px;	/*ボックス内の余白*/
	display: block;
	overflow: hidden;

}
/*ボックス内の段落タグ設定*/
#main section.guide article p {
	padding: 0px;
	margin-left: 10px;	/*写真とのバランスをとって設定*/
	margin-rihgt: 10px;	/*写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.guide article figure img {
	float: right;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
}
/*ボックス内のh1タグ設定*/
#main section.guide article h1 {
	background: none;
	border-radius: 0;
	border: none;
	border-bottom: 5px solid #F89FA1;	/*下線の幅、線種、色*/
	color: #F89FA1;						/*文字色*/
	padding: 0px 0px 0px 5px;			/*左から、上、右、下、左への余白*/
	font-size: 100%;
	margin-bottom: 0.5em;
}


/*リンク設定*/
#main section.guide article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
#main section.guide article a:hover {
	background-color: #F89FA1;	/*マウスオン時のボックス色*/
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/

#main .list02 section {
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list02 section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width: 140px;	/*幅*/
}
/*スタッフ名*/
#main .list02 section h4 {
	color: #FF007B;	/*文字色*/
	font-size:14px;
	padding:10px 0;
}

/*マウスオン時のボックス*/
#main .list02 section a:hover {
	background: #fddfea;	/*背景色*/
}

/*list03
---------------------------------------------------------------------------*/
/*list03の設定*/

#main .list03 section {
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}

/*スタッフ名*/
#main .list03 section h4 {
	color: #FF007B;	/*文字色*/
	font-size:14px;
	padding:10px 0;
}

/*マウスオン時のボックス*/
#main .list03 section a:hover {
	background: #fddfea;	/*背景色*/
}


/*simpleタイプ（※ボックス内の部分的な箇所にリンクを設定する場合）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list.simple article {
	padding: 10px;
	overflow: hidden;
}
#main section.list.simple article a {
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
/*マウスオン時*/
#main section.list.simple article a:hover {
	background-color: transparent;
	color: #4C4CFE;
}
/*ボックス内の写真設定*/
#main section.list.simple article figure a:hover img {
	background-color: #f6f1b2;
	border: 1px solid #999;
}

/*テーブル１
---------------------------------------------------------------------------*/
.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: #e2e2e3;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #554236;	/*文字色*/
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background-image: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #b8000e;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4C4CFE), to(#b8000e));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#4C4CFE, #b8000e);	/*同上*/
	background-image: linear-gradient(#4C4CFE, #b8000e);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/

input#submit_button {
    width: 100px;
    height: 30px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #554236;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	color: #554236;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #4C4CFE;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 60%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
.mini1 {
	font-size: 11px;
	font-weight: normal;
}

/*お問い合わせ
---------------------------------------------------------------------------*/

#formWrap {
	width:700px;
	margin:0 auto;
	color:#554236;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*地図
---------------------------------------------------------------------------*/

 
#map-canvas {
  height:300px;
  width:100%;
}

@media only screen and (min-width:  480px) { 
  #map-canvas {
    height: 400px;
  }
}
 
@media only screen and (min-width:  800px) { 
  #map-canvas {
    height: 500px;
  }
}

/*double row
---------------------------------------------------------------------------*/
/* CSS */
.double {
width: 100%;
border: 1px solid #ccc;
}
.double th {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
}

.th_all {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
background-color:#ffffff;
}


.double td {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
}
.row .label {
display: none;
}
 
@media screen and (max-width: 480px) {
/* 本来のヘッダーを非表示 */
.row thead  { display: none; }
 
/* セルを横幅100%に拡大 */
.row th,
.row td { float: left; clear: left; padding: 0; width: 100%; border-width: 0 0 1px; text-align: left !important; }
 
/* tr毎の境界を明確に */
.row tr > td:first-child { margin-top: 20px; border-top: 2px solid #000; }
.row tr > td:last-child  { border-bottom: 2px solid #000; }
.row tr:first-child > td:first-child { margin-top: 0; }
 
/* ラベルを左右に配置 */
.row .label,
.row .content { padding: 5px 3px; }
.row .label   { display: block; float: left; width: 30%; background: #e6e6e6; }
.row .content { margin: 0 0 0 33%; background: #fff; }
}

@media screen and (max-width: 800px) {
/* 本来のヘッダーを非表示 */
.row thead  { display: none; }
 
/* セルを横幅100%に拡大 */
.row th,
.row td { float: left; clear: left; padding: 0; width: 100%; border-width: 0 0 1px; text-align: left !important; }
 
/* tr毎の境界を明確に */
.row tr > td:first-child { margin-top: 20px; border-top: 2px solid #000; }
.row tr > td:last-child  { border-bottom: 2px solid #000; }
.row tr:first-child > td:first-child { margin-top: 0; }
 
/* ラベルを左右に配置 */
.row .label,
.row .content { padding: 5px 3px; }
.row .label   { display: block; float: left; width: 30%; background: #e6e6e6; }
.row .content { margin: 0 0 0 33%; background: #fff; }
}


/*simple reflow
---------------------------------------------------------------------------*/
/* CSS */
.simple {
width: 100%;
border: 1px solid #ccc;
}
.simple th {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
background-color:#FEFCD0;
}

.th_all {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
background-color:#ffffff;
}


.simple td {
padding: 10px 12px;
border-bottom: 1px solid #ccc;
}

.reflow .label {
display: none;
}
 
@media screen and (max-width: 480px) {
/* 本来のヘッダーを非表示 */
.reflow thead  { display: none; }
 
/* セルを横幅100%に拡大 */
.reflow th,
.reflow td { float: left; clear: left; padding: 0; width: 100%; border-width: 0 0 1px; text-align: left !important; }
 
/* tr毎の境界を明確に */
.reflow tr > td:first-child { margin-top: 20px; border-top: 2px solid #000; }
.reflow tr > td:last-child  { border-bottom: 2px solid #000; }
.reflow tr:first-child > td:first-child { margin-top: 0; }
 
/* ラベルを左右に配置 */
.reflow .label,
.reflow .content { padding: 5px 3px; }
.reflow .label   { display: block; float: left; width: 30%; background: #e6e6e6; }
.reflow .content { margin: 0 0 0 33%; background: #fff; }
}


/*求人
---------------------------------------------------------------------------*/

table.offer{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.offer td.off{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}

table.off02{
	display:none;
}

table.offer th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

/*top_画像
---------------------------------------------------------------------------*/

table.offer03{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.offer03 td.off{
	padding:10px;
	text-align:center;
}
