@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
            makura
==================================*/
#faq_copy {
	margin:40px auto;
}
#faq_copy h3 {
    font-size: 28px;
    font-weight: bold;
	background-image:url(../../img/item_ttl.jpg);
    background-position: 50% 58%;
    background-repeat: no-repeat;
	margin:0 auto 20px;
}
#faq_copy .faq_copy_left p {
	text-align:left;
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.7em;	
}
#faq_copy .faq_copy_left, #faq_copy .faq_copy_right {
    display: inline-block;
    vertical-align: top;
}
#faq_copy .faq_copy_left {
    width: 528px;
    margin: 0 20px 0 0;
}
#faq_list {
	text-align:left;
}
#faq_list dt {
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 0 10px 50px;
	background-image:url(../img/q.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
#faq_list dd {
    font-size: 16px;
    line-height: 1.7em;	
    margin: 20px auto;
    padding: 0 0 20px 50px;
    border-bottom: #6E6E6E dotted 1px;
}
#faq_list .last_list {
	border-bottom:none;
}
#faq_list h3 {
    font-size: 24px;
    color: #255028;
	text-align:center;
}
#faq_list h4 {
    font-size: 28px;
    color: #255028;
    border-bottom: #006633 solid 1px;
    margin: 0 0 30px;
	text-align:center;
}
#faq_list li {
	display:inline-block;
	width:193px;
	background-color:#A4D28A;
	color:#2A6834;
	margin:10px 1px 50px;
	background-image:url(../img/arrow.png);
	background-position:7% 50%;
	background-repeat:no-repeat;
}
#faq_list li a {
	color:#2A6834;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:7px 0 7px 30px;
	text-align:left;	
}
#faq_list .about_list li {
	background:none;
	width:auto;
	color:#000;
	margin:5px auto;
}
#faq_list .q_and_a dd:last-child {
	border-bottom:none;
}