@charset "utf-8";

/* ****************************************************************************



　faq.css

        

-------------------------------------------------------------------------------

　01. faq-title
　02. link-arrow-blue
　03. answer-box

******************************************************************************* */




/* ==

　01. faq-title

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

#site-n-contents .title-text-box.faq-title h2.title span {
	background-image: url(../img/index_ico.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: block;
	padding-left: 34px;
	height: 27px;
	line-height: 2;
}

/* ==

　02. link-arrow-blue

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


#site-n-contents .title-text-box.faq-title ul.link-arrow-blue {
	background-image: none;
	padding-left: 0px;
}

#site-n-contents .title-text-box.faq-title ul.link-arrow-blue li {
	line-height: 1.8;
	padding-left: 2px;
}

#site-n-contents .title-text-box.faq-title ul.link-arrow-blue li a {
	background-image: url(../../common/img/link_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
	font-size: 92.4%;
}


