/*　基本スタイル　*/

/*firefoxスクロールバー対策*/
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
/*　サイト全体に適用　*/
body {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
body.tour_shop {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #04A07E;
}
a:visited {
	color: #04A07E;
	text-decoration: none;
}
a:hover {
	color: #F16280;
	text-decoration: underline;
}
a:active {
	color: #FF9B33;
	text-decoration: underline;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
h1,h2 {
	/*text-indent: -5000px;*/
}
/*universal*/
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}
.bold {
	font-weight: bold !important;
}
.red {
	color: #F00 !important;
}
.blue {
	color: #3177E3 !important;
}
.large {
	font-size: 1.5rem;
}
.middle {
	font-size: 1.2rem;
}
.middle_small {
	font-size: 0.9rem;
}
.small {
	font-size: 0.6rem;
}
.clear {
	clear: both;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
input[type="image"]:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
input[type="image"].disabled {
	filter:alpha(opacity=40);
	opacity:0.4;
	cursor: default;
}
.f_left {
	float: left;
}
.red_icon {
	background-color: #F00;
	color: #FFF;
	padding: 0 5px;
	border-radius: 3px;
}
/*universal_end*/

#wrapper {
	padding: 0px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tour_shop #wrapper {
	box-sizing: border-box;
	/*background-image: url("../images/shop_bg.jpg");*/
	/*padding: 0 0 10px 0;*/
	width: 1100px;
	margin: 0 auto 10px auto !important;
	display: block !important;
	overflow: hidden;
}
.tour_shop .row {
	margin: 0 !important;
}
#Search .kensaku {
	height: 17px;
	margin-bottom: 4px;
}
#nav {
	width: 750px;
	margin-top: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	background-image: url(../images/common/nav_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	display: inline;
}
#contents {
	width: 1100px;
	padding: 0px;
	margin: 5px auto 20px auto;
}
/*　特定商取引法・利用規約　*/
.tittle_law {
	height: 25px;
	width: 750px;
	background-image: url(../images/common/tittle_law.gif);
	background-repeat: no-repeat;
}
.tittle_kiyaku {
	height: 25px;
	width: 750px;
	background-image: url(../images/common/tittle_kiyaku.gif);
	background-repeat: no-repeat;
}
.tittle_yakkan {
	background-image: url(../images/common/tittle_yakkan.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
}
.tittle_jyouken {
	background-image: url(../images/common/tittle_jyouken.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
}
#Law .yakkan_style {
	margin: 10px;
	padding: 0px;
}
#Law .yakkan_style dt {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	clear: left;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00AC9F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #C7D8D3;
}
#Law .yakkan_style dd {
	margin-bottom: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 536px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#Law .yakkan_style ul {
	margin: 0px;
	padding: 0px;
}
#Law .yakkan_style li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: none;
}
#Law .jyouken_tex {
	font-size: 12px;
	line-height: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
	padding: 0px;
}
#Law .jyouken_style {
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Law .jyouken_style li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: none;
}
#Law {
	width: 746px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #00AC9F;
}
#Law h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00AC9F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Law h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 3pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(../images/common/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
#Law table {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#Law th {
	font-size: 14px;
	background-color: #FFEDC1;
	color: #543A03;
	font-weight: normal;
	padding: 5px;
	text-align: right;
	width: 200px;
}
#Law td {
	font-size: 14px;
	color: #322324;
	background-color: #FFFFE6;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 414px;
}
#Law p {
	color: #322324;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00AC9F;
	padding-bottom: 7px;
	line-height: 20px;
	letter-spacing: 1px;
}
#Law .effective {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #E54335;
}
#Law ol {
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #FFFFE6;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#Law .btn_goback {
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: left;
}

/*　プライバシーポリシー　*/
.tittle_pp {
	background-image: url(../images/common/tittle_pp.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
}
#Pp {
	width: 746px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #00AC9F;
}
#Pp h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00AC9F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#Pp dl {
	padding: 0px;
	margin: 10px;
}
#Pp dt {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #EE483E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#Pp dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 15px;
}
#Pp p {
	text-align: right;
	margin-right: 10px;
}
#Pp ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Pp li {
	padding: 0px;
	margin-left: 35px;
}
#Pp .kitei {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#Pp .tex {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Pp .style {
	font-weight: normal;
	color: #00AC9F;
	text-align: left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Pp .contact {
	text-align: left;
	padding: 5px;
	border: 1px solid #00AC9F;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	width: 500px;
}
#Pp .add {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#Pp .add span {
	color: #FFFFFF;
	padding: 1px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #333333;
}
#Pp .btn_goback {
	text-align: center;
}

/*　グリーンツーリズム・JAについて　*/
.tittle_aboutgreen {
	height: 25px;
	width: 750px;
	background-image: url(../images/common/tittle_aboutgreen.gif);
	background-repeat: no-repeat;
}
.tittle_aboutja {
	height: 25px;
	width: 750px;
	background-image: url(../images/common/tittle_aboutja.gif);
	background-repeat: no-repeat;
}
#About {
	width: 746px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #00AC9F;
}
#bg {
	background-image: url(../images/common/bg_aboutgreen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 746px;
}
#About h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00AC9F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#About h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #009457;
	margin: 10px;
	padding: 0px;
}
#About p {
	color: #003531;
	margin-top: 17px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 2px;
	text-indent: 12px;
}

/*　JAについてスタイル　*/
#group {
	width: 526px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}
#About #bg #group p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#about_ja {
	padding: 0px;
	margin: 0px;
}
#about_ja dt {
	background-image: url(../images/common/about_ja.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 746px;
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
	background-position: center top;
}
#about_ja dd {
	padding: 0px;
	margin: 10px;
	letter-spacing: 1px;
}
#logo {
	padding: 0px;
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#logo dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 200px;
}
#logo dt {
	margin: 0px;
	padding: 0px;
}
#logo dd {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#link {
	padding: 0px;
	width: 220px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#link dt {
	background-image: url(../images/common/tittle_jalink.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 33px;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-indent: -10000px;
}
#link dd {
	margin: 0px;
	padding: 10px;
}
#link ul {
	margin: 0px;
	padding: 0px;
}
#link li {
	font-size: 14px;
	list-style-type: none;
	background-image: url(../images/common/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1D1;
}
#About #bg .ja {
	clear: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#About #bg .ja strong {
	color: #ED4B4B;
}
#About #bg .btn_goback {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.tittle_hprules {
	background-image: url(../images/common/tittle_hprules.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
}

/*　リンク及び掲載について　*/
.tittle_aboutlink {
	background-image: url(../images/common/tittle_aboutlink.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 750px;
}
#aboutlink {
	width: 746px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #00AC9F;
}
#aboutlink h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00AC9F;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#aboutlink p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding: 0px;
}
#aboutlink ul {
	font-size: 14px;
	line-height: 18px;
	color: #FF0000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#aboutlink li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#aboutlink span {
	font-weight: bold;
}
#aboutlink dl {
	padding: 5px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px dotted #00ACA0;
	background-color: #FFFFE6;
}
#aboutlink dt {
	font-size: 14px;
	font-weight: bold;
	color: #00ACA0;
}
#aboutlink dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#aboutlink .notice {
	font-size: 10px;
}
#aboutlink .btn_goback {
	text-align: center;
}
/*------追加使いまわし-------*/
.justify {
	text-align: justify;
	text-justify:inter-ideograph; 
}
.ime_mode {
	ime-mode: disabled;  
}
/*20150915ukawa_added*/
.naver {
	overflow: hidden;
}
.footer {
	height: auto;
}
#contents h2 {
	text-indent: -5000px;
}