@charset "utf-8";
/* html5のブラウザ互換用
----------------------------------------------------------- */
@import url("reset.css");

/* リセット及びbody基本設定
----------------------------------------------------------- */
@import url("default.css");

/* ページ設定
----------------------------------------------------------- */
@import url("style.css");


/*
------------------------------------------------ */
.date {
	font-size: 12px;
	background-color: #000040;
	height: 20px;
	width: 80px;
	color: #FFF;
	margin-right: 5px;
	font-weight: normal;
	padding: 2px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.line {
	border-to: 1px solid #CCC;
	display: block;
	clear: both;
}



.infopage a {
	float: right;
	width: 130px;
	padding: 5px 10px;
	margin-top: 5px;
	background-color: #F60;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.infopage a:hover{
	background-color:#C00;
}
.mfp_caution .lst {
	margin:0;
	padding: 10px;
	background-color: #E6E6E6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}
#main section .mfp_caution .lst {
	background-position: 6px 19px;
}

