/* CSS Document */
.pageTitle {
    padding-top: 100px;
}
.pageTitle h2 {
	background: url(../images/title_border.gif) repeat-x bottom;
    color: #333333;
    font-size: 200%;
    line-height: 100%;
    padding-bottom: 15px;
	text-align: center;
}
.link a{
	color: #78BD36;
}
#item ul {
	text-align: center;
}
#item li{
	display: inline;
}
#item li img {
	display: inline;
	padding: 5px;
}
#asianpears .pageTitle h2 span.temp {
    background-image: url(../images/icon_asianpears.png);
}
#choiceEat .pageTitle h2 span.temp {
    background-image: url(../images/icon_choice_eat.png);
}
#buy .pageTitle h2 span.temp {
    background-image: url(../images/icon_buy.png);
}
#other .pageTitle h2 span.temp {
    background-image: url(../images/icon_other.png);
}
.pageTitle h2 span.temp {
    background-size: 33px;
}
.pageTitle h2 span {
    background-position: top;
    background-repeat: no-repeat;
    padding: 38px 0 5px;
}
.faqWrap ul li {
    margin-top: 60px;
}
.faqWrap dt {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 40px;
    position: relative;
    font-size: 130%;
    font-weight: 600;
    border-radius: 10px;
}
.faqWrap dt:before {
    content: "";
    background: url(../images/faq_q.png) no-repeat;
    width: 50px;
    height: 47px;
    position: absolute;
    top: -35px;
    left: 10px;
}
.faqWrap dd {
    padding: 15px;
    margin-left: 50px;
    border: solid 1px #e6e6e6;
    border-radius: 10px;
    position: relative;
}
.faqWrap dd:before {
    content: "";
    background: url(../images/faq_a.png) no-repeat;
    width: 47px;
    height: 45px;
    position: absolute;
    top: -35px;
    left: 10px;
}

@media screen and (max-width:640px){
.faqWrap img {
    width: 100%;
    height: auto;
}
.pageTitle h2 {
    font-size: 170%;
 }
}
@media screen and (max-width:320px){
.pageTitle h2 {
    font-size: 150%;
}
}