@charset "UTF-8";
/* CSS Document */

@import "../../../files/css/common/layout.css";

/*-------------------------------------------------------------------------
	qa
/*-----------------------------------------------------------------------*/

	#qa h2 {
		margin-bottom:40px;
	}
	
	#qa #question {
	}
	
		#qa #question dl {
			margin-bottom:40px;
		}
			
			#qa #question dl dd {			
				height:55px;
				color:#DD5509;
				line-height:1.5;
				font-size:116%;
				position:relative;			
			}
			
			#qa #question dl dd img {
				margin-top:-10px;
				float:left;
			}
			
			#qa #question dl dd p {
				padding-left:10px;
				float:left;
				width:540px;
			}