@charset "utf-8";
/* #############################################################

[ 構造設計 ]

############################################################# */
/* 大枠 */
.container {
	width: 960px;
	margin: 5px auto 20px;
}
/* #############################################################

[ ヘッダフッタ ]

############################################################# */

/* グローバルナビ共通項目 */
.res-gnav {
	display: block;
	min-height: 1%;
}
.res-gnav-li {
	float: left;
	max-height: 38px;
	text-align: center;
	vertical-align: middle;
}
.res-gnav-li-a {
	display: block;
	width: 90px;
	max-height: 38px;
	line-height: 1;
	overflow: hidden;
	border-right: 1px solid #c3dcf1;
	border-bottom: 1px solid #c3dcf1;
	color: #2a536f;
	font-size: 12px;
	font-weight: bold;
}
.res-gnav-li-a.current, .res-gnav-li-a:hover {
	color: #fff;
}
.nav03 .res-gnav-li-a, .nav06 .res-gnav-li-a {
	width: 106px;
}
.nav07 .res-gnav-li-a {
	width: 107px;
}
.res-gnav-li.nav01 {
	border-left: solid 1px #c3dcf1;
}
.res-gnav-li-a {
	padding: 12px 0 11px 0;
	border-top: 2px solid #3695d6;
	background: rgb(241,245,249); /* Old browsers */
	background:    -moz-linear-gradient(top, rgba(241,245,249,1) 0%, rgba(219,234,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(241,245,249,1)), color-stop(100%, rgba(219,234,249,1)));
	background: -webkit-linear-gradient(top, rgba(241,245,249,1) 0%, rgba(219,234,249,1) 100%);
	background:      -o-linear-gradient(top, rgba(241,245,249,1) 0%, rgba(219,234,249,1) 100%);
	background:     -ms-linear-gradient(top, rgba(241,245,249,1) 0%, rgba(219,234,249,1) 100%);
	background:         linear-gradient(to bottom, rgba(241,245,249,1) 0%, rgba(219,234,249,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f5f9', endColorstr='#dbeaf9', GradientType=0 );
}
.res-gnav-li-a.current, .res-gnav-li-a:hover {
	border-top: solid 2px #0b233b;
	background: rgb(6,44,74);
	background:    -moz-linear-gradient(top, rgba(6,44,74,1) 0%, rgba(50,141,203,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(6,44,74,1)), color-stop(100%, rgba(50,141,203,1)));
	background: -webkit-linear-gradient(top, rgba(6,44,74,1) 0%, rgba(50,141,203,1) 100%);
	background:      -o-linear-gradient(top, rgba(6,44,74,1) 0%, rgba(50,141,203,1) 100%);
	background:     -ms-linear-gradient(top, rgba(6,44,74,1) 0%, rgba(50,141,203,1) 100%);
	background:         linear-gradient(to bottom, rgba(6,44,74,1) 0%, rgba(50,141,203,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062c4a', endColorstr='#328dcb', GradientType=0 );
}
/* -------------------------------------------------------------- 
 ヘッダ本体（.res-headbody）
-------------------------------------------------------------- */
.res-headbody {
	margin: 0 0 0 5px;
}
/* -------------------------------------------------------------- 
 ヘッダ本体：タイプA（.type-a）
-------------------------------------------------------------- */
.type-a {
	overflow: hidden;
	padding: 5px 0 0;
}
.type-a iframe {
	margin: 0;
	padding: 0;
	border: none;
}
.res-headbody-l {
	float: left;
	width: 515px;
	overflow: hidden;
}
.res-headbody-r {
	float: right;
	width: 435px;
}
.res-ci, .res-servicename {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}
.res-servicename {
	margin: 0 0 0 10px;
}
.res-welcome {
	display: -moz-inline-box;
	display: inline-block;
	width: 430px;
	zoom: 1;
	text-align: left;
}
.res-name {
	color: #eb4055;
	font-weight: bold;
}
.res-name-span {
	padding: 0 0.5em;
	color: #000;
}
.add-line {
	padding: 0 6px 0 0;
	border-right: 1px solid #999;
}
.border-none {
	border: 0;
}
/* ==========================================================================
ローカルナビ：ガイド（ローカルナビの直上）
=========================================================================== */
.local-guide {
	margin: 0 0 8px;
	padding: 3px 0 0;
	text-align: right;
}
/* ==========================================================================
.whole-head-pane
=========================================================================== */
.whole-head-pane {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.vi-head-04 {
	position: absolute;
	top: 51px;
	left: 223px;
	width: 280px;
	height: 30px;
	line-height: 1;
	overflow: hidden;
	padding: 2px 0 0;
	color: #666;
	font-size: 85%;
}
/* ==========================================================================
 パンくず
=========================================================================== */
.topicpath {
	margin: 8px 0;
	padding: 0;
}
.topicpath-span {
	padding: 0 0.8em;
}
/* ==========================================================================
 ローカルメニュー（タブメニュー）
=========================================================================== */
/* -------------------------------------------------------------- 
タブ上部：エリアメニュー
-------------------------------------------------------------- */
.menu-area {
	border-bottom: 4px solid #2f87d0;
}
.menu-area-li {
	float: left;
	margin: 0 5px 0 0;
}
.menu-area-li-last {
	margin: 0;
}
.menu-area-li a {
	display: block;
	width: 133px;
	height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.menu-area-li a.tab-kaigai {
	width: 132px;
}
.menu-area-li a:hover, .menu-area-li-current a {
	background-position: left bottom;
}
.tab-hokkaido {
	background: url(../images/btn_area_hokkaidotohoku.gif) no-repeat left top;
}
.tab-kanto {
	background: url(../images/btn_area_kantokoshinetsu.gif) no-repeat left top;
}
.tab-kanto {
	background: url(../images/btn_area_kantokoshinetsu.gif) no-repeat left top;
}
.tab-chubu {
	background: url(../images/btn_area_chubu.gif) no-repeat left top;
}
.tab-kinki {
	background: url(../images/btn_area_kinki.gif) no-repeat left top;
}
.tab-chugoku {
	background: url(../images/btn_area_chugokushikoku.gif) no-repeat left top;
}
.tab-kyushu {
	background: url(../images/btn_area_kyushuokinawa.gif) no-repeat left top;
}
.tab-kaigai {
	background: url(../images/btn_area_abroad.gif) no-repeat left top;
}
/* -------------------------------------------------------------- 
タブ下部：コンテンツメニュー
-------------------------------------------------------------- */
.menu-contents {
	margin: 0 0 5px;
}
.menu-contents-span {
	float: left;
}
/* ==========================================================================
 フッターバナー
=========================================================================== */
.foot-bnr {
	margin: 16px 0 0;
	font-size: 0;
	text-align: center;
}
/* ==========================================================================
 SEO対策フッタ
=========================================================================== */
.res-service {
	width: 960px;
	zoom: 1;
	margin: 30px auto 20px;
	color: #666;
}
.res-service-box {
	margin: 13px 0 0;
	border-top: 1px dotted #ccc;
}
.res-service-t {
	border-top: 1px solid #e5e5e5;
}
.res-service-ti {
	float: left;
	width: 150px;
	padding: 18px 0 0 10px;
	font-weight: bold;
}
.res-service-content {
	float: right;
	width: 795px;
	padding: 12px 0 0;
}
.separator-link {
	clear: both;
	overflow: hidden;
	margin: 0 0 0 -1px;
}
.separator-link .first {
	width: 100px;
	line-height: 13px;
	margin: 0 0 4px;
	border: none;
	font-weight: bold;
}
.separator-span {
	float: left;
	line-height: 13px;
	margin: 0 0 4px;
	padding: 4px 11px;
	border-left: solid 1px #ccc;
	white-space: nowrap;
}
.service-span {
	float: left;
	line-height: 13px;
	margin: 4px 0;
	padding: 4px 10px;
	border-left: solid 1px #ccc;
	font-size: 13px;
	font-weight: bold;
}
.service-link span:first-child {
	border: none;
}
.res-service .border-none {
	border-left: none;
}
.icon-shop {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter01.gif) 0 0 no-repeat;
}
.icon-reserve {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter02.gif) 0 0 no-repeat;
}
.icon-news {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter03.gif) 0 0 no-repeat;
}
.icon-lesson {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter04.gif) 0 0 no-repeat;
}
.icon-style {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter05.gif) 0 0 no-repeat;
}
.icon-sitemap {
	padding: 4px 0 2px 24px;
	background: url(../images/mrk_seofooter06.gif) 0 0 no-repeat;
}
.arrow-circle {
	padding: 4px 0 4px 22px;
	background: url(../images/mrk_seofooter_circle.gif) no-repeat left center;
	white-space: nowrap;
}
/* ==========================================================================
 フッタ
=========================================================================== */
.res-foot {
	width: 960px;
	zoom: 1;
	margin: 0 auto;
	padding: 15px 0;
	background: url(../images/bg_footer.gif) repeat-x;
}
/* utility（.res-foot-utility）
--------------------------------------------- */
.res-foot-utility {
	overflow: hidden;
	margin: 0 0 0 5px;
	font-size: 85%;
}
.res-foot-ul {
	margin: 0 0 10px -1px;
}
.res-foot-li {
	display: inline;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #999;
}
.res-foot-li-a {
	color: #666;
	text-decoration: none;
}
/* copyright
--------------------------------------------- */
.res-foot-address {
	padding: 20px 0 0 15px;
	color: #999;
	font-size: 85%;
	font-style: normal;
}