﻿body {
	font: 12px/1.22 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
/* //// overflowを設定するとsafariでモバイルメニューが表示されない。 ///
/	overflow: hidden;
///////////////////////////////////////////////////////////////////// */
	color: #333;
	*font-size: small;
	*font: x-small;
}
/*
#primary
{
	width: 100%;
	height: 100%;
}
*/
/* ///////////////////////////////
/  header-extra領域カスタマイズ
/////////////////////////////// */
/* ヘッダートップコンテンツ 半透明化 */
#header-top-area {
	background-color: #fff;
	background-image:url(/images/damask_200.png);
	background-repeat: repeat;
	position: fixed;
	top: 0;
	width: 100%;
	height: 210px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	z-index: 99999;
}
.admin-bar #header-top-area.fixed-header {
	margin-top: 0;
}

/* ヘッダートップコンテンツ 中央揃え */
#header-extra
{
	float: left;
	width: 1000px;
	position: relative;
	top: 0;
	left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

#header-extra .header-parts
{
	margin: 18px auto 0;
}

#header-extra .logo img
{
	float: left;
	width:290px;
	margin: 4px 0 0 8px;
}

#header-extra .banner img
{
	width:268px;
	margin: -9px 0 0 85px;
}

#header-extra .business-hours ul{
	float: right;
	width:240px;
	margin: 0 8px 0 0;
}

#header-extra .business-hours li{
	display:block;
	width:240px;
	font-size: 20px;
	font-weight: bold;
	color: #7C4E26;
}

#header-extra .navi ul{
	width:1000px;
	height:60px;
	margin: 16px auto 0;
	text-align: center;
}

#header-extra .navi li{
	display:inline-block;
	margin: 0 auto;
	text-align: center;
}

#header-extra .navi li a{
	display:inline-block;
	height:60px;
}

#header-extra .navi li.navi01 a{
	background:url(/images/navi-concept.png) no-repeat 0 0;
	width:198px;
	margin:0 -4px 0 0;
}
#header-extra .navi li.navi02 a{
	background:url(/images/navi-menu.png) no-repeat 0 0;
	width:198px;
	margin:0 -4px 0 0;
}
#header-extra .navi li.navi03 a{
	background:url(/images/navi-befor.png) no-repeat 0 0;
	width:198px;
	margin:0 -4px 0 0;
}
#header-extra .navi li.navi04 a{
	background:url(/images/navi-salon.png) no-repeat 0 0;
	width:198px;
	margin:0 -4px 0 0;
}
#header-extra .navi li.navi05 a{
	background:url(/images/navi-school.png) no-repeat 0 0;
	width:198px;
	margin:0 -4px 0 0;
}

/* 検索 & ソーシャル */
#header-extra #header-social-toggle,
#header-extra #header-search-toggle
{
	display: none;
}

/* ///////////////////////////////
/  branding領域カスタマイズ
/////////////////////////////// */
#branding{
	display: none;
}

#searchform
{
	display: none;
}

#logo-wrap
{
	display: none;
}

/* 画面縮小時モバイルメニュー非表示 */
#fixed-header-menu
{
	display: none;
}

#mobile-header-left-nav
{
	display: none;
}

/* ///////////////////////////////
/  ナビゲーション非表示
/////////////////////////////// */
#access
{
	display: none;
}

#access-top
{
	display: none;
}

.entry-header
{
	display: none;
}

/* 画面縮小時モバイルメニュー非表示 */
#fixed-header-menu
{
	display: none;
}

#mobile-header-left-nav
{
	display: none;
}

/* 投稿情報の非表示化 */
.entry-meta
{
	display: none;
}
