@charset "utf-8";

/* 共通スタイル */
@import url("common.css");

/* ================================================== */
/*  faq_page style  */
/* ================================================== */

	#contents #faq {
		width:100%;
	}
		
		#contents #faq dl.q {
			margin:0 0 10px 0;
			padding:10px 0 0 0;
			border-top:1px dotted #C8C8C8;
		}
		
		#contents #faq dl.first {
			border-top:0;
		}
		
		#contents #faq dl.a {
			margin:0 0 25px 35px;
			padding:10px;
			background:#F7E5EC;
			display:none;
		}
			
			#contents #faq dl dt {
				float:left;
				width:35px;
				margin-top:-2px;
				color:#000000;
				font-family:
					Arial,
					Verdana,
					sans-serif;
				font-weight:bold;
			}
				
				#contents #faq dl.a dt {
					color:#B30041;
				}
			
			#contents #faq dl dd {
				margin:0 0 0 35px;
			}
		
		#contents #faq .top  {
			padding:10px 0 20px 0;
		}
				
	


