/* 全ページ共通
----------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	outline: none;
	background-color: #fff;
}
a {
	color: #438bc5;
	text-decoration:underline;
	outline: none;
    transition: 0.5s;
}
a:hover {
	text-decoration: none;
	outline: none;
    transition: 0.5s;
}
a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	margin-right: 0;
	margin-bottom: 0;
	-ms-filter: "alpha(opacity=70)";
    transition: 0.5s;
}
.fl{
	float: left;
	padding-top: 12px;
}
.fl02{
}
.fl03{
	line-height: normal;
	font-size: small;
	margin-right: 25px;
}
.fr   {
	float: right;
	padding-top: 30px;
}
.fr02   {
	float: right;
}
.tal{
	text-align:left;
}
.tar{
	text-align:right;
}
.tac{
	text-align:center;
}
.bold{
	font-weight:bold;
}
.green{
	color:#39A31E;
}
.red{
	color:#ff0000;
}
.blue{
	color:#0059B2;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*　ヘッダー　*/
#header_logo {
	float: left;
	margin-right: 60px;
	margin-top: 13px;
}
#header_copy_set{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	color: #fff;
	height: 20px;
	width: 1000px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0;
}
#header_copy{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	color: #fff;
}
header{
	width: 1000px;
	margin: 0 auto;
}
#header_h1_bg  {
background-color: #000;

}
header h1{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	font-weight: normal;
	color: #fff;
	height: 20px;
	float: left;
}
#h1_privacy{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	color: #fff;
	height: 20px;
	float: right;
}
#h1_privacy a{
	color: #FFFFFF;
}
#h1_privacy a:hover {
	color: #FFFFFF;
}
#h1_access{
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: right;
	color: #fff;
	height: 20px;
	float: right;
	margin-right: 10px;
}
#h1_access a{
	color: #FFFFFF;
}
#h1_access a:hover {
	color: #FFFFFF;
}
.header_autocamp {
margin: 1px auto;
background-color: #f5dfd5;
}
.header_autocamp ul {
width: 1000px;
margin: 0 auto;
}
.header_autocamp ul li {
float: left;
}
.header_autocamp ul li img {
bottom: 0;
}

/*　グローバルメニュー　*/
#nav_space {
	margin-top: 0px;
	background-image: url(../images/common/header/nav_bg.png);
	background-repeat: repeat-x;
}
nav {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
nav ul{
	line-height:0;
}
nav li{
	float:left;
}
nav li ul{
	line-height:0;
	width:100%;
}
nav #amenu-list ul li{
	display:block;
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	background-color:#142C89;
	border-bottom:1px dotted #fff;
}

/*　タブメニュー　*/
.tab_ban {
	width: 40px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	position: fixed !important;/* バナーを固定します */
	position: absolute;
	right: 0;/* 右から0pxの位置に指定 */
	z-index: 100;
}
.tab_ban a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.tab_ban:hover {/* カーソルが乗った時の動きを指定 */
	width: 220px;/* バナーが伸びた時の幅 */

	/* 以下アニメーションの設定 */
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
.tab_ban a:hover {
	/* IE9用 */
	width: 200px;
}
	/* 右メニュー用 */
#tab_right_01 {
	background: url(../images/common/tub_banner/sbt_right_01.png) 0 0 no-repeat;
	bottom: 180px;
}
#tab_right_02 {
	background: url(../images/common/tub_banner/sbt_right_02.png) 0 0 no-repeat;
	bottom: 370px;
}
	/* 左メニュー用 */
.tab_ban2 {
	position: fixed!important;
	position: absolute;
	position: relative;
	z-index: 100;
}
.tab_ban2 {
	width: 40px;/* 最初に表示されるバナーの幅 */
	height: 100px;/* バナーの高さ */
	position: fixed;/* バナーを固定します */
	left: 0;/* 右から0pxの位置に指定 */
}
.tab_ban2 a {/* リンクするエリアをバナー全体に広げる設定 */
	display: block;
	width: 100%;
	height: 100%;
}
.tab_ban2:hover {/* カーソルが乗った時の動きを指定 */
	width: 220px;/* バナーが伸びた時の幅 */
	/* 以下アニメーションの設定 */
	-webkit-transition: width ease-in-out 0.5s;
	-moz-transition: width ease-in-out 0.5s;
	-ms-transition: width ease-in-out 0.5s;
	-o-transition: width ease-in-out 0.5s;
	transition: width ease-in-out 0.5s;
}
.tab_ban2 a:hover {
	/* IE9用 */
	width: 200px;
}
#tab_left_01 {
	background: url(../images/common/tub_banner/sbt_left_01.png) right top no-repeat;
	bottom: 150px;
}
#tab_left_02 {
	background: url(../images/common/tub_banner/sbt_left_02.png) right top no-repeat;
	bottom: 280px;
}
#tab_left_03 {
	background: url(../images/common/tub_banner/sbt_left_03.png) right top no-repeat;
	bottom: 410px;
}

/*　フッター　*/
#footer_headbar_bg {
	width: auto;
	height: 30px;
	background-image: url(../images/common/footer/footer_headbar_bg.png);
	background-repeat: repeat-x;
}
#footer_bg{
	width: auto;
	height: 332px;
	background-image: url(../images/common/footer/footer_bg.png);
	background-repeat: repeat-x;
}
.footer_head_menu,.footer_head_menu2 {
	position: relative;
	overflow: hidden;
}
.footer_head_menu ul,.footer_head_menu2 ul {
	position: relative;
	left: 50%;
}
.footer_head_menu ul li,.footer_head_menu2 ul li {
	position: relative;
	left: -50%;
	float: left;
	display: block;
	margin: 10px;
}
footer{
	width: 940px;
	margin: 0 auto;
	color: #333;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
}
#footer_center {
	width: auto;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
}
#footer_right {
	width: 400px;
	float: right;
	padding-top: 50px;
}
#footer_menu {
	display: box;
	float: left;
	font-size: 14px;
	line-height: 200%;
}
#footer_menu ul img {
	position: relative;
	top: 4px;
	margin-left: 30px;
	margin-right: 5px;
}
#footer_menu ul li {
}
#footer_txt {
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
}
#footer_logo {
	margin-top: 70px;
	margin-left: 30px;
	float: left;
}
#footer_menu a:hover {
	color: #438bc5;
	text-decoration:none;
	outline: none;
}
#footer_info{
	text-align: left;
	display: box;
	float: left;
	margin-top: 35px;
}
#footer_copylight{
	height: 40px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
}
#footer_copylight_bg {
	height: 40px;
	padding-top: 0;
	background-image: url(../images/common/footer/footer_copyright_bg.png);
	background-repeat: repeat-x;
}

/*　プライバシーポリシー　*/
#privacy_bg {
	width: 600px;
	background-color: #fff;
}
#privacy_title{
	width: 580px;
	height: 30px;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #00A13F;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	font-weight: bold;
	text-align: left;
	color: #fff;
	border-radius: 4px;
}
#privacy_txt{
	width: 560px;
	height: 340px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
	overflow: auto;
	color: #000;
}
#copylight{
	margin-top:10px;
	font-size:10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align:center;
	color:#333;
}
#modal_wrap {
	text-align: left;
}

/*　コンテンツ　*/
#pan {
	width: 940px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 160%;
	letter-spacing: 0.4pt;
	text-align: left;
}
#pan a {
	color: #438bc5;
	text-decoration:underline;
	outline: none;
}
#pan a:hover {
	color: #438bc5;
	text-decoration:none;
	outline: none;
}
article{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
section{
	width: 1000px;
	float: left;
}
h2{
	margin-top: 10px;
	margin-bottom: 10px;
}
h3{
	float: left;
}
.h2_txt {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.link_button {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	width: auto;
}
.link_button_fr {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
	width: auto;
}

/* ページトップへ */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10000;
}
#page-top a {
	width: 50px;
	height:50px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}
.pull {
	margin: 0;
}

/* WPテーマ自作時の投稿画像配置調整 */
	/* 画像配置 左 */
img.alignleft {
        text-align: left;
}
	/* 画像配置 中央 */
img.aligncenter {
        display: block;
        margin: 1px auto;
}
	/* 画像配置 右 */
img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}

ul.col_2 {
width: 1000px;
}
ul.col_2 li {
width: 46%;
padding: 2%;
float: left;
}
ul.col_2 li p {
text-align: left;
font-size: 0.9em;
}