﻿/* CSS Document */
.index_bns{
	margin:200px auto 10px auto;
	width:960px;
	padding-bottom:10px;
	display:none;
}
.toppage .index_bns{
	display:block!important;
}
.toppage .index_bns img{
	display:block;
	float:left;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	/* box-shadow */
	box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
	-webkit-box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
	-moz-box-shadow:rgba(184, 184, 184, 0.65098) 2px 2px 7px 0px;
}
.toppage .index_bns .menu_ul li:nth-child(1) a img,
.toppage .index_bns .menu_ul li:nth-child(2) a img{
margin-right:15px;
}

.momihogushi img.image{
	float:left;
	margin:8px;
	width:190px;
}
li.image{
	float:left;
	margin:8px;
	width:200px;
display:block;
height:260px;
font-size:10px;
}
li.image img{
	width:200px;
	margin-bottom:10px;
}
li.image2{
	float:left;
	margin:40px;
	width:250px;
display:block;
height:200px;
font-size:10px;
}
li.image2 img{
	width:250px;
	margin-bottom:10px;
}

.price_page .cell{
	width:320px;
	margin:5px;
	float:left;
	height:360px;
}

address{
	text-align:center;
	text-decoration:none;
}
.copyright{
	background:#f6f3e6;
}
.kiz_fl3{
	font-size: 13px!important;
}
dl.kiz_border {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#c8c8c8;
}
dl.kiz_border dt {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#c8c8c8;
	line-height:1.8;
	padding-top:10px;
	padding-bottom:10px;
	width:180px;
	float:left;
	font-weight: bold;
	color:#f04782;
}
dl.kiz_border dd {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#c8c8c8;
	line-height:1.8;
	padding-top:10px;
	padding-bottom:10px;
	width:480px;
	float:left;
}