@charset "utf-8";

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
*/


/* FAQ
----------------------------------------------------- */
div#container div#contents div#left div.box01 dl#faq {
	width:620px;
	margin-bottom: 30px;
}

div#container div#contents div#left div.box01 dl#faq dt {
	border-bottom:1px dashed #ccc;
	font:normal 100%/25px "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-weight: bold;
	color: #b3424a;
	background: url(../images/faq/q_mark.gif) 0 7px no-repeat;
	padding: 5px 0 5px 30px;
	margin: 10px 0;
}

div#container div#contents div#left div.box01 dl#faq dd {
	border-bottom:1px solid #c0bebf;
	background-image: url(../images/faq/a_mark.gif);
	background-repeat: no-repeat;
	padding: 0 0 10px 30px;
	margin: 10px 0 10px 0;
	background-position: left 4px;
}
div#container div#contents div#left div.box01 p {
	width:620px;
	padding:10px 0 30px 0;
	min-height:1px;
}
div#container   div#contents   div#left   div.box01   .faq_menu   {
	display:inline-block;
	display:block;
	width:620px;
	padding:0px 0 30px 0;
}
div#container div#contents div#left div.box01 .faq_menu li {
	display:inline-block;
	display:block;
	width:620px;
	padding-bottom: 5px;
	color: #b3424a;
	font-weight: bold;
	list-style: disc;
	margin-left: 15px;
}
div#container div#contents div#left div.box01 .faq_menu li a {
	color: #b3424a;
	text-decoration: none;
}
div#container div#contents div#left div.box01 .faq_menu li a:hover {
	color: #947770;
	text-decoration: underline;
}

