@charset "UTF-8";

.pageWrapper {
	background: url(../common/img/bg-main-wide-home.png) center 130px no-repeat;
}

.topHeader {
	height: 363px;
}

.topHeader_inner {
	padding-top: 31px;
	padding-right: 290px;
	box-sizing: border-box;
}

.topHeader_logo {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0 16px 0 0;
}

.topHeader_logo > img {
}

.topHeader_onair {
	background: url(../img/bg-onair.png) 0 0 no-repeat;
	width: 204px;
	line-height: 33px;
	text-align: center;
	margin: 13px auto 0;
	font-size: 12px;
	color: #196600;
	position: relative;
	z-index: 10;
	font-weight: bold;
	left: -14px;
	top: 0;
}

.topHeader_cast {
	position: absolute;
	z-index: 1;
}

.topHeader_cast-left {
	top: 9px;
	left: -28px;
}

.topHeader_cast-left > img {
}

.topHeader_cast-right {
	top: 7px;
	right: -10px;
}

.topHeader_cast-right > img {
}

.topHeader_cast-freppy {
	top: 50px;
	left: -47px;
}

.topHeader_cast-freppy > img {
}

.topHeader_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.topHeader_bg-front {
	background: url(../img/bg-header-front.png) center bottom no-repeat;
	z-index: 2;
	height: 368px;
}

.topHeader_bg-back {
	background: url(../img/bg-header-back.png) center top no-repeat;
	height: 229px;
	z-index: 0;
	top: 12px;
}

.pageBackground {
	position: relative;
	z-index: 2;
	margin-top: -10px;
	background-image: url(../common/img/bg-footer-home.png);
}

.snsLinks {
	list-style: none;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 14px;
}

.snsLinks > li {
	display: inline-block;
	vertical-align: middle;
	width: 109px;
	margin-left: 1px;
}

.snsLinks > li:first-child {
}

.snsLinks > li:nth-child(2n) {
}

.snsLinks > li > a {
	display: block;
	background: #44BFEB;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.snsLinks > li > a.-fb {
	background-color: #2F51AF;
}

.snsLinks > li > a:hover {
	opacity: .7;
}

.snsLinks > li > a:before {
}

.snsLinks > li > a:after {
}

.news {
	position: relative;
	z-index: 1;
	margin: 10px 0 34px;
	background: url(../img/bg-news-body.png) 0 0 repeat-y;
	width: 1004px;
	padding: 3px 0;
}

.news:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-news-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.news:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-news-footer.png) 0 top no-repeat;
	left: 0;
	bottom: -10px;
}

.news_title {
	background: url(../img/bg-ttl-news.png) 0 0 no-repeat;
	width: 84px;
	line-height: 30px;
	text-align: center;
	color: #178C3F;
	font-size: 16px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -15px;
	left: 10px;
}

.news_text {
	padding: 0 10px 0 106px;
	font-size: 15px;
	line-height: 1.4;
}

.preview {
	width: 680px;
	position: relative;
	z-index: 1;
	margin: 10px 0;
	background: url(../img/bg-preview-body.png) 0 0 repeat-y;
	padding: 1px 11px 1px;
}

.preview:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-preview-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.preview:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-preview-footer.png) 0 bottom no-repeat;
	left: 0;
	bottom: -10px;
}

.preview_grass {
	position: absolute;
	z-index: 10;
	left: -102px;
	bottom: -61px;
}

.preview_title {
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 5px center;
	padding-left: 47px;
	margin-bottom: 13px;
}

.preview_title > small {
	margin: 0 4px 0 0;
}

.preview_inner {
	width: 659px;
	position: relative;
	z-index: 1;
	margin: 10px auto;
	background: url(../img/bg-preview-inner-body.png) 0 0 repeat-y;
	padding: 1px 10px;
}

.preview_inner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-preview-inner-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.preview_inner:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-preview-inner-footer.png) 0 top no-repeat;
	left: 0;
	bottom: -10px;
}

.preview_list {
	list-style: none;
	width: 432px;
}

.preview_list > li {
	border-top: 1px dashed #ccc;
	padding-top: 8px;
	margin-top: 8px;
}

.preview_list > li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.preview_list > li:nth-child(2n) {
}

.preview_item {
	padding: 6px 10px;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: background-color 1s;
	transition: background-color 1s;
}

.isCurrent .preview_item {
	background: #EEF9D0;
}

.preview_item_corner {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 1px 2px;
	vertical-align: middle;
	background: url(../common/img/bg-border.png) 0 0 repeat-x;
	position: relative;
	z-index: 1;
	margin: 0 4px;
}

.preview_item_corner:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: -4px;
	top: 0;
	height: 100%;
	width: 4px;
	background: url(../common/img/bg-border-right.png) 0 0 repeat-x;
}

.preview_item_corner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: -4px;
	top: 0;
	height: 100%;
	width: 4px;
	background: url(../common/img/bg-border-left.png) 0 0 repeat-x;
}

.preview_item_text {
	font-size: 13px;
	margin: 2px 0 0;
}

.preview_logos {
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 29px;
	width: 180px;
	margin-top: -60px;
}

.preview_logos > li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	visibility: hidden;
}

.preview_logos > li.isCurrent {
	z-index: 2;
}

.preview_logos > li:first-child {
}

.preview_logos > li:nth-child(2n) {
}

.preview_logos > li > img {
}

.search {
	position: relative;
	z-index: 1;
	margin: 10px 0 15px;
	background: url(../img/bg-search-body.png) 0 0 repeat-y;
	width: 255px;
	padding: 1px 10px;
}

.search:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-search-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.search:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-search-footer.png) 0 top no-repeat;
	left: 0;
	bottom: -10px;
}

.search > form {
}

.search_title {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
}

.search_box {
	display: table;
	width: 100%;
}

.search_box_inputCol {
	display: table-cell;
	vertical-align: middle;
	padding-right: 6px;
}

.search_box_inputCol > input {
	border-color: #6AB31D;
}

.search_box_buttonCol {
	display: table-cell;
	vertical-align: middle;
}

.search_box_buttonCol > button {
	border: 1px solid #59B200;
	border-radius: 4px;
	width: 31px;
	line-height: 31px;
	background: rgb(221, 221, 221);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255, 255, 255)), color-stop(1, rgb(221, 221, 221)));
	background-image: -webkit-linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
	background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(221, 221, 221) 100%);
	display: block;
	height: 31px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #6EC000;
	font-size: 18px;
}

.search_box_buttonCol > button > .icon {
}

.icon-search {
}

.banners {
	list-style: none;
}

.banners > li {
	overflow: hidden;
	height: 108px;
}

.banners > li.-entry {
	height: 96px;
}

.banners > li:first-child {
}

.banners > li:nth-child(2n) {
}

.banners > li > a {
	display: block;
	position: relative;
	z-index: 1;
	top: 0%;
	left: 0;
}

.banners > li > a:hover {
	top: -100%;
}

.banners > li > a:before {
}

.banners > li > a:after {
}

.banners > li > a > img {
	display: block;
	opacity: 1;
}

.gFreppy {
	bottom: 360px;
}

.gFreppy > img {
}

.broadcast {
	position: relative;
	z-index: 1;
	margin: 35px 0 10px;
	background: url(../img/bg-boradcast-body.png) 0 0 repeat-y;
	width: 974px;
	padding: 1px 14px;
}

.broadcast_grass {
	position: absolute;
	z-index: 10;
	right: -83px;
	bottom: -45px;
}

.broadcast:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-boradcast-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.broadcast:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-boradcast-footer.png) 0 bottom no-repeat;
	left: 0;
	bottom: -10px;
}

.boradcast_title {
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.searchNavi {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 20px;
}

.searchNavi_list {
	list-style: none;
	text-align: right;
}

.broadcast_box {
	position: relative;
	z-index: 1;
}

.searchNavi_list > li {
	position: relative;
	z-index: 1;
	width: 135px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
}

.searchNavi_list > li:first-child {
}

.searchNavi_list > li:nth-child(2n) {
}

.searchNavi_list > li > button {
	display: block;
	background: url(../img/bg-btn-search.png) 0 0 no-repeat;
	width: 135px;
	height: 37px;
	color: #FF8700;
	font-weight: bold;
	text-align: center;
}

.searchNavi_list > li > button:hover {
	background-position: 0 100%;
	padding-top: 5px;
}

.searchNavi_list > li > button > .icon {
	font-size: 10px;
}

.searchNavi_list > li > button.isOpen {
	background-position: 0 100%;
	padding-top: 5px;
}

.searchNavi_list > li > button.isOpen > .icon:before {
	content: "\e90b";
}

.searchNavi_entryList {
	list-style: none;
	position: absolute;
	z-index: 2;
	margin: 6px 0;
	background: url(../img/bg-entry-list-body.png) 0 0 repeat-y;
	width: 213px;
	padding: 1px 10px;
	right: -1px;
	top: 38px;
	text-align: left;
	display: none;
}

.searchNavi_entryList.isOpen {
	display: block;
}

.searchNavi_entryList:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 6px;
	background: url(../img/bg-entry-list-header.png) 0 top no-repeat;
	left: 0;
	top: -6px;
}

.searchNavi_entryList:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 6px;
	background: url(../img/bg-entry-list-footer.png) 0 bottom no-repeat;
	left: 0;
	bottom: -6px;
}

.searchNavi_entryList > li {
}

.searchNavi_entryList > li:first-child {
}

.searchNavi_entryList > li:nth-child(2n) {
}

.searchNavi_entryList > li > a {
	color: #8C6700;
	display: block;
	padding: 3px 0;
	-webkit-transition: text-indent .3s;
	transition: text-indent .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchNavi_entryList > li > a:hover {
	text-indent: 3px;
}

.searchNavi_entryList > li > a:before {
}

.searchNavi_entryList > li > a:after {
}

.searchNavi_entryList > li > a .icon {
	margin: 0 4px 0 0;
}

.boradcast_leftCol {
	float: left;
}

.boradcast_inner {
	position: relative;
	z-index: 1;
	margin: 8px 0;
	background: url(../img/bg-boradcast-inner-body.png) 0 0 repeat-y;
	width: 468px;
	padding: 1px 7px;
	float: right;
}

.boradcast_inner-first {
	float: left;
}

.boradcast_inner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 8px;
	background: url(../img/bg-boradcast-inner-header.png) 0 top no-repeat;
	left: 0;
	top: -8px;
}

.boradcast_inner:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 8px;
	background: url(../img/bg-boradcast-inner-footer.png) 0 bottom no-repeat;
	left: 0;
	bottom: -8px;
}

.oneday {
	min-height: 258px;
}

.oneday_title {
	position: relative;
	z-index: 1;
	margin: 10px 0 15px;
	background: url(../img/bg-ttl-body.png) 0 0 repeat-y;
	width: 298px;
	padding: 1px 160px 1px 10px;
	color: #8C6800;
	font-size: 16px;
}

.oneday_title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-ttl-header.png) 0 top no-repeat;
	left: 0;
	top: -10px;
}

.oneday_title:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 10px;
	background: url(../img/bg-ttl-footer.png) 0 top no-repeat;
	left: 0;
	bottom: -10px;
}

.oneday_moreLink {
	font-size: 13px;
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 20px;
}

.oneday_moreLink > a {
	color: #8C6800;
}

.oneday_moreLink > a > .icon {
}

.entry {
	border-top: 1px dashed #ccc;
	padding-top: 8px;
	margin-top: 8px;
	position: relative;
	z-index: 1;
	padding-left: 5px;
	padding-right: 5px;
}

.entry-first {
	border-top: none;
	margin-top: 0;
}

.entry-hasImage {
	padding-right: 160px;
	min-height: 100px;
}

.entry_corner {
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
	padding: 1px 2px;
	vertical-align: middle;
	background: url(../common/img/bg-border.png) 0 0 repeat-x;
	position: relative;
	z-index: 1;
	margin: 0 4px;
}

.entry_corner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: -4px;
	top: 0;
	height: 100%;
	width: 4px;
	background: url(../common/img/bg-border-left.png) 0 0 repeat-x;
}

.entry_corner:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	right: -4px;
	top: 0;
	height: 100%;
	width: 4px;
	background: url(../common/img/bg-border-right.png) 0 0 repeat-x;
}

.entry_title {
	margin: 6px 0 7px;
}

.entry_title > a {
	color: #329333;
}

.entry_excerpt {
	font-size: 13px;
}

.entry_image {
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 0;
	right: 10px;
}

.bradcast_rightCol {
	float: right;
}

.broadcast_moreLink {
	margin: 9px 0 0;
}

.broadcast_moreLink > a {
	color: #fff;
	font-weight: bold;
}

.broadcast_moreLink > a > .icon {
	font-size: 10px;
	color: #FFEC00;
}

.seasoninfo {
	margin-bottom: 30px;
	padding: 0px 10px;
	margin-top: 50px;
	position: relative;
	background: url(../img/bg-seasoninfo-body.png) repeat-y;
}

.seasoninfo:before {
	content: "";
	display: block;
	position: absolute;
	background: url(../img/bg-seasoninfo-header.png) no-repeat;
	z-index: 1;
	width: 100%;
	height: 10px;
	left: 0;
	top: -10px;
}

.seasoninfo:after {
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	bottom: -50px;
	display: block;
	position: absolute;
	background: url(../img/bg-seasoninfo-footer.png) no-repeat;
	z-index: 3;
}

.seasoninfo_inner {
	border-radius: 8px;
	z-index: 1;
	display: table;
	background: #fff;
	padding: 5px;
}

.seasoninfo_image {
	display: table-cell;
	vertical-align: middle;
}

.seasoninfo_image >img {
}

.seasoninfo_text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

.seasoninfo_text >p {
}

.homeNavi {
	margin: 50px 0 0;
}

.homeNavi_list {
	list-style: none;
}

.homeNavi_list:after {
	content: "";
	display: block;
	clear: both;
}

.homeNavi_list > li {
	overflow: hidden;
	width: 235px;
	float: left;
	margin-left: 20px;
}

.homeNavi_list > li:first-child {
	margin-left: 0;
}

.homeNavi_list > li:nth-child(2n) {
}

.homeNavi_list > li > a {
	display: block;
	height: 186px;
	overflow: hidden;
}

.homeNavi_list > li > a.-corner {
	height: 124px;
}

.homeNavi_list > li > a.-cafe {
	margin-top: 6px;
	height: 57px;
}

.homeNavi_list > li > a:hover img {
	top: -100%;
}

.homeNavi_list > li > a:before {
}

.homeNavi_list > li > a:after {
}

.homeNavi_list > li > a > img {
	display: block;
	opacity: 1;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
}

.pageBody_topBox {
}

.pageBody_topBox_leftCol {
	float: left;
}

.pageBody_topBox_rightCol {
	float: right;
}

.pageFooter {
	margin-top: 20px;
}
