@charset "UTF-8";
/*
//フォントサイズについて
//
10px/77%
11px/85%
12px/93%
13px/100%
14px/108%
15px/116%
16px/123.1%
17px/131%
18px/138.5%
19px/146.5%
20px/153.9%
21px/161.6%
22px/167%
23px/174%
24px/182%
25%/189%
26px/197%
//
*/

/*リセット*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img {
	border-style: none;
	border: 0;
}
ul,ol {
	list-style-type: none;
}
/*リンク*/
a:link {
	color: #1111CC;
	text-decoration: underline;
}
a:visited {
	color: #5E1A9E;
	text-decoration: underline;
}
a:hover {
	color: #1111CC;
	text-decoration: underline;
}
a:active {
	color: #000033;
	text-decoration: underline;
}
a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}
input[type="text"],textarea {
	padding: 3px;
	border: 1px solid #CCC;
}

/*hrへの直接フロート解除*/
hr.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
	border-style: none;
	visibility: hidden;
}
* html hr.clear {/*IE6*/
	height: 20px;
	margin-top: -40px;
}
*:first-child+html hr.clear {/*IE7*/
	height: 20px;
	margin-top: -40px;
}
.hidden {
	display: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*// END clearfix */

#wrap {
	font-size: 13px;
	*font-size: small;/*IE6・7*/
	*font: x-small;/*IE5*/
	line-height: 1.4em;
}
html>/**/body #wrap {/*IE8*/
	font-size: small\9;
}
* html #wrap {
	text-align: center;
}
#container {
	text-align: left;
}

/*ヘッダー*/
#headerArea,#title_Area,#content,#footerArea {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	*font-size: small;/*IE6・7*/
	*font: x-small;/*IE5*/
	line-height: 1.3em;
}
#header {
	background-image: url(../images_common/header_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
	margin-bottom: 5px;
}
#headerArea {
	height: 100px;
	position: relative;
}
#headerArea h1 {
}
/*
#headerArea h1 a {
	height: 80px;
	width: 280px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images_common/header_logo1.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 0px;
}
*/
/*20111130鵜川追記*/
#headerArea h1 a {
	width: 190px;
	height: 51px;
	background-image: url("../../shared/images_common/header_logo2.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -5000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	float: left;
}
/*ここまで*/
.brown {
	color: #800000;
}
/*グローバルナビ*/
/*
ul#gnav {
	height: 40px;
	width: 660px;
	position: absolute;
	left: 300px;
	top: 50px;
}
*/
/*20111130鵜川追記*/
ul#gnav {
	height: 40px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 50px;
}
/*ここまで*/
ul#gnav li {
	float: left;
	height: 40px;
	width: 85px;
}
ul#gnav li a {
	cursor: pointer;
}
/*20150323鵜川追記*/
ul#gnav2 {
	height: 40px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 50px;
}
/*ここまで*/
ul#gnav2 li {
	float: left;
	height: 40px;
	width: 160px;
}
ul#gnav2 li a {
	cursor: pointer;
}

/*グローバルナビ 3つだけ*/
ul#gnav_3 {
	height: 40px;
	width: 660px;
	position: absolute;
	left: 300px;
	top: 50px;
}
ul#gnav_3 li {
	float: left;
	height: 40px;
	width: 220px;
}
ul#gnav_3 li a {
	cursor: pointer;
}

/*グローバルナビ エフェクト無し
ul#gnav li a {
	display: block;
	height: 40px;
	width: 110px;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
#gnav01 {
	background-image: url(../images_common/gnav_01_off.png);
}
#gnav02 {
	background-image: url(../images_common/gnav_02_off.png);
}
#gnav03 {
	background-image: url(../images_common/gnav_03_off.png);
}
#gnav04 {
	background-image: url(../images_common/gnav_04_off.png);
}
#gnav05 {
	background-image: url(../images_common/gnav_05_off.png);
}
#gnav06 {
	background-image: url(../images_common/gnav_06_off.png);
}
グローバルナビ エフェクト無し*/

/*サブナビゲーション　会社案内・English・中文*/
ul.sub_nav01 {
	display: block;
	position: absolute;
	left: 740px;
	top: 10px;
	width: 240px;
}
ul.sub_nav01 li {
	display: inline;
	margin-right: 10px;
}
ul.sub_nav01 li a {
}
ul.sub_nav01 li a:link {
	color: #666;
	text-decoration: none;
}
ul.sub_nav01 li a:visited {
	color: #666;
	text-decoration: none;
}
ul.sub_nav01 li a:hover {
	color: #333;
	text-decoration: underline;
}
ul.sub_nav01 li a:active {
	color: #333;
	text-decoration: none;
}
/*サブナビゲーション　テスト　会社案内・English・中文*/
/*
ul.sub_nav_test {
	display: block;
	position: absolute;
	left: 340px;
	top: 10px;
	width: 650px;
}
*/
/*20111130鵜川追記*/
ul.sub_nav_test {
	display: block;
	position: absolute;
	left: 240px;
	top: 10px;
	width: 650px;
}
/*ここまで*/
ul.sub_nav_test li {
	display: inline;
	margin-right: 10px;
}
ul.sub_nav_test li a {
}
ul.sub_nav_test li a:link {
	color: #666;
	text-decoration: none;
}
ul.sub_nav_test li a:visited {
	color: #666;
	text-decoration: none;
}
ul.sub_nav_test li a:hover {
	color: #333;
	text-decoration: underline;
}
ul.sub_nav_test li a:active {
	color: #333;
	text-decoration: none;
}
/*サブナビゲーション　店舗情報・マイページ・新規会員登録*/
ul.sub_nav02 {
	display: block;
	position: absolute;
	left: 610px;
	top: 10px;
}
ul.sub_nav02 li {
	display: inline;
}
ul.sub_nav02 li a {
	background-image: url(../images_common/icon_10px.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 12px;
}
ul.sub_nav02 li a:link {
	color: #666;
	text-decoration: none;
}
ul.sub_nav02 li a:visited {
	color: #666;
	text-decoration: none;
}
ul.sub_nav02 li a:hover {
	color: #F29600;
	text-decoration: underline;
}
ul.sub_nav02 li a:active {
	color: #F29600;
	text-decoration: underline;
}

/*ログインボタン*/
p.login {
	height: 30px;
	width: 71px;
	position: absolute;
	left: 889px;
	top: 0px;
}
p.login a {
	cursor: pointer;
}
/*ログインボタンエフェクト無し
p.login a {
	display: block;
	height: 30px;
	width: 71px;
	text-indent: -5000px;
	background-image: url(../images_common/btn_login.png);
	position: absolute;
	left: 889px;
	top: 0px;
}
ログインボタンエフェクト無し*/

/*パンくず・ページタイトル*/
#page_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
#page_title p.pankuzu {
	font-size: 85%;
	line-height: 1em;
}
#page_title h2 {
	font-size: 167%;
	margin-top: 10px;
	background-image: url(../images_common/icon_title16px.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-left: 5px;
	color: #333;
}

/*コンテンツ*/
#content {
	margin-bottom: 20px;
}

/*
//2・3カラム　右カラム共通スタイル
*/
/*サイト内検索*/
#right_column .search_site {
	padding: 9px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}
#right_column .search_site h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F29600;
	padding-left: 3px;
	margin-bottom: 10px;
}
#right_column .search_site .search_textbox {
	width: 165px;
}

#information h2,#pr_ntour h2 {
	text-indent: -5000px;
	height: 30px;
	width: 240px;
}

/*Ntour情報*/
#right_column #information {
	margin-top: 10px;
}
#right_column #information h2 {
	background-image: url(../images_common/title_information.gif);
}
#right_column #information dl {
	border: 1px solid #F39D10;
	background-color: #e6fffa;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
}
#right_column #information dt {
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F29600;
	background-image: url(../images_common/icon_10px.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 15px;
	padding-top: 5px;
}
#right_column #information dd {
	margin-bottom: 5px;
	margin-left: 15px;
}

/*PR*/
#right_column #pr_ntour {
	margin-top: 10px;
}
#right_column #pr_ntour h2 {
	background-image: url(../images_common/title_pr_ntour.gif);
}
#right_column #pr_ntour dl {
	border: 1px solid #F29600;
	background-color: #FFF5F6;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
}
#right_column #pr_ntour dt {
	font-size: 138.5%;
	font-weight: bold;
	color: #E60012;
	text-align: center;
	margin-bottom: 5px;
}
#right_column #pr_ntour dd {
}
#right_column #pr_ntour dd dl {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#right_column #pr_ntour dd dt {
	color: #666;
	font-size: 100%;
	position: relative;
	width: 135px;
	padding-left: 90px;
	margin: 0px;
	text-align: left;
}
#right_column #pr_ntour dd dt img {
	position: absolute;
	left: 0px;
	top: 0px;
}
#right_column #pr_ntour dd dd {
	margin-bottom: 10px;
	padding-left: 90px;
	height: 55px;
}
#right_column #pr_ntour dd > dd {
	min-height: 55px;
	height: auto;
}

/*スライドサイドバナー*/
#right_column #sidebanner {
	margin-top: 10px;
	clear: left;
}

/*店舗案内 サイドバー*/
#right_column #office {
	margin-top: 00px;
}
#right_column #office h2 {
	background-image: url(../images_common/title_office.gif);
	height: 22px;
	width: 205px;
	padding-top: 8px;
	padding-left: 35px;
}
#right_column #office h2 a:link,#right_column #office h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
#right_column #office h2 a:hover,#right_column #office h2 a:active {
	color: #F29600;
	text-decoration: underline;
}
#right_column #office ul {
	border: 1px solid #009E96;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#right_column #office li {
	background-image: url(../images_common/icon_10px.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-top: 5px;
}

/*サイドバナー*/
#right_column ul.banner {
	text-align: center;
}
#right_column ul.banner li {
	margin-top: 10px;
}
#right_column ul.banner0 {
	text-align: center;
}
#right_column ul.banner0 li {
	margin-top: 0;
}

/*フッター*/
#footer {
	background-image: url(../images_common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
}
#footerArea {
	position: relative;
}
#footerArea p.pagetop {
	height: 20px;
	width: 100px;
	position: absolute;
	left: 860px;
	top: 4px;
}
/*フッターナビゲーション*/
#footer_nav {
	float: left;
	width: 500px;
	margin-top: 14px;
}
#footer_nav ul {
}
#footer_nav li {
	background-image: url(../images_common/icon_10px.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	margin-right: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
/*フッターロゴ・コピーライト*/
#footer_logo {
	float: right;
	width: 450px;
	margin-top: 30px;
}
#footer_logo h3 {
	float: right;
	height: 60px;
	width: 60px;
	margin-left: 10px;
}
#footer_logo p {
	font-weight: bold;
	color: #009E96;
	text-align: right;
	margin-top: 25px;
}
#footer_logo address {
	font-size: 77%;
	font-style: normal;
	text-align: right;
}
/*-----------2011.10.01鵜川追加-------------*/
.float_right {
	float: right;
}
#sale_icon {
	margin-top: -30px;
}

.mb10{ margin-bottom:10px;}