@charset "utf-8";
/* iphone Apps用スタイル */

* {
	margin: 0;
	padding: 0;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
}

/* 背景色 */
body.iPhone {
	background-color: #ffffff;
}

/* ストロング */
body strong{ color:#ca0812;}

/* h1 要素　*/
.iPhoneHead {
	height: 44px;
	line-height: 44px;
	border-top: 1px solid 333333;
	border-bottom: 1px solid #333333;
	background-image: none;
	　　__background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), to(#6d84a2));
	background-color: #0668b0;
	font-family: HiraKakuProN-W6;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* h2 要素　*/
.iPhoneListTitle {
	height: 40px;
	line-height: 20px;
	padding: 0px 10px;
	font-family: HiraKakuProN-W6;
	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 #989ea4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#909faa), to(#b8c1c8));
	background-color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



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

	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: 350px;
}
.iPhoneButton a {
	color: #000;
}
.iPhoneButtonBlack a {
	color: #fff;
}


/*　リスト スタイル　*/

ul.list132 li.menu {
  padding: 7px 0px ;
  width: 100%;
  display: block;
  background-color: #0668b0;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px solid #000000;	
}

ul.list132 li.odd {
  padding: 10px 0px ;
  width: 100%;
  display: block;
  background-color: #004175;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px solid #000000;

}

ul.list132 li.even {
  padding: 10px 0px ;
  width: 100%;
  display: block;
  background-color: #0668b0;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  border-bottom: 1px solid #000000;	

}

/*　テーブル スタイル　*/
.iPhone table {
	font-size: 14px;
	margin: 0px 0px 0px;
	border: solid 3px #0668b0;
	-webkit-border-radius: 8px;
	background-color: #004175;
}

.strong_t { color:#fff;}

a {
	-webkit-tap-highlight-color: rgba(225, 255, 0, 0.30);	// タップ時の反転色
}

/* フッター（コピーライト） */

.footer {
	font-size: x-small;
	color: #2f281e;
}

/*　キャストスタッフ　*/
.cast_ti { color:#000; text-align:center; font-weight:bold; }

