@charset "utf-8";

/*------------------------------------

		base.css
	 サイト全体の指定

-------------------------------------*/

/*-- ブラウザによるデフォルトのスタイルをリセット --*/

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea{
	font-size:100%;
}

/* 画像の下にできる隙間をなくす */
img{
	vertical-align:bottom;
}

/* clearfix */
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    content: " ";
}

* html .clearfix { zoom: 1; }/* IE6 */

*:first-child+html .clearfix { zoom: 1; }/* IE7 */

/*リンクの設定*/
a{
	color:#0077dd;
	text-decoration:underline;
}

a:hover{
	color:#6a3906;
	text-decoration:none;
}

/*リンク画像の輝度を調整してロールオーバーを再現*/
a:hover img{
	opacity:0.8;/*不透明度を80%に*/
	filter:alpha(opacity=80);/*IE用*/
}

/*リンク画像の輝度を調整してロールオーバーを再現*/
area:hover{
	opacity:0.8;/*不透明度を80%に*/
	filter:alpha(opacity=80);/*IE用*/
}

/*ロールオーバー画像があるリンク画像は輝度調整を無効に*/
a:hover img.swap{
    opacity:1;
    filter:alpha(opacity=100);
}

/*輝度調整を無効にする*/
a:hover img.noOpacity{
    opacity:1;
    filter:alpha(opacity=100);
}

/*基本指定*/

html{
	-webkit-text-size-adjust:100%; /*iPhoneでの自動フォントサイズ調整を無効に*/
}

body{
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-self;*/
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:0.8em;
	color:#333;
	line-height:1.8;
	text-align:center; /*古いブラウザでページ全体を中央にする*/
	background:#EEE;
}

/*背景用*/
#stage{
	width:920px;
	background:url(../images2/bg.png) repeat-y;
	margin:0 auto;/*ページを中央表示*/
	text-align:left;/*文字のセンタリングを解除*/
}

/*ページ全体*/
#wrapper{
	margin:0 10px;
	width:900px;
	background:#FFF;
}

/*コンテンツ部分*/
#container{
	width:880px;
	margin:15px 10px;
	overflow:hidden;
}


/*---- ヘッダー ----*/

#header{
	width:900px;
	position:relative;
	border-bottom:5px solid #6A3906;
	overflow:hidden;/*floatを解除*/
}

#headerTop{
	width:900px;
	overflow:hidden;/*floatを解除*/
}

/*SEOワード*/
h1{
	width:80%;
	padding-top:5px;
	padding-left:1em;
	font-size:0.8em;
	float:left;
}


/*ロゴの指定*/
p#logo{
	margin:10px 0 0px 10px;
	padding:10px 0 5px;
	_margin-left:5px;/*IE6用*/
	float:left;
}

/*電話番号の指定*/
p#tel{
	float:right;
	margin-top:20px;
	margin-right:10px;
	_margin-right:5px;/*IE6用*/
	/margin-bottom:10px;/*IE6,7用*/
}

/*---- グローバルナビ ----*/

/*グロナビの全体指定*/
ul#gNavi{
	width:880px;
	margin:5px 0 0 10px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:2px solid #6a3906;
}

/*ナビの指定*/
ul#gNavi li{
	float:left;/*横並びに*/
	text-indent:-9999em;/*テキストをページ外に飛ばす*/
}

/*ナビのリンク指定*/
ul#gNavi li a{
	display:block;/*画像に置き換える為*/
	height:31px;/*画像のheightと同じに*/
}

/*通常時のグローバルナビ*/
ul#gNavi li#navi01 a{width:172px; background:url(../images2/gnavi.png) no-repeat 0px 0px;}
ul#gNavi li#navi02 a{width:172px; background:url(../images2/gnavi.png) no-repeat -172px 0px;}
ul#gNavi li#navi03 a{width:172px; background:url(../images2/gnavi.png) no-repeat -344px 0px;}
ul#gNavi li#navi04 a{width:174px; background:url(../images2/gnavi.png) no-repeat -516px 0px;}


/*ロールオーバー時のグローバルナビ*/
ul#gNavi li#navi01 a:hover{width:172px; background:url(../images2/gnavi.png) no-repeat 0px -33px;}
ul#gNavi li#navi02 a:hover{width:172px; background:url(../images2/gnavi.png) no-repeat -172px -33px;}
ul#gNavi li#navi03 a:hover{width:172px; background:url(../images2/gnavi.png) no-repeat -344px -33px;}
ul#gNavi li#navi04 a:hover{width:174px; background:url(../images2/gnavi.png) no-repeat -516px -33px;}

/*---- パンくずリスト ---*/

#breadcrumbsList{
	font-size:0.8em;
	margin:0 0 10px 10px;
}

#breadcrumbsList li{
	display:inline;
}

#breadcrumbsList ol li{
	display:inline;
	margin:0 5px;
}

/*海外情報版*/
#breadcrumbsList_os{
	font-size:0.8em;
	margin:10px 0 0 10px;
}

#breadcrumbsList_os ol li{
	display:inline;
}


/*---- キャッチ画像 ----*/

/*キャッチ画像を背景に*/
div#catch{
	background:url(../images2/catch_02.jpg) no-repeat;
	height:198px;
	position:relative;
}

/*エントリーボタン*/
div#catch p{
	position:absolute;
	top:128px;
	left:42px;
}


/*---- メイン ----*/

/*メインコンテンツ全体指定*/
#main{
	width:650px;
	float:left;
}

.textBody{
	width: 100%;
}

.pageTop{
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
}

.pageTop img{
	cursor:pointer;
}

/*LPOリンク用の設定*/
ul#lpoLink {
    font-size:0.8em;
    margin:10px;
    text-align:center;
}

ul#lpoLink li {
	white-space:nowrap;/*単語の途中で折り返すのを防ぐ*/
	color:#666;
    display:inline;
}

ul#lpoLink li a{
    color:#666;
    text-decoration:none;
}

ul#lpoLink li a:hover{
    color:#999;
}

/*---- サイド ----*/

/*サイドバー全体指定*/
#side{
	width:210px;
	float:right;
}

/*エルユーエス4つの理由の背景指定*/
#sideEntry{
	width:210px;
	height:207px;
	background:url(../images2/4step.png) no-repeat;
	position:relative;
	margin-bottom:15px;
}

/*エルユーエス4つの理由のエントリーボタン*/
#sideEntry p{
	position:absolute;
	top:160px;
	left:18px;
}

/*サポートメニューの枠指定*/
div#sideSupport{
	width:188px;
	_width:190px;/*IE6用*/
	border:1px solid #CCC;
	border-top:0px;
	margin:0 auto 15px;
	_margin-left:10px;/*IE6用*/
}

/*サポートメニューの説明文*/
p#supportText{
	padding:5px 5px 10px 5px;
	font-size:0.8em;
	text-align:center;
	line-height:1.4;
}

/*サポートメニューのdl指定*/
div#sideSupport dl{
	margin:10px 0 15px;
	font-size:0.9em;
}

/*サポートメニューのdt指定*/
div#sideSupport dl dt{
	font-weight:bold;
	padding-left:5px;
}

/*サポートメニューのdd指定*/
div#sideSupport dl dd{
	padding-left:15px;
	margin-left:5px;
	background:url(../images2/listmark_03.png) no-repeat left;
}

/*ddの下のdtにだけmarginを指定*/
div#sideSupport dd+dt{
	margin-top:5px;
}

/*サイドバーの見出し*/
p.sideTitle{
	margin:0 4px 10px;
	font-weight:bold;
	padding:3px 0 3px 20px;
	border-bottom:2px solid #6a3906;
	background:url(../images2/listmark_01.png) no-repeat left;
}

/*人気こだわり条件の枠指定*/
div#sideKodawari{
	width:188px;
	_width:190px;/*IE6用*/
	border:1px solid #CCC;
	border-top:0px;
	margin:0 auto 15px;
	_margin-left:10px;/*IE6用*/
}

/*リンクテキスト*/
div#sideKodawari ul{
	padding:8px 5px;
	font-size:0.9em;
}

div#sideKodawari ul li{
	list-style-position:inside;
	padding-left:3px;
}

/*お役立ち情報のリスト全体指定*/
ul#infoNavi{
	margin-left:4px;
}

ul#infoNavi li {
    list-style: disc outside none;
    margin-bottom: 3px;
    margin-left: 20px;
}


/*エルユーエスの写真説明文*/
p.lusExplain{
	font-size:0.8em;
	text-align:center;
	color:#666;
	margin:0 5px 10px;
}

/*オススメリンク*/
.side_recommend{
	padding: 5px 10px;
}



/*---- フッター ----*/

/*フッター全体指定*/
#footer{
	width:100%;
	border-top:5px solid #6A3906;
	padding-top:5px;
}

/*メインリンク全体指定*/
ul.ftLink01{
	font-size:0.9em;
	text-align:center;
	margin:5px 0 5px;
}

/*メインリンク指定*/
ul.ftLink01 li{
	display:inline;/*横並びに*/
}

/*サブリンク全体指定*/
ul.ftLink02{
	font-size:0.8em;
	color:#333;
	text-align:center;
	margin:10px 0 5px;
}

/*サブリンク指定*/
ul.ftLink02 li{
	display:inline;/*横並びに*/
}

/*サブリンク色指定*/
ul.ftLink02 li a{
	color:#666;
}

/*サブリンクロールオーバー指定*/
ul.ftLink02 li a:hover{
	color:#6a3906;
}

p#ftLinktext{
	font-size:0.9em;
	font-weight:bold;
	margin-left:50px;
}

/*地域リンク全体指定*/
ul.ftLink03{
	font-size:0.8em;
	color:#333;
	margin:5px 0px 5px 50px;
}

/*地域リンク指定*/
ul.ftLink03 li{
	display:inline;/*横並びに*/
}

/*地域リンク色指定*/
ul.ftLink03 li a{
	color:#666;
}

/*地域リンクロールオーバー指定*/
ul.ftLink03 li a:hover{
	color:#669933;
}

/*コピーライトの指定*/
address{
	text-align:right;
	margin-right:10px;
	font-size:0.8em;
	padding-bottom:5px;
}


/*------------ entryform ---------------*/

div.entryLus_01 {
    margin: 0 auto 40px;
    overflow: hidden;
    width: 630px;
}

div.entryLus_01_tel {
    background: url(../images2/bg_tel-entry.png) no-repeat;
    float: left;
    height: 206px;
    position: relative;
    width: 315px;
}

p.entryLus_01_tel_txt {
    left: 100px;
    line-height: 1.4;
    position: absolute;
    top: 40px;
    width: 200px;
}

p.entryLus_01_tel_tel {
    left: 20px;
    position: absolute;
    top: 128px;
}

div.entryLus_01_form {
    background: url(../images2/bg_form-entry.png) no-repeat;
    float: right;
    height: 206px;
    position: relative;
    width: 315px;
}

p.entryLus_01_form_txt {
    left: 100px;
    line-height: 1.4;
    position: absolute;
    top: 40px;
    width: 200px;
}

p.entryLus_01_form_btn {
    left: 52px;
    position: absolute;
    top: 127px;
}

p.entryLus_01_form_other {
    font-size: 0.875em;
    left: 10px;
    position: absolute;
    top: 180px;
}


/*---------------marginクラス-------------------*/

.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}

.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml35{ margin-left:35px;}

.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}


/*--------------- text-alignクラス -------------------*/

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/*--------------- clearクラス ---------------------*/

.clearLeft{
	clear:left;
}

.clearRight{
	clear:right;
}

.clearBoth{
	clear:both;
}

/*--------------- floatクラス ---------------------*/

.floatLeft{
	float:left;
}

.floatRight{
	clear:right;
}


/*強調*/
.emphasis{
	background-color:#F7F791;
}

/*テキストエリアの指定*/
.textArea_01{
	width:620px;
	margin-left:15px;
	font-size: 1.1em;
}

.textArea_01 p{
	margin-bottom: 2em;
}

/*プライバシーポリシー・利用規約のテキストエリアの指定*/
.textArea_pp{
	width:620px;
	margin-left:15px;
	font-size: 1.1em;
}

.textArea_pp p{
	margin-bottom: 1em;
}

/*h2基本系*/
h2.h2main{
	background:url(../images2/tag_bg_main.png) no-repeat;
	color: #666;
    font-size: 1.3em;
    font-weight: bold;
    height: 31px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top: 1px;
}

h3.h3main {
    border-bottom: 1px dashed #6a3906;
    border-left: 7px solid #6a3906;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
    padding: 3px 0 3px 10px;
}


h3.h3sitemap {
    border-left: 5px solid #6a3906;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 0 0 0 10px;
}


/* スマホ切替 */
.change_sp{
  margin: 0 auto;
  position: relative;
  width: 920px;
}

.btn_change_sp{
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 840px;
}

.btn_change_sp img{width: 100%;}

.close_change_sp{
  background: #999;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: 1px 2px 2px 2px rgba(127,127,127,.7);
  color: #fff;
  font-size: 36px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 10px;
  width: 48px;
}

.view_mode{
  font-size:0.785em;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}