@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.FONT,COLOR,TEXT-ALIGN]
/* [04.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/

.clr:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clr {
  min-height: 1px;
}
* html .clr {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	padding: 10px;
}
.pkg_20 {
	padding: 20px;
}
.pkg_lr_20 {
	padding: 0 20px;
}
.pkg_salon {
	padding: 40px 10px;
}
.pkg_salon_detail {
	padding: 40px 10px 10px 10px;
}
.spc_r_10 {
	margin-right: 10px;
}
.spc_b_10 {
	margin-bottom: 10px;
}
.spc_b_15 {
	margin-bottom: 15px;
}
.spc_b_20 {
	margin-bottom: 20px;
}
.spc_b_25 {
	margin-bottom: 25px;
}
.spc_b_30 {
	margin-bottom: 30px;
}
.spc_b_40 {
	margin-bottom: 40px;
}
.spc_b_50 {
	margin-bottom: 50px;
}
.spc_b_60 {
	margin-bottom: 60px;
}
.spc_b_100 {
	margin-bottom: 100px;
}

/* [03.FONT,COLOR,TEXT-ALIGN]
--------------------------------------------------------------------------*/

.fs_16 {
	font-size: 16px;
}
.fs_18 {
	font-size: 18px;
}
.fwb {
	font-weight: bold;
}
.tac {
	text-align: center;
}
.c_6C4b2C {
	color: #6C4b2C;
}
.c_FFF {
	color: #FFF;
}

.bg_line {
	background: url(../images/common/bg_line_brown.png) left top;
}

.in-shadow {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
	-ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
a.btn_default {
	max-width: 240px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	background: #FFA200;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;	
	border-bottom: solid 3px #C57D00;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
a.btn_list {
	max-width: 400px;
	width: 100%;
	height: 65px;
	line-height: 67px;
	background: #83B72A;
	display: block;
	margin: 0 auto;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;	
	border-bottom: solid 2px #628920;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
}
