body {
    line-height: 30px;
}

#f_leaf {
    background-image: url(../img/2.intro/i_leaf.png);
    background-size: 90%;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    float: left;
    margin-top: 80px;
    height: 50px;
    transition: 2s;
    background-position: center center;
    background-repeat: no-repeat;
}
#f_subtitle {
    float: left;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transition: 2s;
}
#q_container {
	float: left;
	height: auto;
	width: 100%;
}
#q_box1 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0px;
}
#q_box2 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 50px;
}
#q_title ,#q_title2 ,#q_title3 ,#q_title4 ,#q_title5 ,#q_title6 ,#q_title7 ,#q_title8 ,#q_title9 ,#q_title10 ,#q_title11 ,#q_title12 ,#q_title13 ,#q_title14 {
    float: left;
    height: auto;
    width: 88%;
    margin-right: 5%;
    margin-left: 5%;
    border: 1px solid #e7f2e6;
    padding-left: 2%;
    font-weight: normal;
    padding-top: 2px;
    letter-spacing: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    background-color: #e7f2e6;
    transition: 2s;
}
#q_answer ,#q_answer2 ,#q_answer3 ,#q_answer4 ,#q_answer5 ,#q_answer6 ,#q_answer7 ,#q_answer8 ,#q_answer9 ,#q_answer10 ,#q_answer11 ,#q_answer12 ,#q_answer13 ,#q_answer14 {
    float: left;
    height: auto;
    width: 86%;
    margin-right: 5%;
    margin-left: 5%;
    border: 1px solid #e7f2e6;
    padding-left: 2%;
    font-weight: normal;
    padding-top: 10px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    line-height: 26px;
    background-color: #FFF;
    padding-right: 2%;
    transition: 2s;
}
#q_comment {
    margin-top: 20px;
    width: 90%;
    float: left;
    text-align: left;
    color: #F00;
    transition: 2s;
    padding-left: 5%;
}
#q_comment span {
    display: inline-block;
}

#q_sub1 {
	margin-top: 20px;
	width: 100%;
	float: left;
	text-align: center;
    transition: 2s;
}
#q_sub {
    margin-top: 120px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    transition: 2s;
}
#q_sub h1 ,#q_sub1 h1{
	font-size: 20px;
	font-weight: normal;
}

#p_line {
    float: left;
    width: 90%;
    border-bottom: thin solid #419b3e;
    height: 5px;
    display: block;
    margin-top: 60px;
    transition: 2s;
    margin-left: 5%;
    margin-right: 5%;
}

#t_toi {
    float: left;
    height: auto;
    width: 84%;
    transition: 2s;
    padding-top: 5%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 5%;
    text-align: center;
}
#t_toi span {display: inline-block;}
#t_toi h5 {
    font-size: 24px;
    padding-bottom: 50px;
}
.t_bigtext{
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}
.t_time {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.t_tel {
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}
.t_telno {
    font-size: 28px;
    font-weight: bold;
}
.b_5px {
    padding-bottom: 5px;
}
.b_15 {
    padding-bottom: 5%;
}
