@charset "utf-8";

.clearfix:after {
	content    : ".";
	display    : block;
	height     : 0;
	clear      : both; 
	visibility : hidden;
}
.clearfix{
	display : inline-table;
}
* html .clearfix { height  : 1%; }
.clearfix        { display : block; }
html{
	background: url(../images/bg_html.png) repeat-x left top;
	background-attachment : fixed;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	/*min-height: device-height;*/
	max-width: device-width;
}


h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}
em{
	display:none;
}
textarea{
	resize: none;
}
.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

.pc_disable{
	display:none;
}


/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
/*	width: 904px; */
	width: 958px; 
	padding-left  :2px;
	padding-right :2px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color : white;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.png) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
/*	height : 140px;*/
	height : 142px; 
	border-bottom : 1px solid #63ba00;
	padding-bottom : 2px;
	margin-left    : 4px;
	margin-right   : 4px;
}

#header h1 {
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.2;		/*複数行になった場合用の行間設定*/
	padding-bottom: 5px;	/*下のロゴ画像との余白*/
}
#header a#header_link_img{
	width:470px;
	height:120px;
	display:block;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}


/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	display : none;
/*
	height: 34px;
	line-height: 34px;
*/
	height         : 30px;
	line-height    : 30px;
	background     : url(../images/topmenu_bg.gif) no-repeat top;
	padding-right  : 10px;
	padding-left   : 10px;
	letter-spacing : 0.2em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow       : hidden;
}

ul#topmenu li {
	float : left;
}

ul#topmenu li a {
	color           : #FFFFFF;	/*メニューの文字色*/
	color           : #999999;	/*メニューの文字色*/
	text-decoration : none;
	display         : block;
	padding-right   : 10px;
	padding-left    : 10px;
/*	background      : url(../images/topmenu_line.gif) no-repeat right; */
	border-right    : 1px solid silver;
	width           : 10em;
	text-align      : center;
	font-size       : 1.2em;
}
ul#topmenu li a.last {
}
ul#topmenu li a:hover {
	background   : url(../images/topmenu_bg.gif) no-repeat bottom;
	font-size    : 1.2em;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
/*	width: 900px;*/
	width: 950px;
	margin-right: auto;
	margin-left: auto;
/*	padding-top: 10px; */
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
/*サイドコンテンツを左側に配置する設定*/
/*#side {
	float: left;	
	width: 250px;
	padding-top: 10px;
	padding-bottom: 100px;
}*/


#side h3,
#side2 h3
{
	font-size: 100%;
	line-height: 36px;
	background: url(../images/midashi_bg1.gif) bottom repeat-x;
	height: 36px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}
#side #s_menu_title,
#side2 #s_menu_title
{
	font-size: 1.2em;
	line-height: 36px;
	background: url(../images/midashi_bg1.gif) bottom repeat-x;
	height: 36px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p,
#side2 p 
{
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu{
	margin-bottom : 5px;
}
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
/*	width: 250px; */
	width: 300px; 
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}
#side_menu_div{
	margin-top:3px;
	margin-bottom:3px;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
/*#main {
	float: right;
	width: 640px;
	padding-top: 10px;
	padding-bottom: 100px;
}*/

#main h2 {
	font-size: 100%;
	background: url(../images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;

	font-size:1.5em;
	padding-left:35px;
	font-weight:bold;
	line-height:33px;
	color:white;
	background:url(../images/h2_bg.png) no-repeat;
	height:33px;
}

#main p {
	padding: 0.5em 10px 1em;
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	border-top:1px dotted #666;
}

.foot_menu{
}
.foot_menu ul{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:85%;
	margin-bottom:20px;
	padding:0px;
}
.foot_menu ul li{
	float:left;
	line-height:1.5em;
	width:11em;
}
#foot_pref_link{
	clear:both;
	width:95%;
	margin-top:65px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
}
#foot_pref_link ul{
	padding:0px;
	font-size:85%;
}
#foot_pref_link li{
	float:left;
	line-height:1.5em;
	width:5em;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 94%;			/*What's Newボックスの幅*/
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}

/*汎用*/
.text_left{
	text-align:left;
}

.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.clear{
	clear:both;
}
.width_98p{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.pad_3{
	padding:3px;
}
.normal_height{
	line-height:1.1em;
}
.float_l{
	float:left;
}
.font-red{
	color:#F00
}
.nowrap{
	white-space:nowrap;
}
/*トップページ*/
#main_index .posi_ul li{
}
#main_index #category_0{
	width:310px;
	float:left;
	margin-right:5px;
}
#main_index #category_1{
	width:310px;
	float:left;
}
#main_index #search_btn_1{
/*	display : none; */
}
#main_index #tenpo_kyori_area,
#main_index #tenpo_info_area
{
/*	width        : 360px;*/
	width        : 310px;
	float        : left;
	margin-right : 5px;
}
#main_index #search_btn_2{
	clear : both;
}

/*会社概要*/
div#company_area{
}
.company_table{
	width:95%;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	
	border:1px solid #093;
}
.company_table td{
	border-color:#093;
}
.company_table th{
	width:25%;
}
/*プライバシーポリシー*/
#main .article_cell{
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
margin-bottom:20px;
background:none;
}
#main .article_h4{
padding-left:1.5em;
margin-bottom:10px;
}
/*** プライバシーポリシーリスト ***/
.policy_list{
margin-left:1.5em;
list-style-position:outside;
}
.policy_list dl{
margin-bottom:2em;
}
.policy_list dt{
	font-size:1.1em;
	color: #3F78D8;
	border-bottom:1px solid #dfdfdf;
}

.policy .pmark_box{
	padding:5px;
	border-left:20px #CEDDF1 solid;
}
.policy .pmark_comment{
	float:right;
	width:82%;
}
.policy .pmark_img{
	float:right;
}

#main .policy_list dd{
padding-top:2px;
border-bottom:none;
}
.policy_list ol{
margin-left:3em;
margin-top:5px;
margin-bottom:5px;
list-style-position:outside;
list-style-type:lower-alpha;
}
/*お問い合わせ*/
#inquiry_table{
	width:98%;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
/*	border:1px solid #093;*/
}
#inquiry_table td{
	padding:3px;
	border:1px solid #093;
}
#inquiry_table .float_label{
	display:block;
	float:left;
	padding-left:4px;
	white-space:nowrap;
}

/*サイトマップ*/
#sitemap_div{
	padding:10px 20px;
}
#sitemap_div ul.parent_ul{
	width:40%;
	float:left;
}
#sitemap_div ul li{
	list-style:disc;
	font-size:120%;
}
#sitemap_div ul li a{
	text-decoration:none;
	/*color:#039;*/
}
#sitemap_div ul li.child_li{
	/*font-size:90%;*/
	margin-left:2em;
}
#sitemap_div ul li.pref_li{
	display:block;
	list-style:none;
	margin:0px 2px;
	padding:0px;
	/*margin-left:1em;*/
	/*border:1px solid #333;*/
	float:left;
	font-size:90%;
	width:6em;
	border-bottom:1px dotted #666;
}

/*登録フォーム*/
/* entry.cssへ移動*/

/* 確認画面 項目 */
.key_col{ width:20%; background-color:#EFC; }
.value_col{ background-color:#FFF; }

/*  ----  */
a.entry_form_ban {
	display:block;
	width:357px;
	height:51px;
	background: url(../images/entry_ban.jpg) no-repeat;
	float:right;
}
a.entry_form_ban em{
	display:none;
}

#main_index #pref_link_box{
	display        : block; 
	display        : none;
	width          : 300px; 
	height         : 250px; 
	float          : left;
/*	margin-bottom  : 10px;*/
	background     : url(../images/jpn_map.jpg) no-repeat;
	padding-top    : 10px;
}
#main_index #pref_link_box a{
	text-decoration : none;
	color           : #666666;
}
#main_index #pref_link_box a:hover{
	color : #47A900;
}
#main_index #pref_link_list{
	margin-top : 45px;
	margin-left: 20px;
}
#main_index #pref_link_box ul{
	padding-left  : 2px;
	width         : 100%;
	border-bottom : 1px dashed silver;
}
#main_index #pref_link_box li{
	font-weight  : bold;
	width        : 3em;
	float        : left;
	margin-left  : 3px;  
}
#main_index #main_banner_div{
	display       : none;
	float         : right;
	margin-bottom : 10px;
	width         : 300px;
	height        : 250px;
}
#side #main_banner_div,
#side2 #main_banner_div
{
	margin : 0px 0px 5px 0px;
}

/* 利用規約 */
#kiyaku p{
	line-height:1.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#kiyaku ol{
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1.2em;
}
#kiyaku dt{
	line-height:1.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:10px;
}
#kiyaku dd{
	border:none;
	line-height:1.2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:20px;
	/*padding: 0.5em 10px 0.5em;*/
}

/*ご利用に際してのご注意*/
#infomation dt{
	padding-left:10px;
}
#infomation dd{
	padding-left:20px;
	line-height:2em;
	border:none;
}

.fb-like, .fb_page_button{
/*	float         : left; */
	margin-bottom : 3px;
}

/* お勧めリンク */
#link_area{
	padding       : 2px 5px;
	margin-bottom : 30px;
}
#link_area li{
	min-width  : 31%;
	float      : left;
	border     : 1px solid #e0e0e0;
	margin     : 2px;
	padding    : 2px;
	box-shadow : 1px 1px 5px silver;
}
#link_area .other_link a,
#link_area .salon_link a
{
	padding         : 0px 4px;
	text-decoration : none;
	display         : block;
}
#link_area .other_link a{
	border-left     : 7px solid #d2e6f4;
}
#link_area .salon_link a{
	border-left     : 7px solid #ddf8b1;
}

#words_area{
	padding : 3px 5px;
}
#words_area dl{
}
#words_area dt{
}
#words_area dd{
	line-height   : 1.5em;
	margin-bottom : 5px;
	padding-left  : 5px;
	padding-bottom: 3px;
}

#hsys_info{
	margin : 20px 0px;
}

#hsys_info span{
	line-height : 1.2em;
}

.entry_link{
	text-align : right;
	padding-top : 5px;
}
.entry_link a{
	color : blue;
}
#main_index #news{
	margin-left:1em;
	margin-bottom:1em;
}
#main_index div .kinen_date {
	font-weight: bold;
	clear:both;
	line-height:2em;
}
#main_index div .tenpo_name,#main_index div .tenpo_page {
	float: left;
	line-height:1.5em;
	height:1.5em;
	border-bottom:1px dotted #666;
}
#main_index div .tenpo_name{
	width: 90%;
	margin-left:1em;
}

#main_index div .tenpo_name a {
	display:block;
	text-decoration:none;
}
#main_index div .tenpo_name a:hover {
	background:#eff;
}
.menu_title{
	font-size   : 1.2em;
	line-height : 36px;
	background  : url(../images/midashi_bg1.gif) bottom repeat-x;
	height      : 36px;
	text-align  : center;
	overflow    : hidden;
}

/* サイドバナー領域 padding有り */
.side_banner_div{
	margin-bottom : 10px;
}
/* サイドバナー枠 padding有り */
.side_banner {
/*	padding : 2px 0px 2px 2px;*/
	margin  : 2px 0px;
	background-image:url(../images/bg_side_banner.gif);
}
/* サイドバナー枠 padding無し */
.side_banner_np {
	padding : 0px;
	margin  : 2px 0px;
}
/* qrコード */
.qr_img{
	margin-bottom : 5px;
}

.float_left  { float:left; }
.float_right { float:right; }

#tomb_bannar{
	display       : none;
	margin-top    : 10px;
	margin-bottom : 10px;
	width         : 320px;
	height        : 50px;
	cursor        : pointer;
}
#viewtype_select{
/*	display          : none; */
	clear            : both;
	margin           : 5px auto;
	border           : 1px solid silver;
	padding          : 5px;
	width            : 13em;
	background-color : #f0f0f0;
}
a#tomb_btn,
a#topc_btn
{
	text-decoration : none;
}
span#topc_btn,
span#tomb_btn
{
	font-weight : bold;
	font-family : メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}



.sub_link_area{
	margin-bottom : 10px;
}
.sub_link_area ul{
/*	padding          : 5px;*/
	padding-top      : 5px;
/*	border           : solid 1px silver;*/
/*	background-image : url(../images/bg_side_banner.gif); */
}
/**** 新着情報 ****/
.sub_link_area .new_salon_ul li{
	border           : 1px solid #e0e0e0;
	margin-bottom    : 7px;
	box-shadow       : 1px 1px 3px #dddddd;
	background-color : white;
	padding          : 1px;
	
	padding-top: 10px;
/*	background-image:url(../images/new_salon_bg.png) top no-repeat; */
	background:url(../images/new_salon_bg.png) top no-repeat;
}
.sub_link_area .new_salon_ul a{
	padding         : 2px 4px;
	color           : #666666;
	text-decoration : none;
	display         : block;
/*	border-left     : 10px solid #d2f699; */
}
.sub_link_area .new_salon_ul a .upper{
/*	border-bottom   : 1px solid silver; */
}
.sub_link_area .new_salon_ul a .name{
	font-size   : 1.1em;
	font-weight : bold;
}
.sub_link_area .new_salon_ul a .catch{
	font-size   : 0.9em;
/*	color       : #63ba00; */
	color       : #999999;
}
.sub_link_area .new_salon_ul a hr{
	border:none;
	/*height:1px;*/
	/*background-color:silver;*/
	border-top:1px dashed silver;
	margin:2px 0px;
}

/**** 新着情報 ****/
.sub_link_area .recommend_salon_ul{
	padding-left : 5px;
}
.sub_link_area .recommend_salon_ul li{
	border           : 1px solid #e0e0e0;
	margin-bottom    : 4px;
	margin-right     : 4px;
	box-shadow       : 1px 1px 3px #dddddd;
	background-color : white;
	padding          : 1px;
	width            : 32%;
	float            : left;
}
.sub_link_area .recommend_salon_ul a{
	padding         : 2px 4px;
	text-decoration : none;
	display         : block;
	border-left     : 10px solid #d2f699;
}
.sub_link_area .recommend_salon_ul a .upper{
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis;
}
.sub_link_area .recommend_salon_ul a .name{
	font-size   : 1em;
}

.sub_link_area .recommend_salon_ul a .lower{
	white-space   : nowrap;
	overflow      : hidden;
	text-overflow : ellipsis;
}
.sub_link_area .recommend_salon_ul a .pref{
	font-size:0.9em;
	color:#999999;
}
.sub_link_area .recommend_salon_ul a hr{
	border:none;
	height:1px;
	background-color:silver;
}


#side  .s_menu_title,
#side2 .s_menu_title
{
	font-size: 1.2em;
	line-height: 36px;
	background: url(../images/midashi_bg1.gif) bottom repeat-x;
	height: 36px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;

	font-size: 1.2em;
	font-weight:bold;
	color:white;
}
p.message{
	border : 1px solid yellow;
	background-color : #ffffcc;
}

/*** OverWrite ***/
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93a8ff;
}
.sub_link_area .new_salon_ul a{
	/*border-left     : 10px solid #93a8ff; */
}
.sub_link_area .recommend_salon_ul a{
	border-left     : 10px solid #93a8ff;
}
#inquiry_table td{
	border:1px solid #93a8ff;
}
.company_table{
	border:1px solid #93a8ff;
}
.company_table td{
	border-color:#93a8ff;
}
.key_col{
	width:20%;
	background-color:#d2dbff; 
}	
/*** OverWrite end **/

/* リンクリスト */
#gpsnavi_link_list{
width:100%;
border:none;
overflow:auto;
height:0px;
/*margin-bottom:10px;*/
}


/*** 個人情報保護方針同意 ***/
#agreement .p_agreement{
width         : 95%;
height        : 300px;
border        : 1px solid silver;
overflow      : auto;
margin-bottom : 2px;
line-height   : 1.5em;
padding       : 10px;
}
#agreement .p_agreement .text_indent_one{
margin-left  : 1em;
margin-right : 1em;
}
#agreement .policy_list{
margin-left  : 1em;
margin-right : 1em;
margin-left:0em;
padding-left:2em;
list-style-position:outside;
}
#agreement .policy_list dl{
margin-bottom:1.5em;
}
#agreement .policy_list dt{
font-size:1.1em;
color: #3F78D8;
border-bottom:1px solid #dfdfdf;
}
#agreement .policy_list dd{
margin-left : 0em;
padding-top : 2px;
border-bottom:none;
}
#agreement .policy_list ol{
/*margin-left   : 1em;*/
margin-top:5px;
margin-bottom:5px;
padding-left:2em;
list-style-position:outside;
list-style-type:lower-alpha;
}
#agreement .article_cell{
	margin-bottom : 30px;
}

.campaign_msg{
	margin:0px 6px;
	padding:8px;
	border :1px solid #93a8ff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.to_staff_title{
	font-size:1.5em;
	padding:5px;
	border-bottom:1px dotted #93a8ff;
	font-weight:bold;
}
.to_staff_msg{
	padding:5px;
}

#main_index .category_odd{
	width:310px;
	float:left;
	margin-right:5px;
}
#main_index .category_even{
	width:310px;
	float:left;
}


/******* 汎用 *******/
.float_left { floa:left; }
.float_right{ floa:right; }
.clear_both { clear:both; }

.font_bold  { font-weight:bold; }
.font_normal{ font-weight:normal; }
.font_uline { text-decoration:underline; }

.text_left  { text-align:left; }
.text_center{ text-align:center; }
.text_right { text-align:right; }
.text_top   { text-align:left; }
.text_middle{ text-align:right; }
.text_bottom{ text-align:center; }

.code_list{
	width:100%;
	display:inline-block;
	border-left:5px solid #eeeeee;
	padding:5px; 
}
.code_list span{
	display:inline-block;
	font-size:13px;
	line-height:14px;
}
.code_list .odd{}
.code_list .evn{}
.code_list .t_index{ padding-left:1em; }

.code_list li .pre{
	font-size:13px;
	line-height:14px;
}