@charset "shift_jis";
/*=================================================
 * リセット
 * ================================================= */

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: #2A4646;
	text-decoration: none;
}
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: 2s ease;
	-moz-animation: 2s ease;
	-ms-animation: 2s ease;
	animation: 2s 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;
}

/*=================================================
 * スタイル
 * ================================================= */

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-color: #3F9041;
	background-image: -moz-linear-gradient(top, #83CEF1, #3994BC);
	background-image: -ms-linear-gradient(top, #83CEF1, #3994BC);
	background-image: url(img/h1title_bg.jpg);
	color: #FFF;
	background-repeat: repeat-x;
	}

#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 {
	text-align: left;
	padding-left: 40px;
	text-shadow: 1px 1px 1px #333;
}
#contents dl dt h2.subtitle {
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	padding-right: 40px;
}
#contents dt {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	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;
	display: block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	background-color: #3F9041;
	background-image: url(img/bggra01.png);
	color: #FFF;
	background-repeat: repeat-x;
}
#topimg {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 181px;
	background-image: url(img/mainimg_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.kadomaru8 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
#sitecontents {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sitecontents_sub {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	font-size: 14px;
	color: #2F4F4F;
	text-align: left;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#gmenu {
	text-align: center;
	font-size: 14px;
	text-overflow: ellipsis;
	width: 320px;
	margin-top: -188px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
}
#gmenu_sub {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	margin-top: 5px;
}
.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 {
	padding: 5px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#ranking_sub li {
	padding: 5px;
	font-size: 14px;
	color: #333333;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#ranking_sub li.li-a-b {
	background-color: #EEE;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 76px;
	margin-bottom: 10px;
}
#pickup li:last-child,#ranking li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pickup ul:after, #ranking ul:after {
	content: '';
	display: block;
	clear: both;
}
#check a img {
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	border: 1px solid #CCC;
}
#check {
	text-align: center;
}
#checkbox,#rankingbox,#pickupbox,#kanrenbox,#ranking_sub,#kanren_sub {
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-ms-border-radius: 5px;
	border-radius: 0px 0px 8px 8px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}
.freebox {
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 14px;
}
#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: #036;
}
#kanren_sub a {
	display: block;
	list-style-type: none;
	background-image: url(img/ico_next.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px 8px;
	color: #036;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
footer {
	text-shadow: 1px 1px 1px #333;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #3F9041;
	background-image: url(img/bggra02.png);
	padding-bottom: 5px;
	background-repeat: repeat-x;
}
footer a {
	padding: 8px;
	color: #FFF;
}
footer .toplink {
	display: block;
	padding: 8px;
	color: #FFF;
	margin-bottom: 10px;
}
.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;
}
.button {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 242px;
	padding-top: 5px;
	margin-top: 0px;
}
.navigation {
	text-align: center;
}
.navigation a img {
	vertical-align: -35%;
	padding: 5px;
}
.navigation a {
	color: #FFF;
}
footer .navigation a img {
	width: 80px;
}
.attention {
	font-size: 12px;
	display: block;
	text-align: left;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.attention2 {
	font-size: 12px;
	display: block;
	color: #F00;
	text-align: left;
	clear: left;
}
#topimg01 {
	z-index: 20;
	height: 146px;
	width: 146px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}
#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 {
	padding-top: 10px;
	background-color: #C5F3C5;
	background-image: url(img/bg01.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-bottom: 10px;
}
#kabuse {
	height: 30px;
	z-index: 500;
	position: absolute;
	top: 190px;
	width: 100%;
	background-image: url(../img/bg.gif);
}
#wrapper {
	background-color: #B9EEB7;
}
#pickup, #kanren, #ranking, #check {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#check p {
	color: #333;
}
#pickup ul li a .kadomaru8,#ranking ul li a .kadomaru8,#ranking_sub ul li a .kadomaru8 {
	float: left;
	margin-right: 5px;
	border: 1px solid #CCC;
}
.li-a a {
	display: block;
	width: 100%;
	height: 76px;
	margin-bottom: 10px;
}
#ranking ul .li-a img {
	float: left;
	margin-right: 5px;
}
#kanren ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
h2#newtitle  {
	background-image: url(img/button_new_s.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
h2#rankingtitle {
	background-image: url(img/button_ranking_s.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
h2#checktitle {
	background-image: url(img/button_ninki_s.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
h2#kanrentitle {
	background-image: url(img/button_kanren_s.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#osusumecontents {
	margin-top: 5px;
}
#osusumecontents p img {
	float: left;
	border: 1px solid #CCC;
}
#pickupbox a img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.newlist {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 81px;
	color: #333;
	text-align: left;
	margin-top: -25px;
}
#gmenu #button01 {
	height: 74px;
	width: 60px;
	margin-left: 5px;
	margin-top: 0px;
}
#gmenu #button02 {
	height: 74px;
	width: 60px;
	margin-left: 255px;
	margin-top: -74px;
}
#gmenu #button03 {
	height: 75px;
	width: 60px;
	margin-left: 5px;
	margin-top: 35px;
}
#gmenu #button04 {
	height: 77px;
	width: 59px;
	margin-left: 255px;
	margin-top: -78px;
}
#contents {
	z-index: 50;
	background-color: #45D145;
	padding: 10px;

}#topimg img {
	margin-top: 15px;
	border: 1px solid #CCC;
}
#contentsupper {
	background-image: url(img/contentsbox_upper.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 16px;
	background-color: #C5F3C5;
}
#contentsbottom {
	background-image: url(img/contentsbox_bottom.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
/*追加*/
#top #contents #zenkoku dt h2 {
	padding-left: 10px;
}
#kanrenbox .area {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#kanrenbox .area a {
	text-decoration: underline;
	padding: 5px;
}
footer .toplink {
	text-decoration: underline;
}
#kanren ul li a {
	text-decoration: underline;
}
.travel_g_map {
	width: 85%;
	height: 320px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}
#bodyContent {
	width: 90%;
	padding-right:10px;
}
.nonline {
	display: block;
	margin-left: 82px;
	margin-top: -40px;
}
#check #checkbox a {
	padding: 5px;
	font-size: 14px;
	color: #000000;
	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%;
}
#kanren ul li {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#gmenu_sub a,#sitecontents_sub a {
	text-decoration: underline;
}
#contents dl dt h2 {
	padding-left: 45px;
}
.li-a a {
	text-decoration: underline;
}
