@charset "utf-8";

.box {
	margin-left: 3%;
	margin-right: 3%; 
	border: 3px solid #00ADE9;
	background-color: #FFFFFF;
	text-align: left;
	padding: 3%;
	margin-bottom: 3%;
	margin-top: 3%;
	border-radius: 10px;
}
.box .star {
	color:#E25A95;
	font-weight: bold;
	margin-bottom: 30px;
}

ul.store {
	margin-right:-50px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
ul.store li {
	overflow: hidden;
	margin-bottom: 100px;
}
ul.store li p {
	color: #E25A95;
	border-bottom: 2px solid #E25A95;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}
ul.store li .wrap {
	overflow: hidden;
}
ul.store li .wrap .box50 {
	width:47.5%;
	float: left;
}
ul.store li .left {
	margin-right:5%;
}
ul.store li .box100 {
	width: 100%;
}
ul.store li dl {
	margin-bottom:30px;
}
ul.store li dt {
	margin-right: 0px;
	color: #00AEEB;
	border-bottom: 1px dashed #00AEEB;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
ul.store li dd {
	line-height: 180%;
}

ul.store li .box100 dd {
	float: left;
	width:33%;
}
ul.store li .box50 dd a,
ul.store li .box100 dd a {
	text-decoration: none;
	color: #333;
}
ul.store li .box50 dd a:hover,
ul.store li .box100 dd a:hover {
	text-decoration: underline;
	color: #00ACED;
}

