@charset "utf-8";
.sec {
	width: 310px;
	margin: 20px auto;
}
.sec #box {
	clear: both;
	overflow: hidden;
}
.box_inr {
	background-image: url(img/bg-02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	-moz-background-size: 310px;
	background-size: 310px;
}
.box_inr .in {
	overflow: hidden;
}
.box_inr .bd {
	background-image: url(img/bg-01.gif);
	background-repeat: no-repeat;
	background-position: top;
	-moz-background-size: 310px;
	background-size: 310px;
}
.box_inr .in p {
	margin: 10px;
}
.box_inr .in h3 {
	background: url(img/arrow01.gif);
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #073190;
	padding: 5px 10px 5px 30px;
	color: #fff;
	font-weight: bold;
	clear: both;
	font-size: 14px;
	height: 0.8;
}
.box_inr .in h4 {
	background-image: url(img/iconArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	color: #20429C;
	font-size: 115%;
	margin: 15px 0 15px 10px;
}
.box_inr .in .box_l {
	width: 60%;
	float: left;
}
.box_inr .in .box_l p {
	margin: 10px;
}
.box_inr .in .box_r {
	width: 30%;
	float: right;
}
.box_inr .in .box_r img {
	text-align: center;
	margin-top: 50px;
}
.txt_L {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}
.red_L {
	font-size: 130%;
	color: #ff0000;
	font-weight: bold;
	line-height: 1.2;
}
.red {
	color: #ff0000;
	font-weight: bold;
	line-height: 1.2;
}
p.mini {
	font-size: 70%;
}
p.cnt {
	text-align: center;
}
sup {
	font-size: 12px;
	font-weight: normal;
}
p.desc {
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}
.txt_sat {
	color: #0066CC;
}
.txt_sun {
	color: #C00;
}
.box_inr .in table {
	margin: 10px auto;
	border: 1px solid #D5C9B1;
	width: 290px;
}
.box_inr .in th, .box_inr .in td {
	text-align: center;
}
.box_inr .in th {
	background-image: url(img/tableBg.gif);
	font-weight: bold;
	color: #20429C;
	padding: 10px 0;
}
.box_inr .in td img {
	margin-top: 5px;
	border: 1px solid #efefef;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
.box_inr .in td em {
	font-style: normal;
}
.box_inr .in td dl {
}
.box_inr .in td dt {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.box_inr .in td dd {
	font-weight: bold;
	padding-left: 5px;
	width: 260px;
	overflow: hidden;
	vertical-align: top;
}
.box_inr .in td em {
	display: block;
	float: left;
	width: 150px;
	font-style: normal;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.box_inr .in td.bd_top {
	border-top: 1px solid #D5C9B1;
}
.sec ul {
	width: 280px;
	margin-left: 10px;
}
.sec ul li {
	background-image: url(img/iconArrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.7em;
	padding: 3px 0 0 15px;
}
.sel01 {
	background: #FFFDF4;
	border: 2px solid #D5C9B1;
	border-radius: 5px;
	color: #0C2245;
	font-size: 16px;
	height: 30px;
	line-height: 40px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 200px;
}
.apology {
	background: #fff;
	padding: 20px 10px;
	box-shadow: 0 0 5px #cdcdcd;
	-moz-box-shadow: 0 0 5px #cdcdcd;
	-o-box-shadow: 0 0 5px #cdcdcd;
	-ms-box-shadow: 0 0 5px #cdcdcd;
 filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.apology h3 {
	color: rgb(153, 196, 66);
	font-weight: bold;
	font-size: 160%;
	line-height: 1.7;
	padding: 20px 16px 0 16px;
	text-align: justify;
	letter-spacing: 0.00em;
}

/*注意書き用朱書き*/
.note_red {
    font-weight: bold;
    color: #ff0000;  
}
