html {
	height: 100%;
	-webkit-text-size-adjust: none;
}
body {
	margin: 0px;
	padding: 0px;
	background:url(../img/bg.gif);
	color:#333333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
}
a img {
	border-style:none;
}
#header {
	background:#365ab5;
	padding:0;
}
#header h1 {
	margin:0;
}
#header .btn {
	float:right;
	margin:0;
}
#headerImg {
	clear:both;
	background:#c4ddf3;
	text-align:center;
	padding:0;
	margin:0;
}
#headerImg img {
	vertical-align:bottom;
}




/*特集タイトルバー
------------------------------------------------------------*/
.tokushuTitle {
	background-color:#FFF;
	background-image:url(../img/contentstitle_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px solid #cdcacb;
	border-bottom:1px solid #fc6d84;
	font-weight:bold;
	text-shadow: 0 1px 0 #ffffff;
	padding:0;
	font-size:18px;
}
.tokushuTitle p.btn {
	float:left;
	margin:0 -28px 0 0;
	height:40px;
}

.tokushuTitle p.title{
	text-align:center;
	margin:0;
	height:40px;
	line-height:46px;
}

.tokushuTitleSub {
	background-color:#FFF;
	background-image:url(../img/contentstitle_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px solid #cdcacb;
	border-bottom:1px solid #fc6d84;
	font-weight:bold;
	text-shadow: 0 1px 0 #ffffff;
	padding:5px;
}

/*特集一覧
------------------------------------------------------------*/
#tokushuList {
	background:#FFF;
}
#tokushuList ul {
	margin:-1px 0 0 0;
	padding:0;
	list-style:none;
}
#tokushuList ul li {
	margin:0;
	padding:0;
	text-align:left;
	border-top:1px solid #ccc;
	background:url(../img/linkbtn_arrow.png) no-repeat 100% 50%;
}
#tokushuList ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
	color:#333;
}



/*特集メインビジュアル
------------------------------------------------------------*/
#tokushMainVisual {
	clear:both;
	text-align:center;
}
#tokushMainVisual img {
	width:100%;
	vertical-align:bottom;
}
#tokushMainCopy {
	padding:10px;
	text-align:left;
	background:#FFF;
	font-size:0.9em;
	line-height:1.5em;
	color:#666;
}




/*フッター
------------------------------------------------------------*/
#footer {
	font-size:80%;
	line-height:140%;
	text-align:center;
	background:#FFF;
	border-top:1px solid #ccc;
	padding:0 0 20px 0;
}
#footer #guide {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:10px;
	margin:-1px 0 20px 0;
	text-align:left;
}
#footer #guide p.pagetop {
	margin:0;
	background:url(../img/footer_arrow02.png) no-repeat 0 50%;
	padding-left:18px;
	float:right;
}
#footer #guide p.top {
	margin:0;
	background:url(../img/footer_arrow01.png) no-repeat 0 50%;
	padding-left:18px;
}
#footer #guide p.top2 {
	margin:0;
	padding-left:18px;
}
#footer #guide a {
	color:#333333;
	text-decoration:none;
}
#footer p.link a {
	color:#333333;
	text-decoration:none;
}
.datepicker {
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	width:50px;
}