/* CSS Document */
.box01 {
	border: 2px solid #EA5658;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.box01 dt {
	background: #EA5658;
	padding: 5px 20px;
	color: white;
}
.box01 dd {
	padding: 10px 20px;
}
.box01 dt strong {
	font-size: 18px;
}
.box01 img {
	margin-bottom: 10px;
}
.box01 .floor {
	margin-top: 10px;
}
.box01 .floor li {
	background: #00a73b;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 10px;
}
.box01 dd {
	display: table;
}
.box01 .pleft,
.box01 .tright {
	display: table-cell;
	vertical-align: middle;
}
.box01 .tright {
	padding-left: 20px;
}
.button01 a {
	display: block;
	padding: 13px 20px 13px 80px;
	color: #453a36;
	background: url(../images/arrow_off.png) no-repeat 20px center #dbdf19;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	border-radius: 8px;
	border: 1px solid #c8cc12;
	letter-spacing: 2px;
}
.button01 {
	margin: 30px;
}
.button01 a:hover {
	background: url(../images/arrow_on.png) no-repeat 20px center #eb6100;
	border: 1px solid #e45e00;
	color: white;
}
.m-t20 {
	margin-top: 20px;
}
.title3 {
	margin-top: 50px;
	text-align: center;
	
}
.time {
	border: #07a6de solid 2px;
	padding: 20px 30px;
	margin: 20px 0 30px 0;
	text-align: center;
	color: #07a6de;
}
.time img {
	margin-bottom: 10px;
}
.merit:after {
	content: "";
	display: block;
	clear: both;
}
.merit {
	line-height: 1.5;
	margin-bottom: 50px;
}
.merit .left {
	width:301px;
	float: left;
	height: 110px;
	padding: 10px 10px 10px 0;
	border-bottom: 2px dashed #CCC;
}
.gaiyou {
	font-size: 16px;
	overflow: hidden;
	margin: 40px 0;
	border-bottom: 2px dashed #CCC;
}
.gaiyou dt {
	background: url(../hairshow/img/square.png) no-repeat 10px 18px;
	padding: 10px 0 10px 25px;
	font-weight: bold;
	width: 125px;
	float: left;
	clear: both;
	border-top: 2px dashed #CCC;
}
.gaiyou dd {
	padding: 10px 20px;
	width: 425px;
	float: right;
	border-top: 2px dashed #CCC;
}
.merit .right {
	width:301px;
	float: right;
	height: 110px;
	border-left: 2px dashed #CCC;
	border-bottom: 2px dashed #CCC;
	padding: 10px 0 10px 10px;
}
.merit .title {
	position: relative;
}
.merit .title img {
	position: absolute;
	left: -10px;
	top: -10px;
}
.merit .title2 {
	margin-bottom: 10px;
}
.pickup {
	background: #00a73b;
	border-radius: 10px;
	padding: 20px 20px 10px 20px;
	position: relative;
}
.pickup .fukidashi {
	position: absolute;
	bottom: -20px;
	left: 60px;
}
.pickup li {
	display: inline-block;
	background: white;
	font-size: 20px;
	padding: 2px 20px;
	border-radius: 20px;
	font-weight: bold;
	margin: 0 10px 10px 0;
}

.txt01 { text-align:center; margin:20px 0; }
.ocTtl { background:url(../hairshow/img/oc03.png) no-repeat center; padding-top:40px; font-size:16px; height:92px; text-align:center; }
.ocTtl2 { background:url(../hairshow/img/oc03.png) no-repeat center; padding-top:46px; font-size:14px; height:86px; text-align:center; }
.txt02 { margin:10px 20px; }
.m-b20 {
	margin-bottom: 20px;
}