@charset "shift_jis";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/*基本設定（タグ）*/
body {/*基本体裁設定*/
	background-color: #FFF;
	background-image: url(../img/bk.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: "Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 13px;
	line-height: 120%;
	color: #666;
}

/*共通リンク文字設定*/
a {
	color: #810202;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

/*共通位置設定（クラス）*/
.left{
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {/*左詰終了*/
	clear: both
}

/*共通文字色*/

.red {/*赤*/
	color: #F00;
}

.orange {/*オレンジ*/
	color: #F90;
}

.white {/*白*/
	color: #FFF;
}

.point {
	color: #810202;
}

/*共通余白設定*/
.padding5px {/*余白5px*/
	padding: 5px;
}

.padding_btm5px {/*下余白5px*/
	padding-bottom: 5px;
}

.padding_right5px {/*右余白5px*/
	padding-right: 5px;
}

.padding_left10px {/*左余白10px*/
	padding-left: 10px;
}

.padding10px {/*余白10px*/
	padding: 10px;
}

.padding_btm10px {/*下余白10px*/
	padding-bottom: 10px;
}

.padding_top10px {/*上余白10px*/
	padding-top: 10px;
}

.padding15px {/*余白15px*/
	padding: 15px;
}

.padding_btm15px {/*下余白15px*/
	padding-bottom: 15px;
}

/*共通罫線設定*/

.line_black {/*罫線黒*/
	border: 1px solid #000000;
}

/*ブロック個別設定（ID）*/
#container {
	width: 950px;
	margin: auto;
}

/*ヘッダ設定*/
#header {
	width: 950px;
	height: 80px;
	background-image: url(../img/header_bk.gif);
	background-repeat: no-repeat;
}

.header_tel {
	font-size: 32px;
	line-height: 130%;
}

#header a {
	color: #FFF;
	text-decoration: none;
}

#header a:hover {
	color: #FF0;
	text-decoration: underline;
}

/* グローバルナビ設定 */
#gnavi {
	background-image: url(../img/header_bk.gif);
	background-repeat: no-repeat;
	height: 40px;
	}
	
#gnavi ul {
	list-style-type:none;
}

#gnavi ul li {
	height: 32px;
	float:left;
}

/*トップメインブロック設定*/

#contents {
	background-color: #FFF;
}

#top_bn {
	background-color: #810202;
}

.bn_top_yohaku{
	padding-right: 2px;
	padding-bottom: 2px;
}
.bn_btm_yohaku{
	padding-right: 2px;
}

/*フッタ設定*/
#footer {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	color: #FFF;
	text-decoration: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
	background-color: #810202;
}

.footer_tel {
	font-size: 18px;
	line-height: 130%;
}

/*各派生ページ共通設定*/
#page_title {
	padding-bottom: 20px;
}

#pages {
	text-align: left;
	padding-left: 40px;
	line-height: 180%;
	padding-right: 10px;
}

#pages_waku {
	text-align: left;
	background-image: url(../img/blog/waku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	width: auto;
}

.midashi1 {
	color: #810202;
	font-size: 17px;
	line-height: 150%;
	font-weight: bold;
}

.midashi2 {
	color: #810202;
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}

.gtotop {
	text-align: right;
	width: auto;
	padding: 10px;
}

.honbun {
	line-height: 145%;
}

/*お問い合わせフォーム設定*/

.form_table_waku {
	border: 1px solid #CCC;
}

.form_table {
	padding: 5px;
	border: 1px solid #CCC;
}

/*フォームのフィールドサイズ設定*/
.form_name {
	width: 260px;
}
.form_tel {
	width: 50px;
}
.form_iken {
	width: 500px;
}

.botan {
	width: 80px;
	text-align: center;
}

/*スタッフ紹介設定*/

#staff_waku {
	text-align: left;
	background-image: url(../img/staff/waku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.name_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #810202;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*サロン案内設定*/
.saloninfo_ph1 {
	background-image: url(../img/salon_info/ph1.jpg);
	background-repeat: no-repeat;
	background-position: 110px top;
	line-height: 140%;
}

.saloninfo_txt {
	font-size: 14px;
	line-height: 130%;
}

.saloninfo_tel {
	font-size: 21px;
	line-height: 130%;
	font-weight: bold;
	color: #F60;
}

.saloninfo_line {
	border: 1px solid #CCC;
}

.saloninfo_line_btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}

.saloninfo_bk1 {
	background-image: url(../img/salon_menu/img3.gif);
	background-repeat: no-repeat;
	background-position: left 80px;
}

.saloninfo_bk2 {
	background-image: url(../img/salon_menu/img4.gif);
	background-repeat: no-repeat;
	background-position: left 70px;
}

/*ネイル案内設定*/
.nailinfo_ph1 {
	background-image: url(../img/nail_info/ph1.jpg);
	background-repeat: no-repeat;
	background-position: 210px top;
	line-height: 140%;
}

/*よくある質問設定*/
.faq_waku {
	width: 810px;
	border: 1px solid #CCC;
	font-size: 15px;
	line-height: 160%;
	background-image: url(../img/salon_faq/qa.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-bottom: 15px;
}

.faq_waku_rq {
	width: 550px;
	border: 1px solid #CCC;
	font-size: 15px;
	line-height: 160%;
	background-image: url(../img/salon_faq/qa.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-bottom: 15px;
}

/*先輩からのメッセージ設定*/
.masg_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}

.masg_txt {
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
}

.masg_txt strong {
	color: #666666;
}

.life_bk {
	background-image: url(../img/recruit/life_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*スタイル集設定*/

#style_waku {
	text-align: left;
	background-image: url(../img/style/waku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.style_ph_sam {
	float: left;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFF;
	height: 213px;
	width: 160px;
	overflow: hidden;
}

.style_ph {
	border: 1px solid #CCC;
	margin-left: 10px;
	height: 480px;
	width: 360px;
	overflow: hidden;
}

.style_list {
	border: 1px solid #CCC;
	margin-left: 5px;
}

.style_com {
	font-size: 15px;
	line-height: 150%;
}

.style_data1 {
	font-size: 13px;
}

.style_data2 {
	font-size: 13px;
	color: #F60;
}

/*ネイルコレクション設定*/
.nail_ph_sam {
	float: left;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FFF;
	overflow: hidden;
	height: 160px;
	width: 213px;
}

.nail_c_back {
	background-image: url(../img/nail/soon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.nail_c_txt {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
	color: #666;
}

