@charset "UTF-8";


/*---------------------------
	MAIN IMAGE
-----------------------------*/
/*
トップページ：背景画像変更によりコメントアウト
.main_image {
	padding: 70px 0 0;
	height: 250px;	
}

.main_image h2 {
	margin: 0 0 22px;
}
*/

/*---------------------------
	NEWS
-----------------------------*/
/*
トップページ：WHAT'S NEWS削除によりコメントアウト
.news {
	margin: 0 0 30px;
	background: #005bac;
	color: #fff;
	font-size: 12px;
}

.news a {
	text-decoration: none;
	color: #fff;
}

.news a:hover {
	text-decoration: underline;
}

.news h2 {
	padding: 20px 0 0 20px;
	width: 154px;
	height: 84px;
	float: left;
	border-right: 1px solid #fff;
	line-height: 1;
	font-family: "Arial", arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.news h2 span {
	display: block;
	margin: 10px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.news dl {
	padding: 18px 0 0 20px;
	width: 505px;
	float: right;
}

.news dt {
	width: 90px;
	float: left;
	clear: left: 
}

.news dd {
	margin: 0 0 6px 90px;
}
*/



/*---------------------------
	RELEASE
	INFORMATION
-----------------------------*/
.field {
	margin: 0 -10px 30px;
	overflow: hidden;
}

.field .region {
	margin: 0 10px;
	width: 340px;
	float: left;
	position: relative;
}

.field .region h2 {
	padding-left: 40px;
	height: 41px;
	line-height: 41px;
	font-family: "Arial", arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

.field .region a {
	text-decoration: none;
	color: #005bac;
}

.field .region a:hover {
	text-decoration: underline;
}

.field .region dl {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	font-size: 12px;
	background: #fff;
}

.field .region dt {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
}

.field .region dt:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}


/* release -------------------- */
.release {
	background: #005bac;
}

.release h2 {
	background: url("../img/index/mark1.png") no-repeat 10px center;
}

.release .btn_release {
	padding-left: 8px;
	width: 50px;
	height: 20px;
	background: #d5e8ee;
	line-height: 20px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 10px;
	color: #005bac;
	position: absolute;
	top: 10px;
	right: 10px;
}

.release .btn_release:before {
	content: url("../img/index/arrow1.png");
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	line-height: 22px;
}

.field .release .btn_release:hover {
	text-decoration: none;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

.information .btn_release {
	padding-left: 8px;
	width: 50px;
	height: 20px;
	background: #d5e8ee;
	line-height: 20px;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
	font-size: 10px;
	color: #005bac;
	position: absolute;
	top: 10px;
	right: 10px;
}

.information .btn_release:before {
	content: url("../img/index/arrow1.png");
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
	line-height: 22px;
}

.field .information .btn_release:hover {
	text-decoration: none;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

/* information -------------------- */
.information {
	background: #0cade7;
}

.information h2 {
	background: url("../img/index/mark2.png") no-repeat 10px center;
}


/*---------------------------
	READER SERVICES
-----------------------------*/
.reader_services h2#user {
	margin: 0 0 15px;
	padding: 38px 0 0;
	height: 0;
	overflow: hidden;
	background: url("../img/index/title_img1.png") no-repeat left top;
}
.reader_services h2#store {
	margin: 0 0 15px;
	padding: 38px 0 0;
	height: 0;
	overflow: hidden;
	background: url("../img/index/title_img2.png") no-repeat left top;
}

.reader_services ul {
	margin: 0 -11px 20px 0;
	overflow: hidden;
}

.reader_services ul.box3 li {
	width: 226px;
	margin: 0 11px 10px 0;
	float: left;
}

.reader_services ul.box2 li {
	width: 345px;
	margin: 0 10px 10px 0;
	float:left;
}

.reader_services a {
	display: block;
}

.reader_services a:hover {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)"; /* for IE8 */
}

/*---------------------------
	MAIN BACKGROUND
-----------------------------*/
.home #base {
	background: url(../img/index/main_img01.jpg) repeat-x;
	background-position: center 105px;
}

.home #main {
	padding-top: 240px;
}

.home #wrap:before {
	background: none;
}