@charset "utf-8";
/* CSS Document */

#main_visual img{
	width:100%;
}

.contents{
	width:90%;
	margin:20px auto 50px;
}

.title{
	color: #F99;
    padding-top: 10px;
    text-align: center;
    font-size: 200%;
    font-weight: normal;
}

.box{
	border-bottom:1px dotted #ccc;
	padding:10px 0 20px;
}

.shop_title{
	color: #535353;
    padding: 10px 0;
    text-align: center;
    font-size: 131%;
}

.add{
	color: #535353;
    padding: 5px 0;
}

.add a{
	color: #F36;
	text-decoration:underline !important;
}