@charset "utf-8";

/***************************************************
	news.css
***************************************************/

/* news/index.html
------------------------------------------------------------ */
#nav_giide {
	background: rgba(255,255,255,0.8) ;
}
#guideH { background-image: url(/img/guide/header_photo.jpg);}
#guide #contents {	margin-top: 30px;}

#guide #contents p { margin:0 10px 30px 10px;}
#guide #contents dl {
	padding: 10px 10px 30px 10px;
}
#guide #contents dt.question {
	clear: both;
	margin: 0 0 6px 0;
	padding: 20px 10px 20px 50px;
	background: url(/img/guide/ico_q.png) no-repeat 15px 18px, #fbf9f6 url(/img/guide/ico_acordion.png) 98% 100% no-repeat;
	font-size: 15px;
	cursor: pointer;
}
#guide #contents dt.question.active {
	background: url(/img/guide/ico_q.png) no-repeat 15px 18px, #fbf9f6 url(/img/guide/ico_acordion_ac.png) 98% 100% no-repeat;
}
#guide #contents dd {
	margin: 0 0 5px 0;
	padding: 15px 20px 35px 90px;
	background: url(/img/guide/ico_a.png) 50px 18px no-repeat #FFF;
}
#guide #contents dd.answer {
	display: none;
}
#guide #contents .subttl01 {
	margin: 15px 0 5px 0;
	font-size: 15px;
}
#guide #contents .subttl02 {
	margin: 15px 260px 10px 0;
	border-bottom: 1px dashed #dddddd;
	font-size: 15px;
}
#guide #contents .subttl03 {
	padding:0 0 5px 17px;
	margin: 0 0 0 0;
	background: url(/img/guide/ico_arrow01.png) no-repeat 0 3px;
}
#guide #contents .txt {
	padding:0 0 0 0;
	font-size: 13px;
}
#guide #contents li {
	margin-left: 20px;
	list-style-type: decimal;
}
#guide #contents span {
	font-weight: bold;
	padding-left: 10px;
	display: inline-block;
	margin-bottom: 0;
}
#guide #contents table {
	width: 100%;
}
#guide #contents tr:nth-child(odd) {background:#f5f5f5;}
#guide #contents th {
	width: 20%;
	padding: 7px 10px;
	text-align: left;
	font-weight: normal;
}
#guide #contents .rightTxt {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
}
#guide #contents td {
	width: 80%;
}
#guide #contents dd img {
	float: right;
	margin-left: 40px;
}


@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

#guide #contents {	margin-top: 25px;}

#guide #contents p { margin:0 10px 20px 10px;}
#guide #contents dl {
	padding: 10px 0 30px 0;
}
#guide #contents dt.question {
	clear: both;
	margin: 0 0 6px 0;
	padding: 15px 10px 15px 40px;
	background-position: 15px 50%;
	background-size: 18px auto;
	font-size: 12px;
}
#guide #contents dt.question.active {
	background-size: 18px auto;
	background-position: 15px 50%;
}
#guide #contents dd {
	margin: 0 0 5px 0;
	padding: 15px 10px 15px 40px;
	background-position: 15px 15px;
	background-size: 18px auto;
	font-size: 12px;
}
#guide #contents dd.answer {
	display: none;
}
#guide #contents .subttl01 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
}
#guide #contents .subttl02 {
	margin: 15px 0 10px 0;
	border-bottom: 1px dashed #dddddd;
	font-size: 15px;
}
#guide #contents .subttl03 {
	padding:0 0 5px 17px;
	margin: 0 0 0 0;
	background: url(/img/guide/ico_arrow01.png) no-repeat 0 3px;
}
#guide #contents .txt {
	padding:0 0 0 0;
	font-size: 13px;
}
#guide #contents li {
	margin-left: 20px;
	list-style-type: decimal;
}
#guide #contents span {
	padding-left: 0;
}
#guide #contents table {
	width: 100%;
}
#guide #contents tr:nth-child(odd) {background: none;}
#guide #contents th {
	display: block;
	width: 100%;
	padding: 7px 10px;
	text-align: left;
	font-weight: normal;
	background:#f5f5f5;
}
#guide #contents .rightTxt {
	text-align: left;
}
#guide #contents td {
	display: block;
	padding: 7px 10px;
	width: 100%;
}
#guide #contents dd img {
	display: block;
	float: none;
	margin: 10px 0;
}
}

#guide #contents dd:after {
    content: "";
    display: block;
    clear: both;
}
#guide #contents dd {    zoom:1;}