@charset "UTF-8";

/**
 * Style
 *
 * 01.BASE
 *
 * 02.HEADER
 *
 * 03.LAYOUT
 *
 * 0.FOOTER
 * 99.CLEAR HACK
 */

/**
 * 01.BASE
 */

 /**
 * 02.HEADER
 */

#header-wrapper {
	margin-bottom: 15px;
	background: url(/global/images/bg_header.png) repeat-x center bottom;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

h1#logo,
p#logo {
	padding: 10px 0;
}


 /**
 * 03.LAYOUT
 */

/*	NO Global navi	*/
#header02 {
	background: #00a784;
	padding-bottom: 5px;
	border-bottom: 3px solid #ccc;
}

#header02 #header-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#contents {
	margin-top: 20px;
}

/*	TOPIC PATH	*/
ol#topic_path li {
	display: inline; zoom: 1;
	margin-bottom: 20px;
	margin-right: 5px
}

html>/**/body ol#topic_path li {
	display: -moz-inline-box; display: inline-block;
}
ol#topic_path li span {
	margin: 0 .3em; color: #ccc;
}
ol#topic_path li a {
	display: -moz-inline-box; color: #333;
	padding-right: 10px;
	background: url(/global/images/icn-topicpath.png) no-repeat right center;
}

#contents-wrapper {
	background: #fdfce4;
	padding-bottom: 10px
}

/* box_intro */
#box_intro {
	margin: 20px 0 40px;
}

	#txt_lead {
		font-weight: bold;
		width: 460px;
		margin-left: 60px;
		float: left;
		display: inline;
	}
	
	#box_info {
		width: 380px;
		float: right;
		display: inline;
		margin-right: 30px;
		background: #fcfab1 url(/sp/storyhour/images/box_info_btm.png) no-repeat center bottom;
	}
	
	#box_info_inner {
		background: url(/sp/storyhour/images/box_info_top.png) no-repeat center top;
	}
	
	
	
	#box_info #pic_book {
		width: 101px;
		float: left;
		display: inline;
		margin-left: 30px;
		padding: 15px 0;
	}
	
	#box_info dl {
		width: 205px;
		float: right;
		display: inline;
		padding: 15px 0;
		margin-right: 30px;
	}
	
	#box_info dt {
		font-weight: bold;
		color: #ff5400;
	}
	
	#box_info .book_data {
		font-size: .847em;
		line-height: 1.1em;
		margin-bottom: 5px;
	}
	
	#box_info dd p {
		line-height: 1.2em;
	}


.box_section {
	width: 884px;
	margin: 0 auto 40px;
	padding: 70px 0 10px;
}

	.box_section h2 {
		position: absolute;
		top: -15px;
		left: -17px;
	}


/* box_report */
#box_report {
	position: relative;
	background: url(/sp/storyhour/images/bg_report.png) no-repeat center bottom;
}

	.report_section {
		margin-bottom: 30px;
	}
	
	.report_section p {
		text-indent: 1em;
		margin-bottom: 5px;
	}
	
	#report_section01 {
		width: 435px;
		float: right;
		display: inline;
		margin-right: 50px;
	}
	
	#report_section02 {
		width: 340px;
		float: left;
		display: inline;
		margin-left: 35px;
	}
	
	#box_photo01 {
		float: left;
		display: inline;
		margin-left: 35px;
	}
	
	#box_photo02 {
		float: right;
		display: inline;
		margin-right: 50px;
	}
	
	.school_data {
		color: #53b200;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background: url(/sp/storyhour/images/bg_report_title.png) no-repeat left bottom;
	}
	
	.school_data h3 {
		font-size: 1.384em;
		
	}
	

/* box_bn */
#box_bn {
	position: relative;
	background: url(/sp/storyhour/images/bg_bn.png) no-repeat center bottom;
	display: none;
}

	#box_bn ul {
		width: 850px;
		margin-left: 35px;
	}
	
	#box_bn li {
		float: left;
		display: inline;
		margin: 0 10px 15px 0;
	}

#box_schedule {
	position: relative;
	background: url(/sp/storyhour/images/bg_schedule.png) no-repeat center bottom;
}
	#box_schedule ul {
		margin-left: 50px;
	}
	
	#box_schedule li .box_schedule_inner {
		padding: 0 0 10px 25px;
		margin-bottom: 8px;
		background: url(/sp/storyhour/images/border_schedule.png) no-repeat left bottom;
	}
	
	#box_schedule .date_day {
		width: 4em;
		float: left;
		display: inline;
		margin-right: 10px;
	}
	
	#box_schedule .date_time {
		width: 7em;
		float: left;
		display: inline;
		margin-right: 20px;
	}
	
	#box_schedule p {
		color: #00a37e;
		float: left;
	}
	
	#box_schedule #illust_schedule {
		position: absolute;
		top: 15px;
		right: 50px;
	}
	
	#box_schedule h3 {
		margin-left:50px;
		padding: 15px 0 5px 25px;
		font-weight: bold;
		color: #00a37e;
		font-size: 1.154em;
	}



#footer {
	padding-top: 5px;
	border-top: 3px solid #CDCDCD;
}

/**
 * 99.CLEAR HACK
 */
.rss:after,
#header:after,
#header ul:after,
#footer ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.rss,
#header,
#header ul,
#footer ul {
	min-height: 1px;
}
* html .rss,
* html #header,
* html #header ul,
* html #footer ul {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}