@charset "shift_jis";
/* ===================================================================
CSS information

 style info :default

 *since: 2012-02-27
=================================================================== */


/* ----------------------------------------------------
	reset
---------------------------------------------------- */
body,body table,th,td,form,select,option,address,pre,strong,em {
	font-size: 1em;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
ul,ol,dl,dt,dd,li {
	font-size: 1.05em;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.27em;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.3em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.7em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.1em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1.5em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 1.3em;
	font-style: normal;
	font-weight:bold;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


/* ----------------------------------------------------
	clearFix
---------------------------------------------------- */
.clearFix {
	zoom: 1;
}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}


/* ----------------------------------------------------
	fontColor
---------------------------------------------------- */
body { color: #333; }
a:link { color: #06C; }
a:visited { color: #06C; }
a:hover { color: #06C; }


/* ----------------------------------------------------
	fontSize
---------------------------------------------------- */
body.fontS {
	font-size: 11px!important;
	font-size: 65%\9!important;
}
body.fontM {
	font-size: 12px!important;
	font-size: 70%\9!important;
}
body.fontL {
	font-size: 13px!important;
	font-size: 75%\9!important;
}


/* ----------------------------------------------------
	wrapper
---------------------------------------------------- */
#wrapper {
	width: 950px;
	margin: 0 auto;
	min-height: 680px;
	_height: 680px;
}


/* ----------------------------------------------------
	header
---------------------------------------------------- */
#header {
	background: url(../img/bg_header_01.png) no-repeat 0 0;
	height: 140px;
	overflow: hidden;
	padding: 0 14px;
	position: relative;
	text-align: left;
}
#header .head {
	zoom: 1;
	padding: 7px 0 0 0;
}
#header .head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#header .head_left {
	float: left;
/*	width: 413px;*/
}
#header .head_right {
/*	float: right;*/
	position: absolute;
	top:7px;
	left: 346px;
	width: 590px;
}

/* タグライン
---------------------------------------------------- */
#header h1 {
	font-weight: normal;
/*	margin: 10px 0 0 0; */
	font-size: 10px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	width: 590px;
}

#header h2 {
	font-weight: normal;
	margin: 0 0 2px 0;
	font-size: 10px;
}

/* ロゴ
---------------------------------------------------- */
#header p.logo {
	margin: 9px 0 0 0;
}
#header p.logo span,
#header p.logo a {
	width: 363px;
	height: 0;
	overflow: hidden;
	zoom: 1;
	padding: 53px 0 0 0;
	background: url(../img/img_logo02.gif) no-repeat 0 0;
	display: block;
	float: left;
}

#header p.cruiselogo {
	margin: 9px 0 0 0;
}
#header p.cruiselogo span,
#header p.cruiselogo a {
	width: 324px;
	height: 0;
	overflow: hidden;
	zoom: 1;
	padding: 43px 0 0 0;
	background: url(../img/img_logo_cruise.gif) no-repeat 0 0;
	display: block;
	float: left;
}

/* ナビ - 初めての〜サイトマップ
---------------------------------------------------- */
#header .navInfo {
	float: right;
/*	margin: -10px 0 0 0; */
	font-size: 12px;
}
#header .navInfo li {
	float: left;
}
#header .navInfo li a {
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
}
#header .navInfo img.ico {
	margin: 0 3px 3px 0;
	vertical-align: middle;
}

/* ナビ - 営業所〜文字サイズ：大
---------------------------------------------------- */
#header .navTools {
	clear: right;
	float: right;
	margin: 5px 5px 0 0;
	height: 21px;
	*width: 500px; /* IE7 */
}
#header .navTools li {
	float: right;
	margin: 0 0 0 8px;
}
#header .navTools li.welcome {
	font-size: 14px;
}
#header .navTools li span {
	float: left;
}
#header .navTools li ul.txtSize {
	float: left;
}
#header .navTools li ul.txtSize li {
	float: left;
}

/* テキストサイズ */
#header .txtSize {
	zoom: 1;
}
#header .txtSize:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
#header .txtSize li {
	cursor: pointer;
	float: left;
	display: block;
	height: 0;
	width: 23px;
	padding: 23px 0 0 0;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0 4px;
}
#header .txtSize li#fontS { background: url(../img/nav_tool_font_s.gif) no-repeat 0 -23px; }
#header .txtSize li#fontM { background: url(../img/nav_tool_font_m.gif) no-repeat 0 -23px; }
#header .txtSize li#fontL { background: url(../img/nav_tool_font_l.gif) no-repeat 0 -23px; }
#header .txtSize li.active { background-position: 0 0 !important; }

/* ナビ - グローバル 
---------------------------------------------------- */
#header .navGlobal {
	height: 48px;
	overflow: hidden;
	width: 920px;
	position: absolute;
	bottom: 8px;
	left: 15px;
}

/* ナビ - グローバル - 国内
---------------------------------------------------- */
#header .domestic {
	float: left;
	background-color: #cd0000;
	width: 377px;
	margin: 0 11px 0 0;
	height: 48px;
}
#header .domestic dt {
	float: left;
	width: 25px;
	text-align: center;
}
#header .domestic dt img {
	vertical-align: top;
}
#header .domestic dd {
	float: left;
	margin: 0 0 0 0;
	_margin: 0 0 0 0;
}

/* ナビ - グローバル - 海外
---------------------------------------------------- */
#header .oversea {
	float: left;
	background-color: #0072c9;
	width: 408px;
	margin: 0 11px 0 0;
	height: 48px;
}
#header .oversea dt {
	width: 25px;
	float: left;
	text-align: center;
}
#header .oversea dt img {
	vertical-align: top;
}
#header .oversea dd {
	float: left;
	margin: 0 0 0 0;
	_margin: 0 0 0 0;
}

/* ナビ - グローバル - 船旅
---------------------------------------------------- */
#header .cruise {
	float: left;
	background-color: #04348d;
	width: 112px;
	height: 48px;
}
#header .cruise dt {
	width: 25px;
	float: left;
	text-align: center;
}
#header .cruise dt img {
	vertical-align: top;
}

/* ナビ - グローバル - 番号
---------------------------------------------------- */
#header .number {
	float: right;
	background: url(../img/bg_nav_number.gif) no-repeat 0 0;
	width: 308px;
	height: 30px;
	padding: 8px 0 0 0;
	font-size: 12px;
}
#header .number dt {
	width: 93px;
	float: left;
	text-align: center;
	padding: 0 0 0 0;
	margin: -3px 0 0 0;
}
#header .number dt img {
	vertical-align: top;
}
#header .number dd li {
	float: left;
}
#header .number dd li span {
	padding: 0 3px;
}
#header .number dd input.text {
	height: 22px;
	line-height: 22px;
	padding: 0;
	border: 1px solid #8B8B8B;
	text-align: center;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#header .number dd li.btn {
	padding: 0 0 0 10px;
}
#header .number dd input.em02 { width: 2em; }
#header .number dd input.em03 { width: 3em; }
#header .number dd input.em04 { width: 4em; }


/* ナビ - グローバル - キーワード
---------------------------------------------------- */
#header .word {
	clear: right;
	float: right;
	font-size: 11px;
	margin: 7px 5px 0 0;
	*width: 361px; /* IE7 */
}
#header .word dt {
	float: left;
	margin: 2px 6px 0 0;
}
#header .word dd {
	float: left;
}
#header .word dt img {
	vertical-align: top;
}
#header .word dd li {
	float: left;
}
#header .word dd li span {
	padding: 0 3px;
}
#header .word dd input.text {
	height: 20px;
	line-height: 20px;
	padding: 0;
	border: 1px solid #8B8B8B;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-indent: 0.5em;
	width: 162px;
	*width: 155px;
}
#header .word dd li.btn {
	padding: 0 0 0 6px;
}


/* ----------------------------------------------------
	contents
---------------------------------------------------- */
#contents {
	position: relative;
	zoom: 1;
	text-align: left;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}


/* ----------------------------------------------------
	main（旧サイト用id）
---------------------------------------------------- */
#main {
	margin: 30px auto !important;
	zoom: 1;
}
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}


/* ----------------------------------------------------
	mainCol
---------------------------------------------------- */
#mainCol {
	width: 740px;
	float: left;
}

/* シャドウ付き背景1
---------------------------------------------------- */
#mainCol .bgs01 {
	position: relative;
	zoom: 1;
	margin-bottom: 10px;
	width: 366px;
}
#mainCol .bgs01 .bgTop {
	background: url(../img/bg_sd01.png) no-repeat left top;
	height: 8px;
	font-size: 0;
}
#mainCol .bgs01 .bgMid {
	background: url(../img/bg_sd02.png) repeat-y 0 8px;
	padding: 0 3px;
}
#mainCol .bgs01 .bgBot {
	background: url(../img/bg_sd03.png) no-repeat left bottom;
	height: 8px;
	font-size: 0;
}

/* シャドウ付き背景2
---------------------------------------------------- */
#mainCol .bgs02 {
	position: relative;
	zoom: 1;
	margin-bottom: 10px;
}
#mainCol .bgs02 .bgTop {
	background: url(../img/bg_sd04.png) no-repeat left top;
	height: 8px;
	font-size: 0;
}
#mainCol .bgs02 .bgMid {
	background: url(../img/bg_sd05.png) repeat-y 0 8px;
	padding: 0 3px;
}
#mainCol .bgs02 .bgBot {
	background: url(../img/bg_sd06.png) no-repeat left bottom;
	height: 8px;
	font-size: 0;
}


/* ----------------------------------------------------
	subCol
---------------------------------------------------- */
#subCol {
	width: 194px;
	float: right;
}

/* シャドウ付き背景3
---------------------------------------------------- */
#subCol .bgs03 {
	position: relative;
	margin-bottom: 10px;
}
#subCol .bgs03 .bgTop {
	background: url(../img/bg_sd07.png) no-repeat left top;
	height: 8px;
	font-size: 0;
}
#subCol .bgs03 .bgMid {
	background: url(../img/bg_sd08.png) repeat-y 0 8px;
	padding: 0 2px;
}
#subCol .bgs03 .bgBot {
	background: url(../img/bg_sd09.png) no-repeat left bottom;
	height: 8px;
	font-size: 0;
}



/* ----------------------------------------------------
	footer
---------------------------------------------------- */
#footer {
	background: #F8F8F8;
	text-align: left;
}
#footer .inner {
	width: 950px;
	margin: 0 auto;
	zoom: 1;
}
#footer .inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* head
---------------------------------------------------- */
#footer .head {
	background: #FFF;
	width: 100%;
}

/* ソーシャルボタン */
#footer ul.socialBtn {
	float: left;
	height: 30px;
	overflow: hidden;
	padding: 6px 0 0 0;
}
#footer ul.socialBtn li {
	float: left;
}
#footer ul.socialBtn li.yahoo {
	margin: 1px 10px 0 0;
}
#footer ul.socialBtn li.tweet {
	width: 105px;
	overflow: hidden;
}
#footer ul.socialBtn li.like {
	width: 105px;
	overflow: hidden;
}
#footer ul.socialBtn li.mixi {
	margin: 0 10px 0 0;
}
#footer ul.socialBtn li.g1 {
	width: 70px;
	overflow: hidden;
	margin: -1px 0 0 0;
}

/* ページトップ */
#footer .pageTop {
	float: right;
}

/* ページトップ 右下共通 */
#pageTop2 {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}

#pageTop2 a {
	display: block;
}

#pageTop2 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* nav
---------------------------------------------------- */
#footer dl.nav {
	width: 950px;
	margin: 0 auto;
	font-size: 85%;
	background: url(../img/bg_line01.gif) repeat-x left bottom;
	padding: 5px 0 7px 0;
}
#footer dl dt {
	font-weight: bold;
	background: url(../img/icn_arrow01.gif) no-repeat left center;
	padding: 2px 0 2px 10px;
}
#footer dl dd {
	overflow: hidden;
	zoom: 1;
	background: url(../img/bg_line01.gif) repeat-x left top;
	padding: 7px 0 0 0;
}
#footer dl dd dl dt {
	float: left;
	padding: 2px 10px 2px 10px;
}
#footer dl dd dl dd {
	background: none;
	padding: 2px 0;
}
#footer dl dd dl dd ul li {
	float: left;
	white-space: nowrap;
}

/* copy
---------------------------------------------------- */
#footer .copy {
	text-align: center;
	font-size: 0.8em;
	padding: 7px 0;
	width: 950px;
	margin: 0 auto;
}

/* foot
---------------------------------------------------- */
#footer .foot {
	background: #E5E5E5;
	padding: 7px 0;
}
#footer .foot a {
	color: #666;
	padding: 0 3px;
}

/* ナビ */
#footer .foot .navCom {
	float: left;
}
#footer .foot .navSite {
	float: right;
}
#footer .foot ul {
	margin: 0 0 5px 0;
}
#footer .foot ul li {
	float: left;
	font-size: 85%;
}

/* コピーライト */
#footer p.copyright {
	clear: both;
	color: #999;
	padding: 0 3px 0 3px;
}

/* logos
---------------------------------------------------- */
#footer .logos {
	background: #FFF;
	padding: 0 0 10px 0;
}
#footer .logos ul li {
	float: left;
	margin: 10px 10px 0 0;
}


/* ----------------------------------------------------
	header, footer reset
---------------------------------------------------- */
#header img,
#footer img {
	border: 0px;
	vertical-align: bottom;
}
#header ul, #header ol,
#footer ul, #footer ol {
	list-style-type: none;
}
#header table,
#footer table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
#header th, #header caption,
#footer th, #footer caption {
	text-align: left;
}
#header a,
#footer a {
	text-decoration: none;
}
#header a:hover,
#footer a:hover {
	text-decoration: underline;
}
#header a:focus,
#footer a:focus {
	outline: none;
}
#header a img,
#footer a img  {
	vertical-align: top;
	text-decoration: none;
}

/* parts --- 2014/04/01 KATAOKA ------- */
.opt_tour {
display:block;
color:#656565;
line-height: 1.5;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 100px;
background:url(../kaigai/imgs/idx_pt_option.gif) no-repeat left top;
}

.hrtg {
display:block;
color:#656565;
line-height: 1.5;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 79px;
background:url(../kaigai/imgs/idx_pt_heritage.gif) no-repeat left top;
}

.opt_hotelup {
display:block;
color:#656565;
line-height: 1.5;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 180px;
background:url(../kokunai/imgs/idx_pt_hotelup.gif) no-repeat left top;
}

/* 営業所 --- 2015/05/27 ------- */
/* メイン */
#officeData {
	padding: 0 0 10px;
	background: url(../branch/imgs/bg_h2_btm.gif) no-repeat left bottom;
}
#officeData .inner {
	margin: -2px 0 0;
	padding: 1px 20px 12px;
	background: url(../branch/imgs/bg_h2_mdl.gif) repeat-y left top;
}
#officeData h2 {
	width: 930px;
	padding: 10px 10px 13px;
	background: url(../branch/imgs/bg_h2_top.gif) no-repeat left top;
}
#officeData h2 strong.branch-title {
	font-size: 25px;
}
#officeData h2 strong.branch-title span {
	color: #FFF;
}
#officeData.office-main h3 {
	margin: 10px auto 15px;
	text-align: center;
	position: relative;
}
#officeData.office-main h3 span {
	position: absolute;
	top: 11px;
	right: 15px;
	color: #878787;
	font-size: 12px;
	font-weight: normal;
}
/* 営業所情報 */
.officeInfo {
	display: table;
	width: 908px;
	margin: 0 auto 10px;
}
.officeInfo .detail,
.officeInfo .map {
	display: table-cell;
	vertical-align: top;
}
.officeInfo .detail {
	width: 588px;
	color: #333333;
}
.officeInfo .detail tr {
	border-top: 1px dashed #919191;
}
.officeInfo .detail tr:first-child {
	border-top: none;
}
.officeInfo .detail th {
	width: 157px;
	background: #F2F2F8;
	font-weight: bold;
}
.officeInfo .detail th,
.officeInfo .detail td {
	padding: 10px;
}
.officeInfo .detail td img {
	margin: 0 5px 0 0;
	vertical-align: top;
}
#officeData.office-main h3 + p {
	font-size: 14px;
	line-height: 1.8;
	color: #000;
}
#officeData .contact {
	border: 1px solid #000076;
	margin: 5px 0 0;
	padding: 5px;
}
#officeData .contact dl {
	display: table;
}
#officeData .contact dl.tel {
	float: left;
	width: 460px;
}
#officeData .contact dl.inquiry {
	float: right;
	width: 415px;
}
#officeData .contact dt,
#officeData .contact dd {
	display: table-cell;
	vertical-align: top;
}
#officeData .contact dt {
	width: 110px;
}
#officeData .contact .tel span {
	display: block;
	font-size: 25px;
	font-weight: bold;
	color: #D00000;
}
#officeData .contact dd {
	padding: 5px 0 0;
}
#officeData .contact dd img {
	vertical-align: middle;
}
/* clearfix
---------------------------------------------------- */
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;overflow:hidden;}

/* おすすめツアー */
#recommendTour {
	background: #FFFCEF;
	margin: 0 0 28px;
}
.office .list {
	border: 1px solid #E0DBD4;
}
.office .list .block {
	border-top: 1px dashed #C5C5BF;
	padding: 20px 10px 20px 15px;
}
.office .list .block:first-child {
	border-top: none;
}
.office .list .block dl {}
.office .list .block dl dt {
	width: 147px;
	float: left;
	margin: 0 7px 0 0;
}
.office .list .block dl dt a {
	display: block;
	width: 120px;
	height: 0;
	padding-top: 120px;
	line-height: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.office .list .block dl dd {
	width: 550px;
	float: right;
}
.office .list .block dl dd .type {
	display: inline-block;
	float: left;
	margin: 0 5px 0 0;
}
.office .list .block dl dd .coursenum {
	/*width: 159px;*/
	display: inline-block;
	padding: 2px 1px 3px 3px;
	margin: 0 5px 0 0;
	float: left;
}
.office .list .block dl dd .coursenum { padding: 6px 2px 5px 3px＼9; }
:root .list .block dl dd .coursenum { padding: 5px 2px 5px 3px ＼0/IE9; }
.office .list .block.domestic dl dd .coursenum {
	background: #cd0000;
}
.office .list .block.oversea dl dd .coursenum {
	background: #0072C9;
}
.office .list .block dl dd .coursenum img {
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.office .list .block dl dd .coursenum span {
	display: inline-block;
	float: right;
	background: #ffffff;
	border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	padding: 7px 9px 4px;
	margin: 0 2px 0 0;
}
.office .list .block dl dd .read {
	width: 550px;
	font-size: 14px;
	margin-top: 10px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.office .list .block dl dd h3 {
	font-size: 19px;
	line-height: 1.3;
	margin: 6px 0 2px 0;
}
.office .list .block dl dd table td {
	vertical-align: middle;
}
.office .list .block dl dd .info {
	background: #FFF;
	padding: 2px 10px 1px 5px;
	margin: 5px 0 0;
	border: 1px solid #E0DBD4;
}
.office .list .block dl dd .info .schedule {
	font-size: 15px;
	font-weight: bold;
	float: left;
}
.office .list .block dl dd .info .schedule img {
	vertical-align: middle;
	margin-right: 3px;
}
.office .list .block dl dd .info .price {
	font-size: 15px;
	font-weight: bold;
	color: #C30C22;
	float: right;
	padding-top: 4px;
}
.office .list .block > p {
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0 0;
}
/*国内新着ツアー*/
#domesticTour {
	margin: 0 0 28px;
}
#domesticTour .moreBtn,
#overseaTour .moreBtn {
	margin: 15px 0 0;
	text-align: right;
}
#domesticTour .list {
	background: #FCF2F2;
}
#overseaTour .list {
	background: #F5F9FD;
}

/* サイド */
#mainW.office .snv-right {
	width: 194px;
}

/* リンク集 */
.sideLink {
	margin: 25px 0 0;
	background: url(../branch/imgs/bg_side_link_mdl.gif) repeat-y left bottom;
}
.sideLink ul {
	padding: 0 10px 15px;
	background: url(../branch/imgs/bg_side_link_btm.gif) no-repeat left bottom;
}
.sideLink ul li {
	padding: 12px 0 0;
}

.sideLink ul li a {
	background: url(../cmn/imgs/snv_ic_001.gif) no-repeat left 0.2em;
	padding: 0 0 0 13px;
}
/* 営業所下階層 */
.office-sub .contents-leftW {
	width: 720px;
}
.office-sub .contents-leftW table {
	width: 700px !important;
}
.office-sub .ar4 {
    background: rgba(0, 0, 0, 0) url("../cmn/imgs/ar_004.gif") no-repeat scroll left top;
    color: #656565;
    display: inline-block !important;
    padding: 0 0 0 15px;
}
.office-contact .formMain {
	margin:0 auto;
	width:590px;
}
.office-contact table {
    border: medium none;
    border-collapse: separate;
    border-spacing:1px;
}
