/* コラム「フェアリンのふわふわ日常」専用CSS */


/*****↓使用中↓******/


html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color:#FFFFFF;
	background-color: #FFFFFF;
    background: url('img/bgbg.jpg') 0 0 no-repeat;
    background-size: cover;
	/*height: 0;
    padding-top: 190.625%;
    background: url('img/bgbg.jpg') 0 0 no-repeat;
    background-size: contain;*/
}


.iPhoneBody {
	background-color: transparent;
}


/* リスト部分全体 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	/*背景色を半透明に*/
	background-color: rgba(255, 255, 255, 0.7);
	border-bottom: solid 1px #FFF;
}
.iPhoneULIndex li:last-child {
	border-bottom: none;
}

li.back {
	background-color: #5790ff;
	background-color: rgba(211, 211, 211, 0.7);
	border-bottom: solid 1px #FFF;
}


.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	text-decoration: none;
	color: #ac62f2;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


/* 過去の更新 */
.backdata {
	background-color: #333;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#555;
	/*text-align: center;*/
	padding-top: 0;
	padding-bottom: 0;
}

/* 仕切り項目（バックナンバー） */
.bnTitle {
	background-color: #2BDCE6;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 1px #D9D9D9;
	padding-top: 6px;
	padding-bottom: 6px;
}


/* コラム本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
	background-color:#dce9ff;
	color: #444444;
}


/* コラム内タイトル */
.columnTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fe3edf;
	background-color:#FFF;
	border-bottom: solid 3px #50c1e5;
}

/* プロフィールページ内 */
.prof {
	margin-top:200px;
	margin-bottom:20px;
}
.prof img {
	width: 80%;
}
.proftext {
	font-size: 15px;
	padding: 8px 8 4 20;
	line-height: 1.4;
	color: #444444;
}

/* 質問ボタンカコミ */
.button_bg {
	background-color: #fff0ff;
	font-size: 18px;
	text-align: center;
	padding:10 0 10 0px;;
	margin:0 0 20 0px;
}
/* 質問フォームボタン */
.submit_button {
	background-color: #E8EDF5;
	color: #6600CC;
	font-size: 18px;
	text-align: center;
	border: outset 2px #CC66CC;
	border-radius: 8px;
	padding: 4px 0;
	width: 280px;
	/* 背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C9C)); */
}

/*****↑使用中↑******/

