@charset 'utf-8';
/*-----------------------------------------------------
	基本設定
-------------------------------------------------------*/
body {
	background: url(../images/common/bg_container.png) repeat;
	color: #767676;
	font-size: 13px;
}

a {
	color: #0C5BA5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: .7;
}

a:active img {
	border: none;
}

a:active {
	border: none;
}

address {
	font-style: normal;
}


/*-----------------------------------------------------
	見出し
-------------------------------------------------------*/
h1 {
	color: #959595;
	font-size: 11px;
	text-align: left;
}


h2 {
	margin-bottom: 30px;
}


h3 {
	padding-bottom: 14px;
	background: url(../images/common/bg_title_line.png) repeat-x bottom;
}

h4 {
	margin-bottom: 10px;
}




/*-----------------------------------------------------
	コンテナ（全要素を含有）
-------------------------------------------------------*/
#Container {
}




/*-----------------------------------------------------
	ヘッダー
-------------------------------------------------------*/
#Header {
	border-top: solid 5px #beac51;
	min-width: 960px;
}


.header-inner {
	margin: 0 auto;
	width: 960px;
}


/* ヘッダーロゴ（左）
------------------------------------------------*/
.header-logo {
}


/* ヘッダー営業時間（右）
------------------------------------------------*/
.header-time {
	background: url(../images/common/img_header_window.png) no-repeat;
	height: 140px;
	margin-top: 10px;
	padding-top: 25px;
	text-align: center;
}


/* GlobalNavi（ヘッダー中央）
------------------------------------------------*/
#GlobalNavi {
	margin-left: 10px;
}


#GlobalNavi > ul > li {
	float: left;
	margin-left: 6px;
	padding: 0 10px;
}


#GlobalNavi > ul > li:first-child {
	margin-left: 0;
}


#GlobalNavi > ul > li > a {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 165px;
}


#GlobalNavi a:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}


/* ナビ（ホーム） */
#Navi-home a {
	background: url(../images/common/navi_g01_2.png) no-repeat;
	width: 43px;
}


#Navi-home a:hover {
	background-position: left -170px;
}


/* ナビ（コルカラーについて） */
#Navi-about a {
	background: url(../images/common/navi_g02_2.png) no-repeat;
	position: relative;
	width: 74px;
}


#Navi-about a:hover {
	background-position: left -170px;
}


/* ナビ（ネイル） */
#Navi-nail {
	position: relative;
}


#Navi-nail > a {
	background: url(../images/common/navi_g03_2.png) no-repeat;
	width: 33px;
}


#Navi-nail > a:hover {
	background-position: left -170px;
}


/* ナビ（まつげエクステ） */
#Navi-eyebrash {
	position:relative;
}

#Navi-eyebrash a {
	background: url(../images/common/navi_g05_2_141029.png) no-repeat;
    width: 69px;
}


#Navi-eyebrash  a:hover {
	background-position: left -170px;
}


/* ナビ（リンパマッサージ） */
#Navi-rimph {
	position:relative;
}

#Navi-rimph a {
	background: url(../images/common/navi_g06_2_141029.png) no-repeat;
	width: 77px;
}


#Navi-rimph a:hover {
	background-position: left -170px;
}

/* ナビ（サロン情報） */
#Navi-saloninfo a {
	background: url(../images/common/navi_g04_2.png) no-repeat;
	width: 77px;
}


#Navi-saloninfo a:hover {
	background-position: left -170px;
}


/* 2ndナビ */
.navi-2nd {/*ul*/
	background: #f0f6e0;
	bottom: -144px;
	display: none;
	font-size: 12px;
	left: 10px;
	position: absolute;
	z-index: 20;
}


.navi-2nd li {
	background: url(../images/common/ico_secondnavi.png) 5px center no-repeat;
	padding: 5px 10px;
	overflow: hidden;
	width: 120px;
}


.navi-2nd a {
	background: url(../images/common/cg_secondnavi_line.png) left bottom repeat-x;
	color: #ab951c;
	display: block;
	padding: 5px 10px 5px 15px;
}

/* 2ndナビ まつげエクステ */
.navi-2nd-eyebrash {/*ul*/
	background: #f0f6e0;
	bottom: -70px;
	display: none;
	font-size: 12px;
	left: 10px;
	position: absolute;
	z-index: 20;
}


.navi-2nd-eyebrash li {
	background: url(../images/common/ico_secondnavi_eyelash.png) 5px center no-repeat;
	padding: 5px 10px;
	overflow: hidden;
	width: 120px;
}


.navi-2nd-eyebrash a {
	background: url(../images/common/cg_secondnavi_line.png) left bottom repeat-x;
	color: #ab951c;
	display: block;
	padding: 5px 10px 5px 15px;
}


#Navi-eyebrash .navi-2nd-eyebrash a {
	background: url(../images/common/cg_secondnavi_line.png) left bottom repeat-x;
	color: #ab951c;
	display: block;
	padding: 5px 10px 5px 15px;
	width:95px;
}

/* 2ndナビ リンパマッサージ */
.navi-2nd-rimph {/*ul*/
	background: #f0f6e0;
	bottom: -70px;
	display: none;
	font-size: 12px;
	left: 10px;
	position: absolute;
	z-index: 20;
}

.navi-2nd-rimph li {
	background: url(../images/common/ico_secondnavi_lymph.png) 5px center no-repeat;
	padding: 5px 10px;
	overflow: hidden;
	width: 120px;
}

.navi-2nd-rimph a {
	background: url(../images/common/cg_secondnavi_line.png) left bottom repeat-x;
	color: #ab951c;
	display: block;
	padding: 5px 10px 5px 15px;
}

#Navi-rimph .navi-2nd-rimph a {
	background: url(../images/common/cg_secondnavi_line.png) left bottom repeat-x;
	color: #ab951c;
	display: block;
	padding: 5px 10px 5px 15px;
	width:95px;
}

/*-----------------------------------------------------
	Content
-------------------------------------------------------*/
#Content {
	margin: 0 auto;/*
	width: 960px;
*/
}




/*-----------------------------------------------------
	メインビジュアル
-------------------------------------------------------*/
.main-visual {
	margin: 0 auto;
	width: 960px;
}




/*-----------------------------------------------------
	メイン
-------------------------------------------------------*/
#Main {
	margin: 0 auto;
	width: 960px;
}


/* パンくずリスト
------------------------------------------------*/
.breadcrumbs {
	color: #AB951C;
	margin: 0 auto 40px;
	width: 960px;
}


.breadcrumbs li {
	float: left;
}


.breadcrumbs a {
	color: #ab951c;
}

/*-----------------------------------------------------
	サロン情報
-------------------------------------------------------*/
.saloninfo h3 {
	background: none;
}

.saloninfo-box {
	background: url(../images/aboutus/img_saloninfo_frame.png) no-repeat;
	height: 350px;
	width: 319px;
	padding-top: 20px;
	text-align: center;
}

.saloninfo-box h4 {
	margin-bottom: 20px;
}

.saloninfo-tbl { /* dl */
	border-top: dotted 1px #bbb;
	margin: 0 auto;
	width: 240px;
}

.saloninfo-tbl dt {
	clear: both;
	color: #c89f4e;
	float: left;
	padding: 5px 0;
	text-align: right;
	width: 60px;
}

.saloninfo-tbl dd {
	border-bottom: dotted 1px #bbb;
	color: #333;
	padding: 7px 5px 0px 90px;
	text-align: left;
}

.go-salon-detail {
	text-align: right;
	margin: 0px 50px 0 0;
}


/*-----------------------------------------------------
	Facebook
-------------------------------------------------------*/
#Fb {
	margin-left: 20px;
}

#Fb h3 {
	background: none;
}

#Fb {
	border-bottom: solid 1px #C4C4C4;
}

/*-----------------------------------------------------
	PAGE TOPボタン
-------------------------------------------------------*/
.pagetop {
	width: 980px;
	margin: 20px auto;
	text-align: right;
}


.pagetop img {
	vertical-align: bottom;
}




/*-----------------------------------------------------
	フッター
-------------------------------------------------------*/
#Footer {
	margin-top: 30px;
}


/* footer-navi
------------------------------------------------*/
.footer-navi {
	background: url(../images/common/bg_footernavi.png) repeat-x;
	color: #fff;
}

.footer-navi a {
	color: #fff;
}

.footer-navi ul {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	width: 960px;
}

.footer-navi li {
	display: inline-block;
 /padding: 0 10px;
 /display: inline;
 /zoom: 1;
}

.footer-navi li:first-child {
	margin-left: 0;
}

.footer-navi span {
	padding: 0 10px;
}

.footer-navi li:first-child:before {
	display: none;
}


/* footer-inner
------------------------------------------------*/
.footer-inner {
	width: 960px;
	margin: 10px auto;
}


/* コピーライト
------------------------------------------------*/
.copyright {
	color: #989898;
	margin-top: 60px;
	text-align: right;
}


/*-----------------------------------------------------

	共通
-------------------------------------------------------*/

/* article h3を含む要素
------------------------------------------------*/
.article {
	margin-bottom: 70px;
}


/* section h3直下の要素
------------------------------------------------*/
.section {
	line-height: 2;
	margin: 30px 5px;
}


/* その他
------------------------------------------------*/
.margin-center {/* 中央揃え */
	margin: 0 auto;
}

.color-red { /* 赤文字 */
	color: #ff2525;
}

.block {/* inline -> block */
	display: block;
}

.note {
	font-size: 12px;
	text-align: right;
}