@charset "utf-8";
/* CSS Document */
h2{
	margin-bottom: 10px;
}
.lead{
	margin-bottom: 25px;
}
h3{
	margin-bottom: 5px;
}
.contBox{
	margin-bottom: 30px;
}
.contBox p{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.img , .text{
	margin-bottom: 35px;
}
.store {
	margin-left: 20px;
}
.store li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.store li a{
	display: block;
	border: 3px solid #FFF;
}
.store li a:hover{
	border: 3px solid #F5835B;
}
#flashBox{
	height: 550px;
}
.lead{
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #CCC;
}
