@charset "UTF-8";
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #333;
	min-width: 984px;
}
a{
	outline: none;
}
@media only screen and (max-width: 640px) {
body {
	min-width: 100%;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
body {
	min-width: 100%;
}
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
.remark {
	font-size: 70%;	
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
/* !General
---------------------------------------------------------- */
#takasaki {
	margin-bottom: 20px;
}
#takasaki a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
}
.only_pc {
	display: block;
}
.only_sp {
	display: none;
}

@media only screen and (max-width: 640px) {
.only_pc {
	display: none;
}
.only_sp {
	display: block;
}
}
/* !header
---------------------------------------------------------- */
#header {
	width: 100%;
	border-top: #555 2px solid;
}
#header h1{
	padding: 12px 0 5px 0;
}

#header h1 img {
	width: 404px;
	height: auto;
}
#header h1 a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 640px) {
#header {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1 img {
	width: 240px;
	height: auto;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#header {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header h1 img {
	width: 39%;
	max-width: 290px;
}
}
#header_in {
	width: 930px;
	margin: 0 auto;
	position: relative;
	background: url(../img/bg_header.png) no-repeat right top;
}

@media only screen and (max-width: 640px) {
#header_in {
	width: 100%;
	min-height: 44px;
	background: none;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#header_in {
	width: 100%;
	min-height: 52px;
}
}
#header_in ul {
	margin-top: 18px;
	border: #00833E 2px solid;
	position: absolute;
	right: 0;
	top: 0;
}
#header_in li {
	float: left;
}
#header_in li a {
	padding: 5px 13px;
	color: #00833E;
	display: block;
	font-weight: bold;
	line-height: 19px;
}
#header_in li a:hover {
	background: #00833E;
	color: #fff;
}
#sp_menu_btn {
	display: none;
}

@media only screen and (max-width: 640px) {
#header_in ul {
	display: none;
}
#sp_menu_btn {
	display: block;
}
#sp_menu_btn a {
	padding-top: 25px;
	display: block;
	width: 40px;
	height: 15px;
	font-size: 7px;
	text-align: center;
	color: #FFF;
	background: url(../img/bg_btn_sp_menu.png) no-repeat center 6px #00833E;
	background-size: 27px 16px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
}
}
/* !gnavi
---------------------------------------------------------- */
		
#gnavi {
	background: url(../img/bg_line_gnavi.png) no-repeat bottom center;
	width: 100%;
}

@media only screen and (max-width: 640px) {
#gnavi {
	display: none;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#gnavi {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
#gnavi_in {
	width: 930px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 7px;
}
.img_go {
	position: absolute;
	top: -4px;
	left: -36px;
}
#gnavi_in ul {
	margin-top: 13px;
}
#gnavi_in li {
	margin-right: 10px;
	float: left;
}
#gnavi_in li.last {
	margin-right: 0;
	float: left;
}
#sp_menu {
	display: none;
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#gnavi_in {
	width: 100%;
	padding-bottom: 7px;
}
.img_go {
	display: none;
}
#gnavi_in ul {
	margin-top: 13px;
}
#gnavi_in li {
	margin-right: 1%;
	float: left;
	width: 19.2%;
}
#gnavi_in li img {
	max-width: 100%;
}
#sp_menu {
	display: none;
}
}
/* !slideshow
---------------------------------------------------------- */

#takasaki_slider {
	background: url(../img/bg_line_side.png) repeat-y right top;
	width: 930px;
	height: 285px;
	margin: 0 auto;
	padding: 15px 27px 0;
	position: relative;
}
#takasaki_slider:before {
	display: block;
	content: url(../img/top/img_daruma.png);
	z-index: 999;
	position: absolute;
	top: 219px;
	left: 652px;
}
#top_slider img,#thumb{
	display: none;
}
#photobox {
	width: 734px;
	height: 264px;
	float: left;
	border: #00833E 3px solid;
}
#top_slider {
	overflow: hidden;
}
#top_slider li {
	width: 734px;
	height: 264px;
	display: block;
	float: left;
	position: relative;
}
#top_slider img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#btn_slide {
	padding: 2px 0;
	position: relative;
	width: 170px;
	float: right;
}
#btn_slide a.prev {
	margin-left: -54px;
	position: absolute;
	top: -12px;
	left: 50%;
	background: url(../img/top/btn_slide_up.png) no-repeat;
	display: block;
	height: 12px;
	width: 108px;
}
#btn_slide a.next {
	margin-left: -54px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	background: url(../img/top/btn_slide_down.png) no-repeat;
	display: block;
	height: 12px;
	width: 108px;
}
#thumb li {
	padding: 2px 0;
	width: 170px;
	height: 62px;
	position: relative;
	cursor: pointer;
}
#thumb li:after {
	content: "";
	display: block;
	width: 100%;
	height: 62px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 9999;
}
#thumb li.selected:after {
	background: none;
}
#slide_bottom {
	margin: 0 auto;
	background: url(../img/bg_line_top.png) repeat-x;
	width: 984px;
	height: 7px;
}

@media only screen and (max-width:640px) {
#takasaki_slider {
	padding: 6px 10px 19px;
	width: 100%;
	height: auto;
	background: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#takasaki_slider:before {
	position: absolute;
	top: inherit;
	left: inherit;
	bottom: 0;
	right: 14px;
	content: "";
	width: 63px;
	height: 41px;
	background: url(../img/top/img_daruma.png) no-repeat;
	background-size: 63px 41px;
}
#photobox {
	width: 100%;
	height: auto;
	float: none;
	border: #00833E 3px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_slider li {
	height: 100%;
}
#top_slider img {
	position: relative;
	height: auto;
}
#btn_slide {
	display: none;
}
#slide_bottom {
	margin: 0 0 5px;
	width: 100%;
	height: 4px;
	background-size: auto 4px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#takasaki_slider {
	padding: 6px 10px 24px;
	width: 100%;
	height: auto;
	background: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#takasaki_slider:before {
	display: block;
	content: url(../img/top/img_daruma.png);
	position: absolute;
	top: inherit;
	left: inherit;
	bottom: 0;
	right: 30px;
	z-index: 999;
}
#photobox {
	width: 100%;
	height: auto;
	float: none;
	border: #00833E 3px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#top_slider li {
	height: 100%;
}
#top_slider img {
	position: relative;
	height: auto;
}
#btn_slide {
	display: none;
}
#slide_bottom {
	width: 100%;
}
}
/* !breadcrumb
---------------------------------------------------------- */

#breadcrumb {
	padding: 0 20px;
	background: #efefef;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#breadcrumb ul li {
	display: inline-block;
	line-height: 30px;
}
#breadcrumb ul li a {
	color: #00833e;
	text-decoration: underline;
}
#breadcrumb ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width:984px) {
#breadcrumb {
	display: none;
}
}
/* !contents
---------------------------------------------------------- */

#contents {
	width: 984px;
	margin: 0 auto;
	background: url(../img/bg_line_side.png) top right repeat-y;
}

@media only screen and (max-width: 640px) {
#contents {
	margin-top: 5px;
	width: 100%;
	background: url(../img/bg_line_top.png) top repeat-x;
	background-size: auto 4px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#contents {
	width: 100%;
	background: none;
}
}
#contents_bottom {
	margin: 0 auto;
	background: url(../img/bg_line_bottom.png) no-repeat center;
	height: 7px;
}
#page_title {
	margin: 20px 0 10px;
	font-size: 24px;
	position: relative;
	line-height: 64px;
}
#page_title .ttl {
	width: 100%;
	display: table;
	border: #00833e 3px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_title .icon {
	display: table-cell;
	padding: 4px 0;
	width: 116px;
	background: #00833e;
	text-align: center;
	vertical-align: middle;
}
#page_title h2 {
	padding: 0 20px;
	display: table-cell;
	font-weight: bold;
}

@media only screen and (max-width: 640px) {
#page_title h2 {
	padding: 10px 10px;
	display: table-cell;
	font-weight: bold;
}
}
#page_title:before {
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 20px;
	background: url(../img/icon_page_title.png) no-repeat;
}
#page_title:after {
	content: "";
	display: block;
	width: 14px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 20px;
	background: url(../img/icon_page_title.png) no-repeat;
}

@media only screen and (max-width: 640px) {
#page_title {
	margin-top: 4px;
	font-size: 16px;
	line-height: inherit;
}
#page_title .ttl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_title .icon {
	width: 58px;
}
#page_title .icon img {
	width: 50%;
	height: auto;
}
#page_title:before {
	width: 7px;
	height: 10px;
	top: -10px;
	left: 10px;
	background-size: 7px 10px;
}
#page_title:after {
	width: 7px;
	height: 10px;
	top: -10px;
	right: 10px;
	background-size: 7px 10px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#page_title {
	margin-top: 10px;
	font-size: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#page_title .ttl {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
/* !top contents
---------------------------------------------------------- */

#contents.top {
	width: 984px;
	margin: 0 auto;
	background: url(../img/bg_line_side.png) top left repeat-y;
}

@media only screen and (max-width: 640px) {
#contents.top {
	width: 100%;
	background: none;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#contents.top {
	width: 100%;
	background: none;
}
}
.contents_in {
	width: 930px;
	margin: 0 auto;
	padding-top: 15px;
}

@media only screen and (max-width: 640px) {
.contents_in {
	width: 100%;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
}
.contents_in02 {
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
	border: #00833e 2px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents.top .contents_in {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
.contents_in {
	width: 100%;
	padding: 10px 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contents_in02 {
	width: 100%;
	margin: 10px 0;
	padding: 15px 0;
	border: #00833e 2px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contents.top .contents_in {
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
#top_news {
	float: left;
	width: 700px;
	padding: 14px 18px;
	border: #00833E 2px solid;
	position: relative;
}

@media only screen and (max-width: 640px) {
#top_news {
	padding: 10px;
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#top_news {
	width: 78.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0;
}
}
#top_news h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #00833E;
	font-weight: bold;
	line-height: 1;
}
#top_news dl {
}
#top_news dl dt {
	padding: 5px 0;
	float: left;
	color: #00833E;
	font-weight: bold;
}
#top_news dl dd {
	padding: 5px 0 5px 100px;
	background: url(../img/bg_dotline.png) repeat-x bottom;
}
#top_news dl dd.last {
	background: none;
}
#top_news dl dd a:hover {
	opacity: 0.7;
}

@media only screen and (max-width:767px) {
#top_news h2 {
	margin-bottom: 5px;
	font-size: 15px;
}
#top_news dl dt {
	padding: 5px 0 0;
	float: none;
	font-size: 13px;
}
#top_news dl dd {
	padding: 0 0 5px;
	font-size: 13px;
}
}
#top_news .btn_link_list {
	position: absolute;
	top: 0;
	right: 18px;
	padding-top: 12px;
	background: url(../img/top/bg_btn_link_list.png) no-repeat top center;
}
#top_news .btn_link_list a {
	padding: 0 10px;
	border: #00833E 2px solid;
	display: block;
	color: #00833E;
	font-weight: bold;
}
#top_news .btn_link_list a:hover {
	background: #00833E;
	color: #fff;
}
#top_news:after {
	position: absolute;
	right: -2px;
	bottom: -2px;
	z-index: 999;
	display: block;
	width: 21px;
	height: 20px;
	content: url(../img/top/icon_top_news.png);
}

@media only screen and (max-width: 640px) {
#top_news .btn_link_list {
	right: 10px;
	padding-top: 9px;
	background: url(../img/top/bg_btn_link_list_sp.png) no-repeat top center;
	font-size: 10px;
	background-size: 62px 9px;
}
#top_news:after {
	width: 14px;
	height: 14px;
	content: "";
	background: url(../img/top/icon_top_news_sp.png) no-repeat;
	background-size: 14px 14px;
}
}
#top_bnr {
	float: right;
	width: 170px;
}
#top_bnr ul li {
	margin-bottom: 10px;
}
#top_bnr ul li a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 640px) {
#top_bnr {
	margin: 10px auto;
	float: none;
	width: auto;
}
#top_bnr ul {
	margin: 0 auto;
	/*width: 300px;*/
	width: 100%;
}
#top_bnr ul li {
	/*margin: 0 10px 0 0;
	float: left;
	width: 145px;*/
	margin: 0 auto 10px auto;
	float: none;
	width: 300px;
}
#top_bnr ul li:last-child {
	margin: 0 auto 40px auto;
}
#top_bnr ul li img {
	/*width: 145px;*/
	width: 100%;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#top_bnr {
	margin: 10px 0;
	width: 20%;
	max-width: 170px;
	background-size: 100% auto;
}
}
#top_info {
}
#top_info .ber {
	width: 100%;
	height: 32px;
	background: #00833E;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
#top_info .ber:before {
	position: absolute;
	display: block;
	content: url(../img/top/icon_top_info_left.png);
	bottom: -57px;
	left: 20px;
	z-index: -1;
}
#top_info .ber:after {
	position: absolute;
	display: block;
	content: url(../img/top/icon_top_info_right.png);
	bottom: -24px;
	right: 20px;
	z-index: -1;
}

@media only screen and (max-width: 640px) {
#top_info .ber:before {
	bottom: -40px;
	left: 7px;
	width: 58px;
	height: 40px;
	content: "";
	background: url(../img/top/icon_top_info_left_sp.png) no-repeat;
	background-size: 58px 40px;
}
#top_info .ber:after {
	bottom: -11px;
	right: 7px;
	width: 21px;
	height: 11px;
	content: "";
	background: url(../img/top/icon_top_info_right_sp.png) no-repeat;
	background-size: 21px 11px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#top_info .ber:before {
	position: absolute;
	display: block;
	content: url(../img/top/icon_top_info_left_tb.png);
	bottom: -57px;
	left: 20px;
	z-index: -1;
}
}
#books {
	padding: 0 44px;
	position: relative;
}
#books_content {
	padding: 0 78px 0 77px;
	border-left: #00833E 6px solid;
	border-right: #00833E 6px solid;
	width: 676px;
}
#books ul li {
	background: url(../img/top/bg_topinfo_downlight.png) no-repeat top center;
	padding: 35px 0 0;
	float: left;
	width: 330px;
	position: relative;
}
#books ul li:after {
	background: url(../img/top/bg_topinfo_foot.png) no-repeat center;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	display: block;
	width: 330px;
	height: 40px;
}
#books ul li.last {
	float: right;
}
#books ul li a:hover {
	opacity: 0.7;
}
#books ul li img {
	border: #00833E 3px solid;
}

@media only screen and (max-width: 640px) {
#books {
	padding: 0 16px;
}
#books_content {
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: #00833E 3px solid;
	border-right: #00833E 3px solid;
}
#books ul {
	margin: 0 auto 104px;
	max-width: 330px;
}
#books ul li {
	float: none;
	width: 90%;
	margin: 0 auto;
	padding-top: 46px;
}
#books ul li:after {
	display: none;
}
#books ul li.last {
	margin-top: 10px;
	padding: 0;
	background: none;
	float: none;
}
#books ul li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#books {
	padding: 0 42px;
	position: relative;
}
#books_content {
	padding: 0;
	border-left: #00833E 6px solid;
	border-right: #00833E 6px solid;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#books ul {
	margin: 0 auto 10px;
	max-width: 330px;
}
#books ul li {
	float: none;
}
#books ul li.last {
	margin-top: 10px;
	padding: 0;
	background: none;
	float: none;
}
#books ul li:after {
	display: none;
}
}
#top_info .link_text {
	position: absolute;
	right: 90px;
	bottom: 0;
	background: url(../../img/top/btn_top_info_list.gif) no-repeat;
	width: 130px;
	height: 93px;
}

@media only screen and (max-width: 640px) {
#top_info .link_text {
	width: 95px;
	height: 68px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background: url(../../img/top/btn_top_info_list_sp.gif) no-repeat;
	background-size: 95px 68px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#top_info .link_text {
	margin-left: -65px;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#top_info .link_text p {
	border: #00833E 2px solid;
	border-radius: 6px;
	height: 20px;
}
#top_info .link_text p span {
	display: block;
	float: left;
	padding: 0 8px;
}
#top_info .link_text p span:first-child {
	border-right: #00833E 2px solid;
	border-bottom: none !important;
}
}
#top_info .link_text p {
	border: #00833E 2px solid;
	border-radius: 6px;
	text-align: center;
	width: 95px;
	position: relative;
	top: 7px;
	left: 0;
	margin: 0 auto;
}
#top_info .link_text p a {
	display: block;
	color: #00833E;
	font-weight: bold;
}
#top_info .link_text p span:first-child {
	border-bottom: #00833E 2px solid;
}
#top_info_bottom {
	position: relative;
}
#top_info_bottom:before {
	display: block;
	content: url(../img/top/bg_top_info_left.png);
	position: absolute;
	bottom: 0;
	left: -10px;
}
#top_info_bottom:after {
	display: block;
	content: url(../img/top/bg_top_info_right.png);
	position: absolute;
	bottom: 0;
	right: -43px;
}

@media only screen and (max-width: 640px) {
#top_info_bottom:before {
	width: 96px;
	height: 96px;
	background: url(../img/top/bg_top_info_left_sp.png) no-repeat;
	background-size: 96px 96px;
	left: 30px;
	content: "";
}
#top_info_bottom:after {
	width: 96px;
	height: 96px;
	background: url(../img/top/bg_top_info_right_sp.png) no-repeat;
	background-size: 96px 96px;
	right: 30px;
	content: "";
}
#top_info .link_text p {
	width: 67px;
	top: 5px;
	left: 0;
	font-size: 10px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#top_info_bottom:before {
	width: 127px;
	height: 126px;
	background: url(../img/top/bg_top_info_left.png) no-repeat;
	background-size: 127px 126px;
	left: -5px;
	content: "";
}
#top_info_bottom:after {
	width: 127px;
	height: 126px;
	background: url(../img/top/bg_top_info_right.png) no-repeat;
	background-size: 127px 126px;
	right: -5px;
	content: "";
}
}
#contents_bottom.top {
	margin: 0 auto;
	background: url(../img/top/bg_line_bottom.png) no-repeat center;
	height: 7px;
}

@media only screen and (max-width: 640px) {
#contents_bottom.top {
	background: url(../img/bg_line_top.png) repeat-x;
	background-size: auto 3px;
	height: 3px;
}
}
/* !footer
---------------------------------------------------------- */
#footer_bnr_top {
	margin: 15px auto;
	width: 930px;
}
#footer_bnr_top ul li {
	margin-left: 15px;
	box-sizing: border-box;
	float: left;
	position: relative;
}
#footer_bnr_top ul li:before {
	display: block;
	content: url(../img/top/icon_footer_bnr.png);
	position: absolute;
	top: 0;
	right: 15px;
}
#footer_bnr_top ul li.on:before {
	content: url(../img/top/icon_footer_bnr_on.png);
}
#footer_bnr_top ul li:first-child {
	margin: 0;
}
#footer_bnr_top ul li a {
	display: block;
	width: 300px;
	padding: 30px 20px;
	box-sizing: border-box;
	border: #00833E 2px solid;
	line-height: 1;
	text-align: center;
	text-indent: -9999px;
}
#footer_bnr_top ul li:first-child a {
	background: url(../img/top/icon_bnr_link.png) no-repeat center center;
}
#footer_bnr_top ul li:nth-child(2) a {
	background: url(../img/top/icon_bnr_voice.png) no-repeat center center;
	}
#footer_bnr_top ul li:nth-child(3) a {
	background: url(../img/top/icon_bnr_jr.png) no-repeat center center;
}
#footer_bnr_top ul li:first-child a:hover {
	background: url(../img/top/icon_bnr_link_on.png) no-repeat center center #00833E;
}
#footer_bnr_top ul li:nth-child(2) a:hover {
	background: url(../img/top/icon_bnr_voice_on.png) no-repeat center center #00833E;
}
#footer_bnr_top ul li:nth-child(3) a:hover {
	background: url(../img/top/icon_bnr_jr_on.png) no-repeat center center #00833E;
}

#footer_bnr_bottom {
	position: relative;
	margin: 15px auto;
	width: 930px;
}

#topicSlider{height: 60px !important;}
#footer_bnr_bottom a.prev {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/btn_footer_slide_prev.png) no-repeat;
	display: block;
	height: 60px;
	width: 15px;
}
#footer_bnr_bottom a.next {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/btn_footer_slide_next.png) no-repeat;
	display: block;
	height: 60px;
	width: 15px;
}
#footer_bnr_bottom ul li a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 984px) {
#footer_bnr_top {
	margin: 10px 0;
	width: 100%;
}
#footer_bnr_top ul {
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 320px;
	box-sizing: border-box;
	padding: 0 10px;
}
#footer_bnr_top ul li {
	width: 100%;
	max-width: 640px;
	min-height: 70px;
	margin-left: 0;
	margin-top: 10px;
	float: none;
	position: relative;
	display: block;
}
#footer_bnr_top ul li:before {
	display: block;
	content: "";
	width: 13px;
	height: 15px;
	background: url(../img/top/icon_footer_bnr_sp.png) no-repeat;
	background-size: 13px 15px;
	right: 10px;
}
#footer_bnr_top ul li.on:before {
	display: block;
	content: "";
	width: 13px;
	height: 15px;
	background: url(../img/top/icon_footer_bnr_on_sp.png) no-repeat;
	background-size: 13px 15px;
	right: 10px;
}
#footer_bnr_top ul li a {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 30px 20px;
}
#footer_bnr_top ul li:first-child a {
	background: url(../img/top/icon_bnr_link.png) no-repeat center center;
	background-size:auto 50%;
}
#footer_bnr_top ul li:nth-child(2) a {
	background: url(../img/top/icon_bnr_voice.png) no-repeat center center;
	background-size:auto 50%;
}
#footer_bnr_top ul li:nth-child(3) a {
	background: url(../img/top/icon_bnr_jr.png) no-repeat center center;
	background-size:auto 50%;
}
#footer_bnr_top ul li:first-child a:hover {
	background: url(../img/top/icon_bnr_link_on.png) no-repeat center center #00833E;
	background-size:auto 50%;
}
#footer_bnr_top ul li:nth-child(2) a:hover {
	background: url(../img/top/icon_bnr_voice_on.png) no-repeat center center #00833E;
	background-size:auto 50%;
}
#footer_bnr_top ul li:nth-child(3) a:hover {
	background: url(../img/top/icon_bnr_jr_on.png) no-repeat center center #00833E;
	background-size:auto 50%;
}
}


@media only screen and (max-width: 640px) {
#footer_bnr_bottom {
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_bnr_bottom a.prev {
	left: 10px;
}
#footer_bnr_bottom a.next {
	right: 10px;
}
}
#footer_bnr_bottom ul li {
	margin: 0 10px;
	float: left;
}
#footer_bnr_bottom ul li.last {
	margin: 0;
}
#footer_sitemap {
	margin: 15px auto;
	width: 770px;
	text-align: center;
}
#footer_sitemap a:hover {
	opacity: 0.5;
}
#about_link {
	margin: 15px auto 10px auto;
	text-align: center;
}
#about_link a {
	text-decoration: underline;
}
#about_link a:hover {
	opacity: 0.5;
}
@media only screen and (min-width: 641px) and (max-width:984px) {
#footer_bnr_bottom {
	margin: 10px 0;
	padding: 0 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer_bnr_bottom a.prev {
	left: 10px;
}
#footer_bnr_bottom a.next {
	right: 10px;
}
}

@media only screen and (max-width: 640px) {
#footer_sitemap {
	display: none;
}
}
#footer_sitemap ul li {
	display: inline-block;
}
#footer_sitemap ul li:before {
	margin-right: 10px;
	content: "|";
	color: #00833E;
}
#footer_sitemap ul li:first-child:before {
	margin: 0;
	content: "";
}
#footer_sitemap ul li a {
	color: #00833E;
}
#page_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
}
#page_top a:hover {
	opacity: 0.7;
}
#page_top img {
	width: 60px;
	height: auto;
}

@media only screen and (min-width: 641px) and (max-width:984px) {
#footer_sitemap {
	width: 80%;
}
}

@media only screen and (max-width:640px) {
#page_top img {
	width: 40px;
	height: auto;
}
}
/* !footer banner
---------------------------------------------------------- */
.footer{
 padding:15px;
	border-top: 1px solid #C4C4C4;
	font-size: 12px;
	text-align:center;
}


/* !backnumber
---------------------------------------------------------- */

.backnumber_title {
	width: 750px;
	height: 32px;
	background: #00823e;
	border-radius: 5px;
	box-shadow: #32ad66 0 4px;
	text-align: center;
	line-height: 32px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	cursor: pointer;
}
.backnumber_title:before {
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url(../../special_train/img/icon_arrow.png) no-repeat;
	display: block;
	content: "";
}
.backnumber {
	width: 678px;
	padding: 15px 28px;
	background: #f7f8f8;
	border: #dcdddd 1px solid;
	margin: 0 auto;
}
.backnumber li {
	float: left;
	width: 170px;
	margin: 0 28px;
}
.backnumber li p {
	text-align: center;
}
.backnumber li p img {
	margin-bottom: 10px;
}
.backnumber li p img.btn {
	margin: 0;
}

@media only screen and (max-width:640px) {
.backnumber_title {
	width: auto;
}
.backnumber_title:before {
	margin-top: -7px;
	right: 10px;
	background: url(../../special_train/img/icon_arrow_sp.png) no-repeat;
	background-size: 15px 15px;
}
.backnumber {
	width: auto;
	padding: 14px 0 0;
	background: #f7f8f8;
	border: #dcdddd 1px solid;
	text-align: center;
	margin: 0 20px;
}
.backnumber li {
	margin: 0 3.5% 20px;
	width: 43%;
}
.backnumber li p {
	font-size: 11px;
	text-align: center;
}
.backnumber li p:first-child {
	margin-bottom: 5px;
}
.backnumber li p img {
	width: auto;
}
.backnumber li .btn {
	width: 105px;
}
}

@media only screen and (min-width: 641px) and (max-width:984px) {
.backnumber_title {
	width: 100%;
}
.backnumber {
	width: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 20px;
}
.backnumber li {
	float: left;
	margin: 0 3.5% 20px;
	width: 26%;
}
.backnumber li p {
	text-align: center;
}
.backnumber li p img, .backnumber li a img {
	margin: 0 auto 10px;
	display: block;
	max-width: 100%;
}
}
