@charset "utf-8";

.main .box1 {
	margin-top:30px;
	margin-bottom: 30px;
	width:450px;
}

.main .box1 table {
	width:300px;
}

.main .box2 {
	margin-bottom:30px;
}

.main .mv {
	margin-top:10px;
}

#chaen h1 {
	margin-bottom:6px;
	display: inline-block;
	vertical-align: top;
}

#chaen .contact {
	text-align: center;
	background: #F8F5EE;
	padding: 10px 20px 14px;
}
#chaen .contact p {
	font-size:14px;
	padding-top:4px;
}

#chaen .contact p i {
	margin:0 8px 0 8px;
	position: relative;
	width:16px;
	background: #DDD;
	display: inline-block;
	vertical-align: top;
}

#chaen .contact p i img {
	width:16px;
	height:auto;
	position: absolute;
	top:2px;
	left:0;
}

#chaen .contact p a:hover {
	opacity: 0.8;
}

#chaen section {
	clear:both;
}

section#chaen_main {
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}

section#chashitsu {
	display: block;
	overflow: hidden;
	padding-bottom:60px;
}

section#chashitsu .text {
	margin-bottom:30px;
}

section#chashitsu ul li img{
	width:100%;
	height:auto;
}

section#chashitsu ul.slide_img {
	clear:both;
	float:left;
	width:526px;
	height:315px;
	position: relative;
	margin-left:4px;
	margin-top:6px;
}

section#chashitsu ul.slide_img li {
	width:526px;
	height:auto;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
}

section#chashitsu ul.slide_img li.active {
	opacity: 1.0;
}

section#chashitsu ul.slide_thumb {
	float:right;
	width:164px;
	height:351px;
	overflow: hidden;
	padding:6px 12px 6px 6px;
}

section#chashitsu ul.slide_thumb li {
	width:164px;
	height:auto;
	margin:0 0 12px 0;
}

section#chashitsu ul.slide_thumb li a:hover {
	opacity: 0.7;
}

section#chashitsu ul.slide_thumb li.active {
	outline :solid 6px #BACD21;
}

.oshirase {
	text-align: center;
    font-size: 12px;
    background-color: #fff;
    margin-top: 6px;
    width: auto;
    height: auto;
    border: 1px solid #f00;
    padding: inherit;
    }

.oshirase span {
	color: #f00;
	font-size: 15px;
    line-height: initial;
}

.photo {
	margin-bottom:14px;
}