@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#contents .topicpath, #contents .con_intro {
	width: 950px;
	margin: auto;
}

/* font-awesome */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */

div#RthCustomizeW
{
    width: 950px !important;
}

html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #313131;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
body #page a {
	color: #4b4b4b;
	text-decoration: underline;
}
body #page a:hover {
	text-decoration: none;
	color: #646464;
}
body #page img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天設定
----------------------------------------------------------- */
div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
	margin-bottom: 0 !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	position: relative;
	min-width: 950px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: relative;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header .con_header {
	overflow: hidden;
	padding: 10px 0 0 195px;
}
#header .con_header h2 {
	font-weight: normal;
	float: left;
	font-size: 100%;
}
#header .con_header h2 em {
	display: block;
	font-size: 139%;
	color: #69647e;
	margin-top: .3em;
}
#header .con_header .txt_tel {
	float: right;
}
#header #gnav {
	margin-left: 167px;
	margin-top: 13px;
	display: table;
	width: 783px;
}
#header #gnav li {
	display: table-cell;
	width: 20%;
}
#header #gnav li:first-child a:before {
	display: none;
}
#header #gnav li a {
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding: 1.3em;
}
#header #gnav li a:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 70%;
	display: block;
	top: 15%;
	left: 0;
	background: #e3e2e2;
}
#header #gnav li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	width: 70%;
	height: 3px;
	background: #abadd0;
	opacity: 0;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
}
#header #gnav li a em {
	display: block;
	font-size: 116%;
	letter-spacing: 1px;
}
#header #gnav li a span {
	display: block;
	font-size: 85%;
	margin-top: .2em;
	font-family: "Times New Roman", serif;
	color: #bebcc6;
}
#header #gnav li a:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header #gnav li.gnav_rsv a {
	background: #938e16;
}
#header #gnav li.gnav_rsv a:before {
	display: none;
}
#header #gnav li.gnav_rsv a em {
	color: #FFF;
}
#header #gnav li.gnav_rsv a span {
	color: #ceccb3;
}
#header #gnav li.gnav_rsv a:hover:after {
	background: #53500d;
}
#header #gnav li.active a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header #hnav {
	text-align: right;
	letter-spacing: -.4em;
	background: #eeeeee;
	width: 100%;
	padding: .5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 8px 10px -8px rgba(34, 34, 34, 0.2) inset;
	-webkit-box-shadow: 0 8px 10px -8px rgba(34, 34, 34, 0.2) inset;
	box-shadow: 0 8px 10px -8px rgba(34, 34, 34, 0.2) inset;
}
#header #hnav li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
	margin-left: 1em;
}
#header #hnav li a {
	display: block;
	color: #313131;
	text-decoration: none;
	line-height: 1;
	font-size: 93%;
}
#header #hnav li a:after {
	content: "";
	font-family: FontAwesome;
	margin-left: .3em;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: .5em;
}
#header #hnav li a:hover {
	text-decoration: underline;
}
#header #hnav li.mail a {
	background: #ffffff;
	border: 1px solid #bdbbc5;
	padding: .2em .5em;
	text-decoration: none !important;
	-moz-transition: background 300ms, color 300ms;
	-o-transition: background 300ms, color 300ms;
	-webkit-transition: background 300ms, color 300ms;
	transition: background 300ms, color 300ms;
}
#header #hnav li.mail a:before {
	content: "";
	font-family: FontAwesome;
	margin-right: .3em;
	vertical-align: middle;
	color: #938e16;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
#header #hnav li.mail a:after {
	display: none;
}
#header #hnav li.mail a:hover {
	background: #58596b;
	color: #FFF;
}
#header #hnav li.mail a:hover:before {
	color: #FFF;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .topicpath {
	padding: 10px 0;
	margin-bottom: 45px;
}
#contents .topicpath li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	color: #000;
	margin-right: 7px;
	position: relative;
	z-index: 10;
	font-size: 93%;
	line-height: 1;
}
#contents .topicpath li a {
	color: #030f2c;
	display: block;
}
#contents .topicpath li a:after {
	content: "";
	font-family: FontAwesome;
	margin-left: .3em;
	vertical-align: middle;
}
#contents .topicpath li a:after {
	font-size: 124%;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	line-height: 1;
	margin-left: .7em;
}
#contents .con_intro {
	margin-bottom: 60px;
}
#contents .con_intro h3 {
	font-weight: normal;
	margin-bottom: 20px;
}
#contents .con_intro h3 .jp {
	font-size: 162%;
	color: #6b6486;
}
#contents .con_intro h3 .en {
	font-size: 93%;
	color: #a7a5ac;
	margin-left: 1em;
	font-family: "Times New Roman", serif;
}
#contents .con_intro p {
	font-size: 100%;
	line-height: 1.6;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	position: relative;
	margin-top: 96px;
}
#footer #pagetop {
	position: absolute;
	top: -55px;
	right: 0;
}
#footer .con_bnr {
	text-align: center;
	letter-spacing: -.4em;
	background: #f1f0e9;
	border-top: 10px solid #5e5f72;
	padding: 10px 0;
}
#footer .con_bnr li {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-left: 10px;
	letter-spacing: normal;
}
#footer .con_bnr li:first-child {
	margin-left: 0;
}
#footer .con_footer {
	text-align: center;
	letter-spacing: -.4em;
	padding: 20px 0 15px;
}
#footer .con_footer > * {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	letter-spacing: normal;
}
#footer .con_footer .logo {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#footer .con_footer address {
	text-align: left;
	font-size: 93%;
	margin-left: 2.5em;
	padding-right: 2em;
	border-right: 1px solid #e3e2e2;
	margin-right: 2em;
}
#footer .con_footer address em {
	display: block;
	color: #665f7e;
	font-size: 134%;
	margin-bottom: .5em;
}
#footer .con_footer .txt_tel {
	margin-right: 2em;
}
#footer #copyright {
	font-size: 77%;
	text-align: center;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
	border-top: 2px solid #6b6486;
	border-bottom: 1px solid #bababa;
	font-size: 93%;
}
table.tbl_basic tr th, table.tbl_basic tr td {
	border-bottom: 1px dashed #bababa;
	padding: 10px;
}
table.tbl_basic tr th {
	background: #eeeeee;
	font-weight: normal;
}
table.tbl_basic tr td {
	background: #FFF;
}
