/*************************************************
*
* 鈴乃屋
* Copyright(C)Suzunoya.  All rights reserved.
*
* kimonoza.css
* 平成きもの座 2016
*
*************************************************/

#kimonoza_wrapper {
	max-width: 960px;
	width: 100%;
	margin:0 auto;
	background: #fff;
	font-size: 13px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
}

#kimonoza_wrapper .sales {
	margin:40px auto 45px;
	max-width:920px;
	width: 100%;
}

#kimonoza_wrapper .sales .btn {
	border-left:1px solid #b7a570;
	border-right:1px solid #b7a570;
	text-align:center;
}

#kimonoza_wrapper .reserved {
	margin:0 auto 55px;
	max-width:920px;
	width: 100%;
}

#kimonoza_wrapper .reserved .clrfx {
	padding:27px 120px;
}

#kimonoza_wrapper .reserved .clrfx p {
	float:left;
}
#kimonoza_wrapper .reserved .clrfx p.right {
	float:right;
}

#kimonoza_wrapper .taC {
	text-align:center;
}

#kimonoza_wrapper #schedule {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 20px;
}

#kimonoza_wrapper #schedule ul li h4 {
	width: 10%;
	height: 25px;
	padding-top: 13px;
	float: left;
}

#kimonoza_wrapper #schedule ul li {
	border-bottom: 1px solid #262626;
}

#kimonoza_wrapper #schedule ul li.none {
	border-bottom: none;
}

#kimonoza_wrapper #schedule ul li dl {
	float: left;
	width: 90%;
}

#kimonoza_wrapper #schedule ul li dl dt {
	width: 26%;
	height: 26px;
	padding-top: 12px;
	color: #da6a80;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	float: left;
}
#kimonoza_wrapper #schedule ul li dl .last {
	border-bottom:0;
}
#kimonoza_wrapper #schedule ul li dl dd {
	width: 37%;
	height: 26px;
	padding-top: 12px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
	float: left;
}

#kimonoza_wrapper #schedule ul li dl dd a {
	background: url('../img/arrow.png') left 7px no-repeat;
	color: #262626;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.8em;
	text-indent: 1em;
	margin-right: 5px;
	float: right;
}

#kimonoza_wrapper #schedule ul li dl dd a:hover {
	color: #262626;
	text-decoration: underline;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
}

#cal {
	margin-top:-10px;
    padding-top:10px;
}


/*　clfx　*/

.clrfx:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clrfx {display: inline-block;} 
/* Hides from IE Mac */
* html .clrfx {height: 1%;}
.clrfx {display:block;}
/* End Hack */ 

/*============================================================
margin / padding
============================================================*/

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}

.mb2 {
	margin-bottom: 2px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
