/* コラム「スーパーみるくRUSH」専用CSS */


/*****↓使用中↓******/


html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height:1.25;
	font-size:16px;
	/* 背景色の指定 */
	background-color: #FFF;
}


.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}

/* コラム本文 */
.columntext {
	margin:0;
	padding:0 0 20px 0;
	line-height:1.5;
	color:#93784b;
	background-color:#FFF;
	background-image:url(img/prof.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
}
.columntext img {
	width:100%;
	height:auto;
}
.columntext > div {
	margin:20px 10px 0 10px;
	padding:8px;
	/*width:48%;*/
	line-height:1.5;
	background-color:rgba(255,255,255,0.65);
	border-radius:8px;
}

/* コラム内タイトル */
/*.hedTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
  background-color:transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1.0)), color-stop(50%,rgba(223,0,255,1.0)), color-stop(100%,rgba(0,0,0,1.0)));
}*/


/* バックナンバー・ブログTOPに戻るリンク共通 */
.boxcenter_06 {
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	background-color:#ffe8f1;
	border-bottom:none;
}
.boxcenter_06 a {
	color:#93784b;
}


/*****↑使用中↑******/
