@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_t_5 {
	margin-top: 5px;
}
.spc_b_5 {
	margin-bottom: 5px;
}
.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_70 {
	margin-bottom: 70px;
}
.spc_b_90 {
	margin-bottom: 90px;
}
.spc_b_100 {
	margin-bottom: 100px;
}
.spc_b_150 {
	margin-bottom: 150px;
}
.spc_b_formback {
    background: #f3f3f3 none repeat scroll 0 0;
    font-size: 120%;
    padding: 20px;
    margin-bottom: 40px;
}


/* [03.FONT,COLOR,TEXT-ALIGN]
--------------------------------------------------------------------------*/

.fs_16 {
	font-size: 16px;
}
.fs_15 {
	font-size: 15px;
}
.fs_12 {
	font-size: 12px;
}
.fs_18 {
	font-size: 18px;
}
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.c_6C4b2C {
	color: #6C4b2C;
}
.c_FFF {
	color: #FFF;
}
.c_666 {
	color: #666;
}

.bg_line {
	background: url(../images/common/bg_line_brown.png) left top;
}
.bg_666 {
	background: #666;
}

.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;
}

.btn_default_blue {
	margin: 0 20px 50px 20px;
	border-bottom: 2px solid #e4e4e4;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
.btn_default_blue a {
	height: 62px;
	line-height: 62px;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	background: #6ac1de;
	border: solid 4px #4faac8;
}
.error_msg {
	background: #f0f0f0 none repeat scroll 0 0;
	margin-bottom: 30px;
	padding: 20px;
	width: 960px;

}

.error_msg li{
	float:none !important;
	color:red;
}

a.txt_link_td_n {
	color: #1e8de2;
	text-decoration: none;
}
a.txt_link_td_n:hover {
	text-decoration: underline;
}
.bdr_e9e9e9 {
	border: solid 1px #e9e9e9;
}
.lh_30 {
	line-height: 30px;
}

.contact_link {
	text-decoration: none !important;
}
