@charset "utf-8";


/* =============================================

	FAQ.CSS
	Last up date : 2010/12/15

============================================= */


/* --------------------------------------------
	[共通レイアウト]
-------------------------------------------- */

.breadcrumbs {
	clear: both;
	font-size: 77%;
}
.breadcrumbs .breadcrumbs-arrow {
	color: #333333;
	margin: 0 0.5em;
}


/* --------------------------------------------
	[TOP]
-------------------------------------------- */

/*   [faqTop]
---------------------------------------*/
#faqTop {
	margin-top: 35px;
	margin-left: -11px;
}

/*--------- [faq-menu] ---------*/
.faq-menu {
	border: 1px solid #e7e7e7;
	float: left;
	display: inline;
	width: 294px;
	margin-left: 21px;
	padding: 20px 0;
}
#faq-menu-01 {	background: url(../faq/images/bg-faq-01.jpg) no-repeat 0 0;}
#faq-menu-02 {	background: url(../faq/images/bg-faq-02.jpg) no-repeat 0 0;}
#faq-menu-03 {	background: url(../faq/images/bg-faq-03.jpg) no-repeat 0 0;}
.faq-menu dt {
	margin-left: 31px;
	margin-bottom: 29px;
}
.faq-menu dd {
	margin-left: 31px;
}
.faq-menu ul li {
	color: #333333;
	background: url(../faq/images/ico-question-01.gif) no-repeat 21px 12px;
	font-size: 86%;
	line-height: 1.5;
	margin-top: 5px;
	padding: 10px 25px 10px 44px;
}
.faq-menu ul li a {
	color: #333333;
}


/* --------------------------------------------
	[vol]
-------------------------------------------- */
/*   [faqUnder]
---------------------------------------*/
#faqUnder-01,
#faqUnder-02,
#faqUnder-03 {
	margin-top: 35px;
	margin-left: -11px;
}

/*--------- [faq-menu] ---------*/
.faq-menu ul li.now {
	background: url(../faq/images/ico-question-01.gif) #eeeeee no-repeat 21px 12px;
}

/*--------- [faq-answer] ---------*/
.faq-answer {
	position: relative;
	float: right;
	display: inline;
	width: 613px;
	margin-right: 22px;
}
.faq-answer .faqtop {
	position: absolute;
	top: -25px;
	right: -12px;
}
.faq-answer .faqtop img {
	vertical-align: top;
}

/*--------- [faq-box-01] ---------*/
.faq-box-01 {
	border: 1px solid #e7e7e7;
	padding: 20px 0 30px;
}
.faq-box-01 h3 {
	margin-left: 28px;
}

/*--------- [txt-question] ---------*/
.txt-question {
	background: url(../faq/images/ico-question-01.gif) no-repeat 0 0.1em;
	color: #666666;
	line-height: 1.5;
	margin: 8px 40px 45px 30px;
	padding-left: 29px;
	font-size: 86%;
}

/*--------- [txt-answer] ---------*/
.txt-answer {
	background: url(../faq/images/ico-answer-01.gif) no-repeat 0 0.1em;
	color: #FF0080;
	line-height: 1.5;
	margin: 8px 40px 0 30px;
	padding-left: 29px;
	font-size: 86%;
}
.txt-answer p {
	margin-top: 15px;
}
.txt-answer p.firstChild {
	margin-top: 0;
}
.txt-answer p.txt-rice-01 {
	text-indent: -1em;
	margin-left: 1em;
}

/*--------- [box-check] ---------*/
.box-check {
	clear: both;
	line-height: 1;
	margin-top: 22px;
}
.box-check dt {
	margin-bottom: 8px;
}
.box-check dt img {
	vertical-align: top;
}
.box-check dd ul {
	margin-left: -4px;
}
.box-check dd li {
	float: left;
	display: inline;
	margin-left: 4px;
}

/*--------- [box-contact] ---------*/
.box-contact {
	clear: both;
	background: url(../faq/images/bg-contact.jpg) no-repeat 0 0;
	line-height: 1;
	margin-top: 22px;
	padding: 13px 0 0;
}
.box-contact img {
	vertical-align: top;
}
.box-contact dt {
	margin-left: 12px;
}
.box-contact dd {
	margin-top: 21px;
	padding-bottom: 14px;
}
.box-contact dd p {
	float: left;
	display: inline;
	margin-left: 12px;
}
.box-contact dd ul {
	float: left;
	display: inline;
	margin-left: 27px;
}
.box-contact dd li {
	float: left;
	display: inline;
	margin-right: 5px;
}



