@charset "UTF-8";

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

#header {
	background:url(../img/top/hd_bg01.jpg?2025) top center repeat;
}

#header_bg {
	/* background:url(../img/common/hd_cor_bg.jpg?2024) top center no-repeat; */
}

#sub_area .sub_area_ttl h3 {
	padding: 15px;
	color:#fff;
}

/*menu
---------------------------------------------------------- */

#menu {
	width:1000px;
	margin: 0 auto 30px;
}

#menu ul {
	clear: both;
	width:1000px;
	padding: 0;
	overflow: hidden;
	zoom:1;
}

#menu ul li {
	float: left;
	list-style: none;
}

#menu ul li:first-child {
	margin-left:0 !important;
}


@media screen and (max-width: 680px) {
	#menu {
		width:678px;
	}

	#menu ul {
		width:678px;
	}

	#menu ul li {
		width:96px;
	}

	#menu ul li img{
		width:100%;
		height: auto;
	}
}


/*title
---------------------------------------------------------- */

.ttl01,
.ttl01_l {
	margin-bottom:25px;
	padding-top:50px;
	background:url(../img/common/ttl01_top.png) top left no-repeat;
	color: #fff;
}

.ttl01_l {
	background:url(../img/common/ttl01_top_l.png) top left no-repeat;
}

.ttl01 h1,
.ttl01_l h1 {
	padding: 8px 15px 12px 15px;
	background:url(../img/common/bg_dot01.gif) top right repeat;
	font-size: 138.5%;
	line-height:1.2;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}


.ttl02 {
	margin-bottom:15px;
	padding: 8px 15px;
	background:url(../img/common/ttl02_bg.gif) repeat;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.ttl02 h2 {
	padding:3px 0 3px 10px;
	background:url(../img/common/ttl02_line.gif) left center no-repeat;
	font-size: 123.1%;
	line-height:1.4;
}


/*ページボタン
---------------------------------------------------------- */
.page_nav {
	clear: both;
	margin-top: 30px;
	padding-top: 25px;
	position:relative;
	background:url(../img/common/line_dot.png) left top repeat-x;
}


.page_nav li {
	width:120px;
	list-style: none;
	font-size:108%;
	font-weight: bold
}

.page_nav .new_page {
	float: left;
	width:30%;
	text-align: left;
}

.page_nav .old_page {
	float: right;
	width:30%;
	text-align: right;
}

.page_nav .list_page {
	float: left;
	width:30%;
	margin:-3px 5% 0 5%;
	text-align: center;
	color: #fff;
	background:url(../img/common/btn_pink_bg.gif) top center repeat;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.page_nav .list_page a,
.page_nav .list_page_only a {
	display:block;
	padding: 10px;
	color: #fff;
}

.page_nav .list_page a:hover {
	text-decoration: none;
	color: #ffd74d;
}


.page_nav .list_page_only {
	width:30%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background:url(../img/common/btn_pink_bg.gif) top center repeat;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.page_nav li a {
	display:inline-block;
}

.page_nav .new_page a {
	padding: 6px 0 6px 22px;
	background:url(../img/common/icon_arrow01_02.png) left center no-repeat;
	box-sizing:border-box;
}


.page_nav .old_page a {
	padding: 6px 22px 6px 0;
	background:url(../img/common/icon_arrow01.png) right center no-repeat;
}



/*ftバナー
---------------------------------------------------------- */

.ft_bnr {
	clear: both;
	width:1000px;
	padding-top:50px;
}

.ft_bnr ul {
	clear: both;
	width:1020px;
	margin-left: -20px;
	overflow: hidden;
	zoom:1;
}

.ft_bnr ul li {
	float: left;
	margin-left: 20px;
	list-style: none;
}

@media screen and (max-width: 680px) {
	.ft_bnr {
		width:640px;
		margin: 0 auto;
	}

	.ft_bnr ul {
		width:650px;
		margin-left: -10px;
	}

	.ft_bnr ul li {
		width:315px;
		margin: 0 0 10px 10px;
	}

	.ft_bnr ul li img {
		width:100%;
		height: auto;
	}
}


/*リスト
---------------------------------------------------------- */

.link_list li {
	padding-left:16px;
	list-style: none;
	background:url(../img_BK/common/icon_arrow01.gif) left 4px no-repeat;
}


/*pager
---------------------------------------------------------- */

.pager {
	margin-top:60px;
}

.pager ul {
	text-align: center;
}

.pager ul li {
	margin: 0 1px 5px;
	display: inline-block;
}

.pager ul li a,
.pager ul li span {
	display: block;
	padding: 5px 12px;
	background-color:#fff;
	text-decoration:none;
	color: #000000;
	border:2px solid #080103;
}

.pager ul li a:hover,
.pager ul li span {
	color: #ffffff;
	background-color:#f33d9b;
}

.pager ul li.pagerPrev a ,
.pager ul li.pagerNext a {
	background: none;
	background-color:#fff;
}

.pager ul li.pagerPrev {
	margin-right: 15px;
}

.pager ul li.pagerNext {
	margin-left: 15px;
}

.pager ul li.pagerPrev a:hover,
.pager ul li.pagerNext a:hover {
	color: #ffffff;
	background-color:#f33d9b;
}

.pager ul li.disabled {
	padding: 5px 12px;
	border:2px solid #d8d8d8;
	color:#d8d8d8;
	background-color: #fff !important;
}


/*@media screen and (max-width: 738px) {
	.pager {
		clear: both;
		width:94%;
	}

	.pager ul li.pagerPrev,
	.pager ul li.pagerNext{
		display:block;
		margin: 5px 0;
	}
}
*/



/*アーカイブ
---------------------------------------------------------- */
.archive_block {
	padding-top:40px;
	background:url(../img/common/bg_bomb.png) top left no-repeat;
}

.archive_block ul {
	padding: 20px 15px;
	background:url(../img/common/bg_line01.gif) top left repeat;
	border-bottom: 3px solid #080103;
	border-left: 3px solid #080103;
	border-right: 3px solid #080103;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.archive_block ul li {
	margin-top:10px;
	padding-top:15px;
	list-style: none;
	background:url(../img/common/line_dot.png) top left repeat-x;
}

.archive_block ul li:first-child {
	margin-top:0;
	padding-top: 0;
	background: none;
}

.archive_block ul li a {
	display:block;
	padding-left: 25px;
	background:url(../img/common/icon_arrow03.png) left 50% no-repeat;
}

.archive_block.pref-list {}
.archive_block.pref-list ul {
	overflow: hidden;
}
.archive_block.pref-list ul li {
	display: inline-block;
	background: none;
	padding: 0;
	margin-right: 10px;
}
.archive_block.pref-list ul li a {
	padding-left: 20px;
}

@media screen and (max-width: 680px) {
	.archive_block ul li a {
		padding-left:20px;
		background:url(../img/common/icon_arrow03.png) left 50% no-repeat;
		background-size: 12px 12px;
		-webkit-background-size: 12px 12px; /* Safari,Google Chrome用 */
		-moz-background-size: 12px 12px; /* Firefox用 */
		-o-background-size: 12px 12px; /* Opera用 */
	}
}


/*form
---------------------------------------------------------- */

.form30 {
	width:30%;
	padding: 1%;
}


.form100 {
	width:98%;
	padding: 1%;
}