@charset "UTF-8";


/*----------------------------------------------------
　siteHeader
----------------------------------------------------*/

#siteHeader .information {
	clear: both;
	width: 100%;
	padding-bottom: 50px;
	background: url(../common/images/header_info_bg_top.png) left bottom no-repeat;
	}
#siteHeader .information:after { content:""; display:block; clear:both; height:0; }
#siteHeader .information { *zoom: 1; }

#siteHeader .information .links {
	float: left;
	width: 50%;
	}

#siteHeader .information .bcDays {
	padding: 15px 0 0 30px;
	}

#siteHeader .information .sendMail {
	margin: 68px 0 0 38px;
	}

#siteHeader .information .cast {
	position: relative;
	float: right;
	width: 447px;
	height: 302px;
	padding-right: 7%;
	}
@media screen and (max-width: 1200px) {
#siteHeader .information .cast {
	padding-right: 2%;
	}
}
@media screen and (max-width: 1000px) {
#siteHeader .information {
	background: none;
	}
#siteHeader .information .links {
	float: none;
	width: 100%;
	margin-top: 10px;
	padding: 0 0 60px 0;
	text-align: center;
	background: url(../common/images/header_info_bg_top.png) left bottom no-repeat;
	}
#siteHeader .information .bcDays {
	padding: 15px 0 0 0;
	}
#siteHeader .information .sendMail {
	margin: 6px 0 0 0;
	}
#siteHeader .information .cast {
	float: none;
	padding-right: 0;
	margin: 0 auto;
	}
}

#siteHeader .information .cast .persons {
	position: absolute;
	top: 15px;
	left: 0;
	}

#siteHeader .information .cast .btn {
	position: absolute;
	top: -30px;
	left: 320px;
	}

@media screen and (max-width: 880px) {
#siteHeader .information .cast .btn {
	position: absolute;
	top: -20px;
	left: 360px;
	}
}
@media screen and (max-width: 640px) {
#siteHeader .information dl {
	margin: 0 auto;
	width: 300px;
	height: 70px;
	background: url(../common/images/header_text_bg_mini.png) left top no-repeat;
	}
#siteHeader .information dt {
	float: left;
	margin: 4% 0 0 6%;
	width: 34%;
	}

#siteHeader .information dd {
	float: right;
	width: 50%;
	padding: 4% 5% 0 0;
	}
#siteHeader .information .cast {
	width: 100%;
	height: auto;
	}
#siteHeader .information .cast .persons {
	position: static;
	top: 0;
	left: 0;
	text-align: center;
	}
#siteHeader .information .cast .btn {
	position: absolute;
	top: -10px;
	left: 0;
	width: 93%;
	text-align: right;
	margin-right: 7%;
	}
#siteHeader .information .cast .btn img {
	width: 64px;
	}
}
@media screen and (max-width: 440px) {
#siteHeader .information .cast .btn {
	width: 100%;
	margin-right: 0;
	}
}


/*----------------------------------------------------
　notice
----------------------------------------------------*/

#notice {
	width: auto;
	margin-top: 20px;
	padding: 20px 0 0;
	background-color: #ffffff;
	border-left: solid 10px #ff9c9c;
	border-top: solid 1px #eee5ee;
	border-right: solid 1px #eee5ee;
	border-bottom: solid 1px #eee5ee;
	}

#notice dl {
	padding: 20px 30px 20px 0;
	border-top: solid 1px #eee5ee;
	}
#notice dl:first-child {
	padding: 0 30px 20px 0;
	background: none;
	border-top: none;
	}

#notice dt {
	color: #a70e81;
	font-size: 180%;
	line-height: 25px;
	padding-left: 66px;
	background: url(../images/notice_icon.png) 41px top no-repeat;
	}

#notice dd {
	padding: 0.5em 0 0 46px;
	font-size: 160%;
	line-height: 1.75;
	}

#notice dd a {
	color: #4a413b;
	}
#notice dd a:hover,
#notice dd a:active {
	color: #0066ff;
	text-decoration: none;
	}

@media screen and (max-width: 640px) {
#notice {
	border-top: none;
	border-right: none;
	margin-top: 10px;
	}
#notice dl {
	padding: 20px 20px 20px 0;
	}
#notice dl:first-child {
	padding: 0 20px 20px 0;
	}
#notice dt {
	padding-left: 42px;
	background: url(../images/notice_icon.png) 14px top no-repeat;
	}
#notice dd {
	padding: 0.5em 0 0 20px;
	}
}


/*----------------------------------------------------
　topMainContents
----------------------------------------------------*/

.topMainContents {
	margin-top: 30px;
}


/*----------------------------------------------------
　nextBC
----------------------------------------------------*/

#nextBC {
	position: relative;
	padding-bottom: 20px;
	border: solid 6px #ffe57c;
	}
#nextBC:after { content:""; display:block; clear:both; height:0; }
#nextBC { *zoom: 1; }

@media screen and (min-width: 641px) {
#nextBC .summary .link {
	position: absolute;
	top: 7px;
	right: 18px;
	}
}

#nextBC h3 {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -20px 0 0 -79px;
	width: 158px;
	}

#nextBC .contain {
	padding-bottom: 20px;
	}

#nextBC .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 459px;
	/*text-align:left;*/
	}

#nextBC .date dl {
	width: 100%;
	}
#nextBC .date dl:after { content:""; display:block; clear:both; height:0; }
#nextBC .date dl { *zoom: 1; }

#nextBC .date dt {
	float: left;
	width: 124px;
	padding-top: 50px;
	height: 64px;
	margin: 0 0 0 36px;
	background: url(../images/nextbc_date_bg.png) left top no-repeat;
	color: #f17e3b;
	font-size: 240%;
	line-height: 1;
	text-align: center;
	}

#nextBC .date dt span {
	font-size: 75%;
	}

#nextBC .date dd {
	float: left;
	margin: 24px 0 0 0;
	width: auto;
	}

#nextBC .date dd.ph {
	clear: both;
	margin: 0 0 0 77px;
	}
#nextBC .date dd.ph img {
	max-width:340px;
	}

#nextBC .summary {
	margin:  30px 20px 0 459px;
	text-align: left;
	}

#nextBC .summary h4 {
	background: url(../images/nextbc_date_h4.png) left bottom no-repeat;
	color: #dd083f;
	font-size: 200%;
	line-height: 1.3;
	font-weight: bold;
	padding: 23px 0 24px 4px;
	}

#nextBC .summary p.text {
	font-size: 160%;
	line-height: 1.85714;
	padding-top: 1.5em;
	}

#nextBC .summary p.rerun {
	font-size: 160%;
	line-height: 1.85714;
	padding-top: 1.8em;
	}

@media screen and (max-width: 880px) {
#nextBC .date {
	position: static;
	margin: 0 auto;
  width: 100%;
	}
#nextBC .date dd.ph {
  width: 90%;
  margin: 0 5%;
  }
#nextBC .date dd.ph img {
  max-width:100%;
  }
#nextBC .summary {
	margin:  30px 20px 0 20px;
	}
}
@media screen and (max-width: 640px) {
#nextBC {
	position: relative;
	}
#nextBC h3 {
	margin: -30px 0 0 -79px;
	}
#nextBC .contain {
	padding-bottom: 40px;
	}
#nextBC .date {
	width: 100%;
	}
#nextBC .date dt {
	margin: 0 0 0 6px;
	font-size: 190%;
	width: 90px;
	height: 70px;
	padding-top: 36px;
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	}
#nextBC .date dd {
	width: 64%;
	margin: 24px 0 0 0;
	}
#nextBC .date dd.ph {
	width: 90%;
	margin: 0 5%;
	}
#nextBC .summary {
	margin:  10px 5% 0 5%;
	}
#nextBC .summary .link {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -80px;
	}
}

#nextBC a {
	text-decoration: none;
	color: #4a413b;
	}
#nextBC a h4 {
	color: #dd083f;
	}


/*----------------------------------------------------
　estimate
----------------------------------------------------*/

#estimate {
	position: relative;
	border: solid 6px #febabe;
	background: url(../images/estimate_bg.png) repeat left top;
	}
#estimate:after { content:""; display:block; clear:both; height:0; }
#estimate { *zoom: 1; }

#estimate h3 {
	position: absolute;
	top: 0;
	left: 26px;
	margin: -20px 0 0 0;
	width: 158px;
	}

#estimate h3 img {
	width: 158px;
	}

#estimate .contain {
	padding: 16px 0 20px;
	background: url(../images/estimate_bottom.png) no-repeat left bottom;
	}


#estimate .inner {
	background: url(../images/estimate_bird.png) no-repeat right 14px;
	}
@media screen and (max-width: 640px) {
#estimate .inner {
	background: none;
	}
}
#estimate .inner:after { content:""; display:block; clear:both; height:0; }
#estimate .inner { *zoom: 1; }

#estimate .contain li {
	position: relative;
	padding: 30px 0 20px 18px;
	background: url(../images/estimate_div.png) center top no-repeat;
	}
#estimate .contain li:first-child {
	background: none;
	}
#estimate .contain li:after { content:""; display:block; clear:both; height:0; }
#estimate .contain li { *zoom: 1; }

#estimate .contain .main,
#estimate .contain .image,
#estimate .contain .text {
	float: left;
	}

#estimate .contain .date {
	position: absolute;
	top: 36px;
	left: 16px;
	padding: 0;
	line-height: 1;
	width: 69px;
	height: 54px;
	padding: 36px 16px 0 0;
	text-align: center;
	color: #b6458a;
	font-size: 180%;
	line-height: 1;
	font-weight: bold;
	background: url(../images/estimate_date.png) center top no-repeat;
	}

#estimate .contain p.btn {
	position: absolute;
	top: 30px;
	right: 36px;
	width: 150px;
	}

#estimate .contain .main {
	margin: 0 0 0 88px;
	text-align: left;
	}

#estimate .contain .link {
	position: relative;
}
#estimate .contain .link:after { content:""; display:block; clear:both; height:0; }
#estimate .contain .link { *zoom: 1; }

#estimate .contain p.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 163px;
	}

#estimate .contain p.text {
	padding-right: 20px;
	font-size: 160%;
	line-height: 1.75;
	margin-left: 170px;
	}
#estimate .contain p.text .non_link {
	display: block;
	padding-top: 1em;
	}
#estimate .contain p, #estimate .contain p.btn a img {
	display:inline;
	zoom:1;
	vertical-align:middle;
	}

@media screen and (max-width: 640px) {
#estimate h3 {
	position: absolute;
	top: 0;
	left: 50%;
	margin: -24px 0 0 -79px;
	}
#estimate .contain {
	padding: 0 0 20px;
	}
#estimate .contain li {
	padding: 15px 0 10px 18px;
	min-height: 154px;
	height: auto !important;
	height: 154px;
	}
#estimate .contain .date {
	top: 20px;
	}
#estimate .contain .link {
	position: static;
	}
#estimate .contain p.image {
	top: 114px;
	left: 8px;
	width: 90px;
	}
#estimate .contain p.text {
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: 0;
	}
#estimate .contain p.text a {
	padding-top: 0.5em;
	}
#estimate .contain p.btn {
	position: static;
	top: 0;
	right: 0;
	width: auto;
	text-align: right;
	}
}

#estimate .contain .main .text .title_non {
	display: block;
	padding-top: 1em;
	color: #dd083f;
	}
#estimate .contain .main a {
	color: #4a413b;
	}
#estimate .contain .main a .text .title {
	display: block;
	padding-top: 1em;
	color: #dd083f;
	text-decoration: underline;
	}
#estimate .contain .main a:hover .text .title {
	color: #036fd3;
	text-decoration: none;
	}


/*----------------------------------------------------
　fsColumn
----------------------------------------------------*/

#fsColumn {
	position: relative;
	margin: 0 1.5%;
	min-height: 279px;
	height: auto !important;
	height: 270px;
	}
#fsColumn:after { content:""; display:block; clear:both; height:0; }
#fsColumn { *zoom: 1; }

#fingerspelling {
	position: absolute;
	top: 0;
	left: 0;
	width: 455px;
	height: 279px;
	background: url(../images/finger_bg.png) left top no-repeat;
	}

#fingerspelling h3 {
	margin: 17px 0 0 0;
	}

#fingerspelling h3 img {
	display:block;
	margin:0 auto;
}

#fingerspelling p {
	margin: 5px 0 0 30px;
	}


/*----------------------------------------------------
　previous
----------------------------------------------------*/

#previous {
	position: relative;
	margin: 0 0 0 470px;
	padding: 0 0 40px 10px;
	border: solid 6px #c0edc7;
	}

#previous h3 {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 126px;
	}

#previous .link {
	position: absolute;
	top: 8px;
	right: 10px;
	}

#previous .contain {
	padding-top: 64px;
	text-align: left;
	}
#previous .contain:after { content:""; display:block; clear:both; height:0; }
#previous .contain { *zoom: 1; }

#previous .contain .photo {
	float:left;
	width:46%;
	margin: 0 2%;
	text-align: center;
	}

#previous .contain dl {
	float:left;
	width:48%;
	margin: 0 1% 0 0;
	background-image:url(../images/point_star.png);
	background-position: 10px 0;
	background-repeat:no-repeat;
	}

#previous .contain dl {
	font-size: 160%;
	line-height: 1.75;
	}

#previous .contain dt {
	padding-top: 2em;
	}

#previous .contain dd.greenTxt {
	padding-top:1em;
	color:#21762b;
	}

@media screen and (max-width: 980px) {
#fingerspelling {
	position: static;
	width: 455px;
	height: 275px;
	margin: 0 auto;
	padding-top:4px;
	}
#previous {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	}
}

@media screen and (max-width: 640px) {
#fingerspelling {
	position: static;
	width: 296px;
	height: 178px;
	margin: 0 auto;
	padding-top:4px;
	background: url(../images/finger_bg_sp.png) left top no-repeat;

	}
#fingerspelling h3 {
	width: 242px;
	margin: 11px auto 0 auto;
	}
#fingerspelling p {
	width: 254px;
	margin: 3px 0 0 19px;
	}
}

#previous .contain a dt {
	color: #4a413b;
	text-decoration: underline;
	}
#previous .contain a:hover dt,
#previous .contain a:active dt {
	color: #0066ff;
	text-decoration: none;
	}


/*----------------------------------------------------
　bnrArea
----------------------------------------------------*/

.bnrWfull {
	width: 100%;
	text-align: center;
}

#bnrArea .half {
	width: 100%;
}
#bnrArea .half:after { content:""; display:block; clear:both; height:0; }
#bnrArea .half { *zoom: 1; }

.bnrHalfLeft {
	float:left;
	width: 49.5%;
	padding-right: 0.5%;
	text-align: right;
}

.bnrHalfRight {
	float:right;
	width: 49.5%;
	padding-left: 0.5%;
	text-align: left;
}
.middleBnrWrap {
	margin:16px auto;
}

@media screen and (max-width: 640px) {
.bnrHalfLeft {
	float:none;
	width: 100%;
	padding-right: 0;
	text-align: center;
}

.bnrHalfRight {
	float:none;
	width: 100%;
	padding-left: 0;
	text-align: center;
	margin-top: 14px;
}


}

