﻿/* ------ contact ------ */
#contents section h3.in_title {
	margin-top: 30px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	border-left: 8px solid #C3C3C3;
	padding-left: 10px;
}

.privacy_read_1 {
	border:5px solid #999;
	padding:10px;
	height:200px;
	overflow:auto;
	margin-top:20px;
	border-radius: 5px;
	background: #fff;
}
.privacy_read_1 strong {
	color: #000;
	font-weight: bold;
}

/* ------ qanda ------ */
section ul.faq {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}
section ul.faq li {
	list-style: none;
	margin: 0 0 20px 0;
}

/*section li div.question {
	background: url('../img/q_btn.png') no-repeat 11px 11px;
	background-color: #FFF;
	padding: 10px 10px 15px 40px;
	font-weight: bold;
	border-radius:5px;
	-webkit-border-radius: 5px;
	line-height: 2em;
}

section li div.answer {
	background: url('../img/a_btn.png') no-repeat 8px 11px;
	background-color: #FFEEEE;
	border: #FFF 3px solid;
	padding: 12px 10px 14px 40px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	margin:-10px 0 15px 0;
	line-height: 2em;
}*/

section li div.question {
	background-color: #FFF;
	padding: 12px 10px 14px 0;
	font-weight: bold;
	border-radius:5px;
	-webkit-border-radius: 5px;
	line-height: 2em;
}
section li div.question span.num {
	width: 40px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 11px;
	background: #333;
	color: #FFF;
	border-radius: 10px;
	text-align: center;
}
section li div.question span.qtxt {
	display: block;
	margin-left: 57px;
}

section li div.answer {
	background: url('../img/a_btn.png') no-repeat 16px 11px;
	background-color: #E6F9FF;
	border: #FFF 3px solid;
	padding: 12px 10px 14px 54px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	margin:-10px 0 15px 0;
	line-height: 2em;
}

section li div.answer p {
	margin-top: 10px;
	font-size: 100%;
	line-height: 170%;
}
section ul li div.answer p:first-child {
	margin-top: 0 !important;
}

section li div.answer p.qa_link {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../img/qanda_cir.png) no-repeat left 4px;
	font-size: 95%;

}

section li div.answer p.qa_link_in {
	margin: 10px 0 0 23px;
	padding: 0 0 0 20px;
	background: url(../img/qanda_cir.png) no-repeat left 4px;
	font-size: 95%;

}

section li div.answer p.qa_txt_in {
	margin: 10px 0 0 0;
	padding: 0 0 0 23px;
}

section li div.answer span {
	font-weight: bold;
}

section li div.answer #mountpoint {
	margin-bottom: 15px;
}

section li div.answer #mountpoint span {
	display: inline-block;
	white-space: nowrap;
	padding: 8px 10px;
	margin: 5px 2px 0 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-weight: bold;
	line-height: 1em;
	width: 45%;
}



article section li div.answer *:first-child .q7_img {
	float:right;
	margin:0 0 0 10px!important;
}

@media screen and (max-width: 767px) {
	article section li div.answer *:first-child .q7_img {
		float:none;
		margin:0 0 10px 0!important;
	}
}

section li div.answer h3 {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 140%;
	border-left: 8px solid #3596d3;
	color: #000;
}

section li div.answer ul.list {
	width: 100%;
	margin: 15px auto 30px auto;
	padding: 0;
}

section li div.answer ul.list img {
	height:65px;
	float: none;
}

section li div.answer ul.list li {
	width: 140px;
	margin: 0 8px 0 0;
	float: left;
	text-align:center;
}

section li div.answer ul.list li p {
	margin: 0;
	padding:0;
}


section li div.answer ul.list li p.model_name {
	font-weight: bold;
	font-size: 120%;
	text-align:center;
	margin: 5px 0 0 0;
}

section li div.answer ul.list li p a {
	display: block;
	padding: 8px 8px 8px 20px;
	margin:-10px 0 0 0;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border-top: 1px solid #e2472d;
	border-left: 1px solid #e2472d;
	border-right: 1px solid #eb6639;
	border-bottom: 1px solid #eb6639;
	background-color: #eb6639;
	background-image: url(../img/bullet_s_cir.png);
	background-repeat: no-repeat;
	background-position:  10px center;
	font-weight: bold;
	font-size: 100%;
}





@media screen and (max-width: 767px) {
	section li div.answer #mountpoint span {
		display: block;
		margin: 5px 0 0 0;
		width: auto;
	}
}


@media screen and (max-width: 479px) {
	section li div.answer ul.list li {
		width: 100%;
		float: none;
	}
}
