@charset "UTF-8";

/*------------important-top -------------*/

#important .content-important {
	background: #FFF0EF;
	width: 100%;
	margin-top: 25px;
	padding: 1em 0 ;
	margin: 0 auto 0 auto;
}
#important .important-inner {
	width: 750px;
	margin: 0 auto ;
}
#important .content-important a {
	display: inline-block;
	color: #E53C3F;
	text-decoration: underline;
	padding: 0.5em 0 0.5em 0 ;
}
#important .content-important a:hover {
	text-decoration: none;
	background: #FFE3E5;
	display: inline-block;
	width: 750px;
}
#important .content-important h2 {
	display: block;
	width: 750px;
	font-size: 18px;
	color: #FFFFFF;
	background: #E53C3F;
	padding: 0.2em 0 ;
	margin: 0 auto 5px auto;
}
#important .content-important p {
	font-size: 18px;
}


#important .content-important2 {
	background: #F9A1A4;
	padding: 1em;
	margin: 25px 0 0 0;
}
#important .content-important2 h2 {
	display: block;
	width: 200px;
	font-size: 18px;
	color: #EC7D85;
	background: #FFFFFF;
	padding: 0.2em 0 ;
	margin: 0 auto 10px auto;
}
#important .content-important2 p {
	font-size: 22px;
	font-weight: bold;
	color:  #FFFFFF;
}


/* 次ページ */
#important.title {
	background: #FFE9E9;
	width: 100%;
	height: auto;
	padding: 3em 0 ;
}
#important.title .important_head {
	width: 200px;
	background: #E53C3F;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0 ;
	margin: 0 auto 1em auto;
}
#important.title h2 {
	font-size: 20px;
	font-weight: bold;
}
.important_list {
	width: 80%;
	height: auto;
	padding: 2em 0 ;
	margin: 0 auto 0 auto;
}
.important_box {
	border-bottom: #666666 1px solid;
}
.important_box a {
	width: 100%;
	padding: 1em 0 1.5em 0 ;
	display: block;
}
.important_box a:hover {
	background: #FFE9E9;
}
.important_box dl {
	width: 590px;
	padding: 1em 0 1.5em 0 ;
}
.important_box dl dt {
	width: 15%;
	float: left;
	font-size: 13px;
	text-align: left;
}
.important_box dl dd {
	width: 85%;
	float: left;
	font-size: 15px;
	text-align: left;
}