@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:#ee7d7d;
	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 #ee7d7d;
	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用*/
}


/*電話番号テキストの指定*/
p#telText{
	clear:both;
	text-align:right;
	margin-right:20px;
	font-size:0.8em;
}

/*---- グローバルナビ ----*/

/*グロナビの全体指定*/
ul#gNavi{
	width:880px;
	margin:5px 0 0 10px;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:2px solid #ee7d7d;
}

/*ナビの指定*/
ul#gNavi li{
	float:left;/*横並びに*/
	text-indent:-9999em;/*テキストをページ外に飛ばす*/
}

/*ナビのリンク指定*/
ul#gNavi li a{
	display:block;/*画像に置き換える為*/
	height:31px;/*画像のheightと同じに*/
}

/*グローバルナビ通常時*/
ul#gNavi li#navi01 a{width:176px; background:url(../images2/gnavi_02.png) no-repeat 0px 0px;}
ul#gNavi li#navi02 a{width:176px; background:url(../images2/gnavi_02.png) no-repeat -176px 0px;}
ul#gNavi li#navi03 a{width:176px; background:url(../images2/gnavi_02.png) no-repeat -352px 0px;}
ul#gNavi li#navi04 a{width:176px; background:url(../images2/gnavi_02.png) no-repeat -528px 0px;}
ul#gNavi li#navi05 a{width:176px; background:url(../images2/gnavi_02.png) no-repeat -704px 0px;}

/*グローバルナビロールオーバー時*/
ul#gNavi li#navi01 a:hover{width:176px; background:url(../images2/gnavi_02.png) no-repeat 0px -33px;}
ul#gNavi li#navi02 a:hover{width:176px; background:url(../images2/gnavi_02.png) no-repeat -176px -33px;}
ul#gNavi li#navi03 a:hover{width:176px; background:url(../images2/gnavi_02.png) no-repeat -352px -33px;}
ul#gNavi li#navi04 a:hover{width:176px; background:url(../images2/gnavi_02.png) no-repeat -528px -33px;}
ul#gNavi li#navi05 a:hover{width:176px; background:url(../images2/gnavi_02.png) no-repeat -704px -33px;}



/*---- パンくずリスト ---*/
#breadcrumbsList{
	font-size:0.8em;
	margin:0 0 10px 10px;
}

#breadcrumbsList li{
	display:inline;
}

#breadcrumbsList_os ol li{
	display:inline;
}


/*---- キャッチ画像 ----*/

/*キャッチ画像を背景に*/
div#catch{
	height:198px;
	position:relative;
	background-image: url(../images2/catch/catch_01.jpg);
}

/*エントリーボ「タン*/
div#catch p{
	position:absolute;
	top:124px;
	left:42px;
}


/*---- メイン ----*/

/*メインコンテンツ全体指定*/
#main{
	width:650px;
	float:left;
}

.pageTop{
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
}

/*---- サイド ----*/

/*サイドバー全体指定*/
#side{
	width:210px;
	float:right;
}

/*エルユーエス登録4STEP*/
#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#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;
}

/*サポートメニューの枠指定*/
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-bottom:15px;
	font-size:0.9em;
}

/*サポートメニューのdt指定*/
div#sideSupport dl dt{
	margin-bottom:10px;
}

/*サポートメニューのdd指定*/
div#sideSupport dl dd{
	padding-left:10px;
	margin:0 0 3px 5px;
}

/*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 #ee7d7d;
	background:url(../images2/listmark_01.png) no-repeat left;
}

/*エルユーエスの写真説明文*/
p.lusExplain{
	font-size:0.8em;
	text-align:center;
	color:#666;
	margin:0 5px 10px;
}

/*ノウハウのテキスト*/
p#knowhowText{
	width:168px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:1.4;
	font-size:0.8em;
	margin:0 auto 20px;
	border:1px solid #ececec;
	padding:5px 10px;
}

/*---- フッター ----*/

/*フッター全体指定*/
#footer{
	width:100%;
	border-top:5px solid #ee7d7d;
	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.785em;
	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:#ee7d7d;
}

/*コピーライトの指定*/
address{
	text-align:right;
	margin-right:10px;
	font-size:0.8em;
	padding-bottom:5px;
}


/*---- エントリーボックス ----*/

/*新エントリーボックス全体*/
div.entryLus_01{
	width:620px;
	border:5px solid #ee7d7d;
	border-top:none;
	border-radius:0 0 10px 10px;
	margin:0 0 40px 10px;
}

/*2つのエントリー方法背景*/
div.entryLus_01 div{
	margin:10px 0;
	width:600px;
	height:77px;
	margin-left:10px;
	background:url(../images2/bg_lussupport.png) no-repeat;
	position:relative;
}

/*サポートアピール文*/
div.entryLus_01 p.supportTxt{
	padding:10px 15px 5px;
	line-height:1.6;
	border-bottom:1px dotted #CCC;
}

/*電話*/
div.entryLus_01 p.telEntry{
	position:absolute;
	top:30px;
	left:10px;
}

/*フォーム*/
div.entryLus_01 p.btnEntry{
	position:absolute;
	top:37px;
	right:40px;
}

/*新エントリーボックス全体*/
div.entryLus_02{
	width:620px;
	border:5px solid #ee7d7d;
	border-top:none;
	border-radius:0 0 10px 10px;
	margin:0 0 40px 10px;
	padding-top: 10px;
}

/*2つのエントリー方法背景*/
div.entryLus_02 div{
	margin:0 0 10px;
	width:600px;
	height:87px;
	margin-left:10px;
	background:url(../images2/bg_lussupport_01.png) no-repeat;
	position:relative;
}


/*電話*/
div.entryLus_02 p.telEntry{
	position:absolute;
	top:42px;
	left:10px;
}

/*フォーム*/
div.entryLus_02 p.btnEntry{
	position:absolute;
	top:45px;
	right:40px;
}

/*サポート文*/
div.entryLus_02 p.supportTxt_02{
	text-align: right;
	font-size: 0.85em;
	margin-right: 5px;
}

div.entryLus_03{
	width:630px;
	overflow:hidden;
	margin:0 auto 40px;
}

div.entryLus_03_tel{
	background:url(../images2/bg_tel-entry.png);
	width:315px;
	height:206px;
	float:left;
	position:relative;
}

p.entryLus_03_tel_txt{
	position:absolute;
	width:200px;
	line-height:1.4;
	top:40px;
	left:100px;
}

p.entryLus_03_tel_tel{
	position:absolute;
	top:123px;
	left:20px;
}


div.entryLus_03_form{
	background:url(../images2/bg_form-entry.png);
	width:315px;
	height:206px;
	float:right;
	position:relative;
}

p.entryLus_03_form_txt{
	width:200px;
	line-height:1.4;
	position:absolute;
	top:40px;
	left:100px;
}

p.entryLus_03_form_btn{
	position:absolute;
	top:127px;
	left:52px;
}

p.entryLus_03_form_other{
	position:absolute;
	top:180px;
	left:10px;
	font-size:0.875em;
}


/*---------------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{ float:right;}

/*--------------- h2クラス ---------------------*/

h2{
	color:#666;
	height:31px;
	padding-left:30px;
	padding-top:1px;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:20px;
}

/*cssデフォルト*/
h2.nocss{
	height:auto;
	margin:0;
	padding:0;
}


/*知の宝庫見出し*/
h2.h2_spc{
	height:auto;
	margin:0 0 15px;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 30px;
	background: url(../specialist/img/lm_midashi_01.png) no-repeat 0 3px;
	border-bottom: 2px solid #ccc;
	line-height: 1.4;
}

h2.h2_spc_02{
	height:auto;
	margin:0 0 15px;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 30px;
	background: url(../specialist/img/lm_midashi_01.png) no-repeat 0 1px;
	border-bottom: 2px solid #ccc;
	line-height: 1.2;
}

/*コラムタイトル*/
h2.columnTtl{
	height:auto;
	margin:0;
	padding:0 0 0 30px;
	background:url(../column/img/lm_03.png) no-repeat left;
}

/*転職成功例タイトル(プライベート)*/
h2.h2success_pr{
	height:auto;
	margin:0;
	padding:0 0 5px 30px;
	font-size:1.25em;
	line-height:1.4;
	background:url(../success/img/ico_private.png) no-repeat left top;
	border-bottom:1px solid #999;
}

/*転職成功例タイトル(キャリア追求)*/
h2.h2success_cr{
	height:auto;
	margin:0;
	padding:0 0 5px 30px;
	font-size:1.25em;
	line-height:1.4;
	background:url(../success/img/ico_career.png) no-repeat left top;
	border-bottom:1px solid #999;
}

/*転職成功例タイトル(条件重視)*/
h2.h2success_cond{
	height:auto;
	margin:0;
	padding:0 0 5px 30px;
	font-size:1.25em;
	line-height:1.4;
	background:url(../success/img/ico_conditions.png) no-repeat left top;
	border-bottom:1px solid #999;
}

/*転職成功例タイトル(現状打破)*/
h2.h2success_bt{
	height:auto;
	margin:0;
	padding:0 0 5px 30px;
	font-size:1.25em;
	line-height:1.4;
	background:url(../success/img/ico_breakthrough.png) no-repeat left top;
	border-bottom:1px solid #999;
}

/*転職成功例タイトル(その他)*/
h2.h2success_other{
	height:auto;
	margin:0;
	padding:0 0 5px 30px;
	font-size:1.25em;
	line-height:1.4;
	background:url(../success/img/ico_other.png) no-repeat left top;
	border-bottom:1px solid #999;
}


h2.h2Atagawa{
	margin:0;
	padding:0;
	height:81px;
}

/*トップページのメニュータグ用*/
h2#topMenu{
	padding:0;
	margin:0;
}

/*h2基本系*/
h2.h2main{
	background:url(../images2/tag_bg_main.png) no-repeat;
}

/*h2基本系*/
h2.h2main_02{
	background:url(../images2/tag_bg_main_02.png) no-repeat;
}

/*h2勤務形態別*/
h2.h2a{
	background:url(../images2/tag_bg_work.png) no-repeat;
}

/*h2ライフスタイル別*/
h2.h2b{
	background:url(../images2/tag_bg_lifestyle.png) no-repeat;
}

/*h2お悩み別*/
h2.h2c{
	background:url(../images2/tag_bg_trouble.png) no-repeat;
}


h2.h2sup{
	height:36px;
	margin-left:25px;
	padding:0;
	margin-bottom:10px;
}

/*--------------- h3クラス ---------------------*/

/*h3基本形*/
h3.h3main{
	font-weight:bold;
	font-size:1.1em;
	border-left:7px #ee7d7d solid;
	border-bottom:1px #ee7d7d dashed;
	padding:3px 0 3px 10px;
	margin:15px 0;
}

/*h3勤務形態別*/
h3.h3a{
	font-weight:bold;
	font-size:1.1em;
	border-left:7px #FF85C0 solid;
	border-bottom:1px #FF85C0 dashed;
	padding:3px 0 3px 10px;
	margin:15px 0;
}

/*h3ライフスタイル別*/
h3.h3b{
	font-weight:bold;
	font-size:1.1em;
	border-left:7px #B3D565 solid;
	border-bottom:1px #B3D565 dashed;
	padding:3px 0 3px 10px;
	margin:15px 0;
}

/*h3お悩み別*/
h3.h3c{
	font-weight:bold;
	font-size:1.1em;
	border-left:7px #78CBFF solid;
	border-bottom:1px #78CBFF dashed;
	padding:3px 0 3px 10px;
	margin:15px 0;
}


/*h3(サイトマップ)*/
h3.h3sitemap{
	font-weight:bold;
	font-size:1.1em;
	border-left:5px #ee7d7d solid;
	padding:0 0 0 10px;
	margin:15px 0;
}

/*ページ内リンクでテキスト色の変化を防止*/
h3 a{
	text-decoration:none;
	color:#666;
}

h3 a:hover{
	text-decoration:none;
	color:#666;
}

/*--------------- h4クラス ---------------------*/

/*h4基本形*/
h4.h4main{
	font-weight:bold;
	padding-left:15px;
	border:1px solid #CCC;
	border-left:4px #CCC solid;
	margin:10px 0;
}

/*h4 h3っぽい*/
h4.h4main_a{
	font-weight:bold;
	font-size:1.1em;
	border-left:7px #ee7d7d solid;
	border-bottom:1px #ee7d7d dashed;
	padding:3px 0 3px 10px;
	margin:20px 0 15px 190px;
}


/*h4(サイトマップ)*/
h4.h4sitemap{
	font-weight:bold;
}


h4.h4_success{
	background:url(../images2/listmark_08.png) no-repeat left 3px;
	margin-left:20px;
	padding-left:25px;
	border:none;
	font-weight:bold;
}

/*輝度調整を無効にする*/
h4 a:hover img{
	opacity:1;
    filter:alpha(opacity=100);
}



/*---------テキストスタイル指定-------------*/

/*テキスト色指定*/
.red_01{
	color:red;
}

/*テキスト色指定*/
.red_02{
	font-size:1.3em;
	color:red;
	font-weight:bold;
}

/*太字に*/
.bold{
	font-weight:bold;
}

/*太字に2*/
.bold_02{
	font-weight:bold;
	color:#FF6C00;
	font-size:1.8em;
}

/*強調*/
.emphasis{
	background-color:#F7F791;
}

/*サポートテキスト強調*/
.supEm{
	color:#f0298b;
	font-weight:bold;
}

/*---------テキストエリア枠指定-------------*/

/*テキストエリアの指定*/
.textArea_01{
	width:620px;
	margin-left:15px;
	font-size: 1.1em;
}

.textArea_01 p{
	margin-bottom: 2em;
}

/*会社概要・所在地用*/
.textArea_02{
	margin-top:10px;
	font-size:0.8em;
	padding:0 50px;
}

/*熱川温泉用*/
.textArea_03{
	width:620px;
	margin-left:15px;
}

/*熱川温泉用*/
.textArea_04{
	width:560px;
	margin-left:30px;
}

/*失敗を防ぐために*/
.textArea_05{
	width: 576px;
	font-size: 0.9em;
	padding: 20px 20px 10px;
	margin: 20px 0 40px;
	position: relative;
	background: #fff1dd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow:rgba(171, 171, 171, 0.2) 4px 4px 6px 0px;
	-webkit-box-shadow:rgba(171, 171, 171, 0.2) 4px 4px 6px 0px;
	-moz-box-shadow:rgba(171, 171, 171, 0.2) 4px 4px 6px 0px;
}

.textArea_05 p{
	margin: 0;
}

/*吹き出し画像*/
.textArea_05 .fukidashi{
	position: absolute;
	top: -12px;
	left: 10px;
}

/*プライバシーポリシー・利用規約のテキストエリアの指定*/
.textArea_pp{
	width:620px;
	margin-left:15px;
	font-size: 1.1em;
}

.textArea_pp p{
	margin-bottom: 1em;
}

/*-------- リストスタイル指定-------------*/

/*ulの指定*/
ul.listStyle_01{
	background:#fcfcfc;
	border:#ccc 1px solid;
	padding:10px;
	margin:10px 0 20px;
}

/*liの指定*/
ul.listStyle_01 li{
	font-size:0.9em;
	display:inline;
	margin-right:5px;
	list-style:disc;
}


/*ulの指定*/
ul.listStyle_02{
	margin:20px 0;
}

/*liの指定*/
ul.listStyle_02 li{
	margin-left:15px;
	font-size:0.9em;
	list-style:disc;
}


/*ulの指定*/
ul.listStyle_03{
	background:#fcfcfc;
	border:#ccc 1px solid;
	padding:10px;
	margin:10px 0 20px;
}

/*liの指定*/
ul.listStyle_03 li{
	margin-left:15px;
	margin-top:15px;
	line-height:1.6;
	font-size:0.9em;
	list-style:disc;
}

/*liの指定*/
ul.listStyle_03 li:first-child{
	margin-top:0px;
}


/*ulの指定*/
ul.listStyle_07{
	background:#fafafa;
	border:#dcdcdc 1px solid;
	padding:10px 10px 0;
	margin:10px 0 20px;
}

/*liの指定*/
ul.listStyle_07 li{
	margin-left:20px;
	padding-bottom: 10px;
	font-size:1.05em;
	list-style:disc;
}

/*ulの指定*/
ol.listStyle_08{
	background: #fef5fa;
	margin: 0 15px 20px;
	padding: 10px 0;
	border: 1px double #fce0ef;
}
/*liの指定*/
.listStyle_08 li{
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 5px 0;
	list-style-type: decimal;
	list-style-position: inside;
}

/*ulの指定*/
ul.listStyle_09{
	background:#fcfcfc;
	border:#ccc 1px solid;
	padding:10px;
	margin:10px 5px 20px;
}

ul.listStyle_09 li:first-line{
	font-weight: bold;
	font-size: 1.1em;
}

/*liの指定*/
ul.listStyle_09 li{
	margin:20px 0 0 10px;
	padding: 0 0 5px 0;

}

ul.listStyle_09 li:first-child{
	margin-top: 0;
}

/* スマホ切替 */
.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;
}
