@charset "UTF-8";

#Wrapper {
}

img { width: 100%; }

/* -------------------- ページのタイトル部分 ----------------------- */
h2.PageTitle {
	background-image: url(../images/h2_pagetitle_bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 18px;
	margin: 0px;
	background-color: #eafee4;
	font-weight: bold;
	color: #006600;
	padding: 16px 10px 14px;
}

/* -------------------- 絞り込み検索部分 ----------------------- */
section#kmSearch {
	background-image: url(../images/area_search_bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 15px;
}

section#kmSearch ul li ,
section#kmSearch ul {
	margin: 0px;
	padding: 0px;
}
section#kmSearch ul {
	/* list-style: url(none) none outside; */
	text-align: center;
	margin: 0px;
	padding: 0px;
}
section#kmSearch ul li,
section#kmSearch ul li a {
	font-size: 18px;
	line-height: 44px;
	color: #FFF;
}
section#kmSearch ul li {
	display: inline-block;
	margin-right: -1px;
	margin-left: -1px;
}
section#kmSearch ul li a {
	background-image: url(../images/km_button.png);
	background-size: contain;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 45px;
	width: 75px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
section#Search {
	margin: 0px;
	padding: 0px;
}
section#Search h4 {
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
	color: #333;
	font-size: 13px;
	margin: 0px;
	padding: 13px 0px 13px 10px;
	vertical-align: middle;
	font-weight: normal;
	background-image: url(../images/search_h4_bg.png);
	background-size: contain;
	background-repeat: repeat-x;
	background-position: left bottom;
}
section#Search h4.OnOff {
	background-image: url(../images/on.png), url(../images/search_h4_bg.png);
	background-size: 26px 19px, contain;
	background-repeat: no-repeat, repeat-x;
	background-position: right center, left bottom;
}
section#Search h4.OnOff.active {
	background-image: url(../images/off.png), url(../images/search_h4_bg.png);;
	background-repeat: no-repeat, repeat-x;
	background-size: 26px 19px, contain;;
	background-position: right center, left bottom;
}

/* ----------- インタビューページ --------- */
section#Search h4 a {
	display:block;
	width:100%;
	height:100%;
	color:#333;
}


section#kmSearch h4 { padding-bottom: 10px; }
section#Search h4.Nobackground {
			background: transparent;
}
section#Search h4 b{
	font-size: 16px;
	font-weight: bold;
}
section div.toggle_container{
	margin: 0px;
	padding: 0px;
}
section#Search p {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #858585;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
section#Search p a {
	line-height: 1.3;
	vertical-align: middle;
	margin: 0px;
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #333;
	text-decoration: none;
}

h5.DetailTitle {
	font-size: 13px;
	background-color: #ebe7dd;
	padding: 6px 10px;
	border-top: 1px solid #e0e0e0;
	font-weight: normal;
}

h5.DetailTitle strong {
	font-size: 16px;
	line-height: 1.6;
	display: block;
	color: #333;
	font-weight: bold;
}
h5.DetailTitle .Comment {
	font-size: 11px;
	line-height: 1.4;
	color: #333;
	font-weight: normal;
}

/* -------------------- 詳細情報部分 ----------------------- */
section.detail {
	background-repeat: repeat-x;
	background-position: 0px bottom;
	background-image: url(../images/detail_background.png);
	background-size: 50px 140px;
	clear: both;
	float: none;
	margin: 0px;
	background-color: #FFF;
	padding-bottom: 8px;
}
section.detail section {
	margin-bottom: 6px;
	margin-right: 7px;
	margin-left: 7px;
}
section.detail a {
	background-image: url(../images/arrow.png);
	background-position: right center;
	background-size: 11px 16px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 1px;
	display: block;
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
}

section.detail figure {
	float: left;
	width: 70px;
	margin: 0px 7px 2px 0px;
}
section.detail h2,
section.detail h3,
section.detail h4 {
	font-weight: normal;
	color: #333;
	line-height: 1.3;
	margin-top: 3px;
	margin-bottom: 3px;
}
section.detail h2 {
	font-weight:bold;
	font-size: 13px;
	color: #000;
}
section.detail h3,
section.detail h4 {
	font-size: 12px;
}
section.detail p {
	color: #660000;
	font-size: 13px;
	clear: both;
}

section.detailNews h3 { color: #cc0000; }
section.detailNews p {
	clear: both;
	float: none;
}
section.detailNews a.end {
	background: #D6D6D6;
	opacity: 0.8;
	background-image: url(../images/arrow.png);
	background-position: right center;
	background-size: 11px 16px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
#ShopTitle h3.NewsDetail {
	color: #cc0000;
	font-weight: normal;
}

section.detail .DetailButton {
	background-image: url(../images/detail_button_back.png);
	background-size: 50px 55px;
	background-repeat: repeat-x;
	clear: both;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
section .DetailButton ul ,
section .DetailButton ul li {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: -0.1em;
}
section .DetailButton ul {
	text-align: center;
	overflow: hidden;
}

section .DetailButton ul li {
	float: left;
	display: inline;
	width: 20%;
}
section .DetailButton ul li a {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 27px 0px 0px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 64px 55px;
	color: #666;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.75);
	text-decoration: none;
	display: block;
}
section .DetailButton ul li a#menu_button_employment_on, a#menu_button_detail_on, a#menu_button_coupon_on, a#menu_button_map_on, a#menu_button_profile_on {
	color: #131313;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.75);
}

section .DetailButton ul li#Btn01 a#menu_button_detail_off {
	background-image: url(../images/detail_button01.png);
}
section .DetailButton ul li#Btn01 a#menu_button_detail_on { background-image: url(../images/detail_button01_on.png); }
section .DetailButton ul li#Btn01.current a {
	background-image: url(../images/detail_button01_on2.png);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
	font-weight: bold;
}

section .DetailButton ul li#Btn02 a#menu_button_employment_off { background-image: url(../images/detail_button02.png); }
section .DetailButton ul li#Btn02 a#menu_button_employment_on { background-image: url(../images/detail_button02_on.png); }
section .DetailButton ul li#Btn02.current a {
	background-image: url(../images/detail_button02_on2.png);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
	font-weight: bold;
}

section .DetailButton ul li#Btn03 a#menu_button_coupon_off {
	background-image: url(../images/detail_button03.png);
	background-size: 65px 55px;
	width: 65px;
}
section .DetailButton ul li#Btn03 a#menu_button_coupon_on { background-image: url(../images/detail_button03_on.png); }
section .DetailButton ul li#Btn03.current a {
	background-image: url(../images/detail_button03_on2.png);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
	font-weight: bold;
}

section .DetailButton ul li#Btn04 a#menu_button_map_off { background-image: url(../images/detail_button04.png); }
section .DetailButton ul li#Btn04 a#menu_button_map_on { background-image: url(../images/detail_button04_on.png); }
section .DetailButton ul li#Btn04.current a {
	background-image: url(../images/detail_button04_on2.png);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
	font-weight: bold;
}

section .DetailButton ul li#Btn05 a#menu_button_profile_off {
	background-image: url(../images/detail_button05.png);
	width: 63px;
	background-size: 63px 55px;
}
section .DetailButton ul li#Btn05 a#menu_button_profile_on { background-image: url(../images/detail_button05_on.png); }
section .DetailButton ul li#Btn05.current a {
	background-image: url(../images/detail_button05_on2.png);
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
	font-weight: bold;
}
/* -------------------- イベント詳細部分 ----------------------- */
#NewsContent {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;	
}
#NewsContent figure {
	margin-right: 46px;
	margin-left: 46px;
}
#NewsContent p {
	margin-top: 10px;
	font-size: 12px;
}

/* -------------------- ページナビ部分 ----------------------- */
section#PageNav {
	background-color: #ebe7dd;
	padding-bottom: 30px;
}
section#PageNav h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 8px 10px;
}
section#PageNav ul {
	/* list-style: url(none) none outside; */
	text-align: center;
	margin: 0px;
	padding: 0px;
}
section#PageNav ul li,
section#PageNav ul li a {
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
section#PageNav ul li{
	background-image: url(../images/page_nav_btn_off.png);
	background-size: contain;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	height: 41px;
	width: 41px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
section#PageNav ul li a {
	background-image: url(../images/page_nav_btn_on.png);
	background-size: contain;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 41px;
	width: 41px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
/* -------------------- イベント・ニュースの詳細画面に追加 ----------------------- */
p#ImgLinkButton {
	text-align: center;
	display: table;
	margin: 29px auto 38px;
}
p#ImgLinkButton a {
	color: #333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 41px;
	width: 145px;
	background-image: url(../images/5-d_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
