@charset "utf-8";

/*
Thema Name: number-1 international
Thema URI: http://www.number1int.com/
Description:  number-1 international
*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+ 初期のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* ギャラリーのキャプション表示のため追加 */
.gallery-caption{
	clear:both;
	text-align:left;
}
/* End captions & aligment */







/*==================================================
	設定リセット
==================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", "メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	text-align: center;
	background: #FFFFFF;
	color: #666666;
}

body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

html>body body { font-size: 12px; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; margin-bottom:10px;}

th,td,input,textarea { font-size: 100%; }

ol,ul {	list-style: none; }

address,em,cite { font-style: normal; }

img { border: none; vertical-align: top; }

a { overflow: hidden; text-decoration: none; }


/*==================================================
	共通設定
==================================================*/

/*--------------------------------------------------
	余白
--------------------------------------------------*/

.mgT05 { margin-top: 05px; }
.mgT10 { margin-top: 10px; }
.mgT15 { margin-top: 15px; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px; }
.mgT40 { margin-top: 40px; }
.mgT60 { margin-top: 60px; }
.mgT100 { margin-top: 100px; }

.mgB10 { margin-bottom:10px; }
.mgB20 { margin-bottom:20px; }
.mgB30 { margin-bottom:30px; }
.mgB40 { margin-bottom:40px; }
.mgB50 { margin-bottom:50px; }

.paB30 { padding-bottom::30px; }

.mgR60 { margin-right: 60px; }

/*--------------------------------------------------
	リンクカラー
--------------------------------------------------*/

a:link    { color: #666; text-decoration: none; }
a:visited { color: #666; text-decoration: none; }
a:hover   {	color: #FF6600;	text-decoration: underline;}


/*--------------------------------------------------
	フォントサイズ
--------------------------------------------------*/

.fs10 {	font-size: 80%; }
.fs12 {	font-size: 100%; }
.fs14 {	font-size: 120%; }
.fs16 {	font-size: 135%; }

.bold { font-weight: bold; }


/*--------------------------------------------------
	フォントカラー
--------------------------------------------------*/

.red { color: #e60012; }
.orange { color: #ff6600; }


/*--------------------------------------------------
	位置
--------------------------------------------------*/

.alnR { text-align: right; }
.alnC { text-align: center; }
.alnL { text-align: left; }

.fltR { float: right; }
.fltL { float: left; }


/*--------------------------------------------------
	float解除
--------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.clear {
	overflow: hidden;
	display: block !important;
	display: inline-block;
}

.both { clear: both; }


/*--------------------------------------------------
	ロールオーバー
--------------------------------------------------*/

.rollover a { display: block; }
.rollover a:hover img { visibility: hidden; }
.rollover a:hover { background-color: transparent; }

/*--------------------------------------------------
	横幅
--------------------------------------------------*/

.w215 { width: 215px; }
.w60 { width: 60px; }

/*==================================================
	トップページ
==================================================*/
/*--------------------------------------------------
	header
--------------------------------------------------*/

#index #head {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#index #head h1 {
	color: #E6E6E6;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 80%;
}


/* グローバルナビ ------- */

#index #head #gnavi01 {
	width: 544px;
	position: absolute;
	left: 0px;
	top: 16px;
}

#index #head #gnavi02 {
	height: 25px;
	width: 241px;
	position: absolute;
	top: 15px;
	right: 0px;
}

#head #gnavi01 li {
	display: block;
	float: left;
	height: 24px;
}

#head #gnavi02 li {
	display: block;
	float: left;
	height: 25px;
}

#head .gn01 {	width: 65px;	background: url(images/gnavi_01_on.gif) no-repeat;}
#head .gn02 { width: 70px;	background: url(images/gnavi_02_on.gif) no-repeat; }
#head .gn03 { width: 130px;	background: url(images/gnavi_03_on.gif) no-repeat; }
#head .gn04 { width: 75px;	background: url(images/gnavi_04_on.gif) no-repeat; }
#head .gn05 { width: 55px;	background: url(images/gnavi_05_on.gif) no-repeat; }
#head .gn06 { width: 75px;	background: url(images/gnavi_06_on.gif) no-repeat; }
#head .gn07 { width: 74px;	background: url(images/gnavi_07_on.gif) no-repeat; }
#head .gn08 { width: 80px;	background: url(images/gnavi_08.gif) no-repeat; }
#head .gn09 { width: 80px;	background: url(images/gnavi_09_on.gif) no-repeat; }
#head .gn10 { width: 81px;	background: url(images/gnavi_10_on.gif) no-repeat; }

#head li a {
	text-indent: -9999px;
	display: block;
}

#head #gnavi01 li a {	height: 24px;}

#head #gnavi02 li a {	height: 25px;}

#head li a:hover { background: url(none); }

#head .gn01 a {	width: 65px;	background: url(images/gnavi_01.gif) no-repeat;}
#head .gn02 a { width: 70px;	background: url(images/gnavi_02.gif) no-repeat; }
#head .gn03 a { width: 130px;	background: url(images/gnavi_03.gif) no-repeat; }
#head .gn04 a { width: 75px;	background: url(images/gnavi_04.gif) no-repeat; }
#head .gn05 a { width: 55px;	background: url(images/gnavi_05.gif) no-repeat; }
#head .gn06 a { width: 75px;	background: url(images/gnavi_06.gif) no-repeat; }
#head .gn07 a { width: 74px;	background: url(images/gnavi_07.gif) no-repeat; }
#head .gn08 a { width: 80px;	background: url(images/gnavi_08_on.gif) no-repeat; }
#head .gn09 a { width: 80px;	background: url(images/gnavi_09.gif) no-repeat; }
#head .gn10 a { width: 81px;	background: url(images/gnavi_10.gif) no-repeat; }


/* キーイメージ ------- */

#key {
	height: 730px;
	background-color: #000000;
	background-image: none;
}

#key #key-inner {
	height: 730px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#key #key-inner #keyLink {
	width: 350px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#key #key-inner #keyLink li {
	display: block;
	height: 50px;
	clear: both;
	float: right;
}
#key #key-inner #keyLink a {
	text-indent: -9999px;
	display: block;
	height: 50px;
}

#keyLink .kn01 { width: 130px;	margin-bottom: 10px; }
#keyLink .kn02 { width: 150px;	margin-bottom: 10px; }
#keyLink .kn03 { width: 350px;	margin-bottom: 10px; }
#keyLink .kn04 { width: 160px;	margin-bottom: 10px; }
#keyLink .kn05 {	width: 120px;	margin-bottom: 14px; }
#keyLink .kn06 { width: 180px;	margin-bottom: 10px; }


/*----------------------------------------------------
	Banner Area（トップページ）
----------------------------------------------------*/

#index #BnrArea {
	width: 900px;
	padding: 8px 0;
	background-color: #000000;
	font-size: 0;
	line-height: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	left: 0px;
	top: 650px;
}

#index .arrow {
	width: 20px;
	float: left;
}

#index #BnrArea ul {
	width: 842px;
	margin: 0 2px 0 12px;
	overflow: hidden;
	float: left;
}

#index #BnrArea ul li {
	padding: 0 10px 0 0;
	float: left ;
}


/*--------------------------------------------------
	content
--------------------------------------------------*/

#index #content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	text-align: left;
	padding-bottom: 30px;
}

#index #content #news {
	float: left;
	width: 430px;
}

#index #content #news ul {
	margin-top: 15px;
}

#index #content #news li {
	clear: both;
	width: 430px;
	line-height: 1.3em;
	padding-bottom: 0px;
	display: inline-block;
	padding-top: 15px;
}

* html #index #content #news li {	padding-top: 7px;}

#index #content #news p {
	background: url(images/bg_01.gif);
	color: #FFFFFF;
	width: 80px;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#index #content #news span {
	float: left;
	width: 335px;
	margin-left: 15px;
	margin-top: 3px;
}

#index #content #styleCatalogue {
	width: 440px;
	float: right;
	margin-right: -10px;
}

#index #content #styleCatalogue ul {
	width: 440px;
	margin-top: 17px;
	margin-right: -10px;
}

* #index #content #styleCatalogue,
* #index #content #styleCatalogue ul {
	margin-right: -4px;
	width: 410px;
	display: block;
}

#index #content #styleCatalogue li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
}

* html #index #content #styleCatalogue li {
	float: left;
	margin-right: 4px;
}

#index #content #styleCatalogue a img,
#index #content #styleCatalogue a { border: none; overflow: hidden; float: left; }
#index #content #styleCatalogue a:hover { border: 3px solid #990000; }
#index #content #styleCatalogue a:hover img { margin: -3px; }


/*--------------------------------------------------
	footer
--------------------------------------------------*/

#footer {
	background: url(images/footer_bg.gif) repeat-x;
	clear: both;
	color: #999999;
}

#footer #footer-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 200px;
}

#footer #footer-inner .flogo {
	display: block;
	height: 49px;
	width: 112px;
	position: absolute;
	left: 11px;
	top: 39px;
}

#footer #footer-inner h3 {
	position: absolute;
	top: 28px;
	right: 0px;
	font-size: 80%;
}

#footer #footer-inner #fnavi {
	position: absolute;
	top: 47px;
	right: 0px;
	display: block;
	font-size: 80%;
}

#footer #footer-inner #fnavi ul {
	float: right;
	clear: both;
	display: block;
}

#footer #footer-inner #fnavi li {
	display: block;
	line-height: 1.5;
	float: left;
}

#footer a:link    { color: #999; text-decoration: none; }
#footer a:visited { color: #999; text-decoration: none; }
#footer a:hover   {	color: #FF6600;	text-decoration: underline;}

#footer #footer-inner address {
	position: absolute;
	top: 115px;
	right: 0px;
}

#footer #footer-inner p {
	position: absolute;
	top: 148px;
	right: 0px;
}

/*==================================================
	サブページ
==================================================*/
/*--------------------------------------------------
	header
--------------------------------------------------*/

#sub #head {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	clear: both;
	position: relative;
}

#sub { background: url(images/sub_bg.gif) repeat-x; }

#sub #head h1 {
	color: #CCCCCC;
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 80%;
}

#sub #head .logo {
	display: block;
	height: 68px;
	width: 115px;
	position: absolute;
	left: 0px;
	top: 7px;
}


/* グローバルナビ ------- */

#sub #head #gnavi01 {
	width: 544px;
	position: absolute;
	left: 115px;
	top: 56px;
}

#sub #head #gnavi02 {
	height: 25px;
	width: 241px;
	position: absolute;
	top: 55px;
	right: 0px;
}


/* ページトップへ ------- */

#sub #content #content-inner .pagetop {
	width: 900px;
	text-align: right;
	clear: both;
	padding-top: 80px;
	padding-bottom: 20px;
}


/*----------------------------------------------------
	Banner Area（サブページ）
----------------------------------------------------*/

#sub #subSlide {
	background: #000000;
	clear: both;
}

#sub #BnrArea {
	width: 900px;
	padding: 15px 0;
	background-color: #000000;
	font-size: 0;
	line-height: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0px;
}

#sub .arrow {
	width: 20px;
	float: left;
}

#sub #BnrArea ul {
	width: 832px;
	margin: 0 6px 0 14px;
	overflow: hidden;
	float: left;
}

#sub #BnrArea ul li {
	padding: 0 10px 0 0;
	float: left ;
}


/*==================================================
	サロン案内
==================================================*/

#sub #content #content-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 47px;
}

#sub #content #content-inner #main {
	float: left;
	width: 640px;
}

#sub #content #content-inner #main .shop {
	width: 600px;
	margin-top: 43px;
}

#sub #content #content-inner #main .shop li {
	float: left;
	width: 260px;
	margin-right: 30px;
	padding-bottom: 35px;
}

#sub #content #content-inner #main .shop dt {
	height: 200px;
}

#sub #content #content-inner #main .shop dt a img,
#sub #content #content-inner #main .shop dt a { border: none; overflow: hidden; float: left; }
#sub #content #content-inner #main .shop dt a:hover { border: 3px solid #990000; }
#sub #content #content-inner #main .shop dt a:hover img { margin: -3px; }

#sub #content #content-inner #main .shop dd {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding-top: 6px;
	padding-bottom: 3px;
}

#sub #content #content-inner #main .shop li li {
	margin-right: 0px;
	clear: both;
	padding-bottom: 4px;
}

#sub #content #content-inner #main .shop li li p {
	float: left;
	width: 60px;
}

#sub #content #content-inner #main .shop li li span {
	float: left;
	width: 200px;
	line-height: 15px;
}

#sub #content #content-inner #rightSide {
	width: 250px;
	float: right;
}

#sub #content #content-inner #rightSide h3 { clear: both; }

#sub #content #content-inner #rightSide .sideComBox {
	width: 230px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

#sub #content #content-inner #rightSide .sideComBox .cataList {
	width: 240px;
	margin-right: -10px;
}

#sub #content #content-inner #rightSide .sideComBox .cataList li {
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 10px;
	margin-top: 10px;
}

#sub #content #content-inner #rightSide .sideComBox .cataList li a,
#sub #content #content-inner #rightSide .sideComBox .cataList li a img { overflow: hidden; float: left; }
#sub #content #content-inner #rightSide .sideComBox .cataList li a:hover { border: solid 1px #990000; }
#sub #content #content-inner #rightSide .sideComBox .cataList li a:hover img { margin: -1px; }

#sub #content #content-inner #rightSide .sideComBox .stylistList li {
	float: left;
	width: 115px;
	padding-bottom: 10px;
}

#sub #content #content-inner #rightSide .sideComBox .stylistList li a:link    { color: #906c30; text-decoration: none; }
#sub #content #content-inner #rightSide .sideComBox .stylistList li a:visited { color: #906c30; text-decoration: none; }
#sub #content #content-inner #rightSide .sideComBox .stylistList li a:hover   {	color: #FF6600;	text-decoration: underline;}

#sub #content #content-inner #rightSide .sideComBox .newsList li {
	padding-bottom: 5px;
	padding-top: 2px;
}

#sub #content #content-inner #rightSide .sideComBox .newsList p {
	background: url(images/bg_01.gif);
	padding: 3px 8px;
	display: inline;
	color: #FFFFFF;
}

#sub #content #content-inner #rightSide .sideComBox .newsList span {
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}

#sub #content #content-inner #main .backtop {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
}


/*==================================================
	サロン店舗
==================================================*/

#sub #content #content-inner #main .shop02 {
	width: 600px;
}

#sub #content #content-inner #main .shop02 li {
	float: left;
	width: 260px;
}


#sub #content #content-inner #main .shop02 dt { height: 204px; }

#sub #content #content-inner #main .shop02 dt a img,
#sub #content #content-inner #main .shop02 dt a { border: none; overflow: hidden; float: left; }
#sub #content #content-inner #main .shop02 dt a:hover { border: 3px solid #990000; }
#sub #content #content-inner #main .shop02 dt a:hover img { margin: -3px; }

#sub #content #content-inner #main .shop02 dd {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding-top: 6px;
	padding-bottom: 3px;
}

#sub #content #content-inner #main .shop02 li li {
	margin-right: 0px;
	clear: both;
	padding-bottom: 4px;
}

#sub #content #content-inner #main .shop02 li li p {
	float: left;
	width: 60px;
}

#sub #content #content-inner #main .shop02 li li span {
	float: left;
	width: 200px;
	line-height: 16px;
}

#sub #content #content-inner #main .commonText {
	width: 583px;
	line-height: 1.3;
	padding-top: 15px;
}

#sub #content #content-inner #main .stylistList {
	margin-top: 25px;
	margin-left: 18px;
}

#sub #content #content-inner #main .stylistList li {
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	line-height: 1.3;
}

#sub #content #content-inner #main .stylistList span { color: #CCCCCC; }

#sub #content #content-inner #main .stylistList img {
	border: 3px solid #c9bea0;
	margin-bottom: 3px;
}

#sub #content #content-inner #main .stylistList a:hover img { border: 3px solid #cc0000;}

#sub #content #content-inner #main .commonBox {
	margin-top: 20px;
	width: 583px;
	overflow: hidden;
	clear: both;
}

#sub #content #content-inner #main .commonBox table {
	width: 275px;
	font-size: 100%;
}

#sub #content #content-inner #main .commonBox table th {
	background: #F0F0F0;
	height: 23px;
	text-align: left;
	text-indent: 9px;
	line-height: 23px;
	color: #906C30;
	font-weight: bold;
}

#sub #content #content-inner #main .commonBox table td {
	padding-top: 15px;
	padding-left: 5px;
 padding-bottom: 35px;
	line-height: 1.8;
}

#sub #content #content-inner #main .commonBox table .waku01 {
	display: block;
	padding-bottom: 1.5em;
}

#sub #content #content-inner #main .commonBox table .waku02 {
	display: block;
}

.btn { margin:5px 0 5px 0; }


/*==================================================
	最新情報
==================================================*/

#sub .newsRelease {
	margin-top: 43px;
	margin-left: 1px;
}

#sub .newsRelease li {
	clear: both;
	width: 430px;
	line-height: 1.3em;
	padding-bottom: 0px;
	display: inline-block;
	padding-top: 15px;
}

* html #sub .newsRelease li {	padding-top: 7px;}

ul.newsRelease li span {
	float: left;
	width: 335px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sub .newsRelease li p {
	background: url(images/bg_01.gif);
	color: #FFFFFF;
	width: 80px;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*==================================================
	サービス
==================================================*/

#sub #content #content-inner #main .serviceSet {
	width: 560px;
	border: 3px solid #c9bea0;
	padding: 10px 7px;
	clear: both;
}

* html #sub #content #content-inner #main .serviceSet {	width: 580px;}

#sub #content #content-inner #main .serviceSet .serviceText {
	width: 375px;
	float: right;
	margin-right: 7px;
	display: inline;
}

#sub #content #content-inner #main .serviceSet .serviceText span {
	display: block;
	line-height: 1.3;
}

#sub #content #content-inner #main .serviceSet .serviceText strong {
	color: #906c30;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#sub #content #content-inner #main .serviceSet .serviceText .tenpo { color: #333333; }

#sub #content #content-inner #main .serviceSet .serviceText .tenpo img {
	margin-top: 10px;
	margin-bottom: 7px;
}


/*==================================================
	会社概要
==================================================*/

#sub #content #content-inner #mainWide { width: 900px; }

#sub #content #content-inner #mainWide .commonWide .companyTbl {
	float: left;
	width: 500px;
	border-collapse: collapse;
}

#sub #content #content-inner #mainWide .commonWide .companyTbl th {
	background: url(images/company_img_01.gif);
	font-weight: normal;
	text-align: left;
	border-bottom: 7px solid #FFFFFF;
	padding: 4px 5px;
	vertical-align: baseline;
	color: #333333;
	font-size: 12px;
}

#sub #content #content-inner #mainWide .commonWide .companyTbl td {
	background: url(images/company_img_02.gif) repeat-y left top;
	border-bottom: 7px solid #FFFFFF;
	padding: 4px 5px 4px 15px;
	color: #333333;
	font-size: 12px;
}

#sub #content #content-inner #mainWide .commonWide .companyTbl span {
	width: 11em;
	display: block;
	float: left;
	clear: left;
}

#sub #content #content-inner #mainWide .commonWide .companyImage {
	float: left;
	margin-top: 25px;
}

#sub #content #content-inner #mainWide .commonWide .companyImage li {
	float: left;
	margin-right: 7px;
}

#sub #content #content-inner #mainWide .commonWide .contestTbl {
	float: left;
	width: 500px;
	border-collapse: collapse;
}

#sub #content #content-inner #mainWide .commonWide .contestTbl th {
	font-weight: normal;
	text-align: left;
	vertical-align: baseline;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-right: 10px;
	color: #333333;
	font-size: 12px;
}

#sub #content #content-inner #mainWide .commonWide .contestTbl td {
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 8px;
	padding-bottom: 2px;
	color: #333333;
	font-size: 12px;
}

#sub #content #content-inner #mainWide .commonWide .tblCap {
	text-align: right;
	float: left;
	width: 500px;
	color: #333333;
	margin-top: 5px;
}

/*===求人情報　09.12.9追加===============*/


#sub .recruitRelease {
	margin-top: 43px;
	margin-left: 1px;
}

#sub .recruitRelease li {
	clear: both;
	width: 900px;
	line-height: 1.3em;
	padding-bottom: 0px;
	display: inline-block;
	padding-top: 15px;
}

* html #sub .recruitRelease li {	padding-top: 7px;}

ul.recruitRelease li span {
	float: left;
	width: 335px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sub .recruitRelease li p {
	background: url(images/bg_01.gif);
	color: #FFFFFF;
	width: 80px;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}




/*==================================================
	クーポン
==================================================*/

#sub #content #content-inner #main .couponSet {
	width: 560px;
	border: 3px solid #c9bea0;
	padding: 10px 7px;
	clear: both;
}

* html #sub #content #content-inner #main .couponSet {	width: 580px;}

#sub #content #content-inner #main .couponSet .couponText {
	width: 400px;
	float: right;
	margin-right: 7px;
	display: inline;
}

#sub #content #content-inner #main .couponSet .couponText span {
	display: block;
	line-height: 1.3;
}

#sub #content #content-inner #main .couponSet .couponText strong {
	color: #906c30;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}

#sub #content #content-inner #main .couponSet .couponText .kikan {
	color: #906c30;
	font-weight: bold;
}

#sub #content #content-inner #main .couponSet .couponText .kikan img {
	margin-top: 15px;
	margin-bottom: 4px;
}


/*==================================================
	スタイルカタログ
==================================================*/

#sub #content #content-inner #main .styleSub {
	padding-bottom: 20px;
	clear: both;
}

#sub #content #content-inner #main .catalogueList { margin-left: 17px; }

#sub #content #content-inner #main .catalogueList li {
	width: 119px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	display: block;
	height: 170px;
}

#sub #content #content-inner #main .catalogueList img { border: 3px solid #c9bea0; }

#sub #content #content-inner #main .catalogueList a:hover img { border: 3px solid #990000; }


/*==================================================
	スタイルカタログ詳細
==================================================*/

#sub #content #content-inner #main .backCata {
	width: 238px;
	padding-left: 342px;
	margin-top: 20px;
}

* html #sub #content #content-inner #main .backCata {
	width: 580px;
	padding-left: 330px;
}

#sub #content #content-inner #main .backCata li {
	float: left;
	margin-left: 8px;
	padding-bottom: 20px;
}

#sub #content #content-inner #main .catalogueSet {
	clear: both;
	width: 580px;
	position: relative;
}

#sub #content #content-inner #main .catalogueSet .text {
	display: block;
	line-height: 1.3;
}

#sub #content #content-inner #main .catalogueSet .text span {
	font-size: 120%;
	display: block;
	padding-bottom: 15px;
	font-weight: bold;
	color: #906c30;
}

#sub #content #content-inner #main .catalogueSet .photo {
	position: absolute;
	left: 270px;
	bottom: 0px;
}

#sub #content #content-inner #main .catalogueSet .photo li {
	float: left;
	margin-right: 8px;
}

#sub #content #content-inner #main .otherList {
	margin-left: 5px;
	margin-top: 28px;
}

#sub #content #content-inner #main .otherList li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	height: 165px;
	width: 119px;
}

#sub #content #content-inner #main .otherList li a img,
#sub #content #content-inner #main .otherList li a { border: none; overflow: hidden; float: left; }
#sub #content #content-inner #main .otherList li a:hover { border: 3px solid #990000; }
#sub #content #content-inner #main .otherList li a:hover img { margin: -3px; }

#sub #content #content-inner #main .shopAnker {
	text-align: right;
	width: 580px;
	margin-top: 50px;
	padding-bottom: 5px;
	clear: both;
	overflow: hidden;
}

* html #sub #content #content-inner #main .shopAnker {	padding-bottom: 0px;}
*:first-child+html #sub #content #content-inner #main .shopAnker {	padding-bottom: 0px;}

#sub #content #content-inner #main .shopAnker ul {
	display: inline;
	padding-bottom: 5px;
	background: url(images/stylist_img_01.gif) repeat-x left bottom;
}

#sub #content #content-inner #main .shopAnker li {
	color: #906c30;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

#sub #content #content-inner #main .shopAnker li a:link    { color: #906c30; text-decoration: none; }
#sub #content #content-inner #main .shopAnker li a:visited { color: #906c30; text-decoration: none; }
#sub #content #content-inner #main .shopAnker li a:hover   {
	color: #990000;
	text-decoration: underline;
}

#sub #content #content-inner #main .commonBox02 {
	width: 580px;
	clear: both;
}

#sub #content #content-inner #main .shopName {
	background: url(images/company_img_01.gif);
	font-size: 120%;
	font-weight: bold;
	color: #906c30;
	padding: 5px 5px 5px 15px;
	clear: both;
	display: block;
}

#sub #content #content-inner #main .stylistName {
	background: url(images/company_img_01.gif);
	color: #906c30;
	padding: 5px 5px 5px 15px;
	clear: both;
	display: block;
}
#sub #content #content-inner #main .commonBox02 #ginza strong {
	font-size: 120%;
	padding-right: 15px;
}


#sub #content #content-inner #main .commonBox02 .stylistSet { margin-top: 30px; }

#sub #content #content-inner #main .commonBox02 .stylistSet .stylistPhoto {
	float: left;
	width: 250px;
	text-align: center;
}

#sub #content #content-inner #main .commonBox02 .stylistSet .stylistPhoto span { display: block; }

#sub #content #content-inner #main .commonBox02 .stylistSet .stylistPhoto .button { margin-top: 12px; }

#sub #content #content-inner #main .commonBox02 .stylistSet .stylistPhoto .border img { border: 3px solid #c9bea0; }

#sub #content #content-inner #main .commonBox02 .stylistSet .text {
	float: right;
	width: 290px;
}
#sub #content #content-inner #main .commonBox02 .stylistSet .text p { padding-bottom: 50px; }


#sub #content #content-inner #main .commonBox02 .stylistSet .text span {
	display: block;
	padding-bottom: 10px;
}

#sub #content #content-inner #main .comment { padding-top: 10px; }


/* --------------------------------------------------------------------------------------
 お問合せフォーム
--------------------------------------------------------------------------------------- */

.rewtable02 {
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}
.rewtable02 th {
	font-weight: normal;
	padding: 10px;
	background-color: #EBEBEC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 120px;
}
.rewtable02 td {
	text-align: left;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
