@charset "utf-8";

#rdocs{
	padding: 0;
}

#rdocs h2 {
	position: relative;
	margin: 0;
	margin-left: 15px;
	text-align: center;
	background: #B3282E;
}
#rdocs h2::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -17px;
	display: block;
	width: 74px;
	height: 74px;
	background:url(/img/bg_rdocs_h2.png);
}

#rdocs > b {
	display: block;
	margin-top: 22px;
	margin-bottom: 5px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background:#999;
}

#rdocs form {
	padding: 10px 20px;
	color: #575757;
	text-align: center;
	background: #fde6e7;
}
#rdocs form p {
	margin: 0;
	line-height: 1;
	font-size: 22px;
}

#rdocs section {
	display: none;
	padding: 20px 10px;
	background: #fff;
}
#rdocs #question1 section {
	display: block;
}
#rdocs section section {
	padding: 0;
}

#rdocs section h3 {
	font-size: 20px;
	font-weight: normal;
	background: none;
	border: none !important;
	outline: none;
}
#rdocs section h3::before {
	content: none;
}
#rdocs section h3 span {
	color: #d00;
}

#rdocs section fieldset::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#rdocs section label {
	display: block;
	float: left;
	width: 17em;
	margin: 5px;
	padding: 5px 1px;
	color: #1f78b4;
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
#rdocs section label:hover,
#rdocs section label.selected {
	cursor: pointer;
	opacity: 0.8;
	color: #fff;
	background: #1f78b4;
}
#rdocs section label small {
	font-size: 11px;
}
#rdocs #question1 section label {
	float: none;
	display: inline-block;
}
#rdocs section.answer14 label {
	width: 320px;
}
	

#rdocs section label input {
	display: none;
}

#rdocs form+#rdocs_result{
	display: none;
}

@media screen and (max-width:  640px){
	#rdocs h2::before {
		left: -15px;
		top: -5px;
		width: 40px;
		height: 40px;
		background:url(/img/bg_rdocs_h2.png);
		background-size: cover;
	}

	#rdocs section label {
		box-sizing: border-box;
		float: none;
		width: 100%;
		margin: 5px 0;
	}
}



/* result */
#rdocs #rdocs_result{
	display: block;
}

#rdocs_result .photos {
	padding-top: 4px;
	width: 100%;
	margin: 0 0 11px 0;
}

#rdocs_result .photos li {
	display: inline;
	float: left;
	width: 333px;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #bbb;
	background: #fff;
}

#rdocs_result .photos li:nth-child(even){
	margin-left: 11px;
}
#rdocs_result .photos li:nth-child(2n+1){
	clear: left;
}

#rdocs_result .photos li p{
	margin-bottom:0;
}

#rdocs_result .photos label{
	margin: 0 0 5px;
	padding: 0 0 3px;
	display: block;
	border-bottom: 1px solid #bbb;
}

#rdocs_result .photos img{
	display: inline;
	float: left;
	margin-right: 5px;
	border: 1px solid #bbb;
}

#rdocs_result .photos a.zoom{
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

#rdocs_result .photos a.zoom img{
	border: 1px solid #00f;
}

#rdocs_result .photos strong{
	margin-bottom: 2px;
	font-size: 14px;
}

#rdocs_result .photos p{
	padding: 0;
	font-size: 13px;
}

#rdocs_result strong{
	font-weight: 700;
}

#rdocs_result b{
	color: red;
	font-weight: normai;
}

.link_arrow3_b{
	padding-left: 20px;
	background: url(/img/icon_arrow_b3.png) no-repeat 4px 11px;
}

a.link_print{
	background: url(/img/icon_print.png) no-repeat 0;
}

a.link_star{
	background: url(/img/icon_star.png) no-repeat 0;
}

a.link_print,a.link_star{
	display: inline-block;
	position: relative;
	padding: 7px 13px 7px 35px;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #222;
	font-size: 110%;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	background-position: 11px;
	background-color: #f8f8f8;
	background-color: -webkit-gradient(linear,0% 40%,0% 70%,from(#fafafa),to(#f5f5f5));
	background-color: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#fafafa),to(#f5f5f5));
	background-repeat: no-repeat;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
}

a.link_print: hover,a.link_star: hover{
	cursor: pointer;
	border-color: #999;
	color: #444;
	background-color: #f9f9f9;
	background-color: -webkit-gradient(linear,0% 40%,0% 70%,from(#fbfbfb),to(#f7f7f7));
	background-color: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#fbfbfb),to(#f7f7f7));
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2) -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#rdocs+.contact_select{
	display: none;
}

@media screen and (max-width:  640px){
	#rdocs_result .photos{
		padding-top: 4px;
		width: 100%
	}
	
	#rdocs_result .photos li{
		float: none;
		box-sizing: border-box;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	#rdocs_result .photos li:nth-child(even) {
		margin-left: 0;
	}

	#rdocs_result .photos li:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}
	
}