@charset "UTF-8";

body {
	-webkit-text-size-adjust:none;
	position:relative;
	background:none;
	letter-spacing:0;
}
#header {
	width:100%;
	height:80px;
	background-color:#88BCCB;
	text-decoration:none;
}
#header h1 {
	width:100%;
	height:80px;
	float:none;
	font-size:15px;
	text-decoration:none;
}
#header h1 a {
	display:block;
	width:100%;
	height:80px;
	background:url(../img/header_main_mobile.png) no-repeat;
	background-size: 100% 80px;
	text-decoration:none;
	color:#ff2d71;
}
#header .copy {
	width:100%;
	padding:0 0 2% 0;
	float:none;
	font-size:10px;
	text-align:center;
}
#navi {
	position:absolute;
	bottom:-150px;
	width:100%;
	height:150px;
}
#navi li {
	width:100%;
	height:auto;
	float:none;
}
#navi li a {
	width:95%;
	height:28px;
	padding-left:5%;
	background-image:none;
	background:linear-gradient(top, #FFFFFF, #CCCCCC);
	background:-moz-linear-gradient(top, #FFFFFF, #CCCCCC);
    background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC));
	color:#333333;
	text-align:left;
}
#navi li a:hover {
	color:#5F9FA5;
}
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a,
#navi li a:hover {
	background-position:0;
	font-weight:normal;
}
#contents {
	width:100%;
	border-top:solid 5px #3e477e;
	margin:0;
	padding:0 0 5px 0;
	background-color:#F0F0F0;
}
#main {
	margin:0;
	padding:0;
	background-color:#F0F0F0;
	color:#666666;
}
#main h2 {
	width:100%;
	padding:0px 0px 0px 10px;
	line-height:1.6em;
	font-size:26px;
	color:#FFFFFF;
}
#main .photo {
	float:none;
	margin:0;
	padding:13px 0 10px 0;
	text-align:center;
	background:url(../img/s_bg_main.png) repeat;
}
#main .photo img {
	border:solid 2px #FFFFFF;
}
#main .text {
	width:90%;
	margin:0 auto;
	padding:5px 0 15px 0;
	line-height:1.5em;
}
#main .btn_more {
	display:none;
}
#book {
	clear:both;
	margin-bottom:10px;
	list-style-type:none;
}
#book li {
	width:325px;
	height:200px;
	margin-bottom:10px;
	padding:10px 40px 10px 10px;
	float:left;
	background:url(../img/bg_book.png) no-repeat;
}
#book li h3 {
	line-height:1.6em;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#book li.first {
	margin-right:10px;
}
#book li .text {
	line-height:1.6em;
}
#pickup {
	width:95%;
	margin:0 auto 20px auto;
}
#pickup li {
	width:auto;
	height:auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 5px 0;
	padding:5px 10px;
	float:none;
	background:#FFFFFF url(../img/s_bg_pickup.png) no-repeat right center;
}
#pickup li.first {
	margin-right:0;
}
#pickup li h3,
#pickup li .text {
	line-height:1.5em;
}
#category {
	width:95%;
	margin:0 auto 20px auto;
}
#category li {
	width:auto;
	height:auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 5px 0;
	padding:5px 10px;
	float:none;
}
#category li.first {
	margin-right:0;
}
#category li h3,
#category li .text {
	line-height:1.5em;
}
.data_box,
.sentence_box {
	width:95%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:20px auto 20px auto;
}

.data_box dl dt {
	width:120px;
	line-height:1.5em;
	font-size:10px;
}
.data_box dl dd {
	padding:5px 10px 5px 110px;
	line-height:1.5em;
}
.sentence_box .text {
	padding:15px;
	line-height:1.5em;
}
#footer {
	width:100%;
	height:30px;
	padding-top:15px;
	position:absolute;
	bottom:-235px;
	width:100%;
	height:30px;
	padding-top:15px;
	background:url(../img/bg_footer_main.png) center;
}
#contents_02 h2,
#contents_03 h2,
#contents_04 h2,
#contents_05 h2 {
	padding:10px;
	font-size:14px;
}
.sentence h3 {
	width:85%;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:0 auto 10px auto;
	padding:5px 5%;
}
.sentence .text {
	width:90%;
	margin:0 auto;
	line-height:1.5em;
}
.contact {
	width:85%;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto 20px auto;
	padding:2% 5%;
}
.detail_box {
	width:95%;
	background-color:#FFFFFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto 20px auto;
	padding:0;
}
.detail_box h3 {
	width:90%;
	margin:0 auto;
	padding:10px 0 5px 0;
	background:none;
}
.detail_box .photo {
	float:none;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:center;
}
.detail_box .photo img {
	width:121px;
	height:121px;
}
.detail_box .text {
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
	line-height:1.5em;
}
.sponsor_box {
	width:95%;
	background-color:#FFFFFF;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 auto 20px auto;
	padding:0;
}
.sponsor_box h3 {
	width:90%;
	margin:0 auto;
	padding:10px 0 5px 0;
	background:none;
}
.sponsor_box .photo {
	float:none;
	margin:0 auto;
	padding:15px 0 0 0;
	text-align:center;
}
.sponsor_box .photo img {
	width:121px;
	height:175px;
}
.sponsor_box .text {
	width:90%;
	margin:0 auto;
	padding-bottom:20px;
	line-height:1.5em;
}
.link_box h3 {
	width:85%;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:0 auto;
	padding:3px 5%;
	line-height:1.5em;
}
.link_box ul li {
	padding:5px 0 10px 0;
}
.link_box ul li h4 {
	padding:5px 0 5px 15px;
	background:url(../img/icon_04.png) no-repeat;
	background-position:0 10px;
	font-size:12px;
}
.link_box ul li .text {
	line-height:1.5em;
}