@charset "utf-8";

/*
	Site Name: tabicom
	Description: 
	Version: 1.0
	Author: Yugo Tsunoda
*/




/*******************************************
Reset Setting For Cross Browser
MENU
---------------------------------------------
01 Top Level Reset
02 Base Setting
03 General Level Setting
04 Link Design
*******************************************/

/*===========================================
01 Top Level Reset
===========================================*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


/*===========================================
02 Base Setting
===========================================*/
body {
	margin: 0;
	padding: 0;
	font-family:'noto sans CJK','源ノ角ゴシック';
	color: #444444;
	background-color: #FFF9E1;
}


/*===========================================
03 General Level Setting
===========================================*/
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, li, dl, dt, dd, th, td, address, form, blockquote {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
}

caption {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.wp-caption-dd {
	text-align: center;
	color: #999999;
}

img, a img {border: none; vertical-align: bottom;}

ul {
	list-style: none;
	list-style-image:none;
}

ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl,
td ul, td ol, td dl { font-size: 100%;}

hr {
	clear: both;
}
div.dot {
	clear: both;
	border-bottom: 1px dashed #999999;
	
}
.clr {
	clear: both;
}
.line {
	clear: both;
	height:1px;
	border-bottom: 1px dotted #666666;
	margin: 10px 0;
}

.red { color: #CC0000;}

.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

.alignleft   { float: left ; margin: 0 20px 20px 0; font-size:12px;}
.alignright  { float: right; margin: 0 0 20px 20px; font-size:12px;}
.aligncenter { margin:0 auto; text-align:center; font-size:12px;}

p.text-left  { text-align: left;  }
p.text-right { text-align: right; }
p.text-center{ text-align: center;}


/*===========================================
04 Link Design
===========================================*/
a:link { color: #006dab; text-decoration: none:}
a:visited { color: #006dab; text-decoration: none;}
a:active { color: #006dab; text-decoration: none; outline: none;}
a:hover { color: #1a90d3; text-decoration: none;}
a:focus { -moz-outline-style: none; }






/*******************************************
Reset Setting For Cross Browser
*******************************************/

/*===========================================
Base Layout
===========================================*/
div#wrapper {
	margin: 0px auto;
	width: 100%;
}

div#header {
	width: 1000px;
	clear: both;
	margin: 0 auto;
	background-image: url(img/bg_header.gif);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}

div#main {
	clear: both;
	margin: 10px auto 0 auto;
	padding: 0px;
	color: #333;
	width: 1000px;
	font-size: 90%;
	zoom: 100%;
}

div#main:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
div#mainimg {
	clear: both;
	margin: 0 0 35px 0;
}

div#leftArea {
	float: left;
	width: 220px;
	padding:0px;
	margin: 0px 0px 5px 0px;
}
div#leftArea .left_inner{
	padding:10px;
	margin: 10px 0;
	border: 1px solid #999999;
	background-color:#FFFFFF;
}


div#mainArea {
	float: right;
	width: 765px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

div#mainArea #top_main_area {
	float: left;
	width: 550px;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

div#mainArea #contents-innner{
	padding: 20px;
	clear:both;
}



div#mainArea div#top_rigthArea {
	float: right;
	width: 200px;
	margin: 0px 0px 5px 0px;
}

div#footer {
	width: 100%;
	margin: 0;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
	clear: both;
}

div#rightArea {
	float: left;
	width: 220px;
	height: 220px;
	padding:0px;
	margin: 0px 0px 5px 0px;
}

/*===========================================
Header Area
===========================================*/
/* Header */
div#header p#logo {
	float: left;
	margin: 5px 0;
}

div#header div.hmenu {
	float: right;
	display: block;
	margin-top: 5px;
	width: 55px;
	overflow: hidden;
}
div#header div.hmenu div.company {
}
div#header div.hmenu div.company a{
	display: block;
	padding: 0;
	margin:  0;
	width:  55px;
	height: 20px;
	text-indent: -9999px;
	background: url(img/bg_header_navi.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
	float: left;
}

div#header div.hmenu div.company a:hover {
    background-position: 0 -20px;
}

div#header div.hmenu div.sitemap {
}
div#header div.hmenu div.sitemap a{
	display: block;
	margin: 0px;
	padding: 0;
	width:  78px;
	height: 20px;
	text-indent: -9999px;
	background:transparent url(img/bg_header_navi.gif) no-repeat scroll -55px 0;
	text-indent: -9999px;
	float: left;
}

div#header div.hmenu div.sitemap a:hover {
    background-position:  -55px -20px;
}

/* gnavi */
div#gnavi {
	width: 1000px;
	height:  50px;
	clear: both;
	margin: 0 auto;
	overflow: auto;
}
div#gnavi ul {
	clear: both;
	width: 1000px;
	overflow:hidden;
	margin: 0 auto;
}
div#gnavi ul li {
	float: left;
}
div#gnavi ul li a {
	height: 50px;
	display: block;
	background-image:url(img/bg_gnavi.gif);
	text-indent:-9999px;
}
div#gnavi ul li.home a              { width:100px; background-position:    0px   0px; margin: 0;}
div#gnavi ul li.home a:hover        { width:100px; background-position:    0px -50px;           }
div#gnavi ul li.area a              { width:150px; background-position: -100px   0px; margin: 0;}
div#gnavi ul li.area a:hover        { width:150px; background-position: -100px -50px;           }
div#gnavi ul li.eco a               { width:150px; background-position: -250px   0px; margin: 0;}
div#gnavi ul li.eco a:hover         { width:150px; background-position: -250px -50px;           }
div#gnavi ul li.forum a             { width:150px; background-position: -400px   0px; margin: 0;}
div#gnavi ul li.forum a:hover       { width:150px; background-position: -400px -50px;           }
div#gnavi ul li.talk a              { width:150px; background-position: -550px   0px; margin: 0;}
div#gnavi ul li.talk a:hover        { width:150px; background-position: -550px -50px;           }
div#gnavi ul li.photosalon a        { width:150px; background-position: -700px   0px; margin: 0;}
div#gnavi ul li.photosalon a:hover  { width:150px; background-position: -700px -50px;           }
div#gnavi ul li.information a       { width:150px; background-position: -850px   0px; margin: 0;}
div#gnavi ul li.information a:hover { width:150px; background-position: -850px -50px;           }

div#gnavi ul li.home.now a              { width:100px; background-position:    0px -50px; margin: 0;}
div#gnavi ul li.home.now a:hover        { width:100px; background-position:    0px -50px;           }
div#gnavi ul li.area.now a              { width:150px; background-position: -100px -50px; margin: 0;}
div#gnavi ul li.area.now a:hover        { width:150px; background-position: -100px -50px;           }
div#gnavi ul li.eco.now a               { width:150px; background-position: -250px -50px; margin: 0;}
div#gnavi ul li.eco.now a:hover         { width:150px; background-position: -250px -50px;           }
div#gnavi ul li.forum.now a             { width:150px; background-position: -400px -50px; margin: 0;}
div#gnavi ul li.forum.now a:hover       { width:150px; background-position: -400px -50px;           }
div#gnavi ul li.talk.now a              { width:150px; background-position: -550px -50px; margin: 0;}
div#gnavi ul li.talk.now a:hover        { width:150px; background-position: -550px -50px;           }
div#gnavi ul li.photosalon.now a        { width:150px; background-position: -700px -50px; margin: 0;}
div#gnavi ul li.photosalon.now a:hover  { width:150px; background-position: -700px -50px;           }
div#gnavi ul li.information.now a       { width:150px; background-position: -850px -50px; margin: 0;}
div#gnavi ul li.information.now a:hover { width:150px; background-position: -850px -50px;           }


/*===========================================
Main Area
===========================================*/

/* breadcrumbs */
p.breadcrumbs {
	font-size: 87.5%;
	color: #555555;
	padding: 7px;
}
p.breadcrumbs {
	margin: 0 auto;
}
p.breadcrumbs a,
p.breadcrumbs a:visited{
	text-decoration: none;
}
p.breadcrumbs a:hover {
	text-decoration: none;
}


/* photo */
.photo {
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

p.bookmark{
	padding:5px;
	text-align:right;
}

/*/////////////////////////////// leftArea */




/* Contents Page*/

.contents-innner {
	padding: 15px;
}
.contents-innner img.photo-image {
	padding: 5px;
	border:1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-right : 5px;
}
.contents-innner ul {
	padding: 10px 15px 10px 25px;
}
.contents-innner ul li {
	list-style-type: circle;
}



#footer_contact-box {
	background-image:url(img/bg_footer_contact.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 410px;
	height: 230px;
	margin: 25px auto 0 auto;	
}
#footer_contact-box #btn_contact {
	width: 202px;
	height: 54px;
	margin: 70px 0 0 20px;
}
#footer_contact-box #btn_contact a {
	width: 202px;
	height: 54px;
	display: block;
	background-image: url(img/btn_footer_contact.jpg);
	text-indent:-9999px;
}
#footer_contact-box #btn_contact a:hover {
	background-position:bottom;
}




/* TITLE */

.ttl_contents00 {
	padding: 10px 0 10px 20px;
	margin: 10px 0 10px 0;
	font-size: 150%;
	color: #FFFFFF;
	font-family:cursive;
	font-weight: bold;
	border:1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #FE7A04), color-stop(0.00, #FFC104));
	background: -webkit-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -moz-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -o-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -ms-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: linear-gradient(to bottom, #FFC104 0%, #FE7A04 99%);
	text-shadow:0 0 5px #666;

/*

	background-repeat: no-repeat;
*/
}

.ttl_contents00_b {
	padding: 5px 0 0 20px;
	margin: 10px 0 10px 0;
	font-size: 160%;
	height: 52px;
	color: #FFFFFF;
	font-family:cursive;
	font-weight: bold;
	border:1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #FE7A04), color-stop(0.00, #FFC104));
	background: -webkit-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -moz-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -o-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: -ms-linear-gradient(top, #FFC104 0%, #FE7A04 99%);
	background: linear-gradient(to bottom, #FFC104 0%, #FE7A04 99%);

/*
	background-image:url(img/bg_ttl_contents00.jpg);
	background-repeat: no-repeat;
*/
}
.ttl_contents00_s {
	padding: 5px 0 0 5px;
	margin: 15px 5px 20px 0;
	font-family:'noto sans CJK','源ノ角ゴシック';
	font-size: 160%;
	color: #494949;
	letter-spacing: 0em;
	font-weight: bold;
}
.ttl_contents01 {
	border-left: 5px solid #007B32;
	padding: 2px 0 2px 10px;
	margin: 20px 0 10px 0;
	font-size: 150%;
	color: #007B32;
	font-weight: bold;
	font-family:cursive;
}
.ttl_contents01R {
	border-left: 5px solid #007B32;
	padding: 2px 0 2px 10px;
	margin: 20px 0 10px 0;
	font-size: 150%;
	font-family:cursive;
	color: #DC143C;
	font-weight: bold;
}

.ttl_contents02 {
	padding: 2px 0 2px 0px;
	margin: 10px 0 5px 0;
	font-size: 100%;
	color: #007B32;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
}
.ttl_contents02_S {
	padding: 2px 0 2px 0px;
	margin: 30px 0 5px 0;
	font-size: 110%;
	color: #007B32;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;

}
.ttl_contents02R {
	padding: 2px 0 2px 0px;
	margin: 10px 0 5px 0;
	font-size: 130%;
	color: #DC143C;
	border-bottom: 1px dotted #DC143C;
	font-weight: bold;
}

.ttl_contents02R2 {
	padding: 2px 0 2px 0px;
	margin: 10px 0 5px 0;
	font-size: 140%;
	color: #DC143C;
	border-bottom: 1px dotted #DC143C;
	font-weight: bold;
}

.ttl_contents02G {
	padding: 2px 0 2px 0px;
	margin: 20px 0 5px 0;
	font-size: 130%;
	border-left: 5px solid #666633;
	color: #666633;
	text-align: left;
	font-weight: bold;

}
.ttl_contents02Y {
	padding: 2px 0 2px 0px;
	margin: 10px 0 5px 0;
	font-size: 110%;
	color: #daa520;
	border-bottom: 1px dotted #daa520;
	font-weight: bold;
}
.ttl_contents02b {
	padding: 0px 0 0px 0px;
	margin: 10px 0 5px 0;
	font-size: 150%;
	color: #FF6633;
	font-weight: bold;
}

.ttl_contents03 {
	padding: 2px 0 2px 0px;
	margin: 10px 0 5px 0;
	font-size: 100%;
	color: #FF6633;
	font-weight: bold;
}
.ttl_contents03b {
	padding: 0px 0 0px 0px;
	margin: 10px 0 5px 0;
	font-size: 120%;
	color: #FF6633;
	font-weight: bold;
}
.ttl_contents03c {
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0;
	font-size: 120%;
	color: #808080;
	font-family:'Lucida Grande',
 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 	Meiryo, メイリオ, sans-serif;
}
.ttl_contents03d {
	padding: 0px 0 0px 0px;
	margin: 0px 0 0px 0;
	font-size: 120%;
	color: #DC143C;
	font-family:'Lucida Grande',
 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 	Meiryo, メイリオ, sans-serif;
}
.ttl_contents04 {
	padding: 5px 0 0 20px;
	margin: 10px 0 10px 0;
	font-size: 150%;
	height: 52px;
	color: #FFFFFF;
	font-family:'Lucida Grande',
 	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 	Meiryo, メイリオ, sans-serif;
	font-weight: bold;
}



/* leftArea */

div#leftArea .link-box {
	background-color: #F5F5F5;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #999999;

}

div#leftArea .link-box .bnr_hasegawa 　{
}
div#leftArea .link-box .bnr_hasegawa a {
	background-image:url(img/bnr_hasegawa.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 50px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 25px auto;
}
div#leftArea .link-box .bnr_hasegawa a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_econokaze 　{
}
div#leftArea .link-box .bnr_econokaze a {
	background-image:url(img/bnr_econokaze.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 50px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 25px auto;
}
div#leftArea .link-box .bnr_econokaze a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_tour-of-the-year 　{
}
div#leftArea .link-box .bnr_tour-of-the-year a {
	background-image:url(img/bnr_tour-of-the-year.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 32px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 15px auto;
}
div#leftArea .link-box .bnr_tour-of-the-year a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_twitter 　{
}
div#leftArea .link-box .bnr_twitter a {
	background-image:url(img/bnr_twitter.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 60px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 25px auto;
}
div#leftArea .link-box .bnr_twitter a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_facebook 　{
}
div#leftArea .link-box .bnr_facebook a {
	background-image:url(img/bnr_facebook.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 60px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 25px auto;
}
div#leftArea .link-box .bnr_facebook a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_yoshimura 　{
}
div#leftArea .link-box .bnr_yoshimura a {
	background-image:url(img/bnr_yoshimura.gif);
	background-repeat:no-repeat;
	width: 155px;
	height: 126px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 15px auto;
}
div#leftArea .link-box .bnr_yoshimura a:hover {
	background-position: bottom;
}

div#leftArea .bnr_teian 　{
}
div#leftArea .bnr_teian a {
	background-image:url(img/bnr_teian.gif);
	background-repeat:no-repeat;
	width: 220px;
	height: 120px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 1
	25px auto;
}
div#leftArea .bnr_onlinetour a:hover {
	background-position: bottom;
}

div#leftArea .bnr_onlinetour 　{
}
div#leftArea .bnr_onlinetour a {
	background-image:url(img/bnr_top_online.png);
	background-repeat:no-repeat;
	width: 220px;
	height: 144px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 1
	25px auto;
}
div#leftArea .bnr_teian a:hover {
	background-position: bottom;
}

div#leftArea .link-box .bnr_reset  　{
}
div#leftArea .link-box .bnr_reset a {
background-image: url(/wp-content/uploads/2022/04/bnr_reset.png);
	background-repeat:no-repeat;
	width: 155px;
	height: 200px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 25px auto;
}
div#leftArea .link-box .bnr_reset a:hover {
	background-position: bottom;
}




div#leftArea .link-box2 {
	background-color: #E1E1B7;
	font-size: 110%;
	color: #666633;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #999999;
}


div#leftArea .link-box3 {
	background-color: #ffebcd;
	font-size: 110%;
	color:  #666633;
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #999999;
}



/*===========================================
footer
===========================================*/

#footer a {
	color: #FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: none;
}

/* footer-gnavi */
div#footer02 {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
div#footer02 ul {
	width: 200px;
	height:20px;
	float:left;
	margin: 0;
	padding: 0;
}
div#footer02 ul li {
	float: left;
}
div#footer02 ul li a {
	height: 20px;
	display: block;
	background-image:url(img/bg_footer_navi.gif);
	text-indent:-9999px;
	margin: 0;
	padding: 0;
}
div#footer02 ul li.privacy a         { background-position:    0px   0px; width: 104px;}
div#footer02 ul li.privacy a:hover   { background-position:    0px -20px;              }
div#footer02 ul li.contact_us a      { background-position: -104px   0px; width: 96px; }
div#footer02 ul li.contact_us a:hover{ background-position: -104px -20px;              }


#footer address.aan {
	background:transparent url(img/img_copyright.gif) no-repeat scroll 0 0;
	text-indent: -9999px;
	width: 265px;
	float: right;
	height: 20px;
	margin: 10px 0;
}
	
p.btnPageTop {
	margin: 0;
	padding:0;
	overflow: hidden;
}
p.btnPageTop a {
	float: right;
	clear:both;
	display: block;
	width: 125px;
	height: 22px;
	margin: 0 50px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	background:transparent url(img/btn_pagetop.gif) no-repeat scroll 0 0;
}
p.btnPageTop a:hover {
	background-position: 0 -22px;
}


/*===========================================
top_main_area
===========================================*/
div#mainArea #top_main_area .news_box {
	margin:10px 0;
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
}
div#mainArea #top_main_area .news_box .scroll_box {
	padding: 9px;
	overflow: auto;
	height: 354px;
}
div#mainArea #top_main_area .news_box .scroll_box .update {
	width: 70px;
	display: block;
	float:left;
}
div#mainArea #top_main_area .news_box .scroll_box .ttl {
	width: 430px;
	display: block;
	float:left;
}


/*===========================================
top page news
===========================================*/

div#mainArea #top_main_area .news_box .scroll_box .innerbox {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #F5F5F5;
	margin: 0 0 4px 0;
	padding: 6px;
	clear: both;
	overflow: hidden;
}
div#mainArea #top_main_area .news_box .scroll_box .innerbox h3 { 
	font-size: 95%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}
div#mainArea #top_main_area .news_box .scroll_box .innerbox div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 60px;
}
div#mainArea #top_main_area .news_box .scroll_box .innerbox div.text  {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	width: 420px;	
}
div.category_box p  {
	font-size: 90%;
	margin: 0;
	padding: 0;
}



/* top_rigthArea */
div#top_rigthArea .special_box {
	border: 1px solid #cccccc;
	background-color:#F5F5F5;
}
div#top_rigthArea .special_box .inner{
	padding:10px;
}




div#top_rigthArea .special_box .inner .bnr_special01 　{
}
div#top_rigthArea .special_box .inner .bnr_special01 a,
div#top_rigthArea .special_box .inner .bnr_special02 a,
div#top_rigthArea .special_box .inner .bnr_special03 a,
div#top_rigthArea .special_box .inner .bnr_special04 a,
div#top_rigthArea .special_box .inner .bnr_special05 a,
div#top_rigthArea .special_box .inner .bnr_special06 a,
div#top_rigthArea .special_box .inner .bnr_special07 a,
div#top_rigthArea .special_box .inner .bnr_special08 a,
div#top_rigthArea .special_box .inner .bnr_special09 a,
div#top_rigthArea .special_box .inner .bnr_special10 a,
div#top_rigthArea .special_box .inner .bnr_special11 a  {
	background-repeat:no-repeat;
	width: 180px;
	height: 59px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 18px auto;
}

div#top_rigthArea .special_box .inner .bnr_special01 a {
	margin: 0 auto 7px auto;
}

div#top_rigthArea .special_box .inner .bnr_special01 a {
	background-image:url(img/bnr_special01.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special02 a {
	background-image:url(img/bnr_special02.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special03 a {
	background-image:url(img/bnr_special03.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special04 a {
	background-image:url(img/bnr_special04.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special05 a {
	background-image:url(img/bnr_special05.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special06 a {
	background-image:url(img/bnr_special06.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special07 a {
	background-image:url(img/bnr_special07.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special08 a {
	background-image:url(img/bnr_special08.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special09 a {
	background-image:url(img/bnr_special09.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special10 a {
	background-image:url(img/bnr_special10.jpg);
}
div#top_rigthArea .special_box .inner .bnr_special11 a {
	background-image:url(img/bnr_special11.jpg);
}
div#top_rigthArea .top_right_navigation_new-banner a {
	background-repeat:no-repeat;
	width: 200px;
	height: 120px;
	display:block;
	text-indent:-9999px;
	margin: 0 auto 17px auto;
	background-image:url(img/top_right_navigation_new-banner.jpg);
}
div#top_rigthArea .top_right_navigation_new-banner a:hover
 {
	background-position: bottom;
}

div#top_rigthArea .special_box .inner .bnr_special01 a:hover,
div#top_rigthArea .special_box .inner .bnr_special02 a:hover,
div#top_rigthArea .special_box .inner .bnr_special03 a:hover,
div#top_rigthArea .special_box .inner .bnr_special04 a:hover,
div#top_rigthArea .special_box .inner .bnr_special05 a:hover,
div#top_rigthArea .special_box .inner .bnr_special06 a:hover,
div#top_rigthArea .special_box .inner .bnr_special07 a:hover,
div#top_rigthArea .special_box .inner .bnr_special08 a:hover,
div#top_rigthArea .special_box .inner .bnr_special09 a:hover,
div#top_rigthArea .special_box .inner .bnr_special10 a:hover
 {
	background-position: bottom;
}



#commentArea h3.comment {
	background-color: #f1f1f1;
	border-bottom: 1px solid #c5c5c5;
	padding: 5px;
}
#commentArea dl {
	padding: 15px 20px;
	border-bottom: 1px dotted #c5c5c5;
}
#commentArea dl dt {
	font-weight: bold;
}
#commentArea dl dt span {
	font-size: 87.5%;
	font-weight: normal;
	border-left: 1px solid #c5c5c5;
	padding-left: 10px;
	margin-left: 10px;
}

#respond {
	padding: 20px;
}
#respond:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
}
#commentform textarea {
	padding:2px;
	width:99%;
}
#commentform p {
	margin:5px 0;
}
#commentform #submit {
	float:right;
	margin:0 0 5px auto;
	width: 5em;
}


/*===========================================
about_us
===========================================*/
table.about_us {
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.about_us th {
	width: 100px;
	padding: 10px;
	color: #FFFFFF;
	background-color:#007B32;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	font-size:87.5%
}
table.about_us td {
	padding: 10px;
	background-color:#FFFFFF;	
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	font-size:87.5%
}



/* 関連記事 */
.similar_box {
	margin: 30px 0 20px 0;
}
.similar_box h3 {
	padding:0px 10px;
	margin: 10px 0 5px 0;
	border-left: 5px solid #007B32;
	border-bottom: 1px dotted #007B32;
	clear: both;
	text-decoration:none;
}
.similar_box ul {
	margin: 10px 10px 10px 15px;
}





/*===========================================
category page
===========================================*/

div.category_box {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #F5F5F5;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
div.category_box h2  {
	font-size: 120%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	width: 650px;
}
div.category_box h3  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}
div.category_box div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;	
}
div.category_box div.text  {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	width: 580px;	
}
div.category_box p  {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

div.category_box2 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #F5F5F5;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

div.category_box2 h3  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}

div.date_box {
	border-bottom: 1px dotted #666666;
	margin: 0;
	padding: 0;
}

div.category_box3 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #E1E1B7;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

div.category_box4 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #f8fff8;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}


div.category_box5 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	margin: 5px 0 15px 0px;
	padding: 15px;
	clear: both;
	overflow: hidden;
	background-color:#fffefc;
}

div.category_box5 h2  {
	font-size: 120%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	width: 650px;

}
div.category_box5 h3, 
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;

}
div.category_box5 div.thumb  {
	margin: 0 5px 0 0;
	padding: 15px 10px 0 0;
	width: 120px;	
}
div.category_box5 div.text  {
	text-align:  left;
	margin: 5px 0 0 0;
	padding: 0;
  	position: relative;
 	left: 5%; 
	float:left;
	width: 580px;	

}
div.category_box5 p  {
	float: left;
	font-size: 90%;
	margin: 0;
	padding: 0;
}



div#mainArea p.contents_meta {
	margin: 0px 20px 0px 0px;
	color:#999999;
	padding: 0;
	float: right;
	display:block;
	width:520px;
	height: 20px;
}

div#mainArea p.contents_metac {
	margin: 0px 20px 0px 0px;
	color:#999999;
	padding: 0;
	float: center;
	display:block;
	width:400px;
	height: 20px;
}


div#mainArea p.contents_metad {
	margin: 10px 0 10px 5px;
	color:#999999;
	padding: 0;
	float: left;
	display:block;
	width:600px;
	height: 20px;
}

div.category_box3 h3  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}
div.category_box3 div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;	
}

div.category_box3 h4  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
}
div.category_box4 div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;	
}


div.category_box5 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #ffebcd;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}

a.no-underline {
  text-decoration: none;
}


div.category_box5 h2  {
	text-align:  left;
	font-size: 110%;
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bold;
}


div.category_box5 h3,
div.category_box5 h3 a  {
	text-align:  left;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 0px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}
div.category_box5 div.thumb  {
	margin: 0 10px 0 0;
  	position: relative;
 	left: 3%; 
	float:left;
	width: 100px;	
}

div.category_box5 h4  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
}
div.category_box5 div.thumb  {
	text-align:  left;
	margin: 0 10px 0 0;
	float: left;
	width: 120px;	
}

div.category_box6 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #F5F5F5;
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}


div.category_box7 {
	/*border: 1px dotted #666666;*/
	border: 2px groove ;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	none repeat scroll 0% 0%; 
	box-shadow: 4px 4px 6px #dddddd;"
	margin: 0 0 5px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
	width: 700px;
}

div.category_box8 {
	/*border: 1px dotted #666666;*/
	border: 2px groove ;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 5px 5px 5px 5px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	width: 700px;
	text-align:left;
}

div.category_box8a {
	margin: 5px 5px 5px 5px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	width: 690px;
	text-align:left;
}

div#mainArea p.contents_meta {
	margin: 0px 20px 0px 0px;
	color:#999999;
	padding: 0;
	float: right;
	display:block;
	width:400px;
	height: 20px;
}


div#mainArea p.contents_meta {
	margin: 0px 20px 0px 0px;
	color:#999999;
	padding: 0;
	float: right;
	display:block;
	width:400px;
	height: 20px;
}

div.category_box6 h2  {
	font-size: 110%;
	margin: 0;
	padding: 0;
	background: none;
	font-weight: bold;
}

div.category_box6 h3  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
	text-decoration:none;
}
div.category_box6 div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;	
}

div.category_box6 h4  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
}
div.category_box6 div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 100px;	
}


}


.wpPageRize{
	margin: 0;
	padding: 0;
	text-align: right;
}
.prev page-numbers {
	padding: 5px;
}
.page-numbers {
	margin: 1px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #F5F5F5;
}
.current {
	padding: 5px;
	color:#000000;
	font-weight:bold;
	border: none;
	background: none;
}
.next page-numbers {
	padding: 5px;
}




#linkpages{float:right;}

#linkpages{float:right;
	margin:0px 0px 10px 0px;
	color:#000;
	width:600px;
	height:30px;
	text-align:right;
	font-weight: bold;
}

#linkpages2{float:center;}

#linkpages2{float:center;
	margin:0px 20px 0px 0px;
	color:#000;
	width:700px;
	height:30px;
	text-align:center;
	font-weight: bold;
}


.number a{
	padding:3px 5px 4px 5px;
	border:solid #999999 1px;
	font-weight: normal;
	background-color: #F5F5F5;
}

.pre {margin-right:2px; 
	padding:3px 5px 4px 5px;
	border:solid #999999 1px;
	margin:0px 0px 0px 0px;
	background-color: #F5F5F5;
	font-weight: normal;
}

.next {
	margin-left:5px;
	float:right;
	margin:0px 0px 0px 3px;
	padding:0px 2px;
	border:solid #999 1px;
	top:0px;
	position:relative;
	background-color: #F5F5F5;
	font-weight: normal;
}

/*===========================================
そのページに関連したモデルツアー
===========================================*/

div.page_similar_box {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	background-color: #F5F5F5;
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
	overflow: hidden;
}
div.page_similar_box h3  {
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #007B32;
	font-weight: bold;
}
div.page_similar_box div.thumb  {
	margin: 0 10px 0 0;
	float: left;
	width: 105px;	
}
div.page_similar_box div.text  {
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	width: 470px;	
}
div.page_similar_box p  {
	font-size: 90%;
	margin: 0;
	padding: 0;
}


/*===========================================
リンク集ページ
===========================================*/
#link-box {
border: 1px dotted #CCCCCC;
background-color:#FAFAFA;
padding: 10px;
margin: 5p 0; 
clear: both;
}

/*===========================================
情報テーブル
===========================================*/
p.info_table_ttl{
	margin: 25px 0 5px 22px;
	font-weight:bold;
	text-align:left;
	font-size:120%;
}
table.info_table {
	margin: 0 0 20px 20px;
	width:80%;
}
table.info_table th {
	border-bottom: 1px dashed #663333;
	width:120px;
}
table.info_table th p {
	padding: 0px 10px;
	border-left: 5px solid #663333;
	text-align:left;
}

table.info_table th,table.info_table td {
	border-bottom: 1px dashed #999999;
}
table.info_table th,table.info_table td p {
	padding: 5px;
	text-align:left;
}


table td.none {
	padding:0px;
	border-bottom: none;
}

.footer-info {
	clear:both;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding:10px;
	text-align:center;
}


/*

/*===========================================
情報テーブル2
===========================================*/
p.info_table_ttl2{
	margin: 25px 0 5px 22px;
	font-weight:bold;
	text-align:left;
	font-size:100%;
}
table.info_table2 {
	margin: 0 0 20px 20px;
	width:100%;
}
table.info_table2 th {
	border-bottom: 1px dashed #663333;
	width:100px;
}
table.info_table th2 p {
	padding: 0px 10px;
	border-left: 5px solid #663333;
	text-align:left;
}

table.info_table th,table.info_table2 td {
	border-bottom: 1px dashed #999999;
}
table.info_table th,table.info_table td2 p {
	padding: 5px;
	text-align:left;
}

.footer-info {
	clear:both;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding:10px;
	text-align:center;
}

/*


/*===========================================
情報テーブル3
===========================================*/
table.info_table3 {
	margin: 0 0 20px 20px;
	width:70%;
}
table.info_table3 th {
	border-bottom: 1px dashed #663333;
	width:220px;
}
table.info_table3 th p {
	padding: 0px 10px;
	border-left: 5px solid #663333;
	text-align:left;
}

table.info_table3 th,table.info_table3 td {
	border-bottom: 1px dashed #999999;
}
table.info_table3 th,table.info_table td p {
	padding: 5px;
	text-align:left;
}


.footer-info {
	clear:both;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding:10px;
	text-align:center;
}

/*




/*===========================================
情報テーブル4
===========================================*/
p.info_table_ttl4{
	margin: 25px 0 5px 22px;
	font-weight:bold;
	text-align:left;
	font-size:100%;
}
table.info_table4 {
	margin: 0 0 20px 20px;
	width:80%;
}
table.info_table4 th {
	border-bottom: 1px dashed #663333;
	width:120px;
}
table.info_table4 th p {
	padding: 0px 10px;
	border-left: 5px solid #663333;
	text-align:left;

}

table.info_table4 th,table.info_table4 td {
	border-bottom: 1px dashed #999999;
}
table.info_table4 th,table.info_table4 td p {
	padding: 5px;
	text-align:left;
	font-size:85%;
}


table td.none {
	padding:0px;
	border-bottom: none;
}

.footer-info {
	clear:both;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding:10px;
	text-align:center;
}

/*

/*===========================================
情報テーブル5
===========================================*/
table.info_table5 {
	margin: 0 0 30px 55px;
	width:80%;
}
table.info_table5 th {
	border-bottom: 1px dashed #663333;
	width:300px;
}
table.info_table5 th p {
	padding: 0px 10px;
	border-left: 5px solid #663333;
	text-align:left;
}

table.info_table5 th,table.info_table5 td {
	border-bottom: 1px dashed #999999;
}
table.info_table5 th,table.info_table td p {
	padding: 5px;
	text-align:left;
}


.footer-info {
	clear:both;
	font-size:12px;
	color:#999999;
	background-color:#FFFFFF;
	border: 1px dashed #CCCCCC;
	padding:10px;
	text-align:center;
}

/*


===== 5-8: search ====================================
*/
div#search-box{
	clear: both;
	margin: 10px auto;
	display: block;
	height:30px;
	text-align: center;
	width:200px;
	float: right;
	clear: right;
}

div#search-box label {
	display: none;
}
div#search-box input#s {/* これは検索文字列入力欄 */
	border: 1px solid #999999;
	background: #FFFFFF;
	width:100px;
	height: 20px;
	margin:9px;
	color:#464646;
	font-size: 14px;
	padding: 0 5px;
}
div#search-box input#searchsubmit{/* これは[検索]ボタン */
	border: 1px solid #999999;
	margin-top:6px;
	width:60px;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
}

/*===========================================
特集一覧ページ
オンラインツアー目次
===========================================*/

.feature-index_box {
	width:200px;
	height:190px;
	float:left;
	margin: 10px;
	padding: 10px;
	display:block;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}

.feature-index_box h2,
.feature-index_box h2 a {
	text-align:center;
	font-weight: bold;
	font-size:   90%;
	line-height: 150%;
	color:   ##006666;
}
.feature-index_box p,
.feature-index_box p a {
	text-align:center;
	font-weight: bold;
	font-size:   80%;
	line-height: 150%;
	color:    #3B5998;
}


.feature-index_box2 {
	width:300px;
	height:325px;
	float:left;
	margin: 10px;
	padding: 22px;
	display:block;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}

.feature-index_box2 h2,
.feature-index_box2 h2 a {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	line-height: 270%;
	color:   ##006666;
}

a.no-underline {
  text-decoration: none;
}

.feature-index_box2 h3,
.feature-index_box2 h3 a {
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	line-height: 80%;
	color:   ##006666;
	text-decoration:none;
}

.feature-index_box2 p,
.feature-index_box2 p a {
	text-align:  left;
	font-weight: bold;
	font-size:   80%;
	line-height: 150%;
	color:    #3B5998;
}

.feature-index_box3 {
	width:325px;
	height:440px;
	float:left;
	margin: 10px;
	padding: 10px;
	display:block;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}



.feature-index_box3 h2,
.feature-index_box3 h2 a {
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 270%;
	color:   ##006666;
}



a.no-underline {
  text-decoration: none;
}

.feature-index_box3 h3,
.feature-index_box3 h3 a {
	text-align:center;
	font-weight: bold;
	font-size: 17px;
	line-height: 120%;
	color:   ##006666;
	text-decoration:none;
}

.feature-index_box3 p,
.feature-index_box3 p a {
	padding: 10px 0 2px 0px;
	font-weight: bold;
	font-size:   80%;
	line-height: 150%;
	color:    #006dab;
}

.feature-index_box3 p2,
.feature-index_box3 p2 a {
	margin:		0; 
	padding:	0;
	text-align: right;
	font-size:   90%;
	line-height: 210%;
	color:    #006dab;
	a:link  color: #006dab;
 	text-decoration: none;
}


.feature-index_box3a {
	width:350px;
	height:500px;
	text-align:  center;
  	position: relative;
 	float:left;
	margin: 15px 10px 15px 10px;
	padding: 10px;
	display:block;
	border: 1px solid #cccccc;
	background-color:#FFFFFF;
}

.feature-index_box3a h2,
.feature-index_box3a h2 a {
	margin: 5px 5px 5px 5px;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	line-height: 250%;
	color:   ##006666;
}

a.no-underline {
  text-decoration: none;
}

.feature-index_box3a h3,
.feature-index_box3a h3 a {
	margin: 15px 5px 5px 5px;
	text-align:  left;
	font-weight: normal;
	font-size:   100%;
	line-height: 140%;
	text-decoration:none;
}

.feature-index_box3a h5,
.feature-index_box3a h5 a {
	margin: 15px 5px 5px 5px;
	text-align:  left;
	font-weight: normal;
	font-size:   100%;
	line-height: 140%;
}

.feature-index_box3a p,
.feature-index_box3a p a {
	text-align:  right;
	padding: 10px 0 2px 0px;
	margin: 5px 5px 5px 5px;
	font-weight: bold;
	font-size:   100%;
	line-height: 150%;
	color:    #006dab;
}


.feature-index_box3b {
	width:700px;
	height:130px;
	/*border: 2px dotted #666666*/
	border: 2px solid #6eb0f9;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	none repeat scroll 0% 0%; 
	text-align:  center;
  	position: relative;
 	left: 10%; 
	float:left;
	margin: 15px 20px 15px 20px;
	padding: 10px;
	display:block;

}

a.no-underline {
  text-decoration: none;
}

.feature-index_box3b h3,
.feature-index_box3b h3 a {
	margin: 15px 5px 5px 5px;
	text-align:  left;
	font-weight: bold;
	font-size:   100%;
	line-height: 170%;
	text-decoration:none;
}

.feature-index_box3b p,
.feature-index_box3b p a {
	text-align:  right;
	padding: 0px 0 2px 0px;
	margin: 0px 5px 5px 5px;
	font-weight: normal;
	font-size:   90%;
	line-height: 150%;
	color:    ##006666;
}


.feature-index_box4 {
	/*border: 1px dotted #666666;*/
	border: 1px solid #EEEEEE;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 5px 5px 5px 5px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	width: 670px;
	height:440px;
	background-color:#fffefc;

}

.feature-index_box5 {
	/*border: 1px dotted #666666;*/
	border: 2px solid #cccccc;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 5px 15px 15px 5px;
	padding: 15px 15px 15px 15px;
	clear: both;
	overflow: hidden;
	width: 700px;
	height:320px;
	background-color:#fffefc;

}
.feature-index_box5 h2,
.feature-index_box5 h2 a {
	text-align:  left;
	font-weight: bold;
	font-size:   16;
	line-height: 180%;
	color:   ##006666;
}

a.no-underline {
  text-decoration: none;
}

.feature-index_box5 h3,
.feature-index_box5 h3 a {
	text-align:  left;
	font-weight: bold;
	font-size:   110%;
	line-height: 250%;
	font-family:cursive;
	color:   ##006666;
	text-decoration:none;
}

.feature-index_box5 p,
.feature-index_box5 p a {
	padding: 15px 0 2px 0px;
	margin:10px 15px 15px  15px; 
	font-size:   90%;
	line-height: 170%;
}

.feature-index_box6 {  
	margin: 15px 15px 15px 5px;
	padding: 15px 15px 15px 15px;
	clear: both;
	overflow: hidden;
	width: 700px;
	height:420px;
}

.feature-index_box7 {  
	/*border: 2px dotted #666666;*/
	border: 2px solid #FF9900;
	bordercolordark: #FF6633 ;
	bordercolorlight: #FFFFFF;
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 5px 15px 25px 5px;
	padding: 15px 15px 15px 15px;
  	position: relative;
 	left: 7%; 
	float:left;
	clear: both;
	overflow: hidden;
	width: 750px;
	background-color:#FF9900;

}

.feature-index_box7 h2,
	margin: 5px 5px 5px 0px;
	text-align: left;
	font-weight: bold;
	font-size: 25px;
	line-height: 230%;
	color:   #FF9900;
}


a.no-underline {
  text-decoration: none;
}

.feature-index_box7 h3,
.feature-index_box7 h3 a {
	text-align:  center;
	font-size: 15px;
	line-height: 170%;
	color:   ##006666;
	text-decoration:none;
}

.feature-index_box7 p,
.feature-index_box7 p a {
	padding: 15px 0 2px 0px;
	margin:10px 15px 15px 20px; 
	font-size:   100%;
	line-height: 170%;
	color:    #444444;
}

.feature-index_box7a {  
	/
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 5px 15px 15px 5px;
	padding: 15px 15px 15px 15px;
  	position: relative;
 	left: 7%; 
	float:left;
	clear: both;
	overflow: hidden;
	width: 800px;
}


a.no-underline {
  text-decoration: none;
}

.feature-index_box7a h3,
.feature-index_box7a h3 a {
	margin: 15px 0px 5px 0px;
	text-align:  left;
	font-weight: bold;
	font-size:   100%;
	line-height: 140%;
	text-decoration:none;
}

.feature-index_box7a h4,
.feature-index_box7a h4 a {
	margin: 15px 0px 5px 0px;
	text-align:  left;
	font-weight: normal;
	font-size:   100%;
	line-height: 140%;
}

.feature-index_box7a p,
.feature-index_box7a p a {
	padding: 5px 0 15px 0px;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
	font-size:   100%;
	line-height: 150%;
}


.feature-index_box7b {  
	/
	border-top-left-radius: 10px; 
	border-top-right-radius: 15px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	margin: 20px 15px 10px 5px;
	padding: 15px 15px 15px 15px;
  	position: relative;
 	left: 7%; 
	float:left;
	clear: both;
	overflow: hidden;
	width: 780px;
}



.feature-index_box7b h4 {
	margin: 25px 5px 25px 5px;
	padding: 5px 15px 15px 0px;
  	position: relative;
  	padding: 0.6em;
  	background: #e0edff;
	text-align:  left;
	font-weight: bold;
	font-size:   130%;
	line-height: 200%;
}

	h4:after {
  	position: absolute;
  	content: '';
  	top: 100%;
  	left: 30px;
  	border: 15px solid transparent;
  	border-top: 15px solid #e0edff;
  	width: 0;
  	height: 0;
}

.feature-index_box7b h5 {
	font-weight: bold;
	font-size:   200%;
	line-height: 200%;
  	position: relative;
  	color: #6eb0f9;
  	line-height: 1.4;
  	-webkit-box-reflect: below -12px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 12%,rgba(0, 0, 0, 0.6));
}


/*===========================================
リボン付きボックス
===========================================*/

div.ribbon1-wrapper {  
  display: block;
  position: relative;
  margin: 5px;
  padding: 5px;
  width: 325px;
　border: 1px solid #cccccc;
　background:#FFFFFF;
  box-sizing: border-box;
  }

.ribbon1 {  
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #ffa520;
  border-radius: 2px 0 0 0;
  }

.ribbon1:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #ffa520;
}


.ribbon2-wrapper {  
  display: block;
  position: relative;
  margin: 10px auto;
  padding: 10px 0;
  width: 300px;
  background: #f1f1f1;
  }

.ribbon2 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(103% + 20px);
  color: white;
  background: #eb9920;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon2 h3{
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
  text-decoration:none;
}

.ribbon2:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}

.ribbon2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6eb3e0;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
}
.ribbon3:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #eb9920;
  bottom: -7px;
  left: -15px;
  z-index: -2;
}

.ribbon3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #eb9920;
  bottom: -10px;
  right: -25px;
  z-index: -2;
}

.ribbon3 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: white;
  background: #f8aa37;
}
.ribbon3 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 25px #c6821e;
}
.ribbon3 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #c6821e;
}


.ribbon4 {
  display: inline-block;
  position: relative;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
}

.ribbon4:before {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-left-color: transparent;
}

.ribbon4:after {
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #a5cff3;
  border-right-color: transparent;
}

.ribbon4 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  font-size: 18px;
  color: #008eff;
  text-shadow: 0 0 2px #FFF;
  background: -webkit-repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#cfe8ff 3px, #cfe8ff 7px);
  background: repeating-linear-gradient(-45deg, #b0daff, #b0daff 3px,#cfe8ff 3px, #cfe8ff 7px);
}

.ribbon4 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #7fafd9;
}

.ribbon4 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #7fafd9;
}


.ribbon5-wrapper {  
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 325px;
  height: 20px;
  }

.ribbon5 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: white;
  background: #f8aa37;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.ribbon5:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #f8aa37;
  border-radius: 5px 0 0 5px;
}

.ribbon5:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #ca9a4d;
  border-radius: 5px 0 0 5px;
}


/*===========================================
吹き出し口
===========================================*/

div.balloon {
position: relative;
background-color: ;
border-bottom: 2px solid #f05b5b;
padding: 10px;
width: 100%;
text-align: center;
}

.balloon:before,
.balloon:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}

.balloon:before {
border: 12px solid transparent;
border-top: 12px solid #f05b5b;
}

.balloon:after {
border: solid 14px transparent;
border-top: solid 14px #;
margin-top: -5px;
}

.balloon p {
margin: 0;
padding: 0;
}

div.balloon1 {
position: relative;
padding: 10px;
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
text-align: center;
color: #ffffff;
letter-spacing: 0.2em;
font-size: 14px;
background-color: #f05b5b;
}

.balloon1::before {
content: '';
position: absolute;
display: block;
width: 0;
height: 0;
right: 2px;
bottom: 2px;
border-left: 20px solid #f05b5b;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
transform: rotate(45deg);
}


div.koe1 {
position: relative;
padding: 20px;
background-color: #f05b5b;
color: #fff;
border-radius: 10px;
}

.koe1:before {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -10px; left: 20px;
margin-left: 0;
background-color: #f05b5b;
border-radius: 0 50px 0 50px;
z-index: -1;
}

.koe1:after {
content: "";
position: absolute;
display: block;
width: 30px;
height: 30px;
bottom: -5px; left: 30px;
margin-left: 0;
background-color: ;
border-radius: 0 50px 0 50px;
z-index: -1;
transform: rotate(30deg);
}

/*===========================================
エコツアー
===========================================*/


.eco-index_box h1,
.eco-index_box h1 a {
	width:300px;
	text-align:center;
	font-weight: bold;
	font-size:   100%;
	line-height: 150%;
	color:   #006666;
	background-color:#ff9900;
}
.eco-index_box h2,
.eco-index_box h2 a {
	text-align:center;
	font-weight: bold;
	font-size:   102%;
	line-height: 150%;
	color:   #666666;
	text-decoration: none;
	background-color:#FFFFFF;
	font-family: 'Arial', 'Tahoma', sans-serif;
}
.eco-index_box p,
.eco-index_box p a {
	text-align:center;
	font-weight: bold;
	font-size:   95%;
	line-height: 150%;
	color:   #4682B4;
	text-decoration: none;
	background-color:#FFFFFF;
	font-face:Meiryo, メイリオ;
}


/*===========================================
フォトギャラリー部分
===========================================*/

.gallery p  {
	text-align:right;
	font-face:Meiryo, メイリオ;
}


/*===========================================
旅コム特別企画
===========================================*/

/*リード文ボックス*/
.lead_box {
	margin:20px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
}
.lead_box p.ttl{
	margin: 0 0 10px 0;
	padding: 15px 0;
	background-color: #64D782;
	clear: both;
	float: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size:150%;
}



/*会社メニューボックス*/
.company_box {
	border:1px solid #CCCCCC;
	margin: 20px;
	padding: 10px;
	background-color: #FFFFCC;
}
.company_box p.ttl{
	border:1px solid #CCCCCC;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #000066;
	clear: both;
	float: none;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.company_box img{
	margin: 0 20px 0 0;
	padding: 0px;
	width:150px;
	float: left;
	border: 0;
}
.company_box p{
	margin: 10px 0;
	padding: 0;
}


.clr {
	clear: both;
}




/*関連記事*/
.ttl_kanren {
	border:1px dashed #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px 0 15px 0;
	padding: 5px;
	color: #6F4828;
}
.ttl_new {
	border:1px dashed #CCCCCC;
	background-color: #FFFFFF;
	margin: 10px 0 15px 0;
	padding: 5px;
	color: #6F4828;
}

.kanren-box {
	padding: 5px;
	margin:0;
}
.kanren-box p {
	font-size: 85%;
}
.kanren-box p .date {
	font-size: 85%;
	color: #6F4828;
	font-weight: normal;
}


.kanren-box2 {
	padding: 5px;
	margin:0;
 	left: 20%; 
	float:left;
}
.kanren-box2 p {
  	position: relative;
 	left: 20%; 
	float:left;
	font-size: 85%;
}
.kanren-box2 p .date {
	font-size: 85%;
	color: #6F4828;
 	left: 20%; 
	float:left;
}