@charset "UTF-8";
@import "../../include/css/common_sp.css";

/* ---------------------------------------------------------
	CSS Document premium > visual
--------------------------------------------------------- */

#visual {
	background: url(../images/visual.jpg) no-repeat center;
}

#usage {
	margin: 0 10px;
}

/* ---------------------------------------------------------
	CSS Document usage > title
--------------------------------------------------------- */

#title h3 {
	margin-bottom: 15px;
	font-family: WebMincho;
	font-weight: 100;
	font-size: 22px;
	color: #b7282e;
}

/* ---------------------------------------------------------
	CSS Document usage > anchor
--------------------------------------------------------- */

#anchor {
	margin: 15px 0 0;
}

#anchor li {
	margin-bottom: 10px;
}

#anchor li:last-child {
	margin-bottom: 0;
}

.anchor {
	padding-top: 70px;
}

/* ---------------------------------------------------------
	CSS Document usage > section
--------------------------------------------------------- */

.section {
	padding: 10px;
	border: solid 1px #d9d9da;
	text-align: left;
}

.section dl {
	margin-top: 10px;
	text-align: center;
}

.section dt {
	display: inline-block;
	margin-bottom: 6px;
	padding-left: 20px;
	background: url(../images/bg_check.png) no-repeat 0 0;
	font-family: WebMincho;
	font-style: italic;
	color: #ef858c;
}

.section dt span {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-left: 3px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #ef858c;
	vertical-align: -2px;
	text-align: center;
	font-family: WebMincho;
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}

.section dd span {
	display: inline-block;
	padding-left: 25px;
	background: url(../../include/images/bg_entry.png) no-repeat left;
	background-size: 22px 13px;
	font-family: WebMincho;
	font-weight: 100;
	font-size: 24px;
	line-height: 1.4;
	color: #b7282e;
}

.section .f_right p {
	margin-top: 15px;
}

.section ol li {
	margin-left: 20px;
	list-style: decimal;
}

.section ul li {
	margin-left: 15px;
	text-indent: -15px;
}

.section .btn a {
	display: block;
	width: 210px;
	height: 40px;
	margin: 10px auto 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #46163e;
	background: -webkit-gradient(linear, left top, left bottom, from(#8b237a), to(#46163e));
	background: -moz-linear-gradient(top, #8b237a, #46163e);
	background: linear-gradient(to bottom, #8b237a, #46163e);
	background: -ms-linear-gradient(top, #8b237a, #46163e);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#8b237a', endColorstr='#46163e', GradientType=0)";
	text-decoration: none;
	text-align: center;
	line-height: 41px;
	font-weight: bold;
	color: #fff;
}

.section .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.section .f_left {
	text-align: center;
}
