@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
	margin: 0;
	padding: 0;
}
article, section, aside, nav, header, footer {
	display: block;
}
body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
a {
	color: #022782;
}
a,
label {
	cursor: pointer;
}
li {
	list-style: none;
}
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatClr {
	clear: both;
}

/*clearfix*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { zoom:1; }

.attention1 {
padding:0 0 0 16px;
background-image:url(/shared/img/attention1.gif);
background-position:0 4px;
background-repeat:no-repeat;
color:#666;
}

.attention-red1 {
padding:0 0 0 16px;
background-image:url(/shared/img/attention-red1.gif);
background-position:0 4px;
background-repeat:no-repeat;
color:#f00;
}

/* テーブル */

table {
width:90%;
margin:0 18px 20px;
table-layout:fixed;
border:#CCCCCC solid 1px;
}

th,td {
padding:5px 5px;
border:#CCCCCC solid 1px;
letter-spacing:0.04em;
}

th {
background-color:#ededed;
text-align:left;
font-weight:normal;
}

td {
text-align:left;
}

.btnTop {
font-size:95%;
text-align:right;
margin:20px 15px 10px 15px;
}

.btnTop a {
padding:6px 40px 5px 15px;
border:#999 solid 1px;
border-radius:10px;
text-decoration:none;
background-size:14px;
color:#666;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:url(/spn/landing/img_i/icon_arrow04.png) no-repeat 90% center,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FFFFFF), color-stop(0.50, #cccccc), color-stop(0.50, #BBBBBB), color-stop(0.00, #888888));
background:url(/spn/landing/img_i/icon_arrow04.png) no-repeat 90% center, -moz-linear-gradient(top, #FFFFFF 0%, #cccccc 50%, #BBBBBB 50%, #888888 100%);
background:url(/spn/landing/img_i/icon_arrow04.png) no-repeat 90% center,linear-gradient(to bottom, #FFFFFF 0%, #cccccc 50%, #BBBBBB 50%, #888888 100%);
}

div.attention_comment {
	 background-color:#FFC;
	 border:#F00 solid 1px;
	 margin:13px 5px 8px!important;
	 padding:13px 5px 8px;
}
div.attention_comment h5 {
	font-weight:bold;
	font-size:16px;

}
div.attention_comment ul {

}
div.attention_comment ul li {
	list-style:disc !important;
	background-image:none;
}