@charset "utf-8";
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
BODY{
  color:#7d7568;
  background:#f6f2e7 url(../images/body_bg.png) left top repeat;
}
/* 管理画面 WYSIWYG プレビュー用にBODYの背景をリセット */
BODY.cke_show_borders{
  border:none;
  margin:5px;
  background:none;
}

H1,H2,H3,H4,H5,H6{
  font-weight:bold;
}
H1{
  font-weight:normal;
  font-size:x-small;
  color:#999;
/*  text-align:right;*/
}
H2,H3,H4,H5,H6{
  font-size:medium;
}
P,
TD,
TH,
LI,
INPUT,
TEXTAREA,
BODY.cke_show_borders,
DIV.entryBody,
DIV.entryMore{
  font-size:small;
}
A,
A:visited{
  color:#638609;
  text-decoration:underline;
}
A:hover{
  color:#c28900;
  text-decoration:none;
}
EM{
  font-style:normal;
}
TABLE{
  width:100%;
}
TABLE th{
  width:25%;
}
.alignCenter{
  text-align:center !important;
}
.alignRight{
  text-align:right !important;
}
.alignLeft{
  text-align:left !important;
}
.clear{
  clear:both !important;
}

/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
DIV#container{
  width:100%;
  margin:0 auto;
  padding:0;
  position: relative;
}

/* ========== ヘッダー ========== */
DIV#header{
  overflow:hidden;
  position:relative;
  z-index:2;
  margin:0 0 30px;
  padding:13px 0 0;
  width:100%;
  background:url(../images/header_bg.png) left bottom repeat-x;
}
body.topPage DIV#header{
  position:absolute;
  z-index:2;
  margin-bottom:0;
}
DIV#header_inner{
  margin:0 auto;
  width:960px;
}
DIV#header H1{
  float:left;
  padding:22px 0 0;
}
DIV#header DIV#headerTitle{
  margin:0 auto;
  padding:0;
}
DIV#header DIV#headerAreaSub{}
DIV#header DIV#headerAddress{
  font-size:small;
}
#header_salon{
  text-align:right;
}
#header_hair,
#header_plus{
  float:right;
}
#header_salon img{
  margin-left:15px;
}
#header_salon a img{
  margin-left:0;
  padding-top:5px;
  padding-right:3px;
}
#header_salon a:last-child{
  margin-left:26px;
}
DIV#header DIV#headerWiget{}
DIV#header DIV#googleSearch{
  margin:15px 0 5px;
  padding:5px 5px 0 0;
  width:290px;
  background:url(../images/header_gsearch_bg.gif) left top no-repeat;
}
DIV#header DIV#googleSearch FORM{
  padding:0 5px 5px 0;
  background:url(../images/header_gsearch_footer_bg.gif) left bottom no-repeat;
}
DIV#header DIV#googleSearch INPUT.text{
  width:120px;
}
DIV#header DIV#googleSearch INPUT.submit{
  width:45px;
}
DIV#header DIV#googleSearch INPUT{}
DIV#header DIV#headerAreaLogo{}

/* ========== メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 ========== */
DIV#mainBg{
  clear:both;
  /* グラデーション + 影 の背景を上部だけに表示
  background:url(../images/flame_gradation_bg.gif) center top no-repeat; */
  min-height:500px;
}
DIV#main{
  /* メインメニュー + キャッチ画像 + セカンドエリア + コンテンツ 枠 の共通の余白を設定 */
  width:960px;
  margin:0 auto;
  padding:0;
  overflow:hidden;
}

/* ========== 2カラム, 3カラム 設定 ========== */
/*{ 2カラム, secondArea 右 */
DIV#catchArea{
/*  float:left;*/
}
DIV#secondArea{
  float:right;
}
DIV#thirdArea{
  display:none;
}
DIV#contents{
  float:left;
}
/* 2カラム, secondArea 右 } */

/*{ 2カラム secondArea 左
DIV#catchArea{
  float:right;
}
DIV#secondArea{
  float:left;
}
DIV#thirdArea{
  display:none;
}
DIV#contents{
  float:right;
}
 2カラム secondArea 左 } */

/*{ 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
  float:right;
}
DIV#thirdArea{
  float:left;
}
DIV#contents{
  float:left;
}
 3カラム 画像 長, thirdArea 左, secondArea 右 } */

/*{ 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
  float:left;
}
DIV#secondArea{
  float:right;
}
DIV#thirdArea{
  float:left;
}
DIV#contents{
  float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */

/*{ 3カラム 画像 短, thirdArea 左, secondArea 右
DIV#catchArea{
  float:right;
}
DIV#secondArea{
  float:left;
}
DIV#thirdArea{
  float:right;
}
DIV#contents{
  float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */

/*{ 3カラム 画像 長, thirdArea 左, secondArea 右
DIV#catchArea{
}
DIV#secondArea{
  float:left;
}
DIV#thirdArea{
  float:right;
}
DIV#contents{
  float:left;
}
 3カラム 画像 短, thirdArea 左, secondArea 右 } */

/* ========== メインメニュー ========== */
/* 背景画像は main_menu.css にて、MTのエントリーから読込 */
UL#mainMenu,
UL#mainMenu LI{
  margin:0;
  padding:0;
  list-style-type:none;
  display:inline;
}
UL#mainMenu{
  display:block;
  margin-bottom:30px;
}

DL#mainMenu DT,
DL#mainMenu DD{
  margin:0;
  padding:0;
  list-style-type:none;
  display:inline;
}
DL#mainMenu{
  display:block;
  clear:both;
  padding-top:13px;
}

/* ========== サイドメニュー（画像） ========== */
UL#sideMenu,
UL#sideMenu LI{
  margin:0;
  margin-bottom:10px;
  padding:0;
  list-style-type:none;
  display:block;
}
UL#sideMenu{
/*  margin-bottom:10px;*/
}
UL#sideMenu LI A P{
  text-decoration:underline;
}
UL#sideMenu LI A:hover P{
  text-decoration:none;
}

/* ========== キャッチ画像 ========== */
DIV#catchArea{
  margin-bottom:30px;
/*  margin-top:20px;*/
}

/* ========== キャッチ画像・メインメニュー下 シャドウ ========== */
DIV#secondArea,
DIV#thirdArea,
DIV#contents{}

/* ========== セカンドエリア ========== */
DIV#secondArea{
  display:none;
  width:230px;
  margin:0;
  padding:0;
}
body.columnPage DIV#secondArea{
  display:block;
}

/* ========== サードエリア ========== */
DIV#thirdArea{}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */
DIV#secondArea DIV#subMenu,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#banner,
DIV#secondArea DIV#qrcode,
DIV#secondArea DIV#case{
  margin-bottom:10px;
  background:url(../images/second_area_bg.gif) left bottom no-repeat;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banner DIV.title,
DIV#secondArea DIV#qrcode DIV.title,
DIV#secondArea DIV#case DIV.title,
DIV#secondArea DIV#brogPartsTagCloud DIV.title_tag{
  background-position:left top;
  background-repeat:no-repeat;
  height:32px;
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3{
  margin:5px 10px;
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu DIV.title{
  background-image:url(../images/second_area_title_menu.gif);
}
/* ---------- サブメニュー ---------- */
DIV#secondArea DIV#subMenu UL{
  width:100%;/* IEの表示バグのため、widthを設定 */
  margin:0;
  padding:0;
}
DIV#secondArea DIV#subMenu LI{
  margin:0;
  padding:0;
  list-style-type:none;
  background:url(../images/hr_bg.gif) center top no-repeat;
/*  font-weight:bold;*/
}
/*DIV#secondArea DIV#subMenu LI A{
  display:block;
  margin:0;
  padding:5px 10px;
  text-decoration:none;
  color:#2B1D13;
}
DIV#secondArea DIV#subMenu LI A:hover{
  color:#AB9E8E;
}*/
/* ---------- フリーHTML 1 ---------- */
DIV#secondArea DIV#freeHtml1{}
/* ---------- フリーHTML 2 ---------- */
DIV#secondArea DIV#freeHtml2{}
/* ---------- フリーHTML 3 ---------- */
DIV#secondArea DIV#freeHtml3{}
/* ---------- フリースペース ---------- */
DIV#secondArea DIV#freeSpace{}
DIV#secondArea DIV#freeSpace DIV.title{
  background-image:url(../images/second_area_title_free.gif);
}
DIV#secondArea DIV#freeSpace DIV.entryBody{
  padding-bottom:10px;
}
/* ---------- バナー ---------- */
DIV#secondArea DIV#banner{
  text-align:center;
}
DIV#secondArea DIV#banner DIV.title{
  display:none;
  background-image:url(../images/second_area_title_banner.gif);
}
DIV#secondArea DIV#banner IMG{
  margin:0 auto 10px;
}
DIV#secondArea DIV#banner P{
  text-align:left;
}
/* ---------- QRコード ---------- */
DIV#secondArea DIV#qrcode{
  text-align:center;
}
DIV#secondArea DIV#qrcode DIV.title{
  background-image:url(../images/second_area_title_mobile.gif);
}
DIV#secondArea DIV#qrcode IMG{
  margin:0 auto;
}
/* ---------- 事例集 ---------- */
DIV#secondArea DIV#case DIV.title{
  background-image:url(../images/second_area_title_case.gif);
}
DIV#secondArea DIV#case UL{
  width:100%;/* IEの表示バグのため、widthを設定 */
  margin:0;
  padding:0;
}
DIV#secondArea DIV#case LI{
  margin:0;
  padding:0;
  list-style-type:none;
  background:url(../images/hr_bg.gif) center top no-repeat;
/*  font-weight:bold;*/
}
/*DIV#secondArea DIV#case LI A{
  display:block;
  margin:0;
  padding:5px 10px;
  text-decoration:none;
  color:#2B1D13;
}
DIV#secondArea DIV#case LI A:hover{
  color:#AB9E8E;
}*/

/* ---------- ブログパーツ・カスタムパーツ ---------- */
DIV#secondArea DIV#secondAreaBlogParts,
DIV#secondArea DIV#secondAreaCustomParts,
DIV#secondArea DIV#secondAreaDuplicate01Parts{}

DIV#secondArea DIV#brogPartsCategory H3,
DIV#secondArea DIV#brogPartsCalendar H3,
DIV#secondArea DIV#brogPartsTagCloud H3,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop H3,
DIV#secondArea DIV#brogPartsMonthlyArchive H3,
DIV#secondArea DIV#brogPartsEntry H3,
DIV#secondArea DIV#brogPartsComment H3,
DIV#secondArea DIV#brogPartsAuthor H3,
DIV#secondArea DIV#customPartsCategory H3,
DIV#secondArea DIV#customPartsComment H3,
DIV#secondArea DIV#duplicateEntryList H3,
DIV#secondArea DIV#duplicateCategoryEntryList H3{
  padding:10px 10px 14px;
  color:#999;
  text-align:center;
/*  font-size:medium;
  background:url(../images/second_area_title.gif) left top no-repeat;*/
}

/* ---------- UL ---------- */
DIV#secondArea DIV#brogPartsCategory UL,
DIV#secondArea DIV#brogPartsCalendar UL,
DIV#secondArea DIV#brogPartsTagCloud UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL,
DIV#secondArea DIV#brogPartsEntry UL,
DIV#secondArea DIV#brogPartsComment UL,
DIV#secondArea DIV#brogPartsAuthor UL,
DIV#secondArea DIV#customPartsCategory UL,
DIV#secondArea DIV#customPartsComment UL,
DIV#secondArea DIV#duplicateEntryList UL,
DIV#secondArea DIV#duplicateCategoryEntryList UL{
  width:100%;/* IEの表示バグのため、widthを設定 */
  margin:0;
  padding:0;
}
DIV#secondArea DIV#brogPartsCategory UL UL,
DIV#secondArea DIV#brogPartsCalendar UL UL,
DIV#secondArea DIV#brogPartsTagCloud UL UL,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop UL UL,
DIV#secondArea DIV#brogPartsMonthlyArchive UL UL,
DIV#secondArea DIV#brogPartsEntry UL UL,
DIV#secondArea DIV#brogPartsComment UL UL,
DIV#secondArea DIV#brogPartsAuthor UL UL,
DIV#secondArea DIV#customPartsCategory UL UL,
DIV#secondArea DIV#customPartsComment UL UL,
DIV#secondArea DIV#duplicateEntryList UL UL,
DIV#secondArea DIV#duplicateCategoryEntryList UL UL{
/*  padding:0;
  background:none;*/
}
DIV#secondArea DIV#brogPartsCategory LI,
DIV#secondArea DIV#brogPartsCalendar LI,
DIV#secondArea DIV#brogPartsTagCloud LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI,
DIV#secondArea DIV#brogPartsEntry LI,
DIV#secondArea DIV#brogPartsComment LI,
DIV#secondArea DIV#brogPartsAuthor LI,
DIV#secondArea DIV#customPartsCategory LI,
DIV#secondArea DIV#customPartsComment LI,
DIV#secondArea DIV#duplicateEntryList LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI{
  margin:0;
  padding:8px 10px 7px;
  list-style-type:none;
  background:url(../images/hr_bg.gif) center top no-repeat;
/*  font-weight:bold;*/
}
DIV#secondArea DIV#brogPartsCategory LI LI,
DIV#secondArea DIV#brogPartsCalendar LI LI,
DIV#secondArea DIV#brogPartsTagCloud LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop LI LI,
DIV#secondArea DIV#brogPartsMonthlyArchive LI LI,
DIV#secondArea DIV#brogPartsEntry LI LI,
DIV#secondArea DIV#brogPartsComment LI LI,
DIV#secondArea DIV#brogPartsAuthor LI LI,
DIV#secondArea DIV#customPartsCategory LI LI,
DIV#secondArea DIV#customPartsComment LI LI,
DIV#secondArea DIV#duplicateEntryList LI LI,
DIV#secondArea DIV#duplicateCategoryEntryList LI LI{
  margin:0;
  padding-bottom:0;
  padding-left:14px;
  background:url(../images/li_bg.gif) 5px 13px no-repeat;
}
/* ---------- 各パーツの設定 ---------- */
DIV#secondArea DIV#brogPartsCategory,
DIV#secondArea DIV#brogPartsCalendar,
DIV#secondArea DIV#brogPartsTagCloud,
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop,
DIV#secondArea DIV#brogPartsMonthlyArchive,
DIV#secondArea DIV#brogPartsEntry,
DIV#secondArea DIV#brogPartsComment,
DIV#secondArea DIV#brogPartsAuthor,
DIV#secondArea DIV#customPartsCategory,
DIV#secondArea DIV#customPartsComment,
DIV#secondArea DIV#duplicateEntryList,
DIV#secondArea DIV#duplicateCategoryEntryList{
  margin-bottom:15px;
  padding:5px;
  background-color:#fff;
/*  background:url(../images/second_area_bg.gif) left bottom no-repeat;*/
}

DIV#secondArea DIV#brogPartsCategory{}
DIV#secondArea DIV#brogPartsTagCloud{}
DIV#secondArea DIV#brogPartsTagCloud .rank-1{
  font-size:1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-2{
  font-size:1.75em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-3{
  font-size:1.625em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-4{
  font-size:1.5em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-5{
  font-size:1.375em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-6{
  font-size:1.25em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-7{
  font-size:1.125em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-8{
  font-size:1em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-9{
  font-size:0.95em;
}
DIV#secondArea DIV#brogPartsTagCloud .rank-10{
  font-size:0.9em;
}
DIV#secondArea DIV#brogPartsMonthlyArchiveDrop{}
DIV#secondArea DIV#brogPartsMonthlyArchive{}
DIV#secondArea DIV#brogPartsEntry{}
DIV#secondArea DIV#brogPartsComment{}
DIV#secondArea DIV#brogPartsAuthor{}
DIV#secondArea DIV#customPartsCategory{}
DIV#secondArea DIV#customPartsComment{}
DIV#secondArea DIV#duplicateEntryList{}
DIV#secondArea DIV#duplicateCategoryEntryList{}

/* ========== コンテンツ ========== */
DIV#contents{
  overflow:hidden;
  padding:0;
  width:100%;
}
body.columnPage DIV#contents{
  width:700px;
}

BODY.cke_show_borders,/* 管理画面 WYSIWYG プレビュー用設定 */
DIV#contents{}

/* ========== フッター ========== */
DIV#footer{
/*  margin-top:20px;*/
}
/* ---------- フッターメニュー ---------- */
DIV#footer P#footerMenu{
  margin:0 auto;
  padding:17px 0;
  color:#d2bf9e;
  line-height:2;
  text-align:center;
/*  width:960px;*/
  background-color:#e5d9c3;
}
DIV#footer P#footerMenu a{
  color:#7d7568;
}

/* ---------- フッター copyright エリア ---------- */
DIV#footer DIV#footerCopyrightArea{
  margin:0 auto;
  padding:0;
  width:960px;
/*  text-align:center;*/
}

/* ---------- フッター copyright 付メニュー ---------- */
DIV#footer DIV#footerFree{
/*  float:left;
  width:450px;
  margin-bottom:10px;*/
}
#footer_salon{
  overflow:hidden;
  margin:0 auto;
  padding:20px 0 15px;
  width:648px;
}
#footer_salon dl{
  overflow:hidden;
  float:left;
  margin:0 24px;
  width:276px;
}
#footer_salon dt{
  margin-bottom:15px;
  text-align:center;
}
#footer_salon dd{
  display:inline;
  margin:0 6px;
}

DIV#footer P#footerSiteLink{
/*  float:right;
  width:300px;
  text-align:right;
  margin-bottom:10px;*/
}

/* ---------- copyright ---------- */
DIV#footer P#copyright{
  clear:both;
  padding:0 0 10px;
  color:#999;
  text-align:center;
}

A:hover IMG.btnEffect{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha( opacity=70 )";
}

/* ==================== サイト全体 装飾 ==================== */
/* ========== セカンドエリア ========== */
/* ---------- 見出し ---------- */
DIV#secondArea H2,
DIV#secondArea H3,
DIV#secondArea H4,
DIV#secondArea H5,
DIV#secondArea H6,
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
  font-size:small;
}
DIV#secondArea TD,
DIV#secondArea TH,
DIV#secondArea LI,
DIV#secondArea P{
  line-height:150%;
}
/* ========== コンテンツ ========== */
/* ---------- 見出し ---------- */
BODY.cke_show_borders,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
BODY.cke_show_borders P,
BODY.cke_show_borders TD,
BODY.cke_show_borders TH,
BODY.cke_show_borders LI,
BODY.cke_show_borders DIV.entryBody,
BODY.cke_show_borders DIV.entryMore,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6,
DIV#contents P,
DIV#contents TD,
DIV#contents TH,
DIV#contents LI,
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore{
  line-height:150%;
}
BODY.cke_show_borders P,
BODY.cke_show_borders TD,
BODY.cke_show_borders TH,
BODY.cke_show_borders LI,
BODY.cke_show_borders DIV.entryBody,
BODY.cke_show_borders DIV.entryMore,
DIV#contents P,
DIV#contents TD,
DIV#contents TH,
DIV#contents LI,
DIV#contents DIV.entryBody,
DIV#contents DIV.entryMore{
  line-height:170%;
}
BODY.cke_show_borders OL,
BODY.cke_show_borders UL,
BODY.cke_show_borders TABLE,
DIV#contents P,
DIV#contents OL,
DIV#contents UL,
DIV#contents TABLE{
  margin-bottom:15px;
}
DIV#contents TABLE.galleryDetail P,
DIV#contents TABLE.staffDetail P,
DIV#contents DIV.entryBody P{
  margin-bottom:0;
}
BODY.cke_show_borders H1,
BODY.cke_show_borders H2,
BODY.cke_show_borders H3,
BODY.cke_show_borders H4,
BODY.cke_show_borders H5,
BODY.cke_show_borders H6,
DIV#contents H1,
DIV#contents H2,
DIV#contents H3,
DIV#contents H4,
DIV#contents H5,
DIV#contents H6{
  margin-bottom:10px;
}
BODY.cke_show_borders H2,
DIV#contents H2{
/*  margin-bottom:20px;*/
  padding:10px 95px 25px 1px;
  color:#c28900;
  background:url(../images/h2_bg.png) right bottom no-repeat;
}
BODY.cke_show_borders A.rss H2,
DIV#contents A.rss H2{
  padding-right:155px;
  background-image:url(../images/h2_rss_bg.png);
}
DIV#contents H2.h2NonDecolation{
  padding:0;
  border:none;
  background:none;
}
BODY.cke_show_borders A.rss,
DIV#contents A.rss{
  text-decoration:none;
}
BODY.cke_show_borders A:hover.rss,
DIV#contents A:hover.rss{
  text-decoration:none;
}
BODY.cke_show_borders H3,
DIV#contents H3{
  margin-bottom:15px;
  padding:17px 10px 17px 60px;
  color:#644824;
/*  font-weight:normal;*/
  border-radius:4px 4px 0 0;
  border-bottom:3px solid #d0b483;
  background:#fff url(../images/h3_bg.png) 10px 10px no-repeat;
}
BODY.cke_show_borders H4,
DIV#contents H4{
  padding:0 10px 11px 35px;
  color:#f87144;
/*  font-weight:normal;*/
  background:url(../images/h4_bg.png) left bottom no-repeat;
}
BODY.cke_show_borders H5,
DIV#contents H5,
BODY.cke_show_borders H6,
DIV#contents H6{
  padding:0 0 0 6px;
  color:#c28900;
/*  font-size:small;*/
  border-left:5px solid #c28900;
}
BODY.cke_show_borders UL,
DIV#contents UL{
  margin-top:0;
  margin-right:0;
  margin-bottom:15px;
  margin-left:0;
  padding:0;
}
BODY.cke_show_borders UL UL,
DIV#contents UL UL{
  margin-bottom:0;
}
BODY.cke_show_borders UL LI,
DIV#contents UL LI{
  margin:0;
  padding:7px 10px 7px 15px;
  list-style-type:none;
  border-bottom:1px dotted #d2bf9e;
  background:url(../images/li_bg.gif) 5px 14px no-repeat;
}
BODY.cke_show_borders UL LI LI,
DIV#contents UL LI LI{
  padding-bottom:0;
  border:none;
}
BODY.cke_show_borders UL.date,
DIV#contents UL.date{
  margin-top:0;
  margin-right:0;
  margin-bottom:20px;
  margin-right:0;
  padding:0;
}
BODY.cke_show_borders UL.date LI,
DIV#contents UL.date LI{
  text-indent:-86px;
  padding:10px 0 0 86px;
  line-height:1.5;
  border:none;
  background:none;
}
BODY.cke_show_borders UL.date LI span,
DIV#contents UL.date LI span,
BODY.cke_show_borders UL.date LI a,
DIV#contents UL.date LI a{
  margin-left:10px;
}
BODY.cke_show_borders TH,
BODY.cke_show_borders TD,
DIV#contents TH,
DIV#contents TD{
  border-bottom:1px solid #d2bf9e;
  padding:8px;
}
BODY.cke_show_borders TH,
DIV#contents TH{
  background-color:#f3ecdc;
}
BODY.cke_show_borders H2.rss A,
DIV#contents H2.rss A{
  display:block;
  text-decoration:none;
}
BODY.cke_show_borders P.pankuzu,
DIV#contents P.pankuzu{
  font-size:x-small;
}
BODY.cke_show_borders .fontXLarge,
DIV#contents .fontXLarge{
  font-size:large;
}
BODY.cke_show_borders .fontLarge,
DIV#contents .fontLarge{
  font-size:medium;
}
BODY.cke_show_borders .fontSmall,
DIV#contents .fontSmall{
  font-size:x-small;
}
BODY.cke_show_borders .fontMedium,
DIV#contents .fontMedium{
  font-size:small;
}
BODY.cke_show_borders .fontXSmall,
DIV#contents .fontXSmall{
  font-size:xx-small;
}
BODY.cke_show_borders input.text,
DIV#contents input.text{
  width:300px;
}
DIV#contents INPUT.textShort{
  width:50px;
}
BODY.cke_show_borders TEXTAREA,
DIV#contents TEXTAREA{
  width:430px;
  height:15em;
}
BODY.cke_show_borders .caution,
DIV#contents .caution{
  color:#e00;
}
BODY.cke_show_borders P.price,
DIV#contents P.price{
  font-size:medium;
  text-align:right;
  font-weight:bold;
  color:#e00;
}
BODY.cke_show_borders DIV.hr01,
DIV#contents DIV.hr01{
  clear:both;
  margin:0 0 10px;
  height:1px;
  background:url(../images/hr_bg.gif) left top repeat-x;
}
BODY.cke_show_borders DIV.comment DIV.hr01,
DIV#contents DIV.comment DIV.hr01{
  margin-top:-1em;
}
BODY.cke_show_borders P.nextPrevious,
DIV#contents P.nextPrevious{
  clear:both;
  font-size:x-small;
  text-align:center;
}
BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock,
BODY.cke_show_borders P.anchorTop,
DIV#contents P.anchorTop{
  clear:both;
  padding-top:10px;
  background:url(../images/hr_bg.gif) left top repeat-x;
}
DIV#contents P.anchorTop{
  margin-top:20px;
}
BODY.cke_show_borders P.entryMeta,
DIV#contents P.entryMeta{
  clear:both;
  margin-bottom:40px;
  text-align:right;
}
BODY.cke_show_borders P.linkBlock,
DIV#contents P.linkBlock,
BODY.cke_show_borders P.anchorTop,
DIV#contents P.anchorTop{
  text-align:right;
}
BODY.cke_show_borders TD.buttonArea,
DIV#contents TD.buttonArea{
  border:none;
}
DIV#contents DIV.center{
  text-align:center;
}
DIV#contents DIV#social{
  margin-bottom:10px;
}
DIV#header DIV#social{
  margin-top:10px;
}
DIV#header DIV.socialBtn,
DIV#contents DIV.socialBtn{
  float:right;
  margin-left:5px;
}
DIV#contents A.otherEntries{
  text-decoration:none;
}
DIV#contents A.otherEntries P{
  padding:10px;
  background-color:#F5F5F5;
  border:1px solid #ddd;
  text-align:center;
}
DIV#contents A.otherEntries P:hover{
  background-color:#fcc;
}

/* ==================== トップページ ==================== */
DIV#contents DIV#categoryTop{}
DIV#contents DIV#categoryTop DIV.topNews{}
DIV#contents DIV#categoryTop DIV.topLatestBlog{
  float:right;
  margin-bottom:10px;
  width:460px;
}
DIV#contents DIV#categoryTop DIV.topLatestBlog h2{
  margin-bottom:4px;
  padding:0;
  background:none;
}
DIV#contents DIV#categoryTop DIV.topLatestNews{
  float:left;
  padding-top:3px;
}
DIV#contents DIV#categoryTop DIV.topLatestNews h2{
  margin-bottom:0;
}

DIV#contents DIV#categoryTop DIV#topContents{}
DIV#contents DIV#categoryTop DIV#topContents p{
  margin-bottom:15px;
}

/* カルーセル */
#topBnrArea{
  margin-bottom:45px;
  padding:10px 0;
  background:url(../images/top_carousel_bg.png) left top repeat;
}
#topBnrArea li{
  margin:0 !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}
.bx-wrapper{
  max-width:960px !important;
}
.bx-wrapper .bx-viewport{
  margin:0 auto !important;
  width:870px !important;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
  background:none !important;
  background-position:0 0 !important;
  background-repeat:no-repeat !important;
}
.bx-wrapper .bx-prev{
  background-image:url(../images/top_carousel_arrow_left.png) !important;
}
.bx-wrapper .bx-next{
  right:0 !important;
  background-image:url(../images/top_carousel_arrow_right.png) !important;
}

/* ごあいさつ */
#top_greeting{
  margin-bottom:30px;
  text-align:center;
}
#top_greeting_title{
  margin-bottom:25px !important;
}

/* お悩みバナー */
#top_trouble{
  overflow:hidden;
  margin-bottom:0 !important;
  padding:14px 0 1px 7px !important;
  background:url(../images/top_bnr_bg.png) left top repeat;
}
#top_trouble li{
  float:left;
  margin:1px 7px 14px 8px !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}

/* こだわりのカット */
#top_cut{
  overflow:hidden;
  margin-bottom:30px;
  padding-bottom:30px;
  padding-left:100px;
  border-bottom:1px solid #d2bf9e;
}
#top_cut_title{
  margin-top:30px;
}

/* その他コンテンツバナー */
#top_other_bnr_container{
  margin-bottom:20px;
  padding-bottom:30px;
  border-bottom:1px solid #d2bf9e;
}
.top_other_bnr{
  overflow:hidden;
  margin-bottom:0 !important;
}
.top_other_bnr li{
  float:right;
  margin:0 0 20px 30px !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}
.top_other_bnr li.top_other_bnr_r{
  margin-left:0 !important;
}
.top_other_bnr_salon li{
  float:left;
  margin:0 30px 20px 0 !important;
}
.top_other_bnr_salon li.top_other_bnr_r{
  margin-right:0 !important;
}

DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto UL{
  margin:0;
  padding:0;
}
DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI{
  float:left;
  margin:0 10px 0 0;
  padding:8px;
  width:210px;
  background-color:#F5F5F5;
  list-style:none;
}
DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto LI.last{
  margin-right:0;
}
DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoImage{
  height:210px;
  background-repeat:no-repeat;
  background-position:center center;
}
DIV#contents DIV#categoryTop DIV.topLatestBlogPhoto DIV.topLatestBlogPhotoTitle{
  height:3em;
  overflow:hidden;
}

DIV#contents DIV#categoryTop DIV.accessText{}
DIV#contents DIV#categoryTop TABLE.accessTable{
  width:100%;
}
DIV#contents DIV#categoryTop DIV#googleMapsArea{
  margin-bottom:10px;
  width:100%;
  height:450px;
}
.top_bnr_campaign {
    bottom: 90px;
    position: fixed;
    right: 10px;
    z-index: 10;
}
/* ==================== 企業情報 ==================== */
DIV#contents DIV#categoryCompany{}
DIV#contents DIV#categoryCompany p{
  margin-bottom:15px;
}

DIV#contents DIV#categoryCompany DIV.accessText{}
DIV#contents DIV#categoryCompany TABLE.accessTable{
  width:100%;
}

DIV#contents DIV#categoryCompany DIV#googleMapsArea{
  margin-bottom:10px;
  width:100%;
  height:450px;
}

/* ==================== プライバシーポリシー ==================== */
DIV#contents DIV#categoryPrivacyPolicy{}
DIV#contents DIV#categoryPrivacyPolicy p{
  margin-bottom:15px;
}

/* ==================== お問い合せ ==================== */
DIV#contents DIV#categoryInquiry{}
DIV#contents DIV#categoryInquiry p{
  margin-bottom:15px;
}
#inqfm_tel{
  padding-top:20px;
}
#inqfm_tel li{
  font-size:medium;
  font-weight:bold;
  background-position:5px 17px !important;
}

/* リクルート */
#recruit_policy{
  margin-bottom:20px;
}
#recruit_salon{
  overflow:hidden;
  margin-bottom:30px;
  padding:20px 0;
  background:url(../images/top_bnr_bg.png) left top repeat;
}
.recruit_salon_switch{
  float:left;
  margin:0;
  padding:0 48px;
  width:384px;
}
.recruit_salon_switch p{
  margin-bottom:8px !important;
  padding-bottom:6px !important;
  border-bottom:1px dotted #d2bf9e;
}
.recruit_salon_switch p.alignCenter{
  margin-bottom:15px !important;
  padding:10px 0;
  border:none;
  border-radius:4px;
  background-color:#fff;
}
.recruit_salon_switch p.alignCenter img{
  vertical-align:top;
}
#recruit_salon_plus{
  padding:0 47px 0 48px;
  border-left:1px solid #d2bf9e;
}
#recruit_members{
  margin-bottom:30px;
}

DIV#contents DIV#categoryInquiry TH{
/*  width:8em;*/
}
DIV#contents DIV#categoryInquiry .formErrorBg{
  background-color:#fdd;
}

/* ==================== カスタムページ ==================== */
DIV#contents DIV#categoryCustom{}
DIV#contents DIV#categoryCustom p{
  margin-bottom:15px;
}

/* Salon */
.entryBody .salon_feature{
  float:left;
  position:relative;
  margin:0 26px 40px;
  padding:20px;
  width:228px;
  min-height:450px;
  background-color:#fff;
}
.entryBody .salon_feature h5{
  font-size:small;
}
.entryBody .salon_feature img{
  position:absolute;
  bottom:20px;
}
.entryBody .salon_outline{
  margin:0 70px;
  width:820px;
}
.entryBody .footer_salon_list{
  overflow:hidden;
  margin:0 auto;
  width:276px;
}
.entryBody .footer_salon_list dt{
  margin-bottom:15px;
  text-align:center;
}
.entryBody .footer_salon_list dd{
  display:inline;
  margin:0 6px;
}

/* こんなくせ毛のお悩みありませんか！？ */
.trouble_counseling{
  overflow:hidden;
  margin-bottom:20px;
}
#trouble_02_before,
#trouble_02_after{
  margin:0 auto;
  padding:30px 0;
  width:700px;
  text-align:center;
  border-radius:6px;
  background-color:#fff;
}
#trouble_02_before{
  margin-bottom:30px;
  padding:10px 0 90px;
  background:none;
  background:url(../images/trouble_02_arrow.png) center bottom no-repeat;
}
#trouble_02_before img,
#trouble_02_after img{
  padding-bottom:20px;
}
#trouble_02_after h5{
  border-left:none !important;
}
.trouble_case td{
  vertical-align:top;
}
.trouble_case td img{
  padding-bottom:15px;
}
.trouble_case td.trouble_case_arrow{
  vertical-align:middle;
}
.trouble_case h5{
  margin:0 auto 10px !important;
  width:309px;
  text-align:left;
}
.trouble_case ul{
  margin:0 auto !important;
  width:320px;
}
.trouble_case li{
  text-align:left;
}
.trouble_notice{
  position:relative;
  margin-bottom:20px !important;
  padding:10px !important;
  font-weight:normal;
  border-radius:4px;
  border:none;
  border:1px solid #c28900 !important;
  background-color:#fcfbf6;
}
.trouble_notice:before{
  content:"";
  position:absolute;
  bottom:-14px;
  left:100px;
  margin-left:-10px;
  width:0;
  height:0;
  border-top:14px solid #c28900;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
}
.trouble_notice:after{
  content:"";
  position:absolute;
  bottom:-12px;
  left:100px;
  margin-left:-10px;
  width:0;
  height:0;
  border-top:14px solid #fff;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
}
.trouble_image{
  width:360px;
  height:auto;
  border:10px solid #fff;
}
.trouble_feature{
/*  clear:both;*/
  padding:5px 10px 10px !important;
  border-radius:4px;
  background-color:rgba(255,255,255,0.5);
}
.trouble_feature li{
  color:#644824;
  font-size:medium;
  background-position:5px 16px !important;
}
.trouble_image_side{
  margin-right:400px !important;
}
.mb40{
  margin-bottom:40px !important;
}
.trouble_kusege th{
  font-size:medium;
}
.trouble_kusege_plan td{
  font-size:medium;
}
/*.trouble_use{
  float:left;
  width:calc(100% / 3);
}
.trouble_use_inner{
  padding:20px;
}
.trouble_use_odd{}
.trouble_use_even{
  background:url(../images/top_bnr_bg.png) left top repeat;
}
.trouble_use_inner img{
  width:100%;
  height:auto;
}
.trouble_point{
  clear:both;
}*/
.trouble_use{
  clear:both;
}
.trouble_use_ph {
  float: left;
  margin: 0 20px 0 0;
  width: 320px;
}
.trouble_use_ph img {
  border: 10px solid #fff;
  display: block;
  height: auto;
  margin-bottom: 40px;
  width: 300px;
}
.trouble_use_ph_c {
  float: right;
  margin: 0 0 0 20px;
  width: 172px;
}
.trouble_use_ph_r {
  float: right;
  margin: 0 0 0 10px;
  width: 172px;
}
.trouble_use_ph_c img {
  width: 152px;
}
.trouble_use_ph_r img {
  width: 152px;
}
.trouble_use_ph_c img,
.trouble_use_ph_r img {
  margin-bottom: 0;
}
#trouble_use_proom h4 {
  width: 540px;
}
#trouble_care{
  width:220px !important;
}
#trouble_care img{
  width:100%;
  margin-left: -20px;
}
.trouble_qa dt{
  background-image: url("/qa/images/q_bg.png");
    background-position: 18px 16px;
    padding: 17px 10px 17px 60px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
  margin-bottom:10px;
}
.trouble_qa dd{
    background-image: url("/qa/images/a_bg.png");
    background-position: 18px top;
    background-repeat: no-repeat;
    margin-bottom:20px;
    padding-left: 60px;
}
/* switch HAIR × SHISEIDO PROFESSIONAL */
#shiseido_catlist{
  overflow:hidden;
}
#shiseido_catlist li{
  float:left;
  margin:20px 55px !important; /* ３カテゴリのとき */
/*  margin:0 40px 0 0 !important; ４カテゴリのとき */
  padding:0 !important;
  border:none !important;
  background:none !important;
}
#shiseido_catlist li:first-child{
  display: none; /* ３カテゴリのとき */
}
#shiseido_catlist li:last-child{
/*  margin-right:0 !important; ３カテゴリのとき */
}

/* ==================== フリーページ ==================== */
DIV#contents DIV#categoryFree{}
DIV#contents DIV#categoryFree p{
  margin-bottom:15px;
}

/* Menu */
/* こんなくせ毛のお悩みありませんか！？ */
/*.menu_switch{
  width:50%;
}*/
.menuprice_container{
  margin-bottom:25px;
}
/*.menu_switch */.menuprice{}
/*.menu_switch */.menuprice th{
  width:32%;
  font-weight:bold;
}
/*.menu_switch */.menuprice td{
  border-left:1px dotted #d2bf9e;
}
/*.menu_switch */.menuprice td.price{
  width:12%;
  font-size:medium;
/*  font-weight:bold;*/
  text-align:right;
/*  vertical-align:bottom;*/
}

/* oggi otto */
.oggiotto{}
.oggiotto_image{
  margin-bottom:20px;
  width:280px;
  height:auto;
  border:10px solid #fff;
}
.oggiotto_image_c{
  margin-right:30px;
  margin-left:30px;
}
#oggiotto_rule{
  clear:both;
}
#oggiotto_rule ul{
  margin-right:320px !important;
  padding:5px 10px 10px !important;
  border-radius:4px;
/*  border:10px solid #fff;*/
  background-color:rgba(255,255,255,0.6);
}
#oggiotto_rule li{
  font-size:medium;
}
#oggiotto_rule li strong{
  color:#f87144;
  font-size:small;
  font-weight:normal;
}
.oggiotto_course{}
.oggiotto_course th,
.oggiotto_course td{
  font-size:medium;
}
.oggiotto_course th{
  width:54%;
}
.oggiotto_course td{
  text-align:right;
  vertical-align:bottom;
}
.oggiotto_course td .caution{
  font-size:large;
  font-weight:normal;
}
table.oggiotto_course{
  margin-bottom:5px !important;
}
ul.oggiotto_course{
  margin-bottom:35px !important;
}
.oggiotto_goods{
  border:15px solid #fff;
  border-top-width:10px;
  background-color:#fff;
}
.oggiotto_beforeafter img{
  width:460px !important;
  height:auto !important;
}

/* Concept */
.concept_policy{
  overflow:hidden;
  margin-bottom:20px;
}
.concept_policy_even{
  background-color:rgba(255,255,255,0.6);
}
.concept_policy_text{
  padding:30px 0 0 30px;
}
.concept_policy h4{
  margin-bottom:20px !important;
  padding:0 !important;
  background:none !important;
}
.concept_policy img{
  float:right;
  margin-left:30px;
}
.concept_policy h4 img{
  float:none;
  margin-left:0;
}
.concept_oggi_txt {
  float: left;
  width: 652px;
}
.concept_oggi {
  overflow: hidden;
}
.concept_oggi img {
  border: 10px solid #fff;
  margin-bottom: 45px !important;
}
.concept_oggi_img {
  float: right;
  margin-bottom: 40px !important;
  width: 278px;
}
.concept_oggi_img img {
  margin-bottom: 10px !important;
  width: 100%;
}
.concept_img img{
  width:164px;
}
.img_100{
  width:100%;
}
#consept_headspa img{
  height:234px;
  overflow:hidden;
}
/* switch HAIR × SHISEIDO PROFESSIONAL */
.shiseido_qa{}
.shiseido_qa h3{
  margin:0 0 20px !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}
.shiseido_qa .shiseido_qa_detail{
  padding:20px;
  border-radius:4px;
  background-color:rgba(255,255,255,0.6);
}
#shiseido_impurities{}
#shiseido_impurities li{
  float:left;
  margin:0 30px 40px 0 !important;
  padding:10px !important;
  width:280px;
  min-height:400px;
  border-radius:4px;
  border:none !important;
  background:none !important;
  background-color:#fff !important;
}
#shiseido_impurities li:nth-child(3){
  margin-right:0 !important;
}
#shiseido_impurities img.shiseido_impurities_label{
  padding:0 !important;
}
#shiseido_impurities li img,
#shiseido_impurities #shiseido_impurities_03 img.shiseido_impurities_label{
  width:100%;
  margin-bottom:10px;
}
#shiseido_impurities #shiseido_impurities_01 img{
  padding-top:44px;
  padding-bottom:34px;
}
#shiseido_impurities #shiseido_impurities_03 img{
  width:initial;
  padding-top:95px;
}
#shiseido_impurities #shiseido_impurities_03{
  text-align:center;
}
#shiseido_voice{
  float:left;
  width:460px;
}
#shiseido_voice .shiseido_voice_q{
  float:left;
  margin-right:30px;
  margin-bottom:20px;
  width:200px;
}
#shiseido_voice .shiseido_voice_q h4{
  margin:0 0 10px !important;
  padding:0 !important;
  font-size:small;
  border:none !important;
  background:none !important;
}
#shiseido_voice .shiseido_voice_q .shiseido_voice_a{
  width:200px;
  height:auto;
}
#shiseido_beforeafter{
  float:right;
  width:500px;
}
#shiseido_beforeafter li{
  float:left;
  margin:0 20px 0 0 !important;
  padding:45px 0 0 !important;
  width:153px;
  font-weight:bold;
  text-align:center;
  border:none !important;
  background:none !important;
}
#shiseido_beforeafter li:nth-child(3){
  margin-right:0 !important;
}
#shiseido_beforeafter li img{
  margin-bottom:5px;
  width:100%;
}

/* ==================== デュプリケートページ ==================== */
DIV#contents DIV#categoryDuplicate{}
DIV#contents DIV#categoryDuplicate p{
  margin-bottom:15px;
}

/* ==================== ブログページ ==================== */
DIV#contents DIV#categoryBlog{}

.fb_iframe_widget span{
  height:25px !important;
}

/* ==================== お買い物ページ ==================== */
DIV#contents DIV#categoryShop{}
DIV#contents DIV#categoryShop DIV.shopSubImg{
  margin-bottom:15px;
}
DIV#contents DIV#categoryShop DIV.shopMainImg IMG{
  margin-bottom:15px;
}
DIV#contents DIV#categoryShop DIV.shopSubImg IMG{
  margin:3px;
}

/* ==================== 事例集ページ ==================== */
DIV#contents DIV#categoryCase{}
DIV#contents DIV#categoryCase p{
  margin-bottom:15px;
}

/* トップページ ・ デザインコンセプト */
DIV#contents DIV.caseDesignEntry{}
DIV#contents IMG.caseDesignEntryImg{
  float:left;
  margin-bottom:10px;
}
DIV#contents DIV.caseDesignEntryText{
  float:right;
  width:440px;
}
DIV#contents P.caseDesignEntryLink{
  text-align:right;
}

/* デザインコンセプト */
DIV#contents DIV#categoryCase DIV.caseDesignGallary{
  margin-bottom:8px;
}
DIV#contents DIV#categoryCase DIV.caseDesignGallary IMG{
  margin:0 7px 7px 0;
}

/* ==================== 事例集（施工前後）ページ ==================== */


DIV#contents DIV#categoryCaseBA{}

/*{ パターン1 一覧ページ表示 */
DIV#contents DIV.caseBADesignEntry{}
DIV#contents IMG.caseBADesignEntryImg{
  float:left;
  margin-bottom:30px;
}
DIV#contents DIV.caseBADesignEntryText{
  margin-left:280px;
}
DIV#contents P.caseBADesignEntryLink{
  text-align:right;
}
/* パターン1 一覧ページ表示 } */

/*{ パターン3 一覧ページ表示
DIV#contents DIV.caseBADesignEntry{}
DIV#contents IMG.caseBADesignEntryImg{
  float:left;
  margin-bottom:10px;
}
DIV#contents DIV.caseBADesignEntryText{
  margin-left:170px;
}
DIV#contents P.caseBADesignEntryLink{
  text-align:right;
}
 パターン3 一覧ページ表示 } */

/*{ パターン1詳細表示・パターン2一覧ページ＆詳細表示 */
DIV.ctable_ba,
DIV#ctable_ba{
/*  background-color:#e9e9e9;*/
  background:url(../images/top_bnr_bg.png) left top repeat;
  margin-bottom:20px;
}
DIV.ctable_ba TABLE,
DIV#ctable_ba TABLE{
  width:100%;
  padding:0;
  margin:0;
}
DIV.ctable_ba TABLE TD,
DIV#ctable_ba TABLE TD{
  padding:0;
  border:none;
  text-align:center;
  border:none !important;
}
DIV.ctable_ba TABLE TD.photo,
DIV#ctable_ba TABLE TD.photo{
  padding:20px 10px !important;
}
DIV.ctable_ba TABLE TD.text,
DIV#ctable_ba TABLE TD.text{
  padding:0 10px 10px !important;
}
.img_case{
  width:320px;
}
.img_case img{
  width:75%;
}
DIV#ctable_ba2{
  width:100%;
/*  background-color:#e9e9e9;*/
  background:url(../images/top_bnr_bg.png) left top repeat;
  text-align:center;
  padding:10px;
  margin-bottom:20px;
  font-size:small;
}
DIV#ctable_ba2 img{
  margin-bottom:10px;
}
/* パターン1詳細表示・パターン2一覧ページ＆詳細表示 } */

/*{ パターン3 詳細表示
DIV#contents DIV.caseMainPhoto{
  background:url(../images/gallery_mainbg.gif) top left repeat;
  background-color:#e9e9e9;
  padding:9px;
  text-align:center;
  margin-bottom:30px;
}
DIV#contents DIV.caseMainPhoto IMG{
  border:1px solid #fff;
}
 パターン3 詳細表示 } */

/* 全パターン共通 */
DIV#contents DIV#categoryCaseBA{
  margin-bottom:30px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary{
  overflow:hidden;
  margin-bottom:30px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary DIV{
  margin:0 5px 10px;
  padding:0;
  float:left;
  width:149px;
  height:149px;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary A{
  width:147px;
  height:147px;
  display:block;
  border:1px solid #d2bf9e;
  background-color:#fff;
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary A:hover{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha( opacity=70 )";
}
DIV#contents DIV#categoryCaseBA DIV.caseDesignGallary span{
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  height:147px;
  width:147px;
}

/* ==================== ギャラリー & スタッフ ページ ==================== */
DIV#contents DIV.galleryCatContainer,
DIV#contents DIV.staffCatContainer{
  float:left;
  width:240px;
}
DIV#contents P.galleryListContainer,
DIV#contents P.staffListContainer{
  float:left;
  width:240px;
}
DIV#contents P.galleryListContainer_light{
  float:left;
  width:174px;
}
DIV#contents DIV.galleryCatContainer H3,
DIV#contents DIV.staffCatContainer H3{
  margin:0 5px 0 5px;
}
DIV#contents P.galleryListContainer A,
DIV#contents P.staffListContainer A{
  margin:5px;
  padding:5px;
  background-color:#fff;
/*  border:1px solid #d2bf9e;*/
  display:block;
  text-decoration:none;
}
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA{
  margin:5px;
  padding:5px;
  background-color:#E4E7EB;
  display:block;
  text-decoration:none;
}
DIV#contents P.galleryListContainer A,
DIV#contents P.galleryListContainer A:visited,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA:visited,
DIV#contents P.staffListContainer A,
DIV#contents P.staffListContainer A:visited{
/*  text-decoration:none;
  color:#666;*/
}
DIV#contents P.galleryListContainer A:hover,
DIV#contents P.galleryListContainer_light A.galleryListImgContainer_lightA:hover,
DIV#contents P.staffListContainer A:hover{
  color:#644824;
  background:url(../images/top_bnr_bg.png) left top repeat;
/*  text-decoration:none;*/
}
DIV#contents P.galleryListContainer_light SPAN.galleryListContainer_lightSocialLink{
  display:block;
  text-align:center;
}
DIV#contents SPAN.galleryListImgContainer,
DIV#contents SPAN.staffListImgContainer{
  width:220px;
  height:220px;
  display:block;
  background-repeat:no-repeat;
  background-position:center center;
}

DIV#contents SPAN.galleryListImgContainer_light{
  width:154px;
  height:100px;
  display:block;
  background-repeat:no-repeat;
  background-position:center center;
}
DIV#contents SPAN.galleryListh4Container{
  border-left:3px solid #ccc;
  display:block;
  font-size:small;
  font-weight:bold;
  line-height:150%;
  margin:5px;
  padding:4px 10px 4px 7px;
}
DIV#contents SPAN.galleryListh4Container_text{
  display:block;
  font-size:x-small;
  line-height:150%;
  margin:5px;
  padding:4px 10px;
}

DIV#contents SPAN.galleryListTitleContainer,
DIV#contents SPAN.staffListTitleContainer{
  overflow:hidden;
  display:block;
  height:3em;
  line-height:1.5;
  padding-top:8px;
}
DIV#contents DIV.galleryCatContainer SPAN.galleryListTitleContainer,
DIV#contents DIV.staffCatContainer SPAN.staffListTitleContainer{
  height:6em;
}

DIV#contents DIV#galleryImageAndText,
DIV#contents DIV#staffImageAndText{
  margin-bottom:15px;
}
DIV#contents DIV.galleryThumb{}
DIV#contents DIV.galleryThumb A{
  width:47px;
  height:47px;

  float:left;
  display:block;
  margin:2px;
  background-repeat:no-repeat;
  background-position:center center;
}
DIV#contents DIV#galleryImage,
DIV#contents DIV#staffImage{
  float:left;
  width:415px;
}
DIV#contents DIV#staffImage img{
  width:405px;
  height:auto;
}
DIV#contents DIV#staffImage .alignCenter img,
DIV#contents DIV#staffImage #staff_btn img{
  width:initial;
  width:290px;
}
#staff_catalog{
  margin-top:30px;
  margin-bottom:30px;
  width:405px;
}
#staff_catalog ul{
  overflow:hidden;
  margin-bottom:10px;
}
#staff_catalog li{
  float:left;
  margin:0 10px 10px 0 !important;
  padding:0 !important;
  border:none !important;
  background:none !important;
}
#staff_catalog li:nth-child(3),
#staff_catalog li:nth-child(6),
#staff_catalog li:nth-child(9){
  margin-right:0 !important;
}
#staff_catalog li a{
  display:block;
  width:118px;
  height:118px;
  border:5px solid #fff;
  background-position:center center;
  background-repeat:no-repeat;
}
#staff_catalog li a:hover{
  border-color:#f87144;
/*  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha( opacity=70 )";*/
}
DIV#contents DIV#staffImage #staff_btn{
  padding:20px 58px 10px 57px;
  background:url(../images/top_bnr_bg.png) left top repeat;
}
DIV#contents DIV#staffImage #staff_btn a{
  display:block;
  margin-bottom:10px;
}
DIV#contents DIV#galleryMainImage,
DIV#contents DIV#galleryMainImageFade,
DIV#contents DIV#staffMainImage{
  margin-bottom:10px;
}

DIV#contents DIV#galleryMainImage{
  display:none;
}
DIV#contents DIV#galleryText,
DIV#contents DIV#staffText{
  float:right;
  width:520px;
}
DIV#contents DIV#staffText .entryBody{
  margin-bottom:20px;
}
#staff_message{
  margin-bottom:40px;
}
#staff_message .message_voice{
  margin:0;
  padding:15px;
}
#staff_message .message_voice dt,
#staff_message .message_voice dd{
  font-size:small;
}
#staff_message .message_voice_odd{
  background-color:#fff;
}
#staff_message .message_voice dt{
  margin-bottom:10px;
  padding-left:6px;
  color:#c28900;
  font-weight:bold;
  border-left:5px solid #c28900;
}
#staff_message .alignCenter{
  margin-top:10px;
}
DIV#contents TABLE.galleryDetail,
DIV#contents TABLE.staffDetail{
  width:100%;
}
DIV#contents TABLE.staffDetail{
  margin-bottom:30px;
}
DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.galleryDetail TD,
DIV#contents TABLE.staffDetail TH,
DIV#contents TABLE.staffDetail TD{
/*  border:none;
  border-bottom:1px dashed #C8AE8C;*/
}
DIV#contents TABLE.galleryDetail TH,
DIV#contents TABLE.staffDetail TH,
DIV#contents TABLE.galleryDetail SPAN.galleryTabletitle,
DIV#contents TABLE.staffDetail SPAN.staffTabletitle{
/*  background:none;
  font-weight:bold;
  color:#C8AE8C;*/
}
DIV#contents TABLE.galleryDetail TD,
DIV#contents TABLE.staffDetail TD{}

DIV#contents DEL.galleryTypeDel{
  text-decoration:none;
  color:#ccc;
}

/* ==================== フォトギャラリー ページ ==================== */
/* ===== サイドカラムを使用しない場合 ===== */
/* コンテンツの最大幅 */
BODY.photoDetail DIV#contents{
  width:960px;
}
BODY.photoDetail DIV#contents H2{
  background-image:url(../images/h2_bg_nocolumn.gif);
}
BODY.photoDetail DIV#contents H3{
  background-image:url(../images/h3_bg_nocolumn.gif);
}
BODY.photoDetail DIV#contents DIV#gallery DIV#controls{
  font-size:small;
}

/* メイン画像表示枠の幅 */
BODY.photoDetail DIV#contents DIV.content,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link,
BODY.photoDetail DIV#contents SPAN.image-caption{
  width:450px;
}
/* メイン画像表示枠の高さ */
BODY.photoDetail DIV#contents DIV.slideshow-container,
BODY.photoDetail DIV#contents DIV.loader,
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link{
  height:450px;
}
BODY.photoDetail DIV#contents DIV.slideshow a.advance-link{
  line-height:450px;
}
/* サムネイルサイズ */
BODY.photoDetail DIV#contents a.thumb{
  width:87px;
  height:87px;
}
BODY.photoDetail DIV#contents ul.thumbs li a.thumb{
  border:1px solid #ccc;
}
BODY.photoDetail DIV#contents ul.thumbs li.selected a.thumb{
  border:1px solid #999;
}

/* ==================== メニュー ページ ==================== */
.menu_boxL{
  float:left;
  width:50%;
  margin:0;
  padding:0;
  padding-bottom:10px;
}
.menu_boxR{
  float:right;
  width:50%;
  margin:0;
  padding:0;
  padding-bottom:10px;
}
.cke_show_borders .menu_boxL H5,
.cke_show_borders .menu_boxR H5,
#contents .menu_boxL H5,
#contents .menu_boxR H5{
  margin:0;
  margin-left:15px;
  font-weight:bold;
  text-align:left;
  letter-spacing:1px;
  position:relative;
  background-color:#F5F5F5;
  padding:2px 10px;
}
.menu_boxL SPAN,.menu_boxR SPAN{
  display:block;
  text-align:right;
  padding:2px 0;margin:0;
  padding-right:5px;
  font-weight:bold;
  font-size:15px;
  line-height:120%;
}
.menu_boxL P,.menu_boxR P{
  display:block;
  margin-left:15px;
  text-align:left;
  letter-spacing:1px;
  line-height:100%;
  clear:both;
  padding:0 10px;
}
.menu_sum_img{
  margin-top:5px;
  padding:5px;
  text-align:left;
  margin-bottom:15px;
}
.menu_sum_img IMG{
  height:50px;
  margin-left:10px;
}

/* ==================== クーポン ページ ==================== */
.coupon_waku{
  border:1px solid #666;
  background-color:#e8e8e8;
  width:100%;
  margin:0 auto 10px;
}
.coupon_menu{
  width:40%;
  float:left;
}
div#contents H3.coupon_title{
  font-weight:bold;
  color:red;
  text-align:left;
  letter-spacing:1px;
  line-height:110%;
  padding:15px;
  background:none;
}
.coupon_detail{
  float:right;
  background-color:white;
  width:60%;
  text-align:left;
  font-size:12px;
  padding-bottom:10px;
}
.coupon_detail DL{
  display:block;
  margin:10px;
}
.coupon_detail DT,.coupon_detail DD{
  display:block;
}
.coupon_detail DT{
  float:left;
  width:27%;
}
.coupon_detail DD{
  float:right;
  width:73%;
}
.coupon_input{
  background-color:white;
  border-top:1px solid #eee;
  padding:10px;
}
div#contents TABLE.coupon_inp_tbl{
  width:100%;
  border-collapse:collapse;
  background-color:white;
}
div#contents TABLE.coupon_inp_tbl TD,div#contents TABLE.coupon_inp_tbl TH{
  border:none;
  border-bottom:1px solid black;
}
/* ==================== フリー2 ページ ==================== */
.free2_imgR{
  float:right;
  width:240px;
  margin-left:10px;
  margin-bottom:10px;
}
.free2_imgL{
  float:left;
  width:240px;
  margin-right:10px;
  margin-bottom:10px;
}
.free2_txt_s{
  width:305px;
  display:inline-block;
  *display:inline;*zoom:1;
}
.free2_txt{}
.free2_sub_img{
  background-color:#efefef;
  text-align:center;
  padding:10px;
  margin-bottom:10px;
}
.free2_sub_img img{
  border:2px solid #eee;
  margin:0 2px;
  height:60px;
}
img{
  -ms-interpolation-mode:bicubic;
}

/* ==================== Q&A ==================== */
DIV#contents DIV.qa H3{
  padding:17px 10px 17px 60px;
  background-image:url(/qa/images/q_bg.png);
  background-position:18px 16px;
/*  background-repeat:no-repeat;
  background-position:left top;*/
}
DIV#contents DIV.qa DIV.entryBody{
  margin:0;
  padding-left:60px;
  background-image:url(/qa/images/a_bg.png);
  background-repeat:no-repeat;
  background-position:18px top;
}
DIV#contents DIV.qa DIV.qaLast{
  border:none;
}
DIV#contents DIV.qaSub{
  margin-left:15px;
}

/* ==================== お客様の声 ==================== */
DIV#contents DIV.imgAndTextImg{
  float:left;
  margin-bottom:20px;
  padding:10px;
  width:250px;
  line-height:1.5;
  background-color:#fff;
}
DIV#contents DIV.imgAndTextImg IMG{
  margin-bottom:8px;
}
DIV#contents DIV.imgAndTextText{
  float:right;
  margin-bottom:20px;
  width:660px;
}

/* ==================== facebook/twitter ==================== */
DIV#tabSwitchContents{
  margin:0;
  padding:5px;
  min-height:300px;
  background-color:#F5F5F5;
}
SPAN.tabSwitchOn,
SPAN.tabSwitchOff{
  display:block;
  float:left;
  margin:0 5px 0 0;
  padding:10px;
  width:80px;
  height:14px;
  background:url(../images/social_tab.png) left top no-repeat;
  font-size:13px;
  font-weight:bold;
}
SPAN.tabSwitchOn{
  cursor:auto;
  color:#fff;
}
SPAN.tabSwitchOff{
  cursor:pointer;
  text-decoration:underline;
  color:#9ee;
}

/* ==================== スマートフォンへのリンク ==================== */
DIV.linkToSmartPhone P{
  margin:0;
  padding:10px;
  background-color:#39f;
  text-align:center;
  font-weight:bold;
  font-size:x-large;
  color:#fff;
}

/* ==================== Safari 5.1 以降で lightbox の next ボタンの不具合を修正 ==================== */
#lightbox IMG{
  vertical-align:middle;
}

/* ==================== リッチ「このページのトップへ」 ==================== */
/*DIV#contents P.anchorTop{
  position:fixed;
  right:20px;
  bottom:0;
  padding-top:2px;
  width:118px;
  height:20px;
  font-size:x-small;
  text-align:center;
  border-radius:8px;
  background-color:#000;
}
DIV#contents P.anchorTop A {
  text-decoration:none;
}*/

/* ==================== 全画面フェードイン用設定 ==================== */

body.topPage DIV#mainBg{
  overflow:hidden;
  position:relative;
  padding-top:666px;  /* キャッチ画像のheight＋上部メインメニューのheight＋キャッチ下の余白 */
}
body.topPage DIV#catchArea{
  left:50%;
  position:absolute;
  top:0;      /* 上部メインメニューのheight */
  width:1200px;   /* キャッチ画像のwidth */
  margin-left:-600px; /* キャッチ画像のwidthの半分 */
  height:650px;   /* キャッチ画像のheight */
}


/* { ★「このページのトップへ」固定表示,[背景画像のwidth、heightは画像サイズにより変動]★「このページのトップへ」固定表示 } */
body{
  position: relative;
}
body div.floating_btn {
  position: fixed;
  right: 40px;
  bottom: 20px;
  display: inline-block;
  transform: translate3d(0,0,0);
}
body div.floating_btn A {
  display: inline-block;
  line-height: 100%;
  padding: 0px;
  background:url("/cmn/images/kusege_link.png") no-repeat center top;
  width: 161px;
  height: 191px;
}