@charset "utf-8";
/* CSS Document */

.faq-button{
        position: fixed;
    right: 0;
    margin-top: -100px;
    top: 55%;
    z-index: 1000;
    float: left;
    width: 121px;
    height: 200px;
    background: url(../images/ask/pj1_0001.png) top left no-repeat;
    background-size: cover;
}
.faq-button .plus-button{
    bottom: 30px;
    right: 4px;
    width:52px;
    height:53px;
    position:absolute;
}
.faq-block{
    float:left;
    width:353px;
    height:auto;
    border:1px solid #eaeaea;
}
.faq-block .faq-block-top{
	float:left;
	width:100%;
	height:auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font:24px/53px 'rsu', Arial, sans-serif;
	color:#fff;
	background:#39b8ff;
	background: linear-gradient(to bottom, rgba(0,113,186,1) 0%,rgba(0,97,172,1) 50%,rgba(0,70,150,1) 100%);
	box-shadow: inset 0px 0px 30px rgba(255,255,255,0.5);
}
.block-top-left{
    float:left;
    padding-left:20px;
    width: 80%;
    height:auto;
}
.faq-row{
    float:left;
    width:100%;
    height:auto;
    margin-top: 5px;
}
.block-top-right{
    float:left;
    width: 20%;
    left: 10px;
    position: relative;
    height:auto;
}
.faq-block .faq-block-mid{
    float:left;
    width:353px;
    height:auto;
    background: url(../images/faq_service/bg-faq.jpg) top left repeat-y;
}
.faq-block .faq-block-mid ul{
    float:left;
    width:100%;
    height:auto;
}
.faq-block .faq-block-mid ul li{
    float:left;
    width:100%;
    height:auto;
}
.elephant-talk{
    float:left;
    width:100%;
    height:auto;
}
.e-pic{
    float:left;
    width:53px;
    height:53px;
}
.e-name{
    float:left;
    padding-top:20px;
    padding-left:10px;
    width:90px;
    height:33px;
    font:17px/20px 'thaisanslite', Arial, sans-serif;
    color:#042947;
    font-weight:bold;
}
.e-text{
    float:left;
    margin-left:62px;
    width:245px;
    height:auto;
}
.e-text .e-sticker{
    float:left;	
    width:100%;
    height:auto;
}
.e-text .e-balloon{
    float:left;
    padding:10px;
    width:88%;
    height:auto;
    font:17px/20px 'thaisanslite', Arial, sans-serif;
    color:#333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color:#fff;
    border:1px solid #87a5c6;
    position:relative;
}
.e-text .e-balloon .e-arrow{
    position: absolute;
    width: 14px;
    height: 16px;
    top: -1px;
    left: -9px;
}

.e-time{
    float: left;
    margin-top: 30px;
    width: 46px;
    height: auto;
    font: 17px/20px 'thaisanslite', Arial, sans-serif;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.answer-talk{
    float:left;
    margin:20px 0px;
    width:100%;
    height:auto;
}
.answer-talk .answer-balloon{
    float:right;
    margin-right:20px;
    padding:10px;
    width:70%;
    height:auto;
    font:17px/20px 'thaisanslite', Arial, sans-serif;
    color:#333;
    background-color:#80e728;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position:relative;
}
.answer-talk .answer-balloon .a-arrow{
    position: absolute;
    width: 14px;
    height: 16px;
    top: -1px;
    right: -9px;
}

.faq-block .faq-block-bottom{
    float:left;
    width:353px;
    height:44px;
    background:url(../images/faq_service/bar.jpg) top left repeat-x;
}
.faq-textbox-left{
    float:left;
    width: 80%;
    height:44px;
}
.faq-button-right{
    float:left;
    margin-top:5px;
    width: 20%;
    text-align:center;
    height:34px;
}
.faq-textbox{
    float:left;
    margin-top:5px;
    margin-left:5px;
    width:260px;
    height:33px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color:#FFF;
    border:1px solid #9b9c9f;
    font-size:14px;
    line-height:33px;
}