@charset "euc-jp";
/*
### CSS Information
File name:      style.css
Created:        2015-04-09
Last update:    2015-06-01 by uchiyama
*/

/*
### reset css
*/

body{
  font-family: "¥á¥¤¥ê¥ª","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
	font-size: 14px;
  line-height:1.6;
  color:#333;
  word-break:break-all;
  word-wrap:break-word;
}
a:link{
  color:#006699;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
a:visited{
  color:#444499;
}
img{
  border:0;
	vertical-align: middle;
}

/*
###  utility
*/
 
/* 
# group
*/
.group:before,
.group:after {
  content:" ";
  display:table;
}
.group:after {
  clear:both;
}
.group{
  *zoom: 1;
}

/*
### layout
*/

.u_boxGadget4t{
	border-top: 2px solid #0098de;
  margin: 20px 0;
	background: #fff;
}
.u_boxGadget4t .u_inner{
	border: 1px solid #ddd;
	border-top-width:0;
	position: relative;
}
.u_boxGadget4t .u_heading{
	background: #f6f6f6;
	position: relative;
}
.u_boxGadget4t .u_heading h3{
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 10px 0 10px;
	margin: 0 0 5px 0;
}
.u_boxGadget4t .u_heading .icon{
	background: #fff;
	color: #0098ed;
	font-size: 12px;
	line-height: 1.0;
	border: 1px solid #0098ed;
	padding: 0 10px;
	margin: 0 10px;
}
.u_boxGadget4t .u_select{
	font-size: 12px;
}
.u_boxGadget4t .u_select dl{
	margin: 0;
}
.u_boxGadget4t .u_select dl dt{
	float: left;
	margin: 3px 10px 3px 0;
}
.u_boxGadget4t .u_select select{
	width: 180px;
	font-family: inherit;
	cursor: pointer;
}
.u_boxGadget4t .u_tourGroup{
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
}
.u_boxGadget4t .u_tourBox{
	padding: 10px;
}
.u_boxGadget4t .u_tourBox .icon{
	background: #fff;
	color: #0098ed;
	font-size: 12px;
	line-height: 1.2;
	border: 1px solid #0098ed;
	display: inline-block;
	padding: 1px 10px;
	margin: 0 0 8px 0;
}
.u_boxGadget4t .u_tourInfo dl{
	float: left;
	background: #fff8da;
	line-height: 1.0;
	border: 1px solid #fdeeab;
	display: inline;
	padding: 0;
	margin: 0;
}
.u_boxGadget4t .u_tourInfo dl dt{
	float: left;
	background: #fdeeab;
	padding: 2px 8px;
}
.u_boxGadget4t .u_tourInfo dl dd{
	float: left;
	padding: 2px 8px;
	margin: 0;
}
.u_boxGadget4t .u_tourInfo .price{
	float: left;
	color: #cc3333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	display: inline;
	margin: 0 0 5px 10px;
}
.u_boxGadget4t .u_tourInfo .price span{
	font-size: 20px;
}
.u_boxGadget4t .u_linkButton{
	text-align: center;
	margin: 10px;
}
.u_boxGadget4t .u_linkButton a{
	color:white;
	font-size: 12px;
  background:#0098de;
  background: -moz-linear-gradient(top, #08a7f0 0%, #0098de);
  background: -webkit-gradient(linear, left top, left bottom,from(#08a7f0),to(#0098de));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-width:0;
  border-bottom: 1px solid #0076ac;
	display: block;
	padding: 8px;
}
.u_boxGadget4t .u_linkButton a:hover{
	text-decoration:none;
  opacity: 0.80;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.u_boxGadget4t .logo{
	text-align: center;
	margin: 10px;
}
.u_boxGadget4t .u_textNone{
	color: #666;
	line-height: 1.8;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.u_boxGadget4t .u_textNone p{
	margin: 0;
}
.u_boxGadget4t .u_textNone span{
	font-weight: bold;
}
.u_boxGadget4t .u_imgNone{
	text-align: center;
	padding: 15px 10px 10px 10px;
	display: none;
}

/* 
# w300
*/
.u_boxGadget4t.is_w300{
	width: 300px;
}
.u_boxGadget4t.is_w300 .u_select{
	background: #fff;
	border-top: 1px solid #ddd;
	padding: 10px;
	margin-top:10px;
}
.u_boxGadget4t.is_w300 .u_tourBox{
	border-bottom: 1px solid #ddd;
}

/* 
# wide
*/
.u_boxGadget4t.is_wide{
	width: auto;
	min-width: 768px;
}
.u_boxGadget4t.is_wide .u_heading{
	padding-bottom: 6px;
}
.u_boxGadget4t.is_wide .u_heading h3{
	margin-right: 260px;
}
.u_boxGadget4t.is_wide .u_select{
	position: absolute;
	top: 10px;
	right: 20px;
	white-space: nowrap;
}
.u_boxGadget4t.is_wide .u_tourGroup{
	border-bottom: 1px solid #ddd;
	padding: 12px 5px;
}
.u_boxGadget4t.is_wide .u_tourBox{
	float: left;
	width: 33%;
	border-right: 1px solid #ddd;
	display: inline;
	padding: 0;
}
.u_boxGadget4t.is_wide .u_tourBox:last-child{
	border: none;
}
.u_boxGadget4t.is_wide .u_tourBox .icon{
	margin: 0 10px 8px 10px;
}
.u_boxGadget4t.is_wide .u_tourInfo{
	margin: 0 10px;
}
.u_boxGadget4t.is_wide .u_tourInfo dl{
	font-size: 12px;
}
.u_boxGadget4t.is_wide .price span{
	font-size: 16px;
}
.u_boxGadget4t.is_wide .u_tourBox a{
	display: inline-block;
	margin: 0 10px;
}
.u_boxGadget4t.is_wide .u_linkButton a{
	width: 400px;
	margin: 0 auto;
}
.u_boxGadget4t.is_wide .logo{
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.u_boxGadget4t.is_wide .u_textNone{
	height: 100px;
	border-bottom: 1px solid #ddd;
	padding: 15px;
}
.u_boxGadget4t.is_wide .u_imgNone{
	position: absolute;
	bottom: 60px;
	right: 20px;
	border: none;
	padding: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

.u_boxGadget4t .u_select select{
	font-size: 16px;
}
	
}