@charset "utf-8";

/*
Theme Name: fcg2012a
Version: 2								
*/

/* Reset ------------------------------------------------------------------ */
:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

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

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul{
    list-style: none;
}
li{
	list-style-position: inside;
}

caption,th {
    text-align: left;
}

wp-caption-dt {
    background-color: #ccc;
}
q:before,q:after {
    content: '';
}

a {
    text-decoration: none;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

a img,:link img,:visited img {
    border: none;
}

img { vertical-align: top; }

address {
    font-style: normal;
    display: inline;
}

/* Utilities ----------------------------------------------------------------- */
#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner {
	display: inline-block;
}

/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
    text-decoration: none;
}

p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }

/* Assets */
.asset-body,
.asset-more,
.more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.trackbacks-info,
.trackback-content,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
#comment-form-external-auth,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-meta {
    font-size: 11px;
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
    clear:both;
    border: 0;
}

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
    display: inline;
}

.archive-title {
	font-size:17px;
	color: #666666;
	font-weight:bold;
	background : url('img/title.jpg') no-repeat 0 10px; 
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #cccccc;
	margin-bottom:20px;
}

.asset-body img{
 max-width: 100%;
}

.asset-body h3, .asset-header h3{
	background : url('img/h3.jpg') no-repeat 0 0px; 
	padding: 10px 0 10px 50px;
	font-size:110% !important;
	font-size:105%;
	color: #666666;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom:10px;
}

.asset-body h5{
	background : url('img/h5.jpg') no-repeat 0 10px; 
	padding: 10px 0 10px 30px;
	margin: 10px 0;
	font-size:100% !important;
	font-size:95%;
	color: #D80021;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	clear: both;
}
.asset-body h6{
	background : url('img/h6.jpg') no-repeat 5px 12px; 
	padding: 10px 0 10px 30px;
	margin: 10px 0;
	font-size:100% !important;
	font-size:95%;
	color: #666666;
	font-weight:bold;
}

/* ---------------------------------------------------------------------
テーブル基本
--------------------------------------------------------------------- */
.asset-body table {
    clear:both;
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
    font-size: 13px;
}

.asset-body th {
    width: 100%;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
.asset-body td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.red_frame{
   padding: 1em;
   border: solid 1px #D80021;
}

/* ---------------------------------------------------------------------
概要一覧ページ
--------------------------------------------------------------------- */
#outline3 {
	font-size:100% !important;
	font-size:95%;
	line-height: 1.4;
	margin-bottom:10px;
}

#outline3 ul {
    list-style: none;
}
#outline3 li {
	margin:0;
	padding:2px 0 3px 0;
	list-style-type:none;
	list-style-image: url(img/outline_list.gif) ;
	list-style-position: inside;
}

/* ---------------------------------------------------------------------
テーブル・名簿用
--------------------------------------------------------------------- */
table.namelist th{
 width: 40%;
}

/* ---------------------------------------------------------------------
[メイン]リンク一覧
--------------------------------------------------------------------- */
#top-link {
        width: 560px;
	font-size:100% !important;
	font-size:95%;
	line-height: 2.0;
        height: 200px;
        padding: 0px 5px;
        overflow: auto;
}
#top-link h5{
background : url('img/h5.jpg') no-repeat 0 10px; 
    padding: 10px 0 10px 30px;
   margin: 10px 0;
	font-size:100% !important;
	font-size:95%;
	color: #D80021;
	font-weight:bold;
border-bottom: 1px solid #cccccc;
}
.linkul {
overflow : hidden ;
}
.linkul ul {
    margin: 0;
    list-style: none;
    padding:15px 5px 5px 5px;
}
#top-link a {
    color: #333333;
    text-decoration: none;
}
#top-link a:hover {
    color: #D80021;
    text-decoration: none;
}
#con-link {
        max-width: 645px;
        width: 100%;
	font-size:80% !important;
	font-size:75%;
	line-height: 2.0;
        height: 200px;
        padding: 0px 5px;
        overflow: auto;
}
#con-link a {
    color: #333333;
    text-decoration: none;
}
#con-link a:hover {
    color: #D80021;
    text-decoration: none;
}

.access {
	margin: 0 0 10px 0;
	width:96%;
　　　　 background: #F2F2E4;
        border: 1px solid #ededed;
        padding: 10px 5px;
	overflow: auto;
        height:198px;
}

ul#gnavi3 {
	clear:both;
	width:260px;
	height:73px;
	margin:0px auto 15px auto;
	padding:0;
	list-style:none;
        overflow: hidden;
}
	ul#gnavi3 li {
		display:inline;
	}
	ul#gnavi3 li a {
		display:block;
		float:left;
		height:0px;
		padding-top:73px;
		background-repeat:no-repeat;
		overflow:hidden;
		list-style:none;
	}

ul#gnavi3 li.gnavi01 a { width:87px; background-position: 0 0; background-image:url(img/side_navi01.jpg); }
ul#gnavi3 li.gnavi02 a { width:84px; background-position: 0 0; background-image:url(img/side_navi02.jpg); }
ul#gnavi3 li.gnavi03 a { width:89px; background-position: 0 0; background-image:url(img/side_navi03.jpg); }

ul#gnavi3 li a:hover { background-position: 0 -73px; }

.outlinelist {
	font-size:100% !important;
	font-size:95%;
	line-height: 1.4;
	margin-bottom:10px;
}

.outlinelist ul {
    list-style: none;
}
.outlinelist li {
	margin:0;
	padding:2px 0 3px 0;
	list-style-type:none;
	list-style-image: url(img/outline_list.gif) ;
	list-style-position: inside;
}

div.videowrap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 100%;
    overflow: hidden;
    clear: both;
}

div.videowrap object, div.videowrap iframe, div.videowrap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.mapwrap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0px
}

div.mapwrap iframe{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
}

.alignright {
   float: right;
   margin: 0 0 0 10px;
}
.alignleft2 {
   float: left;
   margin: 0 0px 0 0;
}

.alignright2 {
   float: right;
   margin: 0 0 0 0px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin-bottom: 10px;

   /* optional rounded corners for browsers that support it */
   -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: 5px 4px 5px;
   margin: 0;
}

/* Feedback */
.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */
.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
	margin:0;
	padding:0;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.widget-search ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li {
    margin: 5px 0;
}

/* Layout ----------------------------------------------------------------- */
#container-inner {
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner {
    overflow: hidden;
	padding: 0;
}

#content-inner {
	padding-top: 0px;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#666666;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background: #fff url('img/page_bg.jpg') no-repeat top;
}

/* リンクカラー */
a {
	color: #D80021;
text-decoration: none;
}

a:hover {
	color: #999;
text-decoration: none;
}

.clear {
	clear:both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  clear:both;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	margin-bottom:20px;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('img/pagetop.gif') no-repeat 0 0;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url('img/pagetop_ov.gif') no-repeat 0 0;
}

/* -----　パンくず　----- */
.navi {
	margin:0px 5px 5px 0px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.SP{
}
.SP .center{
	text-align:center;
}
.SPcenter{
	clear:both;
	padding:10px 0;
	text-align:center;
}

#container {
	width:100%;
}

#container-inner {
	position: relative;
	width:100%;
}
/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	border-top:7px solid #F4AEB0;
	height:auto;
	padding:5px 5px 10px 5px;
	background:url('img/sp/headerBar.gif') repeat-x 0 bottom;
}
#header-contents {
	display:none;
}
#header-SPcontents .left {
	float:left;
	background-color:#F83763;
	height:18px;
	padding:8px 5px 5px 5px;
	text-align:center;
	color:#FFF;
	font-size:9px;
}



#header-SPcontents .right {
	float:right;
}

/* gnavi --------------------------- */
ul#gnavi {
	display:none;
}
ul#SPgnavi {
	
}

/* ---------------------------------------------------------------------
トップ
--------------------------------------------------------------------- */
.title{
	padding:10px 0;
}

.SP .bar{
	background:url('img/sp/headerBar.gif') repeat-x 0 bottom;
}
.SP #head-main{
	background:url('img/sp/mainBg.gif') repeat;
	height:auto;
	text-align:center;
	padding:10px 0;
}

.SP .nav{
	background:url('img/sp/headerBar.gif') repeat-x 0 top;
	padding:10px 1% 10px 2%;
	height:180px;
}

.SP .nav li{
	float:left;
	list-style:none;
	margin:5px 1%;
	text-align:center;
	width:31%;
	height:auto;
}

.SP .nav{
	background:url('img/sp/headerBar.gif') repeat-x 0 top;
	padding:10px 1% 10px 2%;
	height:180px;
}
/*
.SP .nav li{
	float:left;
	list-style:none;
	font-size:12px;
	margin:5px 1%;
	width:29%;
	text-align:center;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(255,228,222) 96%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.96, rgb(255,228,222)));
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,228,222) 96%);
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,228,222) 96%);
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,228,222) 96%);
	background-image:linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,228,222) 96%);
	border:3px solid #FF8080;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.13);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.13);
	box-shadow:0px 0px 2px rgba(0,0,0,0.13);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffe4de,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#21000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffffe4de,GradientType=0)
		progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#21000000,Positive=true);
}
.SP .nav li a{
	vertical-align:middle;
	color:#59330B;
	display:block;
	padding:10px;
	height:50px;
	
}
*/
.layout-wt #alpha2 {
	clear:both;
}

#top-youtube {
	clear:both;
	margin:0 auto 20px auto;
	width: 95%;
	height:auto;
}
#top-youtube iframe {
	width: 100%;
	height:250px;
}

/* ---------------------------------------------------------------------
[メイン]コミュニティサイト
--------------------------------------------------------------------- */
.grid {
  clear: both;
  width:97%;
  margin:0 auto;
}
.grid .section {
	border: 1px solid #FFBBBB;
	background-color: #F8DEDD;
	width: 46%;
	float: left;
	text-align: center;
	margin: 0.5em 5px 0.5em 5px;
	padding:10px 0 0 0;
}
.grid .section .title {
	text-align: center;
	margin: 5px;
	font-size: 80%;
	color: #00008b;
}
.grid .section img {
  margin:0;
  padding: 0;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */

ul#gnavi2 {
	display:none;
}
.bnrBox2{
	background:url('img/sp/headerBar.gif') repeat-x 0 top;
	width:97%;
	margin:0 auto;
	padding:10px 0;
} 
.bnrBox2 .bnrBox2l{
	text-align:center;
	float:left;
	width:49%;
}
.bnrBox2 .bnrBox2r{
	text-align:center;
	float:right;
	width:49%;
}


/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	background:url('img/sp/headerBar.gif') repeat-x 0 top;
	font-size:11px;
	text-align:center;
	padding:10px 0 0 0;
}

/* スマホ用 */
@media only screen and (max-width: 480px) {

#alpha, #beta {
    display: block;
    float: none;
    width: auto;
    padding: 0 15px;
}
.mgt10 {
    margin-top: 10px;
}
.mgt20 {
    margin-top: 20px;
}

.mgb20 {
    margin-bottom: 20px;
}

.asset iframe {
	width:100%;
	height:auto;	
}

#outlinebox li {
    padding: 5px 1%;
    float: left;
    width: 31%;
    text-align: center;
    list-style: none;
}

.asset-body img {
    max-width: 100%;
}


img[class*="wp-image"],
img[class*="aligncenter"] {
    max-width: 100%;
    width: 100%;
    height: auto;
	margin-bottom:10px;
}

.bnrBox3 {
	width:260px;
	margin:0 auto;	
}

.side_topics {
    width: 260px;
    margin: 0 auto;
    padding: 10px;
    background: #F2F2E4;
    border: 1px solid #ededed;
    box-sizing: border-box;
    text-align: left;
}

.bnrBox3 img {
    margin: 0 0 8px 0;
}

#beta-inner {
	text-align:center;	
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0;
    width: 100% !important;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    float: none;
}

#outline2 {
    background: url(img/contents_bg2_sp.jpg) 0px 0px no-repeat;
    height: auto;
    font-size: 90% !important;
    font-size: 85%;
    line-height: 1.4;
    padding: 50px 25px 0 20px;
    margin-bottom: 10px;
    clear: both;
    background-size: 148% auto;
    border: 1px solid #ccc;
}


#experience {
    background: url(img/experience_bg_sp.jpg) 0 0 no-repeat;
    height: auto;
    font-size: 90% !important;
    font-size: 85%;
    line-height: 1.4;
    padding: 60px 25px 20px 25px;
    margin-bottom: 10px;
}

.experience_box_l {
    float: left;
    width: 190px;
}

.outlinelist {
    font-size: 100% !important;
    font-size: 95%;
    line-height: 1.4;
    margin-bottom: 10px;
}

.experience_box {
    margin: 0 auto 20px auto;
    clear: both;
    overflow: hidden;
}

.salonlist_s {
    text-align: right;
    background-color: #FAFAFA;
    padding: 0 15px 15px 0;
    margin: 0 0 15px 0;
}
/*
#s {
    width: auto;
    height: 15px;
    padding: 4px;
    border: solid 1px #adadad;
}

#searchsubmit {
    background-color: #D80021;
    padding: 5px 10px;
    color: #fff;
    border: none;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 10px auto;
}

#area .box0 {
	display:block;
	padding:10px 0;
	text-align:center;	
}

#area .box1 a {
	display:block;
	padding:10px;	
}

#area .box1 {
	display:block;
	text-align:center;
	border:1px solid #ccc;
}

#area .box2 a {
	display:inline-block;
	padding:10px;
}
*/

}


/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 481px) {

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */
.SP{
	display:none;
}
.SPcenter{
	clear:both;
	padding:0;
	text-align: left;
}

#container {
	line-height:1.6;
	font-size:80%;
	max-width:950px;
	width: 100%;
	margin:0 auto;
	text-align:left;
	_border-left:1px solid #a3a3a3;
	_border-right:1px solid #a3a3a3;

/*	background: url('img/body_bg-wt.gif') 0 repeat-y;*/
}

#container-inner {
	position: relative;
}
/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */
.layout-wt #alpha2 {
	clear:both;
	float: left;
	max-width: 570px;
	width: 100%;
	padding:0;
	overflow: hidden;
	margin:0 0 20px 0;
}

.layout-wt #beta2 {
	float:right;
	width: 350px;
	overflow: hidden;
}

.layout-wt #alpha {
	float: left;
	max-width: 655px;
	width: 100%;
	margin:0 0 20px 0;
}

.layout-wt #beta {
	float:right;
	width: 260px;
	overflow: hidden;
margin:0 0 20px 0;
}

#alpha-inner {
	margin:0;
	padding:0;
}

#beta-inner {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header {
	height:auto;
	background:none;
	padding:0;
	border:none;
}

#header-inner {
	height:90px;
/*	background: url('img/head_bg.jpg') no-repeat;*/
}
#header-SPcontents {
	display:none;
}

#header-contents {
	width:100%;
	display:block;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	text-align:right;
	padding:0;
}

#header-description {
	width:270px;
	padding:0;
	float:right;
}

/* -- サイト名 -- */
#header-name {
	margin:11px 0 0 5px;
}

#header .sub-contents{
        width:229px;
	padding-top:25px;
	clear: both;
	float: right;
}
#header .sub-contents ul{
	list-style:none;
}
#header .sub-contents ul li{
	padding-left:7px;
	display:block;
	float:left;
}

/* -- 検索フォーム -- */
#header .header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #444444;
}

#header .header-search .box {
	margin-right:5px;
}

#header .header-search .submit {
	background: url('@images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* gnavi --------------------------- */
ul#SPgnavi {
	display:none;
}
ul#gnavi {
	display:block;
	clear:both;
	margin:0px auto;
	padding:0;
	list-style:none;
}
	ul#gnavi li {
		display:inline;
	}

	ul#gnavi li a {
		display:block;
		float:left;
		height:0px;
		padding-top:60px;
		background-repeat:no-repeat;
		overflow:hidden;
		list-style:none;
	}

ul#gnavi li.gnavi01 a { width:181px; background-position: 0 0; background-image:url(img/navi01.jpg); }
ul#gnavi li.gnavi02 a { width:217px; background-position: 0 0; background-image:url(img/navi02.jpg); }
ul#gnavi li.gnavi03 a { width:179px; background-position: 0 0; background-image:url(img/navi03.jpg); }
ul#gnavi li.gnavi04 a { width:205px; background-position: 0 0; background-image:url(img/navi04.jpg); }
ul#gnavi li.gnavi05 a { width:168px; background-position: 0 0; background-image:url(img/navi05.jpg); }

ul#gnavi li a:hover { background-position: 0 -60px; }




/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	clear:both;
	margin:0;
	_background: url('@images/headmain_bottom_bg_wt.gif') no-repeat top;
	padding: 30px 10px 0 10px;
	_height:1px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
    height:86px;
	clear:both;
/*    background:url('img/footer_bg.jpg') no-repeat top;*/
	border-top:1px dotted #cccccc;
	margin-top:20px;
}

/* -- コピーライト -- */
.copyright {
	width:100%;
}

.copyright .copyright-content {
	text-align:right;
	padding:5px;
	font-size: 85% !important;
	font-size: 80%;
}

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title2 {
	_height:1px;
	padding:0;
	margin:0;
	line-height:1.2;
	margin-bottom: 0px;
	color: #fff;
}

.archive-title em {
	font-style:normal;
}

.entry-asset h2{
	background : url('img/h5.jpg') no-repeat 0 10px; 
    padding: 10px 0 10px 30px;
   margin: 10px 0;
	font-size:100% !important;
	font-size:95%;
	color: #D80021;
	font-weight:bold;
border-bottom: 1px solid #cccccc;
}
.entry-asset .entry {
	padding-bottom:10px;
}
.entry-asset {
	padding:0;
}

.asset-header {
	padding:0;
}

.asset-name {
	background: url('img/top-category_bg2.gif') no-repeat 0 -3px;
	padding:0 0 4px 20px;
	border-bottom:1px dotted #666666;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}

.asset-body {
	margin:0;
	font-size:120% !important;
	font-size:115%;
	line-height: 1.8;

}

.asset-more {
	margin:0 10px 10px;
}

.more-link {
	clear:both;
	text-indent: -9999px;
	overflow: hidden;
	height: 28px;
	width: 160px;
	display: block;
	margin:10px 0;
	background: url('@images/syosai_bt.gif') no-repeat 0 0;
}

.more-link:hover {
	background: url('@images/syosai_bt_ov.gif') no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:10px;
	padding:0;
	font-size:100% !important;
	font-size:95%;
}

blockquote { 
background-color: #FDFDF5; 
border: 1px solid #cccccc;
    margin: 0;
    padding: 10px;
}

.asset-body h4{
    padding: 0 0 10px 0px;
	font-size:90% !important;
	font-size:85%;
	color: #666666;
	margin-bottom:10px;
}

.kazari01 {
background : url('img/kazari01.jpg') no-repeat ; 
border: 1px solid #f4f0e2;
    margin: 0;
    padding: 10px;
	font-size:100% !important;
	font-size:95%;
}

.kazari02 {
background : url('img/kazari03.jpg') no-repeat ; 
    margin: 0;
    padding: 20px;
	font-size:100% !important;
	font-size:95%;
}

.postmeta {
    width: 607px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:90% !important;
	font-size:85%;
}

.postmeta th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: left;
}

.postmeta td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.shopmeta
{
    width: 630px;
	background: url('img/salondata.jpg') no-repeat 0 0;
	font-size:90% !important;
	font-size:85%;
}
.shopmeta{
    width: 630px;
   height: 220px;
	background: url('img/salondata.jpg') no-repeat 0 0;
	font-size:100% !important;
	font-size:95%;
}
.shopphoto{
    margin: 10px;
   float: left;
}
.shopinfo{
padding: 55px 10px 10px 15px;
}

.saloninfo{
    width: 630px;
   height: 220px;
	background: url('img/salondata.jpg') no-repeat 0 0;
	font-size:100% !important;
	font-size:95%;
}
.saloninfo img{
    margin: 10px;
   float: left;
}
.saloninfotext{
padding: 55px 10px 10px 15px;
}

div.sns_button{
 margin: 10px 10px 0;
}

div.sns_widget iframe, div.sns_widget div.twtr-widget {
 width: 290px;
 float: left;
 margin-left: 10px;
}

div.twtr-hd h3{
 background-image: none;
 border: none;
}

/* ---------------------------------------------------------------------
コメント&トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #212121;
	background: url('@images/trackback_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

#comments {
	clear:both;
	max-width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #212121;
	background: url('@images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

#comments .comments-content {
	padding:0 10px;
}

.comment {
	margin:10px;
}

.comment .inner {
	max-width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content {
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	height:34px;
	color: #212121;
	background: url('@images/comment_tb-head-h2.gif') no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comments-open-content {
	padding:10px;
}

#comment-submit {
	background: url('@images/search2.gif') 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

.comment-footer {
	text-align:right;
	margin:0;
	padding:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content .archive-list {
	margin-bottom:3em;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive li a {
	display:block;
	margin:5px 0;
	padding:2px 15px 2px 34px;
	background: url('@images/arrow.gif') 15px center no-repeat;
	text-decoration:none;
}

.archive li a:hover {
	text-decoration:none;
}

/*サブカテゴリ*/
.archive li li {
	background:none;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border:none;
}

.archive li li a {
	margin:5px 0;
	padding:2px 15px 2px 35px;
	background: url('@images/arrow.gif') 15px center no-repeat;
	display:block;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-not-found {
	margin:10px;
}

.search-form-header {
	height:39px;
	padding:12px 10px 0 18px;
	background: url('@images/news_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	margin-bottom: 10px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit{
	background: url('@images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
導入事例ページ
--------------------------------------------------------------------- */
#case {
   text-align: center;
	margin-top:40px;
}

#case2 {
    padding: 10px 10px 0 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    text-align: left;
}
#case2 ul {
    list-style: none;
}
#case2 li {
	margin:0;
	padding:12px 0 0 0;
	list-style-type:none;
	list-style-image: url(img/outline_list.gif) ;
	list-style-position: inside;
}

/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message .content {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
         width: 560px;
         height: 110px;
         padding: 10px 5px;
         overflow: auto;
	 margin-bottom: 30px;
	 font-size:13px;
}
#top-news ul {
    list-style: none;
}
#top-news li {
	margin:0;
	padding:2px 5px 2px 5px;
	list-style-type:none;
}
#top-youtube {
	margin:0 auto 40px auto;
	width: 480px;
	height:360px;
}
#top-youtube iframe {
	width: 480px;
	height:360px;
}


/* ---------------------------------------------------------------------
[メイン]概要一覧
--------------------------------------------------------------------- */
#outline {
	background: url('img/contents_bg.jpg') 0 0 no-repeat;
	height:120px;
	font-size:100% !important;
	font-size:95%;
	line-height: 1.4;
	padding:60px 25px 0 25px;
	margin-bottom:10px;
}

#outline ul {
    list-style: none;
}

/* ---------------------------------------------------------------------
[コンテンツ]概要一覧
--------------------------------------------------------------------- */
#outline2 {
	background: url('img/contents_bg2.jpg') 0 0 no-repeat;
	height:120px;
	font-size:90% !important;
	font-size:85%;
	line-height: 1.4;
	padding:60px 25px 0 25px;
	margin-bottom:10px;
        clear:both;
}

#outline2 ul {
    list-style: none;
}

/* ---------------------------------------------------------------------
[コンテンツ]体験一覧
--------------------------------------------------------------------- */
#experience {
	background: url('img/experience_bg.jpg') 0 0 no-repeat;
	height:120px;
	font-size:90% !important;
	font-size:85%;
	line-height: 1.4;
	padding:60px 25px 0 25px;
	margin-bottom:10px;
}

#experience ul {
    list-style: none;
}
#top-link2 {
	background: url('img/link_bg2.jpg') 0 0 no-repeat;
	height:207px;
	font-size:12px;
	line-height: 1.5;
}
#top-link2 ul {
        width: 450px;
	height:178px;
	padding:15px 5px 5px 0;
overflow : hidden ;
    margin: 0;
    list-style: none;
	margin-right:5px;
}

#top-link2 img {
	float:left;
    clear: both;
	margin:12px;
}
#top-link2 a {
	color: #333;
text-decoration: none;
}

#top-link2 a:hover {
	color: #D80021;
text-decoration: none;
}


/* ---------------------------------------------------------------------
[メイン]コミュニティサイト
--------------------------------------------------------------------- */
.grid {
  clear: both;
  width:auto;
  margin:0;
}
.grid .section {
	border: 1px solid #FFBBBB;
	background-color: #F8DEDD;
	width: 130px;
	float: left;
	text-align: center;
	margin: 0.5em 5px 0.5em 5px;
	padding:0;
}
.grid .section .title {
	text-align: center;
	margin: 5px;
	font-size: 80%;
	color: #00008b;
}
.grid .section img {
  margin:0;
  padding: 0;
}


/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
.top-entry-content {
	margin-bottom:20px;
}

.top-entry-content h3.title {
	margin: 0;
	height:39px;
	padding:12px 10px 0 18px;
	background: url('@images/title_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-entry-content .content {
	margin:0;
	padding:10px;
}

.top-entry-content .more-link {
	clear:both;
}

.top-entry-content .more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url('@images/syosai_bt.gif') no-repeat 0 0;
}

.top-entry-content .more-link a:hover {
	background: url('@images/syosai_bt_ov.gif') no-repeat 0 0;
}

/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:12px 10px 0 18px;
	background: url('@images/top-category_bg.gif') 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.top-category-content {
	margin-bottom:10px;
	background: #f7f7f7 url('@images/top_category_bg.gif') repeat-x top;
	width: 565px;
	border: 1px solid #c7c7c7;
	margin-left: 8px;
	padding: 10px;
}

.top-category-content h4.name {
	margin:0;
	background: url('@images/top-category_bg2.gif') no-repeat 0 -3px;
	padding:0 0 4px 18px;
	border-bottom:1px solid #a6b35e;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

#top-category h4.name a {
	text-decoration:none;
}

#top-category .content {
	margin:0;
	padding:10px 10px 0 10px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]共通
--------------------------------------------------------------------- */
#beta .widget {
	width:260px;
	margin:0;
}

#beta .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px solid #98a681;
	border-top: 1px solid #98a681;
	background:#8a9a74;
	width:178px;
	padding:0 3px;
	color:#fff;
}

#beta .widget a {
	color:#333300;
}

#beta .widget a:hover {
	color: #336600;
}

#beta .widget select {
	width:155px;
	margin:10px;
}

#beta .widget ul {
	width:170px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#beta .widget ul ul {
	padding:0;
	margin:0;
}

#beta .widget li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	background: url('@images/arrow2.gif') no-repeat 10px center;
	_height: 1px;
}

/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:180px;
	margin:5px 0 15px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	border-bottom: 1px solid #677256;
}

.widget-main-menu li {
	color: #FF0;
}

.widget-main-menu li a:link,
.widget-main-menu li a:visited {
	text-decoration:none;
	display:block;
	width:145px;
	border-top:1px solid #677256;
	padding:3px 10px 3px 25px;
	color:#333300;
	background:url('@images/arrow.gif')  no-repeat 10px center;
}

.widget-main-menu li a:hover,
.widget-main-menu li a:active {
	text-decoration:none;
	color: #336600;
	background:url('@images/arrow_over.gif') no-repeat 10px center;
}

.widget-main-menu li li a:link,
.widget-main-menu li li a:visited {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#333300;
	background:#dbddc6 url('@images/arrow2.gif') no-repeat 25px center;
}

.widget-main-menu li li a:hover,
.widget-main-menu li li a:active {
	text-decoration:none;
	color: #336600;
	background:#dbddc6 url('@images/arrow2_ov.gif') no-repeat 25px center;
	
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget_search {
	width:180px;
	margin:5px 0 15px;
	border-top: 1px solid #98a681;
}

.widget_search .widget-header {

	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px solid #98a681;
	border-top: 1px solid #98a681;
	background:#8a9a74;
	width:178px;
	padding:0 3px;
	color:#fff;
}

.widget_search .widget-content {
	width:170px;
	padding:3px;
	font-size:90% !important;
	font-size:95%;
}

.widget_search .box {
	width:100px;
}

.widget_search .submit {
	background: url('@images/search.gif') 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

/* ---------------------------------------------------------------------
Widget：[サイド]当サイトのRSSを購読
--------------------------------------------------------------------- */
.rss {
	width:158px;
	margin:0 4px 15px;
}

.rss-content {
	background: url('@images/rss.gif') 0 0 no-repeat;
	padding-left:20px;
}

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: none;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rssフィード
--------------------------------------------------------------------- */
.widget-header a.rsswidget {
	text-decoration:none;
	color: #eb6100;
}

.widget-header a.rsswidget:hover {
	text-decoration:none;
	color: #FF3300;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 4px;
	padding: 5px;
	border: 1px solid #97a77e;
	background: #bdcba5;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content {
	margin: 0 0 15px 0;
	width:265px;
	overflow: hidden;
}

ul#gnavi2 {
	display:block;
	clear:both;
	width:350px;
	height:117px;
	margin:0px auto 25px auto;
	padding:0;
	list-style:none;
        overflow: hidden;
}
	ul#gnavi2 li {
		display:inline;
	}
	ul#gnavi2 li a {
		display:block;
		float:left;
		height:0px;
		padding-top:117px;
		background-repeat:no-repeat;
		overflow:hidden;
		list-style:none;
	}

ul#gnavi2 li.gnavi01 a { width:117px; background-position: 0 0; background-image:url(img/top_side_navi01.jpg); }
ul#gnavi2 li.gnavi02 a { width:114px; background-position: 0px 10px; background-image:url(img/top_side_navi02.png); }
ul#gnavi2 li.gnavi03 a { width:119px; background-position: 0 0; background-image:url(img/top_side_navi03.jpg); }

/* ul#gnavi2 li a:hover { background-position: 0 -97px; } */

.bnrBox{
        clear:both;
	margin: 0;
        overflow: hidden;
}
.bnrBox ul{
	margin: 0;
}
.bnrBox li{
	margin: 0 0 10px 0;
	list-style:none;
	list-style-position: outside;
}
.bnrBox2{
	background:none;
	clear:both;
	width:350px;
        overflow: hidden;
margin: 0 0 10px 0;
padding:0;
}
.bnrBox2 img{
	margin: 0 0 8px 0;
}
.bnrBox2l{
        float: left;
        width:178px;
}
.bnrBox2r{
        float: right;
        width:172px;
}
.bnrBox3{
	clear:both;
	width:260px;
        overflow: hidden;
}
.bnrBox3 img{
	margin: 0 0 8px 0;
}

.side_topics {
	padding: 10px 5px;
        background: #F2F2E4;
        border: 1px solid #ededed;
}
.side_topics a {
        color: #333333;
}
.side_topics a:hover{
        color: #D80021;
}

.iframe {
height: 200px;
width: 250px;
}
/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget_calendar caption {
	text-align:center;
	margin-bottom:5px;
}

.widget_calendar #calendar_wrap {
	width:170px;
	padding:3px;
}

.widget_calendar #calendar_wrap table {
	font-size: 95% !important;
	font-size: 90%;
	color:#303030;
	text-align:center;
	margin:0 auto;
}

.widget_calendar #calendar_wrap table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
	color:#303030;
}


/* ---------------------------------------------------------------------
テーブル
--------------------------------------------------------------------- */
table#table-01 {
    width: 625px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}

table#table-01 th {
    width: 625px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/* ---------------------------------------------------------------------
テーブル2
--------------------------------------------------------------------- */
table.table-02 {
    width: 625px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 15px;
}

table.table-02 th {
    width: 625px;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table.table-02 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    Vertical-align:top;
}
table.table-02 td img {
    padding: 0 25px 0 25px;
}
.good {color:#ff0000;
    font-weight: bold;
}
.bad {color:#0000A5;
    font-weight: bold;
}

/* ---------------------------------------------------------------------
サロンリスト
--------------------------------------------------------------------- */
.salonlist{
padding: 0 0 15px 0;
}


#area {
	width: 670px;
	height: 505px;
	position: relative;
	background: url(img/map.png) no-repeat;
	font-size: 14px;
	font-weight: bold;
}

#area .box0 {
	width: 325px;
	position: absolute;
	font-size: 13px;
	line-height: 1.3em;
	top: 130px;
	left: 23px;
}
#area .text {	height: 60px;}

.salonlist_s{
   text-align: right;
   background-color: #FAFAFA;
   padding: 0 15px 15px 0;
   margin: 0 0 15px 0;
}
#s{
   width: 260px;  
   height: 15px; 
   padding: 4px;
   border: solid 1px #adadad;
}
#searchsubmit{
   background-color: #D80021;
   padding: 3px;
   color: #fff;
   border:none;
   font-size: 14px;
}
.screen-reader-text{
   padding: 3px;
   font-size: 11px;
}
#searchform{
   padding: 0;
   margin: 0;
line-height: 1.2;
}

/*		地図選択
============================================================ */
#area .box1 {/* 北海道 */
	position: absolute;
	top: 71px;
	left: 531px;
}
#area .box2 {/* 秋田･青森･山形･岩手･福島･宮城 */
	line-height: 2.0em;
	position: absolute;
	top: 146px;
	left: 512px;
}
#area .box3 {/* 東京･茨城･神奈川･栃木･千葉･群馬･山梨･埼玉 */
	line-height: 2.0em;
	position: absolute;
	top: 265px;
	left: 512px;
}
#area .box4 {/* 石川･新潟･富山･長野･福井 */
	line-height: 2.0em;
	position: absolute;
	top: 192px;
	left: 365px;
}
#area .box5 {/* 静岡･岐阜･愛知･三重 */
	line-height: 2.0em;
	position: absolute;
	top: 312px;
	left: 414px;
}
#area .box6 {/* 兵庫･京都･大阪･滋賀･和歌山 */
	line-height: 2.0em;
	position: absolute;
	top: 308px;
	left: 271px;
}
#area .box7 {/* 島根･鳥取･山口･岡山･広島･香川･愛媛･徳島･高知 */
	line-height: 2.0em;
	position: absolute;
	top: 257px;
	left: 128px;
}
#area .box8 {/* 福岡･佐賀･長崎･熊本･大分･宮崎･鹿児島･沖縄 */
	line-height: 2.0em;
	position: absolute;
	top: 244px;
	left: 26px;
}
/* ---------------------------------------------------------------------
サロン詳細
--------------------------------------------------------------------- */
.salonmain{
	max-width: 627px;
	border-top:1px dotted #cccccc;
	padding:20px 0 10px 0;
}
.salonmain-left{
	width: 300px;
	float:left;
}
.salonmain-left img{
	margin:0 0 10px 0;
}
.salonmain-right{
	width: 317px;
	float:left;
	margin:0 0 0 10px;
}
.saloncom{
	max-width: 607px;
	background-color: #FAFAFA;
	margin:20px 0 20px 0;
	padding:10px;
	clear: both;
}
.saloncom img{
	/* width: 150px; */
	margin:0 10px 0 0;
	float:left;
}
/* ---------------------------------------------------------------------
トップ
--------------------------------------------------------------------- */
#head-main {
	display:block;
	clear:both;	
	max-width: 930px;
	width: 100%;
	margin:0 auto;
	padding-top:27px;
}
/* ---------------------------------------------------------------------
lecturer
--------------------------------------------------------------------- */
.lecbox{
        clear:both;	
	margin-bottom:30px;
        padding-bottom:30px;
        border-bottom:1px dotted #cccccc;
        overflow: hidden;
}
.lecbox_l{
        width: 110px;
        float:left;
        padding:10px 10px 10px 10px;
        background:#FFF5EC;
        border:1px solid #FFE9E8;
}
.lecbox_l img{
        max-width: 110px;
        max-height: 134px;
}
.lecbox_r{
        width: 500px;
        float:right;
}
.lecbox_lblog{
        font-size: 12px;
        padding:10px 0 0 0;
}
.lecbox_rmes{
        width: 478px;
        background:#Fdfdfd url(img/lec_01.jpg) no-repeat 10px 10px;
        padding:10px;
        border:1px solid #E9E9E9;
        font-size: 13px;
}
.lecbox_rmesin{
        padding:50px 20px 10px 20px;
}
.lecbox_rname{
        clear:both;	
	font-size: 14px;
        font-weight: bold;
        background:#FAFAFA;
        border-bottom:1px solid #cccccc;
        border-left:3px solid #cccccc;
        padding-left:15px;
        margin-bottom:10px;
}
.lec_ico{
        clear:both;	
        border-bottom:1px dotted #cccccc;
        margin-bottom:10px;
        padding-left:105px;
        padding-bottom:5px;
        overflow: hidden;
	font-size: 12px;
        background:url(img/ico_soudan.jpg) no-repeat 0 0;
}
.ico_mail{
        float:left;
        background:url(img/ico_mail.jpg) no-repeat 0 3px;
        padding-left:20px;
        padding-right:15px;
}
.ico_skype{
        float:left;
        background:url(img/ico_skype.jpg) no-repeat 0 3px;
        padding-left:20px;
}
.none {display:none}
/* ---------------------------------------------------------------------
saloncase
--------------------------------------------------------------------- */
.saloncase_box{
        clear:both;	
	margin-bottom:10px;
        padding-bottom:10px;
        overflow: hidden;
}
/* ---------------------------------------------------------------------
link
--------------------------------------------------------------------- */
#page-250 ul,#entry-494 ul{
        list-style: none;
}
.linkli01{
        background:url(img/linkli01.gif) no-repeat 0 5px;
        padding-left:50px;
}
.linkli02{
        background:url(img/linkli02.gif) no-repeat 0 5px;
        padding-left:50px;
}
.linkli03{
        background:url(img/linkli03.gif) no-repeat 0 5px;
        padding-left:50px;
}

ul.recom {
        margin-bottom: 1em;
        clear: both;
        _zoom: -1;
        overflow: auto;	
}

ul.recom li {
        font-weight: bold;
        display: inline-block;
        vertical-align: top;
        display: inline-block;
        width: 200px;
        margin-left: 10px;
        padding: 10px 0 0 0;
}


/* ---------------------------------------------------------------------
outline
--------------------------------------------------------------------- */
.outline_txt{
        font-size:13px;
        color:#000;
}
#outlinebox{
        margin:0 auto;
}
#outlinebox ul{
        list-style: none;
}
#outlinebox li{
        padding: 5px 23px;
        float: left;
        width: 170px;
        text-align: center;
}

/* ---------------------------------------------------------------------
experience
--------------------------------------------------------------------- */
.experience_box{
        margin:0 auto 20px auto;     
        clear:both;  
        overflow: hidden;
}
.experience_box_l{
        float:left;
        width:190px;
}
.experience_box_r{
        float:right;
        width:465px;
}

/* ---------------------------------------------------------------------
weexp
--------------------------------------------------------------------- */
.weexpbox{
        clear:both;	
	margin-top:20px;
	margin-bottom:20px;
        padding-bottom:30px;
        border-bottom:1px solid #cccccc;
        overflow: hidden;
}
.weexpbox_l{
        width: 110px;
        float:left;
        padding:10px 10px 0px 10px;
        background:#FFF5EC;
        border:1px solid #FFE9E8;
}
.weexpbox_l img{
        padding:0 0 10px 0;
}
.weexpbox_r{
        width: 500px;
        float:right;
        line-height:1.3;
}
.weexpbox_kou{
        padding:0 0 20px 0;
        overflow: hidden;
        line-height:1.4;
}
.weexpbox_com{
        margin:20px 0 40px 0;
        padding:15px;
        overflow: hidden;
        border:6px solid #FFCCCC;
        background:#FFF4F4;
        clear:both;
}



 * Margin Setting
 *-----------------------------------------------*/
/*margin-top
 *-----------------------------------------------*/
.mgt5 {margin-top:5px;}
.mgt10 {margin-top:10px;}
.mgt15 {margin-top:15px;}
.mgt20 {margin-top:20px;}
.mgt25 {margin-top:25px;}
.mgt30 {margin-top:30px;}
.mgt35 {margin-top:35px;}
.mgt40 {margin-top:40px;}
.mgt45 {margin-top:45px;}
.mgt50 {margin-top:50px;}

/*margin-right
 *-----------------------------------------------*/
.mgr5 {margin-right:5px;}
.mgr10 {margin-right:10px;}
.mgr15 {margin-right:15px;}
.mgr20 {margin-right:20px;}
.mgr25 {margin-right:25px;}
.mgr30 {margin-right:30px;}
.mgr35 {margin-right:35px;}
.mgr40 {margin-right:40px;}
.mgr45 {margin-right:45px;}
.mgr50 {margin-right:50px;}

/*margin-bottom
 *-----------------------------------------------*/
.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb25 {margin-bottom:25px;}
.mgb30 {margin-bottom:30px;}
.mgb35 {margin-bottom:35px;}
.mgb40 {margin-bottom:40px;}
.mgb45 {margin-bottom:45px;}
.mgb50 {margin-bottom:50px;}

/*margin-left
 *-----------------------------------------------*/
.mgl5 {margin-left:5px;}
.mgl10 {margin-left:10px;}
.mgl15 {margin-left:15px;}
.mgl20 {margin-left:20px;}
.mgl25 {margin-left:25px;}
.mgl30 {margin-left:30px;}
.mgl35 {margin-left:35px;}
.mgl40 {margin-left:40px;}
.mgl45 {margin-left:45px;}
.mgl50 {margin-left:50px;}

#page-494 .asset-content {
   display: none;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

.hover:hover {
 position: relative;
 top: 1px;
}