@charset "UTF-8";
/* CSS Document */

div#page {
	clear: both;
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 0;
	font-size:85%;
	line-height:1.4;
}

/* 背景 */

div#page div.bg01 {
	background: url(../toukou//images/episode_bg01.jpg) top center no-repeat;
	padding-left:92px;
	margin-bottom:-1px;
}

div#page div.bg03 {
	background: url(../toukou//images/episode_bg03.jpg) repeat-y center ;
	padding:10px 0 0 92px;
	margin-bottom:-1px;
}

div#page div.bg02 {
	background: url(../toukou//images/episode_bg02.jpg) bottom center no-repeat;
	height:255px;
	margin-bottom:-1px;
}

/* タイトル・リード */

div#page h2 {
	padding:87px 0 0 69px;
	width:317px;
	height:98px;
}

div#page p.txt_lead {
	width:545px;
	margin:60px 0 0 69px;
	color:#74532b;
	line-height:1.5;
	min-height:120px;
}

* html div#page p.txt_lead {  
height: auto !important;  
height: 100px;
}  

/* エピソードナビ */

div#page div#nav_ep {
	background: url(../toukou//images/bg_nav.gif) bottom center no-repeat;
	height:67px;
	width:766px;
	margin-top:22px
}

* html div#page div#nav_ep {
	background: url(../toukou//images/bg_nav.gif) bottom center no-repeat;
	height:67px;
	width:766px;
	margin-top:25px
}


div#page #nav_ep ul {
	text-align:center;
	margin-left:27px;
}


div#page #nav_ep ul li{
	float:left;
	height:67px;
	font-size:1%;
}

/* エピソード */

div#page div.result_ep {
	padding-top:10px;
	padding-bottom:10px;
	width:766px;
}

div#page div.result_ep div.section {
	width:716px;
	margin-left:26px;
}

div#page div.result_ep div.section p {
	background: url(../toukou//images/bg_section_btm.gif) bottom left no-repeat;
	min-height:50px;
	padding:28px 105px 28px 40px;
	color:#74532b;
	line-height:1.6;
}

* html div#page div.result_ep div.section p  {  
height: auto !important;  
height: 108px;
}  
    
div#page div.result_ep p.pagetop_ep {
	text-align:right;
	margin:5px 26px 5px 0;
}

/* 各エピソードの背景・パディング*/
div#page div.ep01 div.section{
	background: url(../toukou//images/bg_section01.gif) top left no-repeat;
}
div#page div.ep02 div.section{
	background: url(../toukou//images/bg_section02.gif) top left no-repeat;
}

div#page div.ep02 div.section p {
	padding:28px 115px 28px 40px;
}

div#page div.ep03 div.section{
	background: url(../toukou//images/bg_section03.gif) top left no-repeat;
}

div#page div.ep03 div.section p {
	padding:28px 115px 28px 40px;
}

div#page div.ep04 div.section{
	background: url(../toukou//images/bg_section04.gif) top left no-repeat;
}

div#page div.ep04 div.section p {
	padding:28px 115px 28px 40px;
}



/* ソーシャルボタン */

div#page div.socialMediaArea{
	padding-top:65px;
	margin-left:718px;
}

div#page div.socialMediaArea ul{
	width:120px;
	height:27px;
}


div#page div.socialMediaArea ul li{
	float:left;
	margin-left:8px;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

