/* コラム「柳まおの腐女子がログインしました。」専用CSS */


/*****↓使用中↓******/

html {
	background-color: #FFFFFF;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color:#FFFFFF;
	background-color: #FFFFFF;
}


.iPhoneBody {
	background-color: transparent;
}


/* リスト部分全体 */
.iPhoneULIndex li {
	padding: 0 10px;
	overflow: hidden;
	background-color: #e3f4b3;
	border-bottom: solid 1px #8dc21f;
}
.iPhoneULIndex li:last-child {
	border-bottom: none;
}

li.back {
	background-color: #ebf4d3;
}

li.backcospre {
	background-color: #fffeca;
	border-top: solid 1px #dad64d;
	border-bottom: none;
}
li.bordernon {
	border-top:none;
}

.iPhoneUL a,
.iPhoneULIndex a,
.iPhoneDL a {
	text-decoration: none;
	color: #F0C;
	display: block;
	padding: 15px 14px 15px 0;
	background: url(img/trainav.png) right center no-repeat;
}


li.backcospre a {
	background: url(img/trainav_y.png) right center no-repeat;
}

/* 毎週○曜日更新 */
.update {
	/*background-color: #F90;*/
	font-size: 14px;
	text-align: center;
	padding-bottom: 4px;
}


/* プロフィールリンク */
.proflink {
	background-color: #fff0ff;
	font-size: 16px;
	text-align: center;
	padding:4 0 4 0px;;
	margin:10 0 10 0px;
}


.proflink a {
	text-decoration: none;
	color: #0000ff;
}

.ankar {
	margin-bottom:10px;
	text-align:center;
}

/* 過去の更新 */
.backdata {
	background-color: #333;
	font-size: 16px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* 更新日 */
.daytext {
	background-color: transparent;
	font-size: 14px;
	color:#517300;
	/*text-align: center;*/
	padding-top: 0;
	padding-bottom: 0;
}

.cospre {
	padding: 10px;
	background-color: #fffc8a;
	font-size: 22px;
	text-align:center;
}

.name {
	padding:4px 0;
	color: #fc58fc;
	font-size:14px;
	text-align:center;
	background-color:#fffc8a;
    border:3px solid #fffc8a;
	line-height:120%;
}

/* 仕切り項目（バックナンバー） */
.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;
	color: #517300;
}


/* コラム内タイトル */
.columnTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#e3f4b3;
	color: #F0C;
}

/* コスプレ内タイトル */
.cospreTitle {
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#fffc8a;
	color: #F0C;
}


/* プロフィールページ内 */
.prof-obi {
	font-size:14px;
	color:#7c7000;
	line-height:1.2;
	background-color: #fffc8a;
	text-align:center;
	padding:4px 0 0 0;
}
.prof-text {
	font-size:14px;
	color:#517300;
	line-height:1.2;
	text-align: left;
	padding:2px 0 4 0;
}
.waku-y01 p {	
	display:table-cell;
	vertical-align:middle;
}
.space {
	width:100%;
}
.waku-y01 {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	margin:0px;
	text-align: left;
}
.waku-y01 img {
	margin-right:5px;
	width:130px;
}

/* 質問ボタンカコミ */
.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)); */
}
/*****↑使用中↑******/




/* 質問ボタンカコミ */
.button_new {
	background-color: #fff0ff;
	font-size: 18px;
	text-align: center;
	padding:5 0 5 0px;;
	margin-bottom:20px;
	margin-top:20px;
}
/* 質問フォームボタン */
.submit_buttonnew {
	background-color: #E8EDF5;
	color: #6600CC;
	font-size: 18px;
	text-align: center;
	border: outset 2px #CC66CC;
	border-radius: 8px;
	padding: 4px 0;
	width: 90%;
	margin:0 auto;
	/* 背景色にグラデーションをかける
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C9C)); */
}
.submit_buttonnew a {
	padding: 4px 0px 0px 0px;
	display:block;
	text-decoration:none;
}

.newcolum {
	text-align:center;
	margin:10px 0;
	width:100%;
}
.newcolum p {
	background-color: #E8EDF5;
	border: outset 2px #CC66CC;
	border-radius: 8px;
	color:#6600CC;
	font-size:16px;
	width: 90%;
	padding: 0px;
	text-align:center;
	margin:0 auto;
	margin-bottom:4px;
}
.newcolum p a {
	display: block;
	text-decoration:none;
	text-shadow: 0px 0px 5px rgba(255,225,135,1);
	color:#6600CC;
	font-size:18px;
	/*font-weight:bold;*/
	padding: 10px 0 6 0;
}

.backtext {
	font-size: 18px;
	color:#FFFFFF;
	background-color: #6e9702;
	text-align:center;
	padding:4px 0;
}
.backcospretext {
	font-size: 18px;
	color:#FFFFFF;
	background-color: #7b7900;
	text-align:center;
	padding:4px 0;
}

/*****↑使用中↑******/




/*****↓未使用↓******/

/* 機種TOP仕切り */
.topsec {
	background-color:transparent;
	font-size:14px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
}


.panel {
	display: none;
	position: absolute;
	width:100%;
}


.active {
	display: block;
	padding: 16px;
}


.content {
	/*margin: 10px;*/
	color:#FFF;
	background-color:transparent;
	border-radius:non;
	-webkit-border-radius: non;
	padding: 0 10px;
}


/* コンテンツ内の項目 */
.contTitle {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	background-color:#8d0a9d;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(38,0,43,0.3);
}


/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#666;
}


/* 小項目のdiv */
.sectionTitle {
	padding: 3px 0;
	color:#FFF;
	font-size: 22px;
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}


/* ボーダーラインの項目のところ*/
#tb3 {
	height:1.5em;
	background-color:#8d0a9d;
}


#tc3 {
	text-align:center;
	color:#000;
	font-size:18px;
	padding: 4px;
}


/*****↑未使用↑******/
