/* 「年末年始スペシャル」専用CSS */


/*****↓使用中↓******/

html {
	/* 背景色の指定 */
	background-color: #FFE4F4;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color: #000;
	background-color: #FFE4F4;
	/* 背景画像の指定
	background-image: url(img/bg.png);
	background-repeat: repeat; */
}


/* TOPリンク */
.link_box {
	padding: 0 16px;
}


.nolink {
	background-color: #CCC;
	font-size: 18px;
	text-align: center;
	color: #999;
	border: outset #999 2px;
	border-radius: 16px;
	margin-bottom: 12px;
	padding: 16px;
}


.link {
	background: -webkit-gradient(linear, left top, left bottom, from(#F00), to(#C00));
	background: -moz-linear-gradient(top, #F00, #C00);
	background-color: #F00;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	border: outset #999 2px;
	/*-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);*/
	border-radius: 16px;
	margin-bottom: 12px;
}


.link a {
	color: #FF0;
	text-decoration: none;
	display: block;
	padding: 16px;
	border-radius: 16px;
	background: url(img/trainav.png) right center no-repeat;
}


/* 記事内リンク */
.link2 {
	/*margin: 0 8px 6px 8px;*/
	padding: 2px 0;
	font-size: 18px;
	text-align: right;
	background-color: transparent;
}


.link2 a {
	color: #00F;
}


/* メンバープロフ */
.member_title {
	margin: 24px 8px 0 8px;
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #00C;
	background-color: #FC0;
	border: solid 1px #FC0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}


.member_body {
	margin: 0 8px;
	padding: 4px;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	border-left: solid 1px #FC0;
	border-right: solid 1px #FC0;
	border-bottom: solid 1px #FC0;
}


.member_body font {
	font-size: 16px;
}


/* インタビュー内タイトル */
.columntitle {
	background-color: #F09;
	text-align: center;
	padding: 4px;
}


.columntitle td {
	font-size: 18px;
}


.columntitle img {
	height: 72px;
}


/* インタビュー本文 */
.columntext {
	font-size: 16px;
	padding: 20px 8px;
	line-height: 1.5;
}


.columntext center {
	font-size: 18px;
}


.columntext img {
	width: 240px;
}


/* 企画TOPに戻る */
.footer {
	margin-top: 8px;
	padding: 16px 0;
	border-top: solid 2px #F09;
	text-align: center;
}


.footer a {
	color: #00F;
}






.link2 img {
	width: auto;
}

/*****↑使用中↑******/
