
html, body {
background-color: #94d9ea;
  -webkit-text-size-adjust: none;
  font-family: HiraKakuProN-W3;
  line-height: 1.25;
  font-size:18px;
	color:#000000;
}

/* 背景 */
.iPhoneBody {
  background-color: #94d9ea;
}

.panel {
	display: none;
	position: absolute;
	width:100%;
}

.active {
  display: block;
}

.content {
  /*margin: 10px;*/
  background-color:#94d9ea;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 0 10px;
  
}

/* 記事内　タイトル */
.iPhoneHead {
  height:auto;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom:hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#F00));
  background-color:#F00;
  font-size:20px;
  font-weight:bold;
}
.iPhoneHead h1 {
  font-family: HiraKakuProN-W6;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  white-space:normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 記事ページ　日時記載 */
.iPhoneListTitle {
  height:auto;
  line-height: 18px;
  padding: 10px 0px;
  font-family: HiraKakuProN-W6;
  font-size: 16px;
  color: #000;
  text-align: center;
  background-color: #transparent;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* リストページ　リンク */
.iPhoneULIndex {
	padding:10px;
	
}
.iPhoneULIndex li {
  padding:0 10px;
  overflow: hidden;
  background-color:#FFF;
  border-bottom:none;
  margin-bottom:8px;
}
.iPhoneULIndex li:last-child {
  margin-bottom:0px;
}
.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
  text-decoration: none;
  color:#000;
  display: block;
  padding: 15px 18px 15px 4px;
   background: url(../img/trainav-santakurosu-301.png) right center no-repeat;
}

/* リストページ　日時記載 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#444444;
	padding-top: 0;
	padding-bottom: 0;
}

/* バックナンバー・ブログTOPに戻るリンク共通 */
.boxcenter_06 {
	display:none;
	/*margin:0 auto;
	text-align:center;
	font-size:16px;
	background-color:#fff0f8;
	border-bottom:none;
	padding: 8px;*/
}

.boxcenter_07 {
	margin:0 auto;
	text-align:center;
	background-color:#transparent;
	padding: 6px;
}
.boxcenter_08 {
	margin:0 auto;
	text-align:center;
	border-top: solid 1px #000;
	/*border-bottom: solid 1px #000;*/
	padding: 6px;
}

/* 記事ページ　テキスト部分 */
.boxleft_04 {
	color: #000000;
	/*text-align:left;*/
	padding: 16px 5%;
	font-size:16px;
	background-color:#FFFFFF;
	border-bottom:#F00 solid 2px;
}

/* 記事ページ　コピーライト */
.boxleft_04 font[size*="1"] {
	font-size:14px;
}

/* 記事ページ　文字大 */
.text_big {
	font-size:18px;
	font-weight:bold;
}

.boxcenter_01 {
	margin:0 auto;
	text-align:center;
	color:#000;
	font-size:16px;
	background-color:#FFF;
	padding: 8px;
}

.icon {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom:0px;
}

/* プロフィールリンク */
.proflink {
	background-color: #d05aed;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
	color:#ffd9ed;
}
.proflink a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px 0;
}
.mainTitle {
	font-weight:bold;
	font-size:22px;
	margin:20px 0 4px 0;
}
.subTitle {
	font-weight:bold;
}
.clm_headerimg {
	margin:0;
	padding:0;
}
/* テーブル指定 */
table.table {
	width:100%;
    border:1px solid #00aa45;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:16px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #00aa45;
    color:#FFF;
    /*background-color:#333;*/
	font-size:16px;
    text-align:left;
    padding:8px;
    line-height: 1.4;
}
table.table td {
    border:1px solid #00aa45;
	color:#000;
	text-align:left;
    padding:8px;
	font-size:16px;
    line-height: 1.4;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:16px;
}
table.pre {
	width:100%;
    border:1px solid #ff007f;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:16px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
table.pre th {
    border:1px solid #ff007f;
    color:#FFF;
    /*background-color:#333;*/
	font-size:16px;
    text-align:left;
    padding:8px;
    line-height: 1.4;
}
table.pre td {
    border:1px solid #ff007f;
	color:#000;
	text-align:left;
    padding:8px;
	font-size:16px;
    line-height: 1.4;
}
.sakusen {
	padding:38px 0;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.sakusentx {
	display:none;
}
.yuuki {
	background-image:url(../img/ifvg/0301_sakusen-yuuki.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center bottom;
	margin:0;
}
.sukeroku {
	background-image:url(../img/ifvg/0301_sakusen-sukeroku.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center bottom;
	margin:0;
}
.dotetin {
	background-image:url(../img/ifvg/0301_sakusen-dotetin.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center bottom;
	margin:0;
}
.bottan {
	background-image:url(../img/ifvg/0301_bottan-yosou.png);
	background-repeat: no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position:center bottom;
	margin:0;
}
.submit_button {
	margin:8px 0;
	width:280px;
	background-color:#EEE;
	color:#333;
	line-height:1.0;
	text-align:center;
	border:outset 2px #999;
}
.submit_button a {
	display:block;
	padding:8px 0;
	text-decoration:none;
}
