@charset "utf-8";
@media screen and (min-width: 600px){

#main .menu img {
width:100px;
}

#main label {
display:block;
margin-top:10px;
background:url(../img-faq/faq-q.jpg) bottom no-repeat;
width:785px;
height:25px;
font-size:13px;
line-height:25px;
text-indent:30px;
cursor:pointer;
cursor:hand;
}

#main input[type="checkbox"]{
display:none;
}

#main .faq-a {
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
transition:all 0.5s;
padding-left:30px;
background:url(../img-faq/faq-a.jpg) top left no-repeat;
}

#main input[type="checkbox"] + .faq-a {
height:0;
overflow:hidden;
}

#main input[type="checkbox"]:checked + .faq-a {
margin-top:10px;
margin-bottom:50px;
min-height:40px;
height:auto;
}

#main .faq-a ul.ul-none {
margin-left:-20px;
}

#main .faq-a ul.ul-common,
#main .faq-a ul.ul-ast {
margin:10px 0 0 -25px;
}

#main .faq-a dl.dl-br {
margin-left:-25px;
}

#main .faq-a dl.dl-br dl.dl-br {
margin-left:-45px;
}

#main .faq-a dl.dl-br dl.dl-br dt {
margin-top:0;
}

}

