@charset "Shift_JIS";

/*　Desknet's NEW　レイアウト　*/
* html body{text-align:center;}

#contents {
	width:760px;
	text-align:left;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Report */
a:hover {color: #f00;}
a:hover img {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}
p {
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.tc {text-align:center;}

h1.key {
	position: relative;
	margin: 10px 0 0;
}
h1.key a.toBack {
	position: absolute;
	right: 20px;
	top: 40px;
}

.report_wrap {
	border: 3px solid #0c43b4;
	padding: 10px;
	margin: 10px 0 20px;
}

h2.report_head {
	background: #f1f1f1;
	border-radius: 3px;
	font-weight: bold;
	position: relative;
	padding: 15px 0 15px 30px;
	font-size: 20px;
	color: #333;
}
h2.report_head:before {
	content: "";
	position: absolute;
	border: 3px solid #0c43b4;
	height: 30px;
	left: 0;
	top: 10px;
}
h3.report_head2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #ccc;
	margin: 30px 0 20px;
	padding-left: 10px;
	padding-bottom: 3px;
	position: relative;
	z-index:0;
}
h3.report_head2:before {
	content: "";
	border-bottom: 2px solid #0c43b4;
	position: absolute;
	left:0;
	bottom: -2px;
	width: 200px;
	z-index:2;
}
h4.report_head3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-left: 7px solid #0c43b4;
	padding: 3px 0 3px 15px;
	margin: 30px 0 15px;
}	

.date {
	text-align: right;
	margin: 10px 0 10px;
}
.report_main {padding: 10px;}

.img_main {
	text-align: center;
	margin: 20px auto 0;
}
.report_box{margin-bottom: 40px;}
.report_box:after {
	content: "";
	clear: both;
	display: block;
}
.report_box .rep_img {
	float: right;
	text-align: center;
	width: 250px;
	margin-left: 20px;
}
.report_box .rep_img img {margin-bottom: 5px;}
.report_box p {overflow: auto;}

.report_other {
	background: #f1f1f1;
	border-radius: 3px;
	padding: 15px;
}
.report_other h5.report_head4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.report_list {margin: 10px 0 0 20px;}
ul.report_list li {
	list-style: disc;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
ul.report_list li p {
	font-weight: normal;
	margin-top: 3px;
}

.report_other ul.img_others {margin-top: 20px;}
.report_other ul.img_others:after {
	clear: both;
	content: "";
	display: block;
}
.report_other ul.img_others li {
	margin-right: 8px;
	float: left;
	text-align: center;
}
.report_other ul.img_others li p {
	font-size: 11px;
	margin-top: 5px;
}
.report_other .img_others li:last-child {margin-right: 0;}

.img_b_presen {margin: 20px 0 10px;}
.img_b_presen img {margin-right: 19px;}
.img_b_presen img:last-child {margin-right: 0;}

.contact {
	text-align: center;
	margin-bottom: 10px;
}
.btn_toBack {margin-bottom: 20px;}

#caution {
	padding: 15px 0 20px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
#caution p {
	font-size: 12px;
	line-height: 1.5;
}


#toTop {
	position: fixed;
	bottom: 3px;
	right: 3px;
	text-indent: -9999px;
	width: 75px;
	height: 53px;
	background: url(../images/common/btn_toTop.png) no-repeat right bottom;
}
#toTop:hover {
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	cursor: pointer;
}