@charset "UTF-8";


/* パンくず */
#pan {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 60px 0;
}

#pan h1 {
	float: left;
}

#pan p {
	float: right;
	position: relative;
}

#pan p img {
	margin-top: 4px;
	position: absolute;
	top: -4px;
	left: -24px;
}


/*  contents  */
#rightcontents {
	width: 690px;
	float: right;
}

#rightcontents img {
	vertical-align: bottom;
}

.stit {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ED7700;
	font-size: 18px;
}

#news {
	margin-top: 20px;
}

#news1 {
	font-size: 12px;
	margin-top: 20px;
	line-height:24px;
}

#newsday {
	text-align: right;
}

#newsnavi {
	font-size: 12px;
	margin-top: 45px;
}
.newstext {
	margin-bottom: 20px;
}

.newsimg {
	margin-bottom: 20px;
	margin-top: 20px;
}

.newsbox {
	background: #f4f1de;
	border: 1px solid #d4cfaa;
	padding: 15px;
	margin-top: 30px;
}

.newsbox span {
	background: url(../images/icn-pp.gif) left no-repeat;
	padding-left: 20px;
}

#ichirannavbvi {
	margin-top: 50px;
	text-align: center;
}


#contact-shop {
	margin-top: 50px;
	padding: 20px;
	background: #DF6E6E;
	color: #FFF;
}

#contact-shop section {
	height: 90px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

#contact-shop .tel {
	width: 324px;
	border-right: 1px dotted #E99A9A;
}

#contact-shop .mail {
	width: 325px;
}

#contact-shop section h1 {
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#contact-shop section dl {
	margin-top: 5px;
}

#contact-shop section dt,
#contact-shop section dd {
	display: inline-block;
	vertical-align: top;
	font-size: 1.1em;
}

#contact-shop .mail h1 {
	margin-bottom: 10px;
}

#contact-shop .mail div {
	width: 190px;
	margin: 0 auto;
}

#contact-shop .mail a {
	width: 190px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	background: #FFF;
	border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #DF6E6E;
}

#contact-shop .mail a:hover {
	opacity: .7;
}



/* style */
.right {
	float: right;
}

.left {
	float: left;
}

.cl {
	clear: both;
}