@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* ---------- main-header ---------- */

.si-btn{
    margin:0 0 60px 0;
    text-align:center;
}
.si-btn p{
    text-align:center;
}

.inq-list {
	background-image: url(../../images/inquiry_help/inq02.jpg);
	background-repeat: no-repeat;
	height: 388px;
}


.inq-list ul {
	padding: 100px 0 0 80px;
		line-height: 28px;
}


.inq-list li {
	color: #fff;
	font-size: 15px;
}

.inq-list li a:link,
.inq-list li a:visited {
color:#fff;
text-decoration:underline;
}

.inq-list li a:hover,
.inq-list li a:active {
color: #FFCC00;
text-decoration:underline;
}

.inq-tit {
	background-image:url(../../images/inquiry_help/inq03.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #40720C;
	font-weight: bold;
	height: 61px;
	padding: 20px 0 0 60px;
}

.inq-a-box {
	background-image:url(../../images/inquiry_help/inq04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 8px 0 60px;
}


.box {
	border: 1px solid #333;
	padding:5px;
	font-size:13px;
	line-height:20px;
}

.box p {
	color: #000;
}


.box ul {
	margin-left:20px;
	padding-left:0;
	line-height:20px;
}

.box li {
	list-style-type: square;
}


.inq-txt {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}


.atention-txt {
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
}

.inp-txt-red {
		color:#FF3333;
}