﻿@charset "utf-8";

/* -----------------------------------------------
 * 基本構造ファイル
 *
 * LastUpdate : 23/02/08
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}

#base {
	width: 100%;
	background-image: url(../img/nav_bg_color.png), url(../img/header_bg.png) !important;
	background-position: top center,top right;
	background-repeat: repeat-x,no-repeat;
	-pie-background:url(img/nav_bg_color.png) repeat-x top center,
                  url(img/header_bg.png) no-repeat top right;
	behavior: url("PIE.htc");
	position: relative;
}

.inner {
	width: 980px !important;
	margin: 0 auto !important;
}

#toSphone{
	display:none;
}

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
}

#header #logo {
	background: #1FB3C4;
	padding: 10px 0;
}
#header #logo .inner {
	position: relative;
}
h1 {width: 100%;}
	h1 span {
	display: block;
	margin-top: 35px;
	font-size: 11px;
	color: #fff;
	/*margin-right: 250px; 電話番号を表示させるときは有効にする */
	}

#head_tel {
	position: absolute;
	right: 0;
	color: #fff;
	font-size: 30px;
	top: 0;
}
#head_tel span {
	font-size: 11px;
	display: block;
}
#head_tel strong {
	font-family: 'Droid Serif', serif;
}

#nav {
	background-image: url(../img/nav_border.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 85px;
	text-align: center;
}


#header #nav li {
		float: left;
	}

	#header #nav li a {
		display: block;
		
	}

#header #LangBar {
	/* margin-right: -240px; 電話番号を表示するときはこちら */
	margin-right: -490px;/*電話番号なしの場合はこちら*/
	position: absolute;
	top: 6px;
	right: 50%;
}
	#header #LangBar a {
		padding: 0 2px;
		margin-left: .25em;
		line-height: 24px;
		display: inline-block;
	}
	#header #LangBar a:hover {
		background-color: #9DD3DD;
	}
		#header #LangBar a img {
			height: 24px;
			vertical-align: middle;
		}

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

　   パンくずリスト

--------------------------------------------------------------------------------------------- */
#breadcrumb {
	padding-top: 25px;
	width: 100%;
}

#breadcrumb li {
	float: left;
	font-size: 11px;
}
	#breadcrumb li:after{
		content:">";
		padding: 0 10px;
	}
    #breadcrumb li:last-child:after{
    content:””;
    }
    #breadcrumb li:last-child:after{
    content:none;
    }



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

　   MAIN CONTENTS

--------------------------------------------------------------------------------------------- */
#content {
	padding-top: 30px;
	text-align: center;
}

#content #main {
	width: 730px;
}


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

　   SIDE CONTENTS

--------------------------------------------------------------------------------------------- */
#content #side {
	width: 220px;
}
#side .err_msg {font-size: 80% !important; color: #F50000; margin-bottom: 10px !important;}

#side #login {
	background: url(../img/mypage_bg.png) no-repeat top center;
	/*height: 271px;*/
	padding: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-bottom: 1px solid #B5B6B6;
	margin-top: -6px;
}

	#side #login h3 {
		text-align: center;
		padding-top: 8px;
		margin-left: 47px;
	}

	#side #login p {
		font-size: 11px;
		margin-bottom: 3px;
	}

	#side #login a {
		display: block;
		font-size: 9px;
		text-decoration: underline;
		margin-bottom: 10px;
	}

	#side #login .pass,#side #login .email {
		width: 194px;
		border: 1px solid #B5B6B6;
		border-radius: 5px;        /* CSS3草案 */  
	    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	    -moz-border-radius: 5px;   /* Firefox用 */
	    padding: 2px;
	}

	#side #login .pass {
		margin-bottom: 3px;
	}
	#side #login .name {
		margin: 10px 0;
		text-align: center;
		font-size: 13px !important;
	}

	.logoutform {
		background: url(../img/logout-bg.jpg) no-repeat top center !important;
		padding: 7px !important;
		margin-top: 0 !important;
		border: 1px solid #B5B6B6 !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
	}
	.logoutform h3 {display: none !important;}

	.mypage-list {background: #fff;padding: 10px 10px 1px 10px !important;
		-webkit-border-radius: 5px !important;
		-moz-border-radius: 5px !important;
		border-radius: 5px !important;
		margin-bottom: 10px;
	}
	.mypage-list ul {padding-bottom: 0 !important;}
	.mypage-list li {
		background: url(../img/arrow.png) no-repeat left top;
		padding-left: 20px;
	}
	.mypage-list li a {
		font-size: 12px !important;text-decoration: none !important;}
	.mypage-list li a:hover {text-decoration: underline !important;}

#side #look_salon h3 {
	background: #1FB3C4;
	padding: 5px 0;
	text-align: center;
}

	#side #look_salon ul {
		background: #fff9ee;
		padding: 10px;
	}
	#side #look_salon a:hover {
		text-decoration: none;
	}

	#side #look_salon a {
		font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
		background: url(../img/pickup-icon.png) no-repeat left top;
		padding-left: 12px;
		color: #24AC9C;
		font-size: 14px;
		display: block;
		margin-bottom: 5px;
		border-bottom: 1px dashed #666;
		padding-bottom: 10px;
		display: block;
		text-decoration: none;
	}

	#side #look_salon a.last {
		border-bottom: none;
		padding-bottom: 0;
	}

	#side #look_salon li span {
		padding-left: 6px;
		font-size: 12px;
		color: #4D4D4D;
	}
#side_banner {
	text-align: center;
}
#side_banner a {
	display: inline-block;
	margin-bottom: 10px;
}


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

　   PAGE TOP

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

#page-top {
	padding-bottom: 20px;
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	background-image: url(../img/foot_bg.png);
	background-repeat: no-repeat;
	background-position: 0 x;
	padding-top: 100px;
}

.foot_inner {
	background-image: url(../img/foot_bg_color.png);
	background-repeat: repeat;
	font-size: 15px;
	text-align: center;
}
	#footer #foot_nav {
		padding: 20px 0;
	}

	

	#footer #foot_nav li {
		background: url(../img/list-icon.png) no-repeat left center;
		padding-left: 15px;
		color: #fff;
		float: left;
		margin-left: 25px;
	}
	#footer #foot_nav li:first-child {margin-left: 0;}

	#footer #foot_nav li a,#footer #foot_nav p {
		color: #fff;
	}

	#foot_nav p {
		letter-spacing: 2px;
		font-size: 110%;
		font-weight: bold;
		margin-bottom: 10px;
	}

	#foot_nav .fNav03 .posL .posL {
		width: 50px;
	}


#copy {
	background: #1FB3C4;
	padding: 10px 0;
}

#copy p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
}

.span_category span {
	display: inline-block;
	font-size: 10px;
	padding: 2px 5px;
	color: #fff;
	border-radius: 10px;
	margin-right: 5px !important;
	margin-bottom: 5px;
}
.span_category span:last-child {
	margin-right: 0;
}
span.pickup {
	background: #f47da4;
}
span.special {
	background: #a97aee;
}
span.netok {
	background: #ff6e51;
}
span.osusume {
	background: #7ec41b;
}