/* コラム「三宅ナビのPower.Play.Point」専用CSS */


/*****↓使用中↓******/

html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	/* 背景色の指定 */
	background-color: #FFFFFF;
}


.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}


/* リスト部分 */
.iPhoneULIndex {
	padding:0 10px 10px 10px;
	background-color:#FFF;
	
}
.iPhoneULIndex li {
  padding:0 10px;
  overflow: hidden;
  background-color:#000;
	-webkit-border-top-right-radius:16px;
  border-bottom:none;
  margin-bottom:10px;
	border: solid 3px #1eaa39;
}
.iPhoneULIndex li:last-child {
  margin-bottom:0px;
}
.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
  text-decoration: none;
  color: #bcdf00;
  display: block;
  padding: 15px 18px 15px 4px;
   background: url(img/trainav.png) right center no-repeat;
}
.iPhoneULIndex li font {
	font-size:12px;
	color:#FFFFFF;
}

/* 毎週○曜日更新 */
.update {
	background-color: transparent;
	font-size: 14px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 4px;
}


marquee {
	background-color: #000000;
	font-size: 16px;
	color: #FFFFFF;
	padding: 4px 0;
}


/* 更新日 */
.daytext {
	background-color: #000000;
	font-size: 14px;
	color:#bcdf00;
	/*text-align: center;
	padding-top: 0;
	padding-bottom: 0;*/
}


/* バックナンバータイトル */
.bnTitle {
	background-color: #f8b800;
	color: #000000;
	font-size: 18px;
	text-align: center;
	padding: 6px;
}


.bnTitle img {
	vertical-align: middle;
	margin-right: 16px;
}


/* 仕切り項目（バックナンバー） */
.bnsubTitle {
	background-color: #999;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding: 6px;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


.columntext table {
	line-height: 1.2;
}


/* コラム内日付 */
.columnday {
	background-color: transparent;
	color: #333;
	font-size: 14px;
	text-align: center;
	/*line-height: 10px;*/
	padding-top: 10px;
	padding-bottom: 0;
}


/* コラム内タイトル */
.columntitle {
	background-color: #00CC33;
	color: #F00;
	font-size: 16px;
	text-align: left;
	padding: 4px 8px;
}


.columntitle img {
	vertical-align: middle;
	margin-right: 2px;
}


.columntitle2 {
	background-color: #FFFF66;
	font-size: 18px;
	text-align: center;
	padding: 4px;
}

.columntitle2 a {
	color: #00F;
	display: block;
}


/* コラム内リンク */
.link {
	/*background-color: #FC0;*/
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 8px 0;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
}


.link a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
}

.link02 {
	/*background-color: #FC0;*/
	font-size: 18px;
	text-align: center;
	border: outset 2px #999;
	border-radius: 8px;
	margin: 4px 0;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FC0), to(#F90));
}


.link02 a {
	/*text-decoration: none;*/
	display: block;
	color: #00F;
}



/* コピーライト　左揃え */
.crtext {
	padding: 10px 0;
	font-size: 12px;
	color:#CCC;
}


/* コラムTOP仕切り */
.topsec {
	background-color: transparent;
	text-align: center;
	padding-top: 8px;
}


/* リンクボタン（TOPのみ） */
.toplink {
	background:#FF9;
	font-size: 18px;
	text-align: center;
	border: outset #999 2px;
	border-radius: 8px;
	margin: 20px 0;
	padding: 4px;
	width: 240px;
}
.ssize {
	font-size:14px;
	color:#666;
	margin-top:4px;
}

.ssize02 {
	font-size:12px;
	color:#666;
}

.leadtext {
	font-size: 14px;
	line-height: 1.2;
	padding:10px;
	margin:10px 0;
	background-color:#FFFFFF;
	color:#000;
	border: solid 3px #000000;
}
.proflink {
	background-color: #bcdf00;
	font-size: 14px;
	text-align: center;
	padding:2px 0;
	color:#000000;
}
.listup {
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 0px;
}
.manga_banner_text {
	font-size: 14px;
	text-align:center;
	margin:10px;
}
.manga_banner_text a {
	display:block;
}
/*****↑使用中↑******/
