@charset "UTF-8";



#page_content.report_single header.main_title .lead_msg {
    font-size: 136%;
    padding:5px 0 0 0;
    font-weight: bold;
}


.report_single .shadow_box_wrapper .shadow_box{
    padding-bottom: 50px;
}
.report_single .shadow_box_wrapper .shadow_box > .main_img {
    margin-bottom: 28px;
}



/*
main_title
*/
#page_content.report_single .main_title{
	margin-bottom:10px;
}
#page_content.report_single .main_title h1{
	background:0;
	padding:0 0 5px 0;
	color:#ac936b;
	border-bottom: 2px solid #ac936b;
}



/* spec */
.report_single .shadow_box_wrapper .shadow_box > .sect.sect1{
	margin-bottom: 0px;
}
.report_single .sect1 .bold_title{
	margin-bottom: 6px;
}
.report_single .spec_wrapper{
	padding:10px 16px;
	background:#efefef;
}
.report_single .sect1 table.lined_table{
    width: 100%;
    padding:12px;
}
.report_single .sect1 table.lined_table tr {
    width: 100%;
    border-bottom: dotted 1px #aaa;
}
.report_single .sect1 table.lined_table tr:last-child {
    border-bottom: none;
}
.report_single .sect1 table.lined_table th {
    width: 9%;
    padding: 5px 0;
    color:#777;
    background:url(/content-file/biz/report/owner/red_arrow_8x8.gif) no-repeat 4.5em 10px;
}
.report_single .sect1 table.lined_table td {
    width: 91%;
    padding: 5px 0;
}
.report_single .sect1 table.lined_table th img{
    vertical-align: middle;
    margin:0 0 0 10px;
    width:auto;
}





.report_single .sect2 h2.bgGrey_title{
	background: #9b9691;
	color:#fff;
}
.report_single .sect2 h2.bgGrey_title img{
	vertical-align: middle;
	margin-right: 10px;
}

/* interview */
.report_single .full_pic{
/*	padding-left:16px;*/
	margin-bottom:20px;
}
.report_single .full_pic img{
	width:100%;
}
.report_single .qa_set{
	margin-bottom:40px;
}

.report_single .qa_set h3{
	color:#ac936b;
	margin-bottom: 10px;
/*	padding-left:16px;*/
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}
.report_single .qa_set .ans h3{
	margin-top:1.8em;
	padding-left:0px;
}
.report_single .qa_set .ans{
/*		padding-left:16px;*/
	overflow: hidden;
}
.report_single .qa_set .ans.pic_on_left div.txt{
	width:420px;
	float:right;
	padding-right:10px;
	padding-top:40px;
}
.report_single .qa_set .ans.pic_on_right div.txt{
	width:410px;
	float:left;
	padding-top:40px;
}
.report_single .qa_set .ans.pic_on_left div.txt h3,
.report_single .qa_set .ans.pic_on_right div.txt h3{
	margin-top:0;
}
.report_single .qa_set .ans.pic_on_left .pic{
	float:left;
	width:450px;
	display: inline;
}
.report_single .qa_set .ans.pic_on_right .pic{
	float:right;
	width:450px;
	display: inline;
}
.report_single .qa_set .ans.pic_on_left .pic img,
.report_single .qa_set .ans.pic_on_right .pic img{
	width:100%;
}

.report_single .qa_set .ans.pic_on_lr{
	overflow: hidden;
	margin-bottom: 20px;
}
.report_single .qa_set .ans.pic_on_lr .pic_left{
	float:left;
	width:450px;
	display: inline;
}
.report_single .qa_set .ans.pic_on_lr .pic_right{
	float:right;
	width:450px;
	display: inline;
}
.report_single .qa_set .ans.pic_on_lr .pic_left img,
.report_single .qa_set .ans.pic_on_lr .pic_right img{
	width:100%;
}
.report_single .qa_set .ans_bottom{
/*		padding-left:16px;*/
    margin-bottom: 20px;
    padding-top:20px;
    clear:both;
}




.report_single .b_see_others{
	width:248px;
	height:52px;
	margin:0 auto;
	background:#efefef;
}
.report_single .b_see_others a{
	display: block;
	height:52px;
	text-align: center;
	line-height: 52px;
}
.report_single .b_see_others a img{
	vertical-align: middle;
	margin-right: 8px;
}


.report_single .owner_photo{
	width:640px;
	border:solid 1px #ccc;
	padding:20px;
	margin:0 auto;
	overflow: hidden;
}
.report_single .owner_photo img{
	float:left;
	width:240px;
}
.report_single .owner_photo .owner_msg{
	width:380px;
	float:right;
}
.report_single .owner_photo .owner_msg h4{
	margin-bottom: 12px;
	font-weight: bold;
}


.single-disasterreport .disType_tag{
	width:7em;
	text-align: center;
	margin:0 0.6em 0 0;
	color:#fff;
	display: inline-block;
	padding:3px 0;
	height: 1em;
	line-height: 1em;
}
.single-disasterreport .disType_tag.quake{
	background:brown;
}
.single-disasterreport .disType_tag.typhoon{
	background:green;
}
.single-disasterreport .disType_tag.fire{
	background:red;
}
.single-disasterreport .disType_tag.rain{
	background:blue;
}
.single-disasterreport .disType_tag.snow{
	background:purple;
}
.single-disasterreport .disType_tag.dis-others{
	background:#aaa;
}





@media screen and (max-width: 834px){



	/* spec */
	.report_single .sect1 table.lined_table{
	    width: 100%;
	}
	.report_single .sect1 table.lined_table tr {
	    width: 100%;
	    margin-bottom: 4px;
	}
	.report_single .sect1 table.lined_table tr:last-child {
	    margin-bottom: 0px;
	}
	.report_single .sect1 table.lined_table th {
	    width: 100%;
	    padding: 0 0 0 0;
	    color:#777;
	    display: block;
	}
	.report_single .sect1 table.lined_table th {
	    width: 100%;
	    padding: 5px 0 0 0;
	    color:#777;
	    background:url(/content-file/biz/report/owner/red_arrow_8x8.gif) no-repeat 4.5em 10px;
	}
	.report_single .sect1 table.lined_table td {
	    width: 100%;
	    padding: 0 0;
	    display: block;
	    padding-bottom: 4px;
	}
	.report_single .sect1 table.lined_table td:last-child {
	    padding-bottom: 0px;
	}
	.report_single .sect1 table.lined_table th img{
	    vertical-align: middle;
	    margin:0 0 0 10px;
	    width:auto;
	}





	.report_single .sect2 h2.bgGrey_title{
		background: #9b9691;
		color:#fff;
	}
	.report_single .sect2 h2.bgGrey_title img{
		vertical-align: middle;
		margin-right: 10px;
		width:auto;
	}

	.report_single .qa_set .ans {
    padding-left:0;
	}
	.report_single .qa_set .ans.pic_on_left div.txt{
		width:100%;
		float:none;
		padding-right:0;
		margin-bottom: 10px;
		padding-top:0;
	}
	.report_single .qa_set .ans.pic_on_right div.txt{
		width:100%;
		float:none;
		margin-bottom: 10px;
		padding-top:0
	}
	.report_single .qa_set .ans.pic_on_left .pic{
		float:none;
		width:100%;
		display: inline;
	}
	.report_single .qa_set .ans.pic_on_right .pic{
		float:none;
		width:100%;
		display: inline;
	}


	.report_single .qa_set .ans.pic_on_lr{
/*		padding-left:16px;*/
	}
	.report_single .qa_set .ans.pic_on_lr .pic_left{
		float:left;
		width:49%;
		display: inline;
	}
	.report_single .qa_set .ans.pic_on_lr .pic_right{
		float:right;
		width:49%;
		display: inline;
	}
	.report_single .qa_set .ans.pic_on_lr .pic_left img,
	.report_single .qa_set .ans.pic_on_lr .pic_right img{
		width:100%;
	}



	.report_single .b_see_others a img{
		width: auto;
	}


	.report_single .owner_photo{
		width:80%;
		border:solid 1px #ccc;
		padding:20px;
		margin:0 auto;
		overflow: hidden;
		text-align: center;
	}
	.report_single .owner_photo img{
		float:none;
		width:auto;
	}
	.report_single .owner_photo .owner_msg{
		width:100%;
		float:none;
		padding-top:20px;
		text-align: left;
	}
	.report_single .owner_photo .owner_msg h4{
	}

}





@media screen and (max-width: 550px) {
	.report_single .qa_set .ans.pic_on_lr .pic_left{
		float:none;
		width:100%;
		display: block;
		margin-bottom: 20px;
	}
	.report_single .qa_set .ans.pic_on_lr .pic_right{
		float:none;
		width:100%;
		display: block;
	}
}




@media screen and (max-width: 440px) {

	.report_single .shadow_box_wrapper .shadow_box > .main_img {
	    margin-bottom: 0px;
	}

	.report_single .sect2 .float_wrapper .pic img{
		width:100%;
	}
}