@charset "utf-8";
/*------共通------*/
body, div,
p, brockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
  margin: 0;
  padding: 0;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
}

/*-------見出し-------*/
#title{
  margin: 0;
  padding: 0;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
  background-image:none;
}

div.title{
  margin: 0;
  padding: 0;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
  background-image:none;
}



img {
  vertical-align: bottom;
  border: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

.clear { clear: both; }

html { overflow-y: scroll; }
li { list-style-type: none; }
textarea { font-size: 100%; }

/*------リンク色------*/
a {
  text-decoration: none;
  font-weight: normal;
}
a:link { color: #32499a; }
a:visited { color: #7549a9; }
a:hover {
  color: #32499a;
  text-decoration: underline;
}
a:active { color: #32499a; }

/*------マージン------*/
.m_btm {
  margin-bottom: 10px;
}

.m_top {
  margin-top: 10px;
}

/*---------------全体--------------*/
body {
  width: 100%;
  height: 100%;
  background: #efefef url("/images/common/body_bg.png") repeat-y scroll center 0;
  font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 80%;
}

#wrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 10px;
}

#containar {
  background: url("/images/common/side_bg.gif") repeat-y scroll right 0;
}

#wrapper_btm {
  width: 972px;
  height: 20px;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  background: #ffffff url("/images/common/body_bg_btm.png") repeat-y center 0;
  font-size: 0px;
}

/*-----------ヘッダー-----------*/
#header {
  width: 950px;
  background: #ffffff url("/images/common/head_bg.gif") no-repeat 245px center;
}

.head_line {
  font-size: 0;
  line-height: 0;
}

#head_line_btm {
  clear: both;
  background: url("/images/common/head_line2.gif") no-repeat;
  height: 6px;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

#header h1 {
  float: left;
  padding: 24px 0 19px 24px;
}

#head_r {
  float: right;
  width: 461px;
}

#foreign {
  float: right;
  padding: 8px 13px 0 0;
}

#foreign ul{
  float:right;
}

#foreign img{
  padding-left:200px;
  float:right;
}

html>/**/body #foreign {
  float: right;
}

#foreign ul li {
  float: left;
  padding: 2px 4px;
  border-right: 1px solid #aaaaaa;
}

#foreign #last {
  border-right: none;
}

#search_box {
  clear: both;
  height: 30px;
  background: url("/images/common/search_bg.gif") no-repeat;
}

#search {
  clear: both;
  float: left;
}

#search form {
  width: 263px;
  margin: 4px 0 0 9px;
}

#search input {
  float: left;
}

#search_input {
  width: 183px;
  height: 20px;
  margin-right: 4px;
  background-color: #ffffff;
  border: 1px solid #999999;
  line-height: 20px;
}

#head_btn img {
  float: left;
  margin: 4px 0 0 3px;
}

/*------グローバルメニュー------*/
#g_menu {
  width: 950px;
  height: 41px;
}

#g_menu li{
display: inline;
  float: left;
}

#description_bg #description_body {
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

#description_bg {
  width: 950px;
  height: 26px;
  background-color: #edf7fe;
  border-bottom: 1px solid #cccccc;
}

/*------カラムレイアウト------*/

#main {
  float: left;
  width: 690px;
  padding: 10px 0 10px 10px;
}

#fullmain {
  float: left;
  width: 930px;
  padding: 10px 10px 10px 10px;
}

#sub {
  float: right;
  width: 220px;
  padding: 10px;
}

/*----------サイドカラム----------*/
#side_bnr1 {
  margin-bottom: 10px;
}

#side_bnr1 li {
  margin-bottom: 15px;
}

#side_bnr2 img {
  margin-bottom: 4px;
}

#side_bnr3 img {
  margin-bottom: 4px;
}

.m_g_menu {
  background: url("/images/common/m_g_con.gif") repeat-y;
}

.m_g_menu dd {
  padding: 6px 0 5px 20px;
  border-bottom: 1px dotted #cccccc;
  background: url("/images/common/list_blu.gif") no-repeat 10px center;
}

.m_g_btm {
  background: url("/images/common/m_g_btm.gif") no-repeat;
  height: 13px;
}

.link_box_btm {
  background: url("/images/common/link_btm.gif") no-repeat;
  height: 12px;
  font-size: 0;
  margin-bottom: 3px;
}

.link_box_top {
  background: url("/images/common/link_top.gif") no-repeat;
  height: 6px;
  font-size: 0;
}

#link_list {
  background-color: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}

#link_list li {
  background: url("/images/common/list_grn.gif") no-repeat 7px 6px;
  padding: 4px 0 2px 20px;
}

#sub_info {
  background-color: #ffffff;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  padding: 2px 7px;
  line-height: 120%;
}

#bnr_list li {
  margin-bottom: 15px;
}

#icon_list li {
  display: inline;
}

/*----------フッター----------*/
#footer {
  clear: both;
  width: 950px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #cccccc;
  background: #ffffff url("/images/common/footer_bg.gif") repeat-x 0 0;
}

#footer ul {
  margin: 10px 0;
}

#footer li {
  display: inline;
  margin-right: 4px;
  padding-left: 12px;
  background: url("/images/common/list_ore.gif") no-repeat 0 center;
}

#footer address {
  clear: both;
  font-size: 80%;
  color: #666666;
}

#footer li.footfst {
  border-left:0;
  margin-left: 5px;
}

/*-------共通ボックス-------*/
.box_top {
  background: url("/images/common/box_top.gif") no-repeat;
  height: 9px;
  font-size: 0;
  line-height: 0;
}

.box {
  background: url("/images/common/box_bg.gif") repeat-y;
  padding: 10px;
  overflow: hidden;
}

.box_btm {
  background: url("/images/common/box_btm.gif") no-repeat;
  margin-bottom: 10px;
  height: 9px;
  font-size: 0;
  line-height: 0;
}

.long_box {
  background: url("/images/common/long_box_mid.gif") repeat-y;
  padding: 10px;
  overflow: hidden;
}

.long_box_btm {
  background: url("/images/common/long_box_btm.gif") no-repeat;
  margin-bottom: 10px;
  height: 9px;
  font-size: 0;
  line-height: 0;
}


/*-------共通の表-------*/
.list_info {
  width: 640px;
  margin: 0 auto;
}

.list_info th, .list_info td {
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #cccccc;
}

.last th, .last td {
  border-bottom: none;
}

.list_info th {
background:transparent url(/images/common/colon.gif) no-repeat scroll
90% center;
color:#004A80;
padding-left:10px;
text-align:left;
width:145px;
}

/*-------フリーエリア-------*/
.free_top {
  height: 9px;
  background: url("/images/common/box_top.gif") no-repeat;
  font-size: 0;
}

.free_box {
  background: url("/images/common/box_bg.gif") repeat-y;
  padding: 10px;
}

.free_btm {
  height: 9px;
  background: url("/images/common/box_btm.gif") no-repeat;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

.fixed_pages{
    background:transparent url("/images/common/title_m1.gif") no-repeat scroll 0 0;
    color:#024265;
    font-size:140%;
    font-weight:bold;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding-left:35px;
}

.hide_side_bar{
    background:transparent url("/images/common/title_l1.gif") no-repeat scroll 0 0;
    color:#024265;
    font-size:140%;
    font-weight:bold;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding-left:35px;
}

.top_link{
  margin: 2px;
  font-size: 2;
  text-align: right;
}

/*-----------メディアページおすすめ栃木プラン------------*/
.reco_box {
background: url(/images/common/box_bg.gif) repeat-y;
padding: 10px 0px 10px 4px;
}
.reco_box p {
padding: 0 5px 10px 5px;
}
.reco_box p span {
color: #ff0000;
}
.reco_tour2 dt img.tit-tochigi {
border: none;
padding: 0;
margin: 0;
}
.reco_tour2 {
width: 200px;
height: 130px;
padding-left: 8px;
float: left;
}
.reco_tour2 dt {
margin-bottom: 5px;
}
.reco_tour2 dt a {
font-weight: bold;
}
.reco_tour2 dt img {
border: 1px solid #ababab;
margin-bottom: 8px;
}
.reco_tour2 dd {
line-height: 120%;
}

/* --------メディアページ用カテゴリ------- */
.ctgy_box3 {
background: url(/images/top/ctgy_img03.gif) repeat-y;
}
.ctgy_l {
clear: both;
float: left;
width: 340px;
margin-right: 5px;
}
.ctgy_r {
float: left;
width: 340px;
margin-left: 5px;
}
.ctgy_con {
padding: 10px;
}
.ctgy_bnr {
width: 315px;
margin: 0 auto;
height: 60px;
}
.ctgy_btm {
background: url(/images/top/ctgy_img04.gif) no-repeat;
vertical-align: top;
height: 12px;
font-size: 0;
line-height: 0;
margin-bottom: 10px;
}
.ctgy_box3 .media_tit {
height: 19px;
padding: 16px 0 8px 40px;
margin-bottom: 0;
background: url(/images/media/media-tit.png) no-repeat left top;
font-weight: bold;
font-size: 15px;
color: #4d4d4d;
overflow: hidden;
}
h3.banner-tit {
padding: 5px;
}
.ctgy_bnr_media {
width: 315px;
margin: 0 auto;
}

/* --------メディアページ用国内パンフ------- */
.pamph_box {
background: url(/images/common/box_bg.gif) repeat-y;
padding: 10px 12px;
}
#pdf_info p {
float: left;
line-height: 110%;
}
#pdf_info img {
float: right;
}
.pamph {
width: 210px;
margin-top: 10px;
padding: 0 6px;
float: left;
}
.pamph dt a {
font-weight: bold;
margin-right: 4px;
}
.pamph dt img {
padding: 2px;
vertical-align: middle;
}
.pamph_img {
float: left;
width: 67px;
padding-right: 5px;
}
.pamph dd {
margin-top: 2px;
line-height: 110%;
}

#fullpage {
padding: 10px;
}
/* 特選の旅 */
h2.tokusen {
  margin-bottom: 10px;
}
p.tokusen {
  margin: 10px 0;
}
div.tokusen {
  width: 645px;
  height: 45px;
  line-height: 45px;
  padding-left: 45px;
  background: url(/images/tokusen/tit-tokusen-sma.jpg) no-repeat left top;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.box-search-map {
  padding: 0 5px;
}

.box-link {
  width: 654px;
  margin: 0 auto;
  padding: 5px 8px;
  border-bottom: 1px solid #cccccc;
}
.img-box {
  float: left;
  padding: 5px;
}
dl.tokusen {
  margin: 0 auto;
  padding: 5px 8px;
}
dl.tokusen dt {
  font-size: 15px;
  padding: 5px 0 5px 5px;
  margin-bottom: 5px;
}
dl.tokusen dd a.box-right {
  float: right;
}
dl.tokusen dd {
  padding-bottom: 10px;
}


dl.toku-search dt {
  font-size: 14px;
  padding: 0 0 5px 15px;
  background:transparent url(/images/common/list_grn.gif) no-repeat 0 center;
}

.tokusen_caption {
    height: 24px;
    font-size: 120%;
    color: #024265;
    font-weight: bold;
    padding: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}


/* hotel */
#hotel-ico {
  margin-bottom: 10px;
}
#hotel-ico ul {
  float: right;
}
#hotel-ico ul li {
  float: left;
  font-size: 14px;
}
#hotel-ico ul li.last {
  padding-top: 5px;
}
#hotel-ico ul li img {
  padding: 0 2px;
  vertical-align: middle;
}
h3.sen-tit {
  width: 645px;
  height: 45px;
  line-height: 52px;
  padding: 0 0 0 45px;
  margin: 0;
  background: url(/images/hotel/sen-tit.gif) no-repeat left top;
  border: none;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.box p {
  margin-bottom: 10px;
}
.box .photo-img {
  margin-bottom: 10px;
}
.box .photo-img .box-left {
  float: left;
  padding-right: 10px;
}
.box .photo-img .box-right {
  float: right;
}
.box .photo-img .box-right img {
  margin-bottom: 10px;
}

dl.toku-search {
  float: left;
  width: 210px;
  margin-right: 10px;
}

.a {
  width: 664px;
  padding: 0 8px;
}
.box-search {
  float: left;
  width: 210px;
  padding-right: 10px;
}
.a img {
  float: left;
  padding: 5px;
}
.a dd.b {
  float: left;
  padding-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

/* 各支店ピックアップツアー */
.reco_tour3 {
  width: 310px;
  padding: 8px 0 8px 8px;
  border-bottom: 1px dotted #cccccc;
}
.reco_tour3 dt {
  margin-bottom: 5px;
}
.reco_tour3 dt a {
  font-weight: bold;
}
.reco_tour3 dt img {
  float: left;
  margin: 0 8px 8px 0;
}
.reco_tour3 dd {
  clear: both;
  line-height: 120%;
}
.plun-list {
width: 310px;
padding: 8px 0 8px 8px;
border-bottom: 1px dotted #cccccc;
}
.plun-list img.pham {
float: left;
padding-right: 8px;
}
.plun-list dl dt a {
font-weight: bold;
}
.plun-list dl dt a img {
padding: 0 5px;
}
.plun-list dl dd {
padding-top: 8px;
}

/* フォトギャラリー */
#dhtmlgoodies_slideshow {
  width: 670px;
}
#theImages {
  padding: 5px;
  border: 1px solid #cccccc;
}

#theImages img {
  padding-bottom: 5px;
  min-height: 80px;
}

#theImages p {
  width: 127px;
}

* html #theImages img { /* for ie6 */
  min-height: 80px;
  height: auto !important;
  height: 80px;
  overflow: visible;
}  
#previewPane {
  width: 560px;
  margin: 10px auto;
  background: #ffffff;
  text-align: center; 
}
#previewPane img {
  margin: 10px auto;
}

/* ツアー詳細 */
h2.tour-co-tit {
  height: 40px;
  background: url(/images/hotel/tit-bg-tour.gif) no-repeat;
  font-size: 100%;
  color: #024265;
  font-weight: bold;
  padding-left: 55px;
  line-height: 40px;
  margin-bottom: 10px;
}
#hotel-ico dl dt {
  float: left;
  width: 67px;
  height: 18px;
  padding-left: 8px;
  line-height: 18px;
  font-size: 11px;
  background: url(/images/hotel/bg-corse.gif) no-repeat left top;
  overflow: hidden;
}
#hotel-ico dl dd {
  line-height: 18px;
}
#hotel-ico dl {
  float: left;
  width: 300px;
  display: block;
}
#hotel-ico .print {
  text-align: right;
  float: right;
  width: 230px;
}
.box img.tour-img-tit {
  margin-bottom: 10px;
}

.box #over {
  width: 670px;
  overflow: hidden;
}
.box #tour-photo {
  width: 690px;
}
.box #tour-photo .box-photo {
  float: left;
  width: 330px;
  padding-right: 10px;
}
.box #tour-photo .box-photo img {
  margin-bottom: 5px;
}
.box ul.plus span {
  color: #66BBE3;
}
.box .tour-sche {
  margin-bottom: 10px;
}
 
.box-tour-tel {
  width: 690px;
  height: 5px;
  background: url(/images/hotel/box-order-top.gif) no-repeat left top;
  overflow: hidden;
}
.box-tel {
  width: 668px;
  padding: 0 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc; 
}
.box-tour-btm {
  width: 690px;
  height: 5px;
  background: url(/images/hotel/box-order-btm.gif) no-repeat left top;
  overflow: hidden;
}
.box-tel p {
  font-size: 14px;
  padding: 10px 0;
}
.box-tel img {
  vertical-align: middle;
}
.box-tel p.tel-num {
  padding: 10px 0; 
  text-align: center;
}
.box-tel p.tel-num span {
  vertical-align: middle;
  font-size: 18px;
}

#box-btn-order {
  width: 690px;
  padding: 20px 0;
  text-align: center;
}
#box-btn-order input {
  padding: 10px;
}


/* staff */
p.center {
  margin-bottom: 10px;
  text-align: center;
}
.box img.staff-photo {
  margin-bottom: 10px;
}



/* theme */
h2.theme_tit {
  height: 43px;
  line-height: 43px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #464646;
  background: url(/images/travel/tit-bg-theme.gif) no-repeat left top;
  overflow: hidden;
}
.ctgy_con dl.theme {
  float: left;
  width: 160px;
}
.ctgy_con dl.theme dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}


/* テーマ項目名画像
.ctgy_con dl.theme dt a {
  padding-left: 15px;
  background: url(/images/travel/ico-theme.gif) no-repeat left center;
}
テーマ項目名画像 */
/* テーマ項目名画像修正 */
.ctgy_con dl.theme dt table td{
  padding-top: 2px;
}
.ctgy_con dl.theme dt table td.theme_item {
  padding-left: 15px;
  background: url(/images/travel/ico-theme.gif) no-repeat left center;
  
}


.ctgy_con dl.theme dd {
  margin-bottom: 10px;
}
.ctgy_con dl.theme dd img {
  margin-bottom: 5px;
}


/* ori-bannner */
.ori_top {
  height: 9px;
  background: url(/images/common/box_top.gif) no-repeat;
  font-size: 0;
}
.box_ori {
  background: url(/images/common/box_bg.gif) repeat-y;
  padding: 10px;
}
.ori_btm {
  height: 9px;
  background: url(/images/common/box_btm.gif) no-repeat;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}
.box_ori #over {
  width: 670px;
  overflow: hidden;
}
.box_ori ul {
  width: 690px;
}
.box_ori ul li {
  float: left;
  padding: 0 5px 5px 0;
}


/* 新卒採用情報 */
h2.tit-mob {
  padding: 0;
  height: 50px;
  margin-bottom: 10px;
}
#recruit-tab {
  width: 690px;
  margin: 0 auto;
}
#recruit-tab li {
  float: left;
  width: 105px;
  padding-right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: url(../images/recruit/bg-dot-line.png) no-repeat right center;
  overflow: hidden;
}
#recruit-tab li.view {
  width: 115px;
  padding: 0;
  background: url(../images/recruit/bg-recruit-view.png) no-repeat left top;
}
#recruit-tab li.view a{
 color: #ffffff;
}
#recruit-tab li a {
  padding-left: 10px;
  text-decoration: none;
}
#recruit-tab li.view a {
  padding-left: 0;
  text-decoration: none;
}
#recruit-tab li a:hover {
  background: url(../images/recruit/ico-arrow-recruit-active.png) no-repeat left center;
}
#recruit-tab li.view a:hover {
  background: none;
}
#recruit-tab-sub {
  background: url(../images/recruit/bg-recruit-tab.png) repeat-x left top;
  padding-top:  15px;
}
#recruit-tab-sub ul {
  float: right;
}
#recruit-tab-sub li {
  float: left;
}
#recruit-tab-sub li a {
  padding: 2px 15px;
  text-decoration: none;
  background: url(../images/recruit/ico-arrow-recruit_n.png) no-repeat left center;
}
#recruit-tab-sub li a.last {
  padding: 2px 0 2px 15px;
  text-decoration: none;
  background: url(../images/recruit/ico-arrow-recruit_n.png) no-repeat left center;
}
#recruit-tab-sub li a:hover {
  color: #f39400;
  background: url(../images/recruit/ico-arrow-recruit_r.png) no-repeat left center;
}

