/* コラム「フェアリンのふわふわ日常　コラム記事」専用CSS */


/*****↓使用中↓******/


html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	background-color: #FFFFFF;
	/*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:#FFF;
	border-bottom: solid 1px #e1c2ff;
}
.iPhoneULIndex li:first-child {
	border-top: none;
}
.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;
}


/* 仕切り項目（バックナンバー） */
.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:#FFFFFF;
	color: #330064;
}


/* コラム内タイトル */
.columnTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
}
.columnimage {
	background-image:url(colum/img/bg.jpg);
}
.columnTitle img {
	text-align: center;
	margin-top:10px;
}

.contents {
	padding:0px;
}

.container {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	position:relative;
}
.footer3 {
    position:absolute;
    bottom:0px;
    height:150px;
    width:100%;
}

/*****↑使用中↑******/

