@charset "utf-8";

/* サイト共通CSS */

/*======================================================================================

    汎用クラス

======================================================================================*/

/* 基本設定
***********************************************************************************/

/* 以下、BODY/リンク部分 - from reservation */
/* BODY
----------------------------------------------------------------------------

html { overflow-y: scroll; }
body {
	color: #666;
	text-align: left;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	line-height: 1.4em;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#container { width: 950px; margin: 0 auto; padding: 0; }
img,div { border:none; margin:0; padding:0; vertical-align: bottom;}*/

/* リンク
----------------------------------------------------------------------------

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
a.block { display: block; cursor: pointer; }*/


/* 文字設定
***********************************************************************************/

/* 文字サイズ 
----------------------------------------------------------------------------*/

.fs09 {
	font-size:    77% !important;
	display: block;
	color: #BBAE8E;
}  /* size 9px */
.fs10 { font-size:    85% !important; }  /* size 10px */
.fs11 { font-size:    93% !important; }  /* size 11px */
.fs12 { font-size:   100% !important; }  /* size 12px */
.fs13 { font-size:   108% !important; }  /* size 13px */
.fs14 { font-size:   116% !important; }  /* size 14px */
.fs15 { font-size: 123.1% !important; }  /* size 15px */
.fs16 { font-size:   131% !important; }  /* size 16px */
.fs17 { font-size: 138.5% !important; }  /* size 17px */
.fs18 { font-size: 146.5% !important; }  /* size 18px */
.fs19 { font-size: 153.9% !important; }  /* size 19px */
.fs20 { font-size: 161.6% !important; }  /* size 20px */
.fs21 { font-size:   167% !important; }  /* size 21px */
.fs22 { font-size:   174% !important; }  /* size 22px */
.fs23 { font-size:   182% !important; }  /* size 23px */
.fs24 { font-size:   189% !important; }  /* size 24px */
.fs25 { font-size:   197% !important; }  /* size 25px */

/* 文字指定
----------------------------------------------------------------------------*/

.oblique { font-style: oblique !important; }		/* 斜体 */
.bold { font-weight: bold !important; }			/* 太字 */
.uline { text-decoration: underline !important; }	/* アンダーライン */
.textR { text-align: right !important; }			/* 右寄せ */
.textC { text-align: center !important; }			/* 中央(横)寄せ */
.textL { text-align: left !important; }			/* 左寄せ */
.va-t { vertical-align: top !important; }			/* 上寄せ */
.va-m { vertical-align: middle !important; }		/* 中央(縦)寄せ */
.va-b { vertical-align: bottom !important; }		/* 下寄せ */
.lh25 { line-height: 1.25 !important; }			/* 行間25％+ */
.lh50 { line-height: 1.5 !important; }				/* 行間50％+ */

/* 文字色設定
----------------------------------------------------------------------------*/

.blue { color: #121e94 !important; }		/* 紺 RGB(18,30,148) CMYK(100,97,18,0) */
.p_blue { color: #0088cc !important; }		/* 紺 RGB(0,136,204) CMYK(100,33,0,20) */
.orange { color: #ed6d1e !important; }		/* 橙 RGB(237,109,30) CMYK(7,70,90,0) */
.d_orange { color:#de6600 !important; }	/* 橙 RGB(222,102,0) CMYK(0,54,100,13) */
.red { color: #c00 !important; }			/* 赤 RGB(204,0,0) CMYK(26,100,100,0) */
.green { color:#008965 !important; }		/* 緑 RGB(0,137,101) CMYK(100,0,26,46) */
.white { color: #FFF !important; }

/* 幅・高さ設定
***********************************************************************************/

/* 幅設定
----------------------------------------------------------------------------*/

.w200 { width: 200% !important; }
.w150 { width: 150% !important; }
.w100 { width: 100% !important; }
.w90 { width:  90% !important; }
.w80 { width:  80% !important; }
.w70 { width:  70% !important; }
.w60 { width:  60% !important; }
.w50 { width:  50% !important; }
.w40 { width:  40% !important; }
.w30 { width:  30% !important; }
.w20 { width:  20% !important; }
.w10 { width:  10% !important; }

/* 幅設定 PX
----------------------------------------------------------------------------*/
.w10px { width: 10px !important; }
.w20px { width: 20px !important; }
.w30px { width: 30px !important; }
.w40px { width: 40px !important; }
.w50px { width: 50px !important; }
.w60px { width: 60px !important; }
.w70px { width: 70px !important; }
.w80px { width: 80px !important; }
.w90px { width: 90px !important; }
.w100px { width: 100px !important; }
.w150px { width: 150px !important; }
.w200px { width: 200px !important; }
.w250px { width: 250px !important; }
.w300px { width: 300px !important; }

/* 高さ設定 PX
----------------------------------------------------------------------------*/
.h10px { height: 10px !important; }
.h20px { height: 20px !important; }
.h30px { height: 30px !important; }
.h40px { height: 40px !important; }
.h50px { height: 50px !important; }
.h60px { height: 60px !important; }
.h70px { height: 70px !important; }
.h80px { height: 80px !important; }
.h90px { height: 90px !important; }
.h100px { height: 100px !important; }
.h150px { height: 150px !important; }
.h200px { height: 200px !important; }
.h250px { height: 250px !important; }
.h300px { height: 300px !important; }


/* 余白設定
***********************************************************************************/

/* margin
----------------------------------------------------------------------------*/

.mAuto { margin-right: auto !important; margin-left: auto !important; }
.m0 { margin:  0px !important; }
.m5 { margin:  5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m50 { margin: 50px !important; }
.m100 { margin: 100px !important; }
.m200 { margin: 200px !important; }
.m300 { margin: 300px !important; }

.mt0 { margin-top:  0px !important; }
.mt5 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }
.mt200 { margin-top: 200px !important; }
.mt300 { margin-top: 300px !important; }

.mr0 { margin-right:  0px !important; }
.mr5 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr100 { margin-right: 100px !important; }
.mr200 { margin-right: 200px !important; }
.mr300 { margin-right: 300px !important; }

.mb0 { margin-bottom:  0px !important; }
.mb5 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb200 { margin-bottom: 200px !important; }
.mb300 { margin-bottom: 300px !important; }

.ml0 { margin-left:  0px !important; }
.ml5 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml100 { margin-left: 100px !important; }
.ml200 { margin-left: 200px !important; }
.ml300 { margin-left: 300px !important; }

/* padding
----------------------------------------------------------------------------*/

.p0 { padding:  0px !important; }
.p5 { padding:  5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p50 { padding: 50px !important; }
.p100 { padding: 100px !important; }
.p200 { padding: 200px !important; }
.p300 { padding: 300px !important; }

.pt0 { padding-top:  0px !important; }
.pt5 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }
.pt200 { padding-top: 200px !important; }
.pt300 { padding-top: 300px !important; }

.pr0 { padding-right:  0px !important; }
.pr5 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr50 { padding-right: 50px !important; }
.pr100 { padding-right: 100px !important; }
.pr200 { padding-right: 200px !important; }
.pr300 { padding-right: 300px !important; }

.pb0 { padding-bottom:  0px !important; }
.pb5 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb200 { padding-bottom: 200px !important; }
.pb300 { padding-bottom: 300px !important; }

.pl0 { padding-left:  0px !important; }
.pl5 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl50 { padding-left: 50px !important; }
.pl100 { padding-left: 100px !important; }
.pl200 { padding-left: 200px !important; }
.pl300 { padding-left: 300px !important; }


/* レイアウト設定
***********************************************************************************/

/* フロート設定
----------------------------------------------------------------------------*/

.floatR { float: right; }
.floatL { float: left; }
.clear { clear: both; }

/* ディスプレイ 
----------------------------------------------------------------------------*/

.dispBlock { display: block !important }
.dispInline { display: inline !important }
.dispInBlock { display: inline-block !important; }

/* クリアフィックス 
----------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* no ie-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* 消去 
----------------------------------------------------------------------------*/

.noIndent { text-indent: 0em !important; } /*インデント削除*/
.noWrap { white-space: nowrap !important; } /* 折り返し禁止 */
.noBG { background-image: none !important; } /* 背景画像消去 */


/* アルファ透明度
***********************************************************************************/

.opacity {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;
}
/*注釈*/
.note_location {
	font-size:75%;
	text-align:right;
	display:block;
	line-height:160%;
	clear: both;
	}

/* テーブル背景カラー
***********************************************************************************/
.bg_jk {
	background-color:#fff;!important;
	}
.bg_sjk {
	background-color:#FFE0E6;!important;
	}
.bg_ichi {
	background-color:#FAFFA8;!important;
	}