@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------

	global-header

----------------------------------------------------------------------*/
.global-header {
  background: #121084;
  height: 50px;
  border-bottom: 1px solid #B1B1B1;
  position: relative;
  font-size: 1.1rem;
  z-index: 5;
}
.global-header .global-header__menu {
  position: absolute;
  left: 75px;
  top: 17px;
}
.global-header .global-header__menu li {
  display: inline-block;
  margin-right: 2px;
}
.global-header .global-header__menu li a {
  color: #FFF;
}
.global-header p {
  position: absolute;
  top: 0;
  right: 0;
}
.global-header p button {
  padding: 0;
  border: none;
  border-left: 1px solid #fff;
}

.global-header__menu li a {
  position: relative;
  padding-left: 5px;
}
.global-header__menu li a.btn {
  color: #121084;
  background: #FFF;
  padding: 5px 15px 5px 5px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.global-header__menu li a.btn i {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 5px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: 54px;
}
.global-header__menu li a i {
  background-image: url(../images/sprite.png);
  background-position: 0px -4px;
  width: 3px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 0;
}

.global-nav {
  width: 100%;
  border-bottom: 1px solid #55556C;
  font-size: 1.8rem;
}
.global-nav .global-nav--first dt {
  background: #FFF;
  border-bottom: 1px solid #ddd;
}
.global-nav .global-nav--first dt a {
  color: #121084;
  background: url(../images/bg_menu02.png) no-repeat 98% center;
}
.global-nav .global-nav--first dd {
  background: #EEEEF6;
  border-bottom: 1px solid #C2C1DF;
}
.global-nav .global-nav--first dd:first-child {
  color: #E03561;
}
.global-nav .global-nav--first dd:last-child {
  border-top: 1px solid #fff;
}
.global-nav .global-nav--first dd a {
  color: #121084;
  background: url(../images/bg_menu02.png) no-repeat 98% center;
}
.global-nav .global-nav--japan dt {
  background: #E03561;
  border-bottom: 1px solid #B80F21;
  text-align: center;
  color: #FFF;
}
.global-nav .global-nav--japan dd {
  background: #FFF;
  border-bottom: 1px solid #ddd;
}
.global-nav .global-nav--japan dd a {
  color: #E03561;
  background: url(../images/bg_menu.png) no-repeat 98% center;
}
.global-nav .global-nav--abroad dt {
  background: #62B740;
  border-bottom: 1px solid #439A2A;
  text-align: center;
  color: #FFF;
}
.global-nav .global-nav--abroad dd {
  background: #FFF;
  border-bottom: 1px solid #ddd;
}
.global-nav .global-nav--abroad dd a {
  color: #62B740;
  background: url(../images/bg_menu03.png) no-repeat 98% center;
}
.global-nav dl dt, .global-nav dl dd {
  line-height: 44px;
  height: 44px;
}
.global-nav dl dt a, .global-nav dl dd a {
  padding: 0 10px;
}
.global-nav p {
  line-height: 50px;
  height: 50px;
  width: 100%;
  position: relative;
}
.global-nav p a {
  padding: 0 10px;
}
.global-nav .global-nav--camp {
  background: #EEEEF6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #C2C1DF;
}
.global-nav .global-nav--camp a {
  color: #121084;
  background: url(../images/bg_menu02.png) no-repeat 98% center;
}
.global-nav .global-nav--close {
  background: #666;
  text-align: center;
}
.global-nav .global-nav--close a {
  color: #FFF;
}
/*----------------------------------------------------------------------

	structure

----------------------------------------------------------------------*/

.box-contents {
	margin: 0 4% 10px;
}

/*----------------------------------------------------------------------

	button-style(JS)

----------------------------------------------------------------------*/

button.button1 {
	/* 文字サイズを8pxに指定 */
	font-size: 14px;
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	padding: 5px 5px;
	/* 背景色を指定 */
	background-color: #333;
	/* 文字色を白色に指定 */
	color: #FFF;
	/* ボーダーをなくす */
	border-style: none;
	/* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
	box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;/* 角丸の指定
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; */
}
button.buttonB1 {
	/* 文字サイズを8pxに指定 */
	font-size: 14px;
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	margin: 5px 5px;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	padding: 5px 5px;
	/* 背景色を指定 */
	background-color: #333;
	/* 文字色を白色に指定 */
	color: #FFF;
	/* ボーダーをなくす */
	border-style: none;
	/* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
	box-shadow: 2px 2px 2px 1px #666;
	-moz-box-shadow: 2px 2px 2px 1px #666;
	-webkit-box-shadow: 2px 2px 2px 1px #666;/* 角丸の指定*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
button.buttonB2 {
	/* 文字サイズを8pxに指定 */
	font-size: 14px;
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	margin: 5px 5px;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	padding: 5px 5px;
	/* 背景色を指定 */
	background-color: #83C965;
	/* 文字色を白色に指定 */
	color: #FFF;
	/* ボーダーをなくす */
	border-style: none;
	/* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 1px #666;/* 角丸の指定*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
button.buttonB3 {
	/* 文字サイズを8pxに指定 */
	font-size: 14px;
	/* 文字の太さをboldに指定 */
	font-weight: bold;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	margin: 5px 5px;
	/* 縦方向に5px、
     * 横方向に5pxの余白を指定 */
	padding: 5px 5px;
	/* 背景色を指定 */
	background-color: #E03561;
	/* 文字色を白色に指定 */
	color: #FFF;
	/* ボーダーをなくす */
	border-style: none;
	/* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px 1px #666;/* 角丸の指定*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
/*----------------------------------------------------------------------

	list-style

----------------------------------------------------------------------*/


/*トピックス(サムネイル)一覧用リスト*/
.topicthumbList a {
	display: block;
	padding: 10px 10px 11px;
	border-bottom: #d2d4d7 1px solid;
	border-top: #fff 1px solid;
	color: #CCC;
	text-decoration: none;
}
.topicthumbList img {
	float: left;
	margin-right: 10px;
	border: 3px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
}
.topicthumbList .withImg {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
.topicthumbList strong {
	font-size: 15px;
	font-weight: normal;
	color: #333;
}
.topicthumbList .subTxt {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.topicthumbList .subTxt em {
	margin-right: 2px;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
/*----------------------------------------------------------------------

	h2

----------------------------------------------------------------------*/


h2 img{
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px; 
	
	}

/*----------------------------------------------------------------------

	h2-titlebar

----------------------------------------------------------------------*/

.titleBar01 {
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background: #999999;
}
.titleBar02 {/*トップ赤*/
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background: #E03561;
}
.titleBar03 {/*トップ緑*/
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background: #63B740;
}
/*----------------------------------------------------------------------

	list-style

----------------------------------------------------------------------*/


nav.menu-nav ul {
	border-top: 1px solid #ccc;
	width: 98%;
	margin: 0 auto;
}
nav.menu-nav ul li {
	text-align: left;
}
nav.menu-nav ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #777;
	padding: 12px 10px;
	background: url(../images/sp_icon_arrow01.png) no-repeat 98% center, -moz-linear-gradient(top, #fff, #ededed);
	background: url(../images/sp_icon_arrow01.png) no-repeat 98% center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background-size: 11px 16px, auto;
	border: 1px solid #ccc;
	border-top: none;
}
nav.menu-nav ul li a:hover, nav.menu-nav ul ul li a:visited {
	color: #777
}
nav.menu-nav-flat ul {
	border-top: 1px solid #ccc;
	width: 98%;
	margin: 0 auto;
}
nav.menu-nav-flat ul li {
	text-align: left;
}
nav.menu-nav-flat ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #777;
	padding: 12px 10px;
	background: url(../images/sp_icon_arrow01.png) no-repeat 98% center, -moz-linear-gradient(top, #ededed, #ededed);
	background: url(../images/sp_icon_arrow01.png) no-repeat 98% center, -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));
	background-size: 11px 16px, auto;
	border: 1px solid #ccc;
	border-top: none;
}
nav.menu-nav-flat ul li a:hover, nav.menu-nav ul ul li a:visited {
	color: #777
}
/*----------------------------------------------------------------------

	table-style

----------------------------------------------------------------------*/



.dl01 dt {
	font-weight: bold;
	padding: 20px 10px 15px 12px;
	margin-top: 30px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/sp_icon_square01.png) no-repeat left center;
	background-size: 7px;
}
.dl01 dd {
	padding-top:10px;
	display: block;
}
/*----------------------------------------------------------------------

 2014/02/28 パンくずリスト追記　　鈴木ま

----------------------------------------------------------------------*/

#topic-path ul {
	　list-style: none;
	margin: 5px 0;
}
#topic-path ul li {
	float: left;
	　display: inline;
}
#topic-path l li a {
	　margin-right: 7px;
}
/*参考：html記述↓
 <secton id="topic-path">
   <div>
  <ul>
<li><a href="//www.nta.co.jp/sp/">TOP＞</a>	</li> <!-- 「&gt;」は「>」の実体参照文字 -->
<li><a href="//www.nta.co.jp/nrs/">日本旅行の旅行関連サービス＞</a></li>
<li>Wi-Fiルーターレンタル</li>
</ul>
</div>
  </secton>*/
  
  
  
  
 
/*----------------------------------------------------------------------

 2014/03/03 ボックス追記　　鈴木ま

----------------------------------------------------------------------*/ 
  
.planBox01 {
	width: 100%;
	margin-top: 20px;
	background-color: #fffafa;
	border: solid 2px #CCCCCC;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.planBbox01 h3 {
}
.boxleft {
	float: left
}
.boxright {
	float: right;
}
/*----------------------------------------------------------------------

 2014/03/04 listnavi-style

----------------------------------------------------------------------*/ 

nav .list-nav01 {
	margin: 0 auto 15px;
	text-align: center;
}
nav .list-nav01 li {
	color: #fff;
	display: inline-block;
	width: 40%;
	background: #3CF;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
nav .list-nav02 {
	margin: 0 auto 15px;
	text-align: center;
}
nav .list-nav02 li {
	color: #FFFFFF;
	display: inline-block;
	width: 40%;
	background: #83C965;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
nav .list-nav02 li a {
	color: #FFFFFF !important;
}
nav .list-nav03 {
	margin: 0 auto 15px;
	text-align: center;
}
nav .list-nav03 li {
	color: #FFFFFF;
	display: inline-block;
	width: 40%;
	background: #E03561;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}
nav .list-nav03 li a {
	color: #FFFFFF !important;
}
/*----------------------------------------------------------------------

 2014/03/04 box-style（.box02）  鈴木追記

----------------------------------------------------------------------*/ 

.box-white01 {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 20px;
	padding: 10px;
}
.box-white01.own {
	background: #eee;
}
/* box02 ----- */
.box02 {
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	padding: 10px;
	margin: 10px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	position: relative;
}
.box02 dt {
/*	height: 20px;*/
	font-size: 14px;
	font-weight: bold;
	color: #888;
	margin: 0 5px 5px 0;
	border-bottom: 1px dotted #ccc;
}
.box02 dd.photo {
	margin: 0 10px 10px 0;
	float: left;
}
.box02 dd.photo img {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.box02 dd.btn {
	margin-left: 1px;
}
 @media only screen and (orientation : portrait) { /*縦向きの際に適用*/
.box02 dd.btn div {
	display: inline-block;
	width: 100%;
}
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
.box02 dd.btn div {
	display: inline-block;
	width: 100%;
	margin-right: 5%;
}
}
.box02 dd.btn a.btn {
	text-decoration: none;
	background: url(../images/sp_btn_icon01.png) no-repeat 6px center, -moz-linear-gradient(top, #fa80b7, #f05fa0);
	background: url(../images/sp_btn_icon01.png) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#fa80b7), to(#f05fa0));
	background-size: 10px, auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 auto 7px;
	padding: 15px 3px 15px 20px;
	display: block;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border: none;
}
 @media only screen and (orientation : portrait) { /*縦向きの際に適用*/
.box02 dd.data {
	clear: both;
}
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
.box02 dd.data {
	margin-left: 90px;
}
}
.box02 dd.data div {
	margin: 5px 0 0 0;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	vertical-align: middle;
}
.box02 dd.data span {
	background: #eee;
	color: #888;
	padding: 5px;
	margin: 0 0 6px 0;
	font-size: 11px !important;
	min-width: 50px;
	line-height: 1;
	text-align: center;
	display: inline-block;
 /display: inline;
 /zoom: 1;
}
.box02 dd.del {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 70px;
	font-size: 9px;
	background-color: #006699;
	color: #FFFFFF;
	padding: 8px 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box02 dd .comment{
 color: #888;
 margin: 10px 0;
 border-bottom: 1px dotted #ccc;
}

.box02 dd.comment a {
	display: block;
	padding: 10px 0 20px;
	border-bottom: 1px dotted #ccc;
}

.box02 dd .link{
	margin: 5px 0 10px 110px;
	padding: 2px 0 2px 20px;
	background-image:url(../images/icon_list01.png) ;
	background-repeat:no-repeat;
	background-size: 14px;
	font-size: 12px;
}
.box02 dd.status img {
	vertical-align: top;
	margin-right: 3px;
}
.box02 dd.data .price {
	font-weight: bold;
	color: #FF0000;
	background: none !important;
}
.box02 .keyword01 {
	float: left;
	font-size: 9px;
	background-color: #FF6666;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box02 .keyword02 {
	float: left;
	font-size: 9px;
	background-color: #003366;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box02 .keyword03 {
	float: left;
	font-size: 9px;
	background-color: #33CCCC;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box02 .keyword04 {
	float: left;
	font-size: 9px;
	background-color: #66CC99;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/*----------------------------------------------------

 2014/03/05 box-style（.box03）  鈴木追記

----------------------------------------------------*/ 

.box-white01 {
	background: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0 4% 20px;
	padding: 10px;
}
 div.box-white01 {
	margin: 0 0 20px 0;
}
.box-white01.own {
	background: #eee;
}
/* box03 ----- */
.box03 {
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	padding: 10px;
	margin: 10px 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	position: relative;
}
.box03 dt {
/*	height: 20px;*/
	font-size: 14px;
	font-weight: bold;
	color: #888;
	margin: 0 5px 5px 0;
	border-bottom: 1px dotted #ccc;
}
.box03 dd.photo {
	margin: 0 10px 10px 0;
	float: left;
}
.box03 dd.photo img {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 100px;
}
.box03 dd.btn {
	margin-left: 1px;
}
 @media only screen and (orientation : portrait) { /*縦向きの際に適用*/
.box03 dd.btn div {
	display: inline-block;
	width: 100%;
}
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
.box03 dd.btn div {
	display: inline-block;
	width: 100%;
	margin-right: 5%;
}
}
.box03 dd.btn a.btn {
	text-decoration: none;
	background: url(../images/sp_btn_icon01.png) no-repeat 6px center, -moz-linear-gradient(top, #fa80b7, #f05fa0);
	background: url(../images/sp_btn_icon01.png) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#fa80b7), to(#f05fa0));
	background-size: 10px, auto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 auto 7px;
	padding: 15px 3px 15px 20px;
	display: block;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border: none;
}
 @media only screen and (orientation : portrait) { /*縦向きの際に適用*/
.box03 dd.data {
	clear: both;
}
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
.box03 dd.data {
	margin-left: 90px;
}
}
.box03 dd.data div {
	margin: 5px 0 0 0;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	vertical-align: middle;
}
.box03 dd.data span {
	background: #eee;
	color: #888;
	padding: 5px;
	margin: 0 0 6px 0;
	font-size: 11px !important;
	min-width: 50px;
	line-height: 1;
	text-align: center;
	display: inline-block;
 /display: inline;
 /zoom: 1;
}
.box03 dd.del {
	position: absolute;
	top: 7px;
	right: 10px;
	width: 70px;
	font-size: 9px;
	background-color: #006699;
	color: #FFFFFF;
	padding: 8px 5px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.box03 dd .comment{
 color: #888;
 margin: 10px 0;
 border-bottom: 1px dotted #ccc;
}
.box03 dd.comment a {
	display: block;
	padding: 10px 0 20px;
	border-bottom: 1px dotted #ccc;
}

.box03 dd .link{
	margin: 5px 0 10px 110px;
	padding: 2px 0 2px 20px;
	background-image:url(../images/icon_list01.png) ;
	background-repeat:no-repeat;
	background-size: 14px;
	font-size: 12px;
}
.box03 dd.status img {
	vertical-align: top;
	margin-right: 3px;
}
.box03 dd.data .price {
	font-weight: bold;
	color: #FF0000;
	background: none !important;
}


	

/**************************************************************

2014/03/05　リスト（JR、宿泊、海外のおすすめ部分）　鈴木追記

**************************************************************/
.topicthumbList02 a {
	display: block;
	padding: 10px 10px 11px;
	border-bottom: 1px #c0c0c0 dotted; /* 項目の下境界線 */
	border-top: #fff 1px solid;
	color: #CCC;
	text-decoration: none;
}
.topicthumbList02 img {
	float: left;
	margin-right: 10px;
	border: 3px solid #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
}
.topicthumbList02 .withImg {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}
.topicthumbList02 strong {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
.topicthumbList02 .subTxt {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.topicthumbList02 .subTxt em {
	margin-right: 2px;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}
.topicthumbList02 .listLast {
	border: none;
}
/**********************************************

2014/03/07　検索フォーム（JR、宿泊、海外）鈴木追記

************************************************/


.searchForm {
	padding: 10px;
	border: #CCCCCC solid 1px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.op_txt1, .op_txt2, .op_txt3, .op_txt4, .op_txt5 {
	width: 25%;
	float: left;
	border-left: #009999 solid 5px;
	font-size: 14px;
	margin: 5px 0;
	padding: 5px;
}
.grad6 {
	width: 100%;
	float: left;
	border-left: #009999 solid 5px;
	font-size: 14px;
	margin: 5px 0;
	padding: 5px;
}
.kodawari li {
	width: 33%;
	float: left;
	margin-bottom: 8px;
}
select {
	height: 40px;
	width: 200px;
	float: left;
	font-size: 100%;
	padding: 10px 50px 10px 10px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	background: #FFF url(../images/select_arrow.jpg) no-repeat right;
}
.checkA {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	vertical-align: middle;
}
.checkA:checked::after {
	position: absolute;
	content: "";
	top: -3px;
	left: 3px;
	width: 8px;
	height: 14px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/**********************************************

2014/03/07ボックス設定（ボトムシャドウ）鈴木

************************************************/
#boxBase {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
#slider em.on {
	color: #3838A3;
	text-align: center;
}
/**********************************************

2014/03/10 ページャー(鈴木)

************************************************/

#pagerCont {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
ul.pager {
	position: relative;
	left: 50%;
	float: left;
}
ul.pager li.prev, ul.pager li.next {
	border: none;
}
ul.pager li {
	position: relative;
	left: -50%;
	float: left;
	margin-right: 5px;
	font-weight: bold;
	margin: 10px;
}
/**********************************************

2014/03/10 エリアリスト(鈴木)

************************************************/



.areaList01 {
	display: table;
	width: 100%;
}
.areaList01 ul {
	display: table-row;
}
.areaList01 ul li {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 1%;
}
.areaList01 ul li a {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.areaList01 ul li img {
	position: relative;
	max-width: 80px;
	max-width: 80px;
	vertical-align: bottom;
	z-index: 1;
}
/**********************************************

2014/03/11 テーブルスタイル(鈴木)

************************************************/



/* table01 ----- */
.table01 th, .table01 td {
	text-align: left;
	vertical-align: middle;
	padding: 15px 10px 15px 0;
	border-bottom: 1px dotted #ccc;
}
.table01 th {
	padding-left: 12px;
	background: url(../images/sp_icon_square01.png) no-repeat left center;
	background-size: 7px;
	width: 40%;
}
.table01 select, .table02 select {
	min-width: 96%;
	font-size: 14px;
}
.table01 .txtinfo01 {
	padding-top: 20px;
}
.table01 .txtinfo02 {
	padding-top: 8px;
}
.table01 .txtinfo03 {
	color: #C00;
	font-weight: bold;
	padding-bottom: 20px;
}
.table01 .submit-btn {
	margin: 15px auto 10px;
}


/**********************************************

2014/4/16 テーブルスタイル(鈴木)

************************************************/



/* table03 ----- */
.table03 th, .table03 td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	border-bottom: 1px dotted #ccc;
}
.table03 th {
	padding-left: 12px;
	background: url(../images/sp_icon_square01.png) no-repeat left center;
	background-size: 7px;
	width: 40%;
}
.table03 select,{
	min-width: 96%;
	font-size: 14px;
}
.table03 .txtinfo01 {
	padding-top: 20px;
}
.table03 .txtinfo02 {
	padding-top: 8px;
}
.table03 .txtinfo03 {
	color: #C00;
	font-weight: bold;
	padding-bottom: 20px;
}
.table03 .submit-btn {
	margin: 15px auto 10px;
}





/**********************************************

2014/03/11 インフォメーション枠(鈴木)

************************************************/



.infomation {
/*margin: 16px 2%;*/
}

.infomation .info-box {
font-size: 12px;
text-align: left;
margin: 20px 10px;
padding: 0 10px 10px;
border: 1px solid #999;
background-color: #fff;
}


.infomation .info-box li {
background: url(../images/infoicon01.png) no-repeat left 5px;
background-size: 6px;
padding: 0 0 4px 10px;
margin-top: 10px;
border: none;
border-bottom: 1px dotted #333;
}

.infomation .info-box ul {
border: none;
}


/**********************************************

2014/03/20 小見出し説明文設定(鈴木)

************************************************/

.f_txts {
	width: 95%;
    background:#FFFFFF;
    color: #333333;
    font-size: 10px;
    margin: 0 auto 10px;
    padding: 5px 3px;
    text-align: left;
    width: 95%;
	margin: 10px;
	border-radius: 3px;
	border:none !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



/**********************************************

2014/03/20 注意事項文設定(鈴木)

************************************************/

.attention h3{
	margin-bottom: 10px;
	padding: 6px 0 3px 10px;
	border-left: 10px solid #F06;
	border-bottom: 1px solid #CCC;
}

.attentionList{
	padding:5px;
	margin-bottom:5px;
	border: 2px solid #9CF;
	 border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */ 

	}
.attentionList h4{
	margin:0;
	padding:0 0 2px 25px;
	background-image: url(../images/icon_check.png) ;
	background-repeat:no-repeat;
	background-size:15px 15px; 

}

.attentionList p{
	padding-left: 25px;
}





/**********************************************

2014/03/26 タブ設定(鈴木)01

************************************************/


.tab {
  padding: 10px 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.tab li {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-weight: bold;
  height: 43px;
  line-height: 43px;
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
  float: left;
  width: 49%;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab li:first-child {
  margin-right: 2%;
}
.tab li a.tab01 {
  color: #E03561;
  opacity: 0.5;
}
.tab li a.tab01.active {
  opacity: 1;
}
.tab li a.tab02 {
  color: #62B740;
  opacity: 0.5;
}
.tab li a.tab02.active {
  opacity: 1;
}




/**********************************************

2014/03/26 タブ設定(鈴木)02

************************************************/

#tab01{
  width: 100%;

}
.tabname{
	margin:0 3px;
}
.tabname li {
    width: 32%;
	height: 43px;
	float: left;
    -moz-box-sizing: border-box;
    border-left: 1px solid #CCCCCC;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
	background:#CCCCCC;
	margin-right:2px;
}


.tabname li.select {
  background: #FFFFFF;
  border-top:#FF6666 solid 3px;
}
.disnon {
  display: none;
}
#tab01 .media-list{
	border-top:border-top:#FF6666 solid 3px;
}











/*----------------------------------------------------

2014/03/027 枠(鈴木)

----------------------------------------------------*/


/*.listNav01 {
background: #f2f0e3;
margin: 0;
}

.listNav01 ul {
padding: 0 0 0 5px;
}

.listNav01 li {
position: relative;
width: 100px;
height: 100px;
float: left;
display: inline;
margin: 0 5px 5px 0;
}

.listNav01 img {
width: 100px;
height: 100px;
}

.listNav01 span {
position: absolute;
display: block;
padding: 5px;
width: 90px;
left: 0;
bottom: 0;
font-size: 11px;
color: #fff;
text-align: center;
background: #2c2824;
filter: alpha(opacity=70);
opacity: 0.70;
-moz-opacity: 0.70;
line-height: 1;
}
*/



/*----------------------------------------------------

2014/03/31 枠(鈴木)

----------------------------------------------------*/
.listNav01 {
	position: relative;
	overflow: hidden;
	background: #f2f0e3;
	margin: 0;
}
.listNav01 ul:before,.listNav01 ul:after { content:""; display:table;}
.listNav01 ul:after { clear:both;}
.listNav01 ul {
	float:left;
	left:55%;
	position:relative;
	padding: 0 0 0 5px;
}
.listNav01 li {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline;
	float:left;
	left:-50%;
}
.listNav01 img {
	width: 100px;
	height: 100px;
}
.listNav01 span {
	position: absolute;
	display: block;
	padding: 5px;
	width: 90px;
	left: 0;
	bottom: 0;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #2c2824;
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
	line-height: 1;
}

/* --------------------------------------------------------------------

2014/04/10  カルーセル    鈴木

-------------------------------------------------------------------- */
#carouselWrap{
    margin:10px auto;
    width:470px;
    height:135px;
    padding:5px;
    border:1px solid #DBDBDB;
    position:relative;
}
#carouselPrev{
    position:absolute;
    top:65px;
    left:-13px;
    cursor:pointer;
}
#carouselNext{
    position:absolute;
    top:65px;
    right:-13px;
    cursor:pointer;
}
#carouse{
    width:100%;
    height:100%;
    overflow:hidden;
}
#carouselInner ul.column{
    width:455px;
    height:105px;
    padding:15px 0 15px 15px;
    list-style-type:none;
    float:left;
}
#carouselInner ul.column li{
    float:left;
    margin-right:10px;   
    display:inline; 
}
#carouselInner ul.column li img{
    border:none;
}
/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
.global_common_footer {
    border-top: 1px solid #eae4dc;
}
.global_common_footer #navilist02 ul {
    overflow: hidden;
    padding: 5px;
    background-color:#CCCCCC;
	}
.global_common_footer #navilist02 li {
    width: 49%;
    background: #FFF;
    border: 1px solid #fff;
    margin: 1px 0;
}
.global_common_footer #navilist02 li a {
    display: block;
    background: url(../images/icon_arrow.png) no-repeat right center;
    background-size: 15px 5px;
    -webkit-background-size: 15px 5px;
    padding: 5px 10px;
    line-height: 45px;
    font-size: 12px;
	color: #404040;
}
.global_common_footer #navilist02 li:nth-child(odd) {
    float: left;
}
.global_common_footer #navilist02 li:nth-child(even) {
    float: right;
}
.global_rules_footer p{
    border-top: 1px solid #eae4dc;
    background-color:#999999;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
	color: #FFFFFF;
	
}  

/**********************************************

2014/04/11 エリアリスト(鈴木)

************************************************/


.areaList02 {
	display: table;
	width: 100%;
}
.areaList02 ul {
	display: table-row;
}
.areaList02 ul li {
	float: left;
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
	padding: 1%;
}
.areaList02 ul li a {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
}
.areaList02 ul li img {
	position: relative;
	max-width: 100px;
	max-width: 100px;
	vertical-align: bottom;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 8px;
	border: 3px solid #fff;
}  

.areaList02 span {
	display: block;
	padding: 5px;
	width: 95px;
	left: 0;
	bottom: 0;
	font-size: 11px;
	color: #fff;
	text-align: center;
	background: #2c2824;
	filter: alpha(opacity=70);
	opacity: 0.70;
	-moz-opacity: 0.70;
	line-height: 1;
}


/* --------------------------------------------------------------------

2014/04/11    　　　SNS  鈴木

-------------------------------------------------------------------- */

/*LINEのアイコンの高さ揃えるため*/
.sns_line{
	margin-top:16px;
}

/* --------------------------------------------------------------------

2014/04/11    　　アイテム部分スライダー  鈴木

-------------------------------------------------------------------- */
/*
.sub_sliderBox{
	float:left; 
	width:30%;
	margin:0 5px;
	}
	*/
	
/* --------------------------------------------------------------------

2014/04/17    　　h3 タイトル設定　  鈴木

-------------------------------------------------------------------- */

.h3title01 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding:5px;
    margin: 10px auto;
    width: 90%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-left:#E03561 solid 4px;
	
}

.h3title02 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding:5px;
    margin: 10px auto;
    width: 90%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-left:#83C965 solid 4px;
}
.h3title03 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding:5px;
    margin: 10px auto;
    width: 90%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-left:#6699FF solid 4px;
}

.h3title04 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding:5px;
    margin: 10px auto;
    width: 90%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-left:#6699FF solid 4px;
}
.h3title05 {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    padding:5px;
    margin: 10px auto;
    width: 90%;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
	border-left:#6699FF solid 4px;
}


/**********************************************

2014/04/24 右寄せテキストリンク(鈴木)

************************************************/

.align-right {
text-align: right !important;
}

.link01 {
background: url(../images/sp_icon_arrow02.png) no-repeat left center;
background-size: 14px;
padding: 2px 0 0 18px;
margin-bottom: 5px;
text-decoration: none;
}



/**********************************************

　3点リーダー

************************************************/

.leader3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


/**********************************************

　ピックアップアイコン説明

************************************************/
#pickup .list_icon{
	margin-top:20px;
}


#pickup .list_icon ul li img{
	padding:3px 3px 0 10px;
}


#pickup .list_icon ul li{
	float:left;
	}


