@charset "UTF-8";


/*common追記
---------------------------------------------------------- */

/*横スクロール対策*/
#header {
	min-width:1060px;
}

#wrapper {
	min-width:1060px;
}

/*slide
---------------------------------------------------------- */
#slide {
	width:100%;
	min-width:1060px;
	height: 595px;
	margin: 0 auto 40px;
	border-top:1px solid #dfded2;
	background-color: #f3f3ea;
	position:relative;
}

#slide .slide_block{
	width:1060px;
	margin: 0 auto;
	position:relative;
}

#slide li {
	list-style: none;
}

#slide .slide_ph {
	position: relative;
	width:1060px;
	height: 595px;
	overflow: hidden;
	position:relative;
}

#slide .slide_ph li {
	position:absolute;
	top:0;
	left:0;
}

#slide .slide_ph li img {
	position: relative;
	z-index: 0;
}

#slide .slide_ph li .protect {
	display: block;
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	width:1060px;
	height: 595px;
	background: url(../../img/blank.gif) repeat scroll 0 0;
}

#slide .slide_nav {
	display: none;
}

#slide .slide_nav li{
	width:67px;
	height: 67px;
	overflow: hidden;
	cursor:pointer;
}

#slide .slide_nav .prev{
	position:absolute;
	top:236px;
	left:30px;
	z-index:100;
}


#slide .slide_nav .next{
	position:absolute;
	top:236px;
	right:30px;
	z-index:100;
}

#slide .slide_pager_box {
	width:100%;
	position:absolute;
	bottom:0;
	padding: 7px 0 9px;
	background:url(../img/index/slide_pager_bg.png) repeat;
	z-index:100;
}

#slide .slide_pager{
	width:1060px;
	height:19px;
	margin: 0 auto;
	text-align: center;
}

#slide .slide_pager li{
	display: inline-block;
	*display:inline;
	zoom:1;
	width:19px;
	height: 19px;
	margin:0 3px;
	background:url(../img/index/slide_navi.png) center center no-repeat;
	cursor: pointer;
	line-height:0;
}

#slide .slide_pager .select{
	background:url(../img/index/slide_navi_select.png) center center no-repeat !important;
}


/*contents
---------------------------------------------------------- */
#top_contents {
	clear: both;
	margin-bottom:65px;
}


/*tvcm
---------------------------------------------------------- */

.tvcm_block {
	float: left;
	width:462px;
}

.tvcm_block .tvcm_ttl{
	clear: both;
	margin-bottom:15px;
}

.tvcm_block .tvcm_ttl h2{
	float: left;
	width:347px;
}

.tvcm_block .tvcm_ttl p{
	float: right;
	width:79px;
	padding-top:11px;
}

/*banner
---------------------------------------------------------- */

.bnr_block {
	float: right;
	width:474px;
	padding-top:11px;
}

.bnr_block li {
	list-style: none;
}

.bnr_block ul.bnr_l {
	/*margin-bottom:10px;*/
}

.bnr_block ul.bnr_l li {
	margin-bottom:10px;
}

.bnr_block ul.bnr_m {
	clear: both;
	width:482px;
	margin-left:-8px;
}

.bnr_block ul.bnr_m li {
	float: left;
	margin:0 0 8px 8px;
}

.bnr_block ul.bnr_s {
	width:483px;
	margin-left:-9px;
}

.bnr_block ul.bnr_s li {
	float: left;
	margin:0 0 0 8px;
}



/*news
---------------------------------------------------------- */
.news_block {
	margin-bottom:30px;
}

.news_block .news_ttl{
	clear: both;
	margin-bottom:25px;
}

.news_block .news_ttl h2{
	float: left;
	width:143px;
}

.news_block .news_ttl p{
	float: left;
	width:79px;
	margin-left:30px;
	padding-top:11px;
}


.news_block ul {
	clear: both;
	margin-left:-80px;
}

.news_block li {
	float: left;
	width:450px;
	margin: 0 0 35px 80px;
	list-style: none;
}

.news_block li .ph {
	float: left;
	width:70px;
	margin-right:20px;
	border:1px solid #c6c6c6;
}

.news_block li .txt {
	overflow: hidden;
	zoom:1;
}

.news_block li .txt .date{
	margin-bottom:10px;
	color: #e60012;
	font-size:93%;
	font-weight: bold;
}

.news_block li .txt .date img {
	margin-left:8px;
	vertical-align: top;
}

.news_block li .txt a {
	color: #272727;
	text-decoration: none;
}

.news_block li .txt a:hover {
	color: #e8232f;
	text-decoration: underline;
}


/*topics
---------------------------------------------------------- */

.topics_block {
	float:left;
	width:450px;
	margin-left:15px;
}

.topics_block .topics_box li{
	list-style: none;
	margin-top:30px;
}



/*attention
---------------------------------------------------------- */
.attention_block {
	width:978px;
	margin: 0 auto 50px;
	border:1px solid #d0d0d0;
	display:table;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.attention_block h2 {
	display:table-cell;
	width:147px;
	padding: 12px 14px;
	background-color: #da1616;
	vertical-align: middle;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px; 
}

.attention_block ul {
	display:table-cell;
	padding: 12px 18px;
	vertical-align: middle;
}

.attention_block ul li {
	list-style: none;
	border-top:1px dashed #d0d0d0;
}

.attention_block ul li:first-child {
	border-top:0;
}

.attention_block ul li a {
	display:block;
	padding:8px 0;
	text-decoration: none;
	color: #272727;
}


.attention_block ul li span.date{
	float: left;
	width:10%;
	margin-right:10px;
	font-weight:bold;
	color: #e60012;
}

.attention_block ul li span.txt{
	display: block;
	overflow: hidden;
	zoom:1;
}
