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

.content {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
}
.boxMV {
	background-color: #e6e6e6;
	padding:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.borderBD {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.boxC {
	text-align: center;
}
.boxL {
	text-align: left;
}

/*字型*/
.W15 {
	font-size: 15px;
	line-height: 24px;
}
.pink15W {
	font-size: 15px;
	color: #ed1e79;
}

/*連結*/
a:link {
	color: #ed1e79;
}
a:visited {
	color: #ed1e79;
}
a:hover {
	color: #ed1e79;
}
a:active {
	color: #ed1e79;
}


