@charset "UTF-8";

/* ===================================================================
    sanitary_news　check
=================================================================== */
.header .bg {
  width: auto;
  color: #555;
  font-size: 100%;
  background: #e6f0f2;
}
.sanitary_head {
	margin-top:30px;
}
.clear{
	clear:both;
	margin-top:10px;
}
.sanitary_head .minichectit {
	float:left;
	font-size:80%;
	margin-right:20px;
	line-height:125%;
	margin-top:-5px;
    color: #fff;
    background: #39C;
    padding: 10px;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 0 5px #39C, 0 2px 3px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 0 5px #39C, 0 2px 3px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 0 5px #39C, 0 2px 3px 5px rgba(0,0,0,0.5);
}
.maincontainer {
    margin: 0 auto 70px;
    position: relative;
    width: 980px;
}
.maincontents .input-area {
  width: 100%;
}
.maintitle-area .title {
  font-size: 120%;
}
.result {
    position: absolute;
    right: 0;
    top: 20px;
}
.result a{
	font-weight: bold;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#557cb9', endColorstr = '#496b9f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#557cb9', endColorstr = '#496b9f')";
	background-image: -moz-linear-gradient(top, #557cb9, #496b9f);
	background-image: -ms-linear-gradient(top, #557cb9, #496b9f);
	background-image: -o-linear-gradient(top, #557cb9, #496b9f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#557cb9), to(#496b9f));
	background-image: -webkit-linear-gradient(top, #557cb9, #496b9f);
	background-image: linear-gradient(top, #557cb9, #496b9f);
	-webkit-border-radius: 4x;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 30px 20px 90px;
	display: block;
}
.result a img{
	position: absolute;
	left: 20px;
	top: 7px;
	width: 50px;
	height: auto;
}
@media only screen and (max-device-width:767px) {
.sanitary_head .minichectit {
	float:none;
	display: block;
	margin: 0 10px 20px 10px;
	text-align: center;
}
.maintitle-area{
	width: 100%;
	padding-top: 30px;
}
.maintitle-area .title {
	font-size: 100%;
	line-height: 18px;
	margin-left: 10px;
}
.sanitary_head {
	margin-top:0px;
}
.maincontents table tr.header th {
	padding-left: 1.4em;
	text-indent: -1.3em;
	line-height: 1.4;
}
.result{
	float: none;
	text-align: center;
	position: static;
	padding-bottom: 40px;
	margin: 40px 0 0;
	border-bottom: dotted 2px #557cb9 ;
}
.result a{
	padding: 15px 20px;
	display: inline;
	font-size: 86%;
}
}


/* ===================================================================
    sanitary_news　vol1/result
=================================================================== */
.maincontainer_in.bg_white{
	background: #ffffff;
}
#vol1_result{
	width: 874px;
	height: 800px;
	padding: 40px 50px 40px;
	margin: 0 auto;
	background: url(/excludes/biz/images/sanitation/sanitary_news/index_bg02.jpg) no-repeat center bottom;
}
#vol1_result h1{
	font-size: 200%;
	font-weight: bold;
	padding: 0 0 20px;
	margin: 0 0 40px;
	text-align: center;
	border-bottom: solid 2px #3f6ab0; 
}
#vol1_result h1 span{
	vertical-align: middle;
}
#vol1_result h1 .label{
	color: #fff;
	padding: 5px 20px;
	margin: 0 20px 0 0;
	background: #3f6ab0;
}
#vol1_result .resultbox{
	overflow: hidden;
	margin: 0;
}
#vol1_result .resultbox li{
	float: left;
	margin: 0 0 0 29px;
	width: 272px;
}
#vol1_result .resultbox li:first-child{
	margin: 0 0 0 0;
}
#vol1_result .resultbox li h2{
	color: #fff;
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
	background: #3f6ab0;
	padding: 10px 10px 10px 50px;
	margin: 0 0 20px;
	height: 60px;
}
#vol1_result .resultbox li h2 span{
	display: block;
	margin: 10px 0 0;
}
#vol1_result .resultbox li.list01 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/result_num1.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#vol1_result .resultbox li.list02 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/result_num2.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#vol1_result .resultbox li.list03 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/result_num3.png);
	background-position: 10px center;
	background-repeat: no-repeat;
}
#vol1_result .endtx{
	margin: 0 0 30px;
	text-align: right;
	display: block;
}
#vol1_result .comment{
	background: #fff;
	border: solid 2px #3f6ab0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 30px;
}
#vol1_result .comment h3{
	font-size: 150%;
	font-weight: bold;
	color: #3f6ab0;
	margin: 0 0 10px;
}
#vol1_result .comment p{
	font-size: 115%;
	line-height: 1.5;
}

@media only screen and (max-device-width:767px) {
#vol1_result{
	width: auto;
	height: auto;
	padding: 40px 10px;
	background: #f2f2f2;
}
#vol1_result h1{
	font-size: 110%;
	color: #3f6ab0;
	background: #ffffff;
}
#vol1_result h1 .label{
	font-size: 150%;
	padding: 10px 20px;
	margin: 0 0 20px;
	display: block;
}
#vol1_result .resultbox{
	margin: 0 0 60px;
}
#vol1_result .resultbox li{
	float: none;
	width: 100%;
	margin: 0 0 40px;
	text-align: center;
}
#vol1_result .resultbox li:first-child{
	margin: 0 0 40px;
}
#vol1_result .resultbox li:last-child{
	margin: 0px;
}
#vol1_result .resultbox li h2{
	width: 100%;
	text-align: left;
}
#vol1_result .resultbox li img{
	width: 80%;
	height: auto;
}
#vol1_result .resultbox li.list01 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/sp_result_num1.png);
	background-size: auto 60px;
}
#vol1_result .resultbox li.list02 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/sp_result_num2.png);
	background-size: auto 60px;
}
#vol1_result .resultbox li.list03 h2{
	background-image:url(/excludes/biz/images/sanitation/sanitary_news/sp_result_num3.png);
	background-size: auto 60px;
}
#vol1_result .comment{
	background: #fff;
	border: solid 2px #3f6ab0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 30px;
}
#vol1_result .comment h3{
	font-size: 150%;
	font-weight: bold;
	color: #3f6ab0;
	margin: 0 0 10px;
}
#vol1_result .comment p{
	font-size: 115%;
	line-height: 1.5;
}
#vol1_result .btn_back{
	text-align: center;
}
.maincontainer {
    width: 100%;
}
}


