@charset "shift_jis";


html,
html.fontSmall {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

html.fontLarge {
	font-size: 72.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {

	color: #444;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-size: 16px;
	font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 0.6em;
	min-width: 1024px;
	
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body.bgBlack {
	background-color: #000;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}





a:link {
    color: #0000cc;
}

a:hover {
    color: #ff6800;
}


a:visited {
  /*   color: #810081;*/
}


ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #DDD;
	color: #444; /* Safari */
}
::-moz-selection {
background-color: #DDD;
color: #444; /* Firefox */
}

a {
	display: inline-block;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */


/*----------------------------------------------------
	br clear
----------------------------------------------------*/

br.clear {
	display: inline !important;
	display: none;
	clear: both;
	line-height: 0px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {

br.clear {
	display: block!important;
	content: " ";
}
}

div.clear {
	clear: both;
	line-height: 0px;
}

/*----------------------------------------------------
	topcontrol
----------------------------------------------------*/

#topcontrol {
	z-index: 100;
}

#topcontrol a {
	background: url(/resources_info/responsive/js/scrolltop/scrollup.png) center center no-repeat;
	background : url(/resources_info/responsive/js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(/resources_info/responsive/js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
	_background : url(/resources_info/responsive/js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
	background-size: 40px 40px;
	font-size: 0;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	opacity: 0.7;
	border-radius: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

#topcontrol a:hover {
	background-size: 54px 54px;
	opacity: 1;
	height: 50px;
	width: 50px;
}

/*----------------------------------------------------
	笘・isplay None
----------------------------------------------------*/

#sample {
	display: none;
	visibility: hidden;
}


/*=================  header/ footer css =========================*/



/*-- HEADER --*/

#header {
    background-color: #fff;
    width: 100%;
    
}

#header * {
	letter-spacing: normal;
}

#header div.inr {
	margin: 0 auto;
	width: 970px;
	border-bottom: 3px solid #369ef0;
}

#header div.inr .logo {
	float: left;
	padding-top: 19px;
	width: 235px;
}

#header div.inr .logo2{
    display: none;
}


 /*-------------   hdR  ------------- */ 

#header div.inr .hdR {
	float: right;
    padding-top: 19px;
    color: #369ef0;
    width: 735px;
}

.hdRT {
	 /* padding-bottom: 2px; */
    text-align: right;
    /* border-bottom: 1px solid #ededed; */
    /* background: #eee; */
}

.hdRT .quick {
	display: inline-block;
	/* margin-right: 10px; */
}

.hdRT .quick li {
	
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
}

.hdRT .quick li a {

	padding: 0 12px;
	
} 

.hdRT .quick li.current a {
	color: #333;
}

.hdRT .quick li.q01 a:before {
	font-family: "fontawesome";
	content: "\f0e8";
	margin-right: 4px;
	color: #48b4e3;
}

.hdRT .quick li.q02 a:before {
	font-family: "fontawesome";
	content: "\f002";
	margin-right: 4px;
	color: #48b4e3;
}

.hdRT .quick li.current a:before {
	color: #063D9B;
}

.hdRT #fontSize {
	display: inline-block;
}

.hdRT #fontSize p {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4;
	margin-right: 5px;
}

.hdRT #fontSize ul {
	background-color: #FFF;
	border: 1px solid #B8A79C;
	display: inline-block;
}

.hdRT #fontSize ul li {
	cursor: pointer;
	color: #7B6141;
	display: inline-block;
	font-size: 13px;
	line-height: 1.4;
	padding: 6px 10px;
	text-align: center;
	min-width: 54px;
}

.hdRT #fontSize ul li.current {
	background-color: #7B6141;
	color: #FFF;
}





 /*-------------   hdRC  ------------- */ 

#header div.inr .hdR .hdRC {
	padding-bottom: 5px;
	text-align: right;
}


.hdRC ul.info{
  	margin-top: 7px;
  	margin-bottom: 10px;
    float: right;
    background: #fff2e9;
    /* padding: 2px 8px 2px 0; */
    line-height: 19px;
    font-size: inherit;
    border: 1px solid #ffddc2;
    overflow: hidden;
}


.hdRC ul.info li a {
    background: url("http://rurubu.travel/resources_info/images/icn/icn_arrow_box_orange.png") 0 center no-repeat;
    padding-left: 16px;
}


.hdRC ul{

}


.hdRC ul li{
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    /* text-decoration: underline; */
    /* background: #eee; */
    /* border: 1px solid; */
    padding: 6px 6px 6px 10px;
}



/*
.hdRC ul li:before {
    font-family: "fontawesome";
    content: "\f105";
    margin-right: 4px;
    color: #333;
}


.hdRC ul li a,
.hdRC ul li a:link{
	color: #000;

}

.hdRC ul li a:visited{
	color: #000;

}

*/




 /*-------------   hdRB  ------------- */ 
#header div.inr .hdR .hdRB {
	text-align: right;
    margin-top: 1px;
    margin-bottom: 3px;
}

.hdRB ul li {
	display: inline-block;
    font-size: 14px;
    /* margin-right: 1px; */
    width: 18.9%;
    text-align: center;
}

.hdRB ul li a {
	color: #FFF;
	display: block;
	line-height: 1.4;
	padding: 7px 10px 6px;
	text-decoration: none;
}

.hdRB ul li.li01 a {
	background-color: #76c1e5;
}

.hdRB ul li.li02 a {
	background-color: #424242;
}

.hdRB ul li.li03 a,
.hdRB ul li.li04 a {
	background-color: #000066;
}




 /*-------------  SP Btn  ------------- */ 


#header div.inr #my-button {
	display: none;
}

#header div.inr .hdR .hdRT .quick li.current a::before {
	color: #7b6141!important;
}

/*==========================================*/


/*-- GNAV --*/

#gNav {
	
}

#gNav ul {
	margin: 0 auto;
	width: 970px;
}


ul.mainMenu {
    
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
}



ul.mainMenu li {
    float: left;
    height: 41px;
    position: static;
    top: 0;
}



ul.mainMenu li.cur {
    background: #f7f7f7;
}




ul.subMenu li {
     float: left;
    font-size: 13px;
    font-weight: bold;
    background: url("http://rurubu.travel/search/images/icn/icn_arrow_right.png") 0 center no-repeat;
    padding: 1px 0 1px 2px;
    margin-right: 19px;
    position: static;
    top: 0;
    height: 19px;
}


ul.subMenu li a {
    display: inline-block;
    line-height: 21px;
    color: #000;
    text-decoration: underline;
    padding: 0 7px;
    height: auto;
    overflow: auto;
    text-indent: 0;
}


ul.subMenu li a:hover{
	color:#ff6800;
}


p.GlobalMenuBtn span a {
    color: #505050;

    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 25px;
    text-decoration: underline;
}

p.GlobalMenuBtn span a:hover{
	color: #ff6800;
}


p.GlobalMenuBtn span {
	float: left;
    margin: 6px 0 0 12px;
    display: inline-block;
    /* height: 25px; */
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    background: #e2ebf8;
    border-bottom: 3px solid #b3bdc9;
}


#gNav ul li {
	float: left;
	font-size: 17px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
	transition: 0.2s;
	position: relative;

}

#gNav ul li.menu1 {
	width: 128px;
}

#gNav ul li.menu2 {
	width: 120px;	
}

#gNav ul li.menu3 {
	width: 106px;
}

#gNav ul li.menu4 {
	width: 114px;
}

#gNav ul li.menu5 {
	width: 146px;
}





#gNav ul li a {
     display: block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    text-decoration: underline;
    overflow: auto;
    text-indent: 0;
    transition: 0.2s;
   
}

#gNav ul li a:hover,
#gNav ul li a.current {
	    color: #ff6800;
}


/*-- GNAV_sub --*/

#gNav_sub {
    margin: 0 auto;
    width: 970px;
    background: #f7f7f7;
    padding: 6px 7px;
    border-bottom: 1px solid #d1d1d1;
}



#gNav_sub ul{
  
  
}


#gNav_sub ul li{

    padding-left: 1px;
    position: relative;
    font-weight: bold;
}


#gNav_sub ul li a{
	
}

#gNav_sub ul li a:hover,
#gNav ul li a.current{
    opacity: 0.8;
    transition: 0.2s;

}













/*-- FOOTER --*/

#footer {
	background-color: #FFF;
	
}




#footer .ft {
    font-size: 13px;
    width: 970px;
    margin: 0 auto;
    background: #ededed;
     padding: 12px 20px;
}



#footer .ft dl {

  

}




#footer .ft dt {
      font-weight: bold;
      margin-bottom: 10px;
}



#footer .ft dd {
   
}



#footer .ft dd ul {
    
}




#footer .ft dd ul li {
   
   display: inline;
    float: left;
    color: #666666;
}


#footer .ft dd ul li a{
   
}




#footer .ftB {
	
    font-size: 13px;
}






#footer .ftB ul{
    margin: 0 auto;
    padding: 15px 0;
    width: 970px;
   
}



#footer .ftB ul li {
	border-right: 1px solid #FFF;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 17px;
}

#footer .ftB ul li.last {
	border-left: none;
}

#footer .ftB ul li a {
	color: #000;
	padding: 2px 10px;
	text-decoration: none;
}

#footer .ftB ul li a:hover {
	text-decoration: underline;
}

#footer .ftB small {
	color: #FFF;
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}



#footer p{
    background: #e7f3f9;
}
#footer p.copyRight {
    text-align: center;
     margin-top: 20px;
    padding: 15px 20px;
    font-size: 10px;
    color: #000;
}




.blank, .atlWin {
    background: url(http://rurubu.travel/images/icn/icn_blank.gif) no-repeat 0 0.1em;
}










/*=================  header/ footer css =========================*/


