@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate	
 *
 * 以下は、クロスブラウザースタイリングに関する多くのリサーチの結果です。
 * Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen および H5BP 部門のコミュニティとチームの貢献に対してここに心より感謝申し上げます。
 *
 * この CSS について詳しくは、h5bp.com/css を参照してください
 * 
 * Dreamweaver の変更点 : 
 * 1. 選択ハイライトをコメントアウトしました
 * 2. メディアクエリセクションを削除しました (別のファイルに独自のセクションを追加)
 *
 * ==|== 正規化 ==========================================================
 */


/* =============================================================================
   HTML5 表示定義
   ========================================================================== */

article, aside, details, figcaption, figure, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   ベース
   ========================================================================== */

/*
 * 1. 本文のフォントサイズの設定に em 単位を使用している場合、IE6/7 のテキストの正常でないサイズ変更を修正
 * 2. IE 以外での垂直スクロールバーの使用を強制
 * 3. ユーザーズームを無効にしないと、デバイス方向の変更で iOS テキストサイズが調整されないように修正 : h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: "Hiragino Kaku Gothic ProN",'meiryo','メイリオ','ms pgothic','ms pゴシック','osaka',sans-serif; color: #222; }

/* 
 * 選択ハイライトでテキストシャドウを削除 : h5bp.com/I
 * これらの選択の宣言は、個々に行われる必要があります
 * 関連項目 : ホットピンク (または、デザインに合わせて背景色をカスタマイズ)
 */

/* Dreamweaver : 選択ハイライトをカスタマイズする場合は、これらを非コメント化します
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   リンク
   ========================================================================== */

a { color: #00e; text-decoration: none;}
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* すべてのブラウザーで、フォーカスの設定時およびホバー時の読みやすさを改善 : h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   テキスト編集
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* タイプライター字体ファミリーを再宣言 : h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* すべてのブラウザーでのプリフォーマットテキストの読みやすさを改善 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   リスト
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   埋め込まれたコンテンツ
   ========================================================================== */

/*
 * 1. IE7 で拡大/縮小する際の画質を改善 : h5bp.com/d
 * 2. イメージコンテナでのイメージとボーダーとの間の隙間を削除 : h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * IE9 で非表示にならないオーバーフローを修正
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   図
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   フォーム
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* “ラベル” が、関連付けられたフォームエレメントにフォーカスをシフトするように指定 */
label { cursor: pointer; }

/* 
 * 1. IE6/7/8/9 の継承しないカラーを修正
 * 2. IE6/7 正常に表示されない整列を修正
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. すべてのブラウザーでの継承しないフォントサイズを修正
 * 2. FF3/4 S5 Chrome のマージンを削除
 * 3. すべてのブラウザーの縦揃えの一貫した表示を定義
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. FF3/4 に合わせて行の高さを標準に定義 (UA スタイルシートで !important を使用して設定)
 * 2. IE6/7 で正常に表示されない内部間隔を修正
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * IE6/7 のオーバーラップとホワイトスペースの問題を回避するために “テーブル” の内部間隔を再導入
 */

table button, table input { *overflow: auto; }

/*
 * 1. クリック可能なフォームエレメントの手の形のカーソルを表示
 * 2. iOS のクリック可能なフォームエレメントのスタイル付けを許可
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * 一貫したボックスのサイズ変更および外観を保持
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * FF3/4 の内部余白とボーダーを削除 :  h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. IE6/7/8/9 のデフォルトの垂直スクロールバーを削除 
 * 2. 垂直のサイズ変更のみを許可
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* フォームの有効期間のカラー */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   テーブル
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== プライマリスタイル =====================================================
   作成者 :  
   ========================================================================== */


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?vanyfu');
	src:url('fonts/icomoon.eot?#iefixvanyfu') format('embedded-opentype'),
		url('fonts/icomoon.woff?vanyfu') format('woff'),
		url('fonts/icomoon.ttf?vanyfu') format('truetype'),
		url('fonts/icomoon.svg?vanyfu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    font-size: 300%;
    color: #fff;
	text-decoration:none !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-list a,.icon-list a:visited {color:#fff; text-decoration:none !important;}

.icon-list:before {
	content: "\e601";
	color:#fff;
	text-decoration:none;
}



span.red { color:#ED1B23;}

.boxsize { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}


.space_m0 {margin-top:0px !important; }
.space_m20 {margin-top:20px !important; }
.space_m10 {margin-top:10px !important; }
.space_mb0 {margin-top:0px !important; margin-bottom:0 !important;}
.space_b0 {margin-bottom:0px !important; }
.space_b20 {margin-bottom:20px !important; }

.t_small {font-size:90%;}

.center {text-align:center !important; }

h2 {
  position: relative;
  color: #fff;
  background: #32465f;
  line-height: 1;
   margin: 30px 0px 20px 0px;
  padding: 0px 5px 0px 30px;
}
h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #32465f;
}

h2 span {top:-7px; position:relative; font-size: 110%; font-weight:700; margin:0;}


h3 { margin:1% 0 0.5%; font-size:120%; font-weight:300;}


h3.green {
	background-color: #32465f;
	color: #fff;
	font-weight: 700;
	font-size: 90% !important;
	margin-top: 0;
	padding: 5px !important;
	text-align:left !important;
	margin-bottom:10px !important;
}

h3.orange {
	background-color: #f99e1a;
	color: #fff;
	font-weight: 700;
	font-size: 90%;
	margin-top: 0;
	padding: 5px;
}

#calender h3 { background-color:#32465f; color:#fff; font-weight:600; margin:0 0 5px; padding:4px; text-align:center; font-size:140%;}
#calender h3 span.small {font-size:80%;}

#price_box h3 { color:#00adef; font-size:160%; padding-left:5px; margin:5px 0;}

 p {margin:0px 0 10px;}


.pink_box { background-color:#fee8db; padding:10px; margin:5px 5px 10px;}
.white_box { background-color:#fffce4; padding:10px; margin:10px 5px;}
.wid100 {width:95%;}


/*=====================================================
   
   pageslide 
   
===================================================== */

#modal { display:none;}

#pageslide {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    width: 260px;
    padding: 20px;
    
    background-color: #243a65;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;

}

#pageslide ul {margin-top:15%;}
#pageslide ul li {margin-bottom:10px;}
#pageslide ul li a,#pageslide ul li a:visited {color:#fff; text-decoration:none; font-size:110%;}
#pageslide ul li a:hover {text-decoration:underline;}


/*=====================================================
   
   modal
   
===================================================== */


#open01 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}

.modal_window {
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 10;
	padding:50px 0;
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 400px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #000;
}
.modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
}


/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
div#modal02 div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}

/*=====================================================
   
   button
   
===================================================== */




.button_brown,
.button_brown a,
.button_brown:visited {
	background-color:#77252E;
	border-bottom:3px solid #A83E48;

}

.button_brown:hover,
.button_brown a:hover {
    background-color: #cc9315;
	border-bottom:3px solid #f68c1d;
}


.button_center { padding:2px 20px;}

.button_orange,
.button_orange a,
.button_orange:visited {
	background-color:#FBAD16;
	border-bottom:3px solid #DA8717;
}

.button_orange:hover,
.button_orange a:hover {
    background-color: #cc9315;
		border-bottom:3px solid #f68c1d;
	color:#fff;
}

.button_red,
.button_red a,
.button_red:visited {
    background-color: #ed1b23;
	border-bottom:3px solid #950408;
}

.button_red:hover,
.button_red a:hover {
    background-color: #950408;
	border-bottom:3px solid #ed1b23;
	color:#fff;
}

.button_blue,
.button_blue a,
.button_blue:visited {
    background-color: #37c6f4;
	border-bottom:3px solid #4e99d3;
}

.button_blue:hover,
.button_blue a:hover {
    background-color: #4e99d3;
	border-bottom:3px solid #37c6f4;
	color:#fff;
}


.button_purple,
.button_purple a,
.button_purple:visited {
    background-color: #fdb811;
	border-bottom:3px solid #f68c1d;
}

.button_purple:hover,
.button_purple a:hover {
    background-color:  #f68c1d;
	border-bottom:3px solid #fdb811;
}

.button-search01,.button-search01:visited {
    width:80%;
    text-align:center;
    clear:both;
    margin:0 auto;
    margin-top:5px;
    letter-spacing : 0.2em;
    font-size: 100%;
    font-weight: 600;
    background-color: #ed1b23;
	border-bottom:3px solid #950408;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
 	}

a.button-search01 {
    color: #fff !important;
    text-decoration: none !important;
}

.button-search01 a:link {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.button-search01:hover {
    background-color: #950408;
		border-bottom:3px solid #ed1b23;
    color: #fff !important;
}
.button-search02,.button-search02:visited {
    width:80%;
    text-align:center;
    clear:both;
    margin:0 auto;
    margin-top:5px;
    letter-spacing : 0.2em;
    font-size: 100%;
    font-weight: 600;
    background-color: #fdb811;
	border-bottom:3px solid #f68c1d;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
 	}

a.button-search02 {
    color: #fff !important;
    text-decoration: none !important;
}

.button-search02 a:link {
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.button-search02:hover {
    background-color: #f68c1d;
		border-bottom:3px solid #fdb811;
    color: #fff !important;
}

.button,.button a,.button a:hover,.button a:visited {
	clear:both;
    color:#fff !important;
	border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    text-decoration:none;
    padding:2px 10px 1px;
    margin:1% 0 1%;
	font-weight:600;
	font-size:110%;
}

.button_large{
		width:80%;
		margin:0px 0 1%;

}
.button_large,.button_large a,.button_large a:hover,.button_large a:visited {
    width:80%;
    text-align:center;
    clear:both;
    margin:0 auto;
    margin-top:5px;
    letter-spacing : 0.2em;
    font-size: 100%;
    font-weight: 600;
    display: block;
    padding: 5px;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

.button_w100{
	clear:both;
		width:100%;
		margin:0px 0 1%;

}

.button_w100,.button_w100 a,.button_w100 a:hover,.button_w100 a:visited {
    width:100%;
    text-align:center;
    clear:both;
    margin:0 auto;
    margin-top:5px;
    letter-spacing : 0.2em;
    font-size: 100%;
    font-weight: 600;
    display: block;
    padding: 5px;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

/*=====================================================
   
   form
   ===================================================== */
   
   label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  width:99%;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

textarea {
	height: auto;
	min-height: 200px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
   
/*=====================================================
   
   カレンダー
   ===================================================== */


table.business-calendar {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-collapse: collapse;
word-break: break-all;
text-align:center;
}


table.business-calendar th {
    color: #FFFFFF;
    font-weight: normal;
    background-color: #32465f;
    border: 1px solid #e2dede;
    text-align: center;
    padding: 10px 0;
vertical-align:middle;
}

table.business-calendar tr:nth-child(odd) {
    background-color: #fbfae6;
vertical-align:middle;
}

table.business-calendar tr:nth-child(even) {
    background-color: #fbeed9;
vertical-align:middle;
}

table.business-calendar td:nth-child(odd) {
    border: 1px solid #BFBFBF;
    padding: 10px 0;
vertical-align:middle;
}

table.business-calendar td:nth-child(even) {
    width: ;
    border:1px solid #BFBFBF;
    padding: 10px 0px;
}

table.business-calendar td.middle {
vertical-align:middle;
}


/*=====================================================
   
   table
   ===================================================== */


table.tenpo_table {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-collapse: collapse;
word-break: break-all;
}


table.tenpo_table th {
	color: #FFFFFF;
	font-weight: normal;
	background-color: #32465f;
	border: 1px solid #e2dede;
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
}

table.tenpo_table tr:nth-child(odd) {
    background-color: #fbfae6;
vertical-align:middle;
}

table.tenpo_table tr:nth-child(even) {
    background-color: #fbeed9;
vertical-align:middle;
}

table.tenpo_table td:nth-child(odd) {
    border: 1px solid #BFBFBF;
    padding: 5px 10px;
vertical-align:middle;
}

table.tenpo_table td:nth-child(even) {
    width: ;
    border:1px solid #BFBFBF;
    padding: 5px 10px;
	vertical-align:middle;

}


table.business-calendar td.holiday {background-color:#F7B5C1;}
#calender span.sign { color:#006EB9; margin-top:3px; }

.textbox { margin:0px; clear:both;}
.textbox_m05 {
	margin: 5px 5px 0px;
	clear: both;
	padding: 10px;
	background-color: #fffce4;
}
.text_border {border: 1px solid #999;}

.search_border { border-bottom:1px solid #999; margin: 5px 0; padding: 3px 0;}
ul.search_result {
	padding: 10px;
	margin: 0;
	border: 1px solid #999;
	margin-bottom: 10px;
	background-color: #fffce4;
}
ul.search_result li {list-style:none; padding:5px 10px;}


table.table_none {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    border-collapse: collapse;
word-break: break-all;
margin-top:30px;
}
table.table_none td {
	padding:10px 0 ;
}

/*=====================================================
   
   footer_nav
   ===================================================== */
   
#footer {background-color:#32465f;
 padding:1% 0 1%;
 text-align:right;
 color:#fff;}

#footer a,#footer a:visited { color:#fff;}


#smart_bottombox {
	position: fixed;
	bottom: 3%;
	right: 0;
}

.footer_nav{
	position: fixed;
    bottom: 120px;
    margin:0px 0 0px 0;
background-color: rgba(187,187,187,0.5);
	padding:5px 0;
}
.footer_nav a{
    display: block;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#address {width:100%; text-align:right;}




/* ==|== 非セマンティックヘルパークラス ========================================
   このセクションの前にスタイルを定義してください。
   ========================================================================== */

/* イメージの置き換え用 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* スクリーンリーダーとブラウザーの両方で非表示 : h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 視覚的にのみ非表示にする。ただし、スクリーンリーダーでは使用できるようにする : h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* キーボードを介して移動されたエレメントをフォーカスできるようにするために .visuallyhidden クラスを拡張 : h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* スクリーンリーダーで視覚的に非表示 (ただし、レイアウトは保持) */
.invisible { visibility: hidden; }

/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix {
	zoom: 1;
	margin-top: 0px;
}


/* ==|== スタイルを印刷 =======================================================
   スタイルを印刷。
   インラインにして必要な HTTP 接続を回避 : h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* 黒は速く印刷される : h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* イメージのリンクまたは javascript/内部リンクを表示しない */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
