@charset "utf-8";
/* CSS Document */
/* 重要なお知らせ*/
#important{
	border: 2px solid #f94d35;
	margin:0 auto;
	padding: 20px;
}
#important .important_ttl{
	margin-bottom: 20px;
	font-weight: bold;
	color: #f94d35;
}
#important > p{
	margin-bottom: 20px;
}
#important .important_ttl{
	font-size: 20px;
}
#important .important_txt_cont p{
	margin-bottom: 10px;
}
#important .important_txt_cont p span{
	text-decoration: underline;
	font-weight: bold;
	color: #f94d35;
}
#important .important_cont{
	margin-top: 20px;
}
#important .important_cont_ttl{
	font-weight: bold;
}
p.note, ul.note li, ol.note li {
    padding-left: 1em;
    text-indent: -1em;
}
p.note, ul.note li {
    font-size: 14px;
}
/* 641px～ For PC
====================================================*/

@media screen and (min-width: 641px), print {
	
#important{
	margin:30px auto;
	width: 846px;
}
	
}