<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================================================
 * リセット
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
img {
	border: 0;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
}
/*=================================================
 * 基本
 * ================================================= */

body {
	-webkit-text-size-adjust: none;
	color: #333333;
	font-family: Helvetica, san-serif;
	line-height: 1.6;
	font-size: 16px;
}
a {
	color: #FFFF00;
	text-decoration: underline;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: normal;
}
 @media screen and (min-width: 640px) {
body {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border:1px solid #3F9041;
}
}
/*=================================================
 * アニメーション
 * ================================================= */

.animated {
	-webkit-animation: 1s ease;
	-moz-animation: 1s ease;
	-ms-animation: 1s ease;
	animation: 1s ease;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-ms-keyframes bounceInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-ms-transform: translateY(30px);
	}
	
	80% {
		-ms-transform: translateY(-10px);
	}
	
	100% {
		-ms-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
/*=================================================
 * スタイル
 * ================================================= */
#wrapper {
	background-color: #3F9041;
}
h1 {
	text-shadow: 1px 1px 1px #333;
	padding: 10px;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: -moz-linear-gradient(top, #46D946, #3F9041);
	background-image: -ms-linear-gradient(top, #46D946, #3F9041);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46D946), to(#3F9041));
	color: #FFF;
	background-color: #3F9041;
}
#contents {
	background-color: #333;
	margin-top: -45px;
	z-index: 1000;
	position: relative;
}
#contents_sub {
	background-color: #333;
	z-index: 100;
	position: relative;
}
#contents,#contents_sub, #kanren ul, #link{
	padding: 10px;
}
#link {
	padding: 10px;
	background-image: url(img/bg.gif);
	color: #FFF;
}
#link a {
	color: #FFF;
	display: block;
	text-decoration: underline;
}
#itemcontents {
	padding: 10px;
	background-image: url(img/bg.gif);
	color: #FFF;
	line-height: 2;
}
#contents dl dt h2 {
	background-image: url(img/ico_next3.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left center;
}
#contents_sub dl dt h2 {
	text-align: center;
}
#contents dl,#contents_sub dl {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px #333333;
	box-shadow: 0 0 3px #333333;
}
#contents dt:first-child,#contents_sub dt:first-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
#contents dt,#contents_sub dt {
	height: 44px;
	line-height: 44px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
	text-shadow: 1px 1px 1px #333;
	display: block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	background-color: #3F9041;
	background-image: -moz-linear-gradient(top, #46D946, #3F9041);
	background-image: -ms-linear-gradient(top, #46D946, #3F9041);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46D946), to(#3F9041));
	color: #FFF;
}
#topimg {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	width: 292px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 146px;
	padding: 5px;
}
.kadomaru8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
#sitecontents {
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
}
#sitecontents_sub {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #F90;
	background-color: #FFFFFF;
}
#gmenu {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#gmenu a {
	color: #FFFF00;
}
.sectiontitle {
	padding: 5px;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	background-image: url(img/bg3.png);
	background-repeat: repeat-x;
}
#pickup li, #ranking li,#check li {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 28%;
	float: left;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 1%;
}
#pickup ul:after, #ranking ul:after {
	content: '';
	display: block;
	clear: both;
}
#check a img {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#check {
	text-align: center;
}
#checkbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #000;
}
.freebox {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
}
#pickupbox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 8px;
	margin: 10px;
}
#kanren ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#kanren ul li a{
	margin-bottom: 10px;
	display: block;
	list-style-type: none;
	background-image: url(img/ico_next.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 3px;
	color: #06C;
	text-decoration: underline;
}
#kanren_sub2 a{
	margin-bottom: 10px;
	display: block;
	list-style-type: none;
	background-image: url(img/ico_next.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px 3px;
	color: #06C;
	text-decoration: underline;
}
#kanren_sub a{
	color: #FFF;
	text-decoration: underline;
	margin-right: 2px;
	margin-left: 2px;
}
#kanren_sub {
	background-image: url(img/bg.gif);
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-ms-border-radius: 0px 0px 8px 8px;
}
#kanren_sub2 {
	padding-bottom: 5px;
	padding-top: 5px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-ms-border-radius: 0px 0px 8px 8px;
	background-color: #FFFFFF;
}
#kanrenbox {
	text-align: center;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#kanrenbox_sub {
	text-align: center;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#kanren #kanrenbox_sub a {
	margin-right: 2px;
	margin-left: 2px;
}
#kanrenbox_link {
	text-align: center;
	background-color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.news {
	margin-bottom: 8px;
	height: 16px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	margin-top: 8px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	white-space: nowrap;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.news li {
	height: 16px;
	line-height: 16px;
}
.news a {
	padding: 3px;
}
.itemname {
	padding: 10px;
}
#pickupbox a img {
	float: left;
	margin-right: 5px;
}
.button {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 249px;
}
.navigation {
	text-align: center;
}
.navigation a img {
	vertical-align: -35%;
	padding: 5px;
}
footer .navigation a img {
	width: 80px;
}
.navigation a {
	color: #FFF;
}
.attention {
	font-size: 12px;
	display: block;
	text-align: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.attention2 {
	font-size: 12px;
	display: block;
	color: #FC0;
	text-align: left;
}
span.button .attention2 {
	font-size: 12px;
	display: block;
	color: #F00;
	text-align: left;
}
#topimg01 {
	z-index: 20;
	height: 146px;
	width: 146px;
	position: absolute;
	left: 73px;
	top: 10px;
	background-color: #FFF;
	padding: 5px;
}
#topimg02 {
	z-index: 10;
	height: 120px;
	width: 120px;
	position: absolute;
	left: 20px;
	top: 20px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	background-color: #FFF;
	padding: 5px;
}
#topimg03 {
	z-index: 5;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 180px;
	top: 45px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	background-color: #FFF;
	padding: 5px;
}
#topbox {
	position: relative;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #67A968;
	background-image: -webkit-gradient(linear, left top, right top, from(#67A968), color-stop(0.45, #D2ECD3), color-stop(0.55, #D2ECD3), to(#67A968));
}
#kabuse {
	height: 30px;
	z-index: 500;
	position: absolute;
	top: 190px;
	width: 100%;
	background-image: url(img/bg.gif);
}

#pickup, #kanren, #ranking, #check {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
}
#area01,#area02,#area03,#area04,#area05,#area06,#area07,#area08{
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #FFF;
}

#area01 p,#area02 p,#area03 p,#area04 p,#area05 p,#area06 p,#area07 p,#area08 p {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}

#area01 p a,#area02 p a,#area03 p a,#area04 p a,#area05 p a,#area06 p a,#area07 p a,#area08 p a {
	color: #06C;
	margin-right: 5px;
	margin-left: 5px;
}
#check p {
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
}
#itemdescription {
	color: #FFF;
}
#wadaicontents p img {
	float: left;
}
.newlist {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 81px;
	color: #333;
	text-align: left;
}
footer {
	text-shadow: 1px 1px 1px #333;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	background-image: -moz-linear-gradient(top, #46D946, #3F9041);
	background-image: -ms-linear-gradient(top, #46D946, #3F9041);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46D946), to(#3F9041));
	padding-bottom: 5px;
	background-color: #3F9041;
}
footer a {
	padding: 8px;
	color: #FFF;
}
footer .toplink {
	display: block;
	padding: 8px;
	color: #FFF;
	margin-bottom: 10px;
	text-decoration: underline;
}
.freebox a {
	color: #FFF;
}
iframe {
	display: none;
}
#checkbox ul li {
	color: #000;
}
.travel_g_map {
	width: 85%;
	height: 320px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
#bodyContent {
	width: 90%;
	padding-right:10px;
}

/*******************************

* 折りたみ

*******************************/

div.panel {

-webkitwebkit-transition: all 0.5s;

-moz-transition: all 0.5s;

-ms-transition: all 0.5s;

-o-transition: all 0.5s;

transition: all 0.5s;

margin: 0;

padding: 1em;

list -style: none;

}

input[type="checkbox"].ExpandCheckBox{
 display: none;

}

input[type="checkbox"].ExpandCheckBox + div.panel{
 display: none;

}

input[type="checkbox"].ExpandCheckBox:checked+ div.panel{
 display: block;

}
</pre></body></html>