@charset "utf-8";
/* CSS Document */

html {
}

body {
  -webkit-text-size-adjust: none;
  line-height: 1.25;
}

.fas_head {
  padding: 8px 3px 0;
}
.fas_head h1 {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fas_head2 {
  height: 36px;
  padding: 8px 3px 0;
  border-top: 1px solid #cdd5df;
  border-bottom: 1px solid #2d3642;
  background-color: #999;
}
.fas_head2 h1 {
	padding: 5px 0 0 0;
  font-family: HiraKakuProN-W6;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/**
 * iPhoneらしいグレーの背景を利用するには、このクラスを使います。
 */
.sub_body {
  background-color: #999;
}

/**
 * アドレス帳などで「A」「B」などのインデックスに使われる見出しです。
 * h2要素などに使うとよいでしょう。挿入バーからも利用できます
 */
.menu_fas {
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#999));
  background-color: #909faa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/**
 * アドレス帳のようなリストや、設定画面などの定義リストを構築できます
 * 文字数に制限があるので気をつけましょう
 */
.iPhoneUL,
.iPhoneDL {
  margin: 9px 9px 16px;
  border: solid 1px #a9abae;
  -webkit-border-radius: 8px;
  background-color: #fff;
}

.iPhoneUL li,
.iPhoneDL dd {
  list-style-type: none;
  height: 43px;
  border-bottom: solid 1px #a9abae;
  line-height: 43px;
}


.iPhoneUL li:last-child,
.iPhoneDL dd:last-child {
  border-bottom: none;
}

.menu_index li {
  padding: 0 10px;
  border-bottom: solid 1px #d9d9d9;
  overflow: hidden;
  background-color: #fff;
}

.menu_index a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);
  display: block;
  padding: 25px 0;
  background: url(../images/mark.png) no-repeat 0px 25px;
}

a {
  -webkit-tap-highlight-color: rgba(2, 109, 236, 0.9);  // タップ時の反転色
}

/* ボタンスタイル */
.iPhoneButton,
.iPhoneButtonBlack {
  margin: 0 auto;
  width: 300px;

  border: solid 3px #2d3137;
  -webkit-border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 2px;
  text-align: center;
}
.iPhoneButton {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#bdbfc2));
  background-color: #bdbfc2;
}
.iPhoneButtonBlack {
  background: -webkit-gradient(linear, left top, left bottom, from(#6b6e74), to(#282e37));
  background: #282e37;
}
.iPhoneButton a,
.iPhoneButtonBlack a {
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: .5em 0;
  text-decoration: none;
  font-weight: bold;
  width: 300px;
}
.iPhoneButton a {
  color: #000;
}
.iPhoneButtonBlack a {
  color: #fff;
}

/*
戻るボタン
*/
.btnBack {
  background: url(../images/bg_button_back.png) right center no-repeat;
  padding-right: 5px;
  height: 31px;
  float: left;
  margin-right: 5px;
}
.btnBackInner {
  background: url(../images/bg_button_back.png) left center no-repeat;
  height: 28px;
  padding-left: 17px;
  padding-top: 3px;
}
.btnBack a {
  color: #fff;
  font-size: 80%;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}



footer p {
	clear: both;
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
  border-top: 1px solid #a5b1ba;
  border-bottom: 1px solid #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#999));
  background-color: #909faa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
footer p a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}

footer p:last-child {
	margin: 0;
}

footer .back_copy {
  background-color: #999;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.line_wide {
	padding: 0 0 15px 0;
}

.line_wide2 {
	padding: 8px 0 4px 0;
}

.line_wide3 {
	padding: 4px 0 4px 0;
}

.line_wide4 {
	padding: 4px 0 8px 0;
}

.line_tel {
	padding: 0 0 15px 10px;
	font-weight: bold;
}

.line_tel a {
	color: #333;
	text-decoration: none;
}

.line_sample {
	padding: 0 0 5px 0;
	font-weight: bold;
	color: #F00;
}

.line_base {
	padding: 5px 0 5px 0;
	font-weight: bold;
	width: 100%;
	background: #F00;
	color: #FFF;
}


.ryokin {
	margin: 10px 0;
	padding: 2px 5px;
	width: 100%;
	border: 1px solid #999;
}

.ryokin .kihon00 {
	background-color: #FFF;
	width: 266px;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	border-bottom: dotted 1px #FFF;
}

.ryokin .kihon01 {
	background-color: #666666;
	color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: dotted 1px #FFF;
}

.ryokin .kihon02 {
	font-weight: bold;
	padding: 5px;
	font-size: 100%;
	text-align: center;
	border-bottom: dotted 1px #333;
	white-space: nowrap;
}

.ryokin .kihon03 {
	background-color: #999999;
	width: 266px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	border-bottom: dotted 1px #FFF;
}

.ryokin .kihon04 {
	font-weight: bold;
	padding: 5px 5px 0px;
	font-size: 90%;
	text-align: center;
}

.ryokin .kihon05 {
	font-weight: bold;
	padding: 0px 5px 5px;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	border-bottom: dotted 1px #333;
}

.ryokin .kihon06 {
	background-color: #CCC;
	width: 266px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 90%;
	border-bottom: dotted 1px #FFF;
}

.ryokin .kihon07 {
	background-color: #F00;
	width: 550px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	border-left: solid 1px #333;
}

.ryokin .kihon08 {
	background-color: #FFF;
	width: 550px;
	padding: 5px;
	font-size: 88%;
	font-weight: normal;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	border-left: solid 1px #333;
}

.ryokin .template01 {
	background-color: #FFF5F2;
	width: 128px;
	color: #333;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	border-bottom: dotted 1px #333;
}

.ryokin .template02 {
	font-weight: bold;
	padding: 5px;
	font-size: 90%;
	background-color: #FFF5F2;
	text-align: right;
	border-bottom: dotted 1px #333;
}

.ryokin .original01 {
	background-color: #EAF7EA;
	width: 128px;
	color: #333;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	border-bottom: dotted 1px #333;
}

.ryokin .original02 {
	font-weight: bold;
	padding: 5px;
	font-size: 90%;
	background-color: #EAF7EA;
	text-align: right;
	border-bottom: dotted 1px #333;
}

.ryokin .sp {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.fsize01 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 15px 0;
}

.info {
	margin: 10px 0;
	padding: 2px 5px;
	width: 100%;
	border: 1px solid #999;
}

.info .kihon01 {
	background-color: #666;
	color: #333;
	padding: 3px 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
	border-bottom: dotted 1px #FFF;
	white-space: nowrap;
	color: #FFF;
}

.info .kihon02 {
	font-weight: normal;
	padding: 3px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: dotted 1px #333;
}

.info .kihon02 a:link{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info .kihon02 a:visited{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info .kihon02 a:hover{
	color: #333;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info .kihon02 a:active{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info .sp {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.info .fsize01 {
	font-size: 90%;
	font-weight: normal;
	margin-left: 10px;
}

.info_fsize02 {
	font-size: 80%;
	font-weight: normal;
	margin: 20px;
}

.info_fsize03 {
	font-size: 80%;
	color: #333;
	background-repeat: no-repeat;
	padding-right: 5px;
	background-position: left center;
	margin: 10px 0px 0px;
	text-align: right;
	float: right;
}

.info_fsize03 a:link{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info_fsize03 a:visited{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info_fsize03 a:hover{
	color: #333;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

.info_fsize03 a:active{
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-decoration: none;
}

