@charset "utf-8";
/* CSS Document */
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: whatis.css
 * author		: kotaro sekiya
 * style info	: このディレクトリ内用ページCSS
 -----------------------------------------------------------*/
/* subpage.css -  2階層目以降ページ用共通CSS
----------------------------------------------------------- */
@import url("../../common/css/subpage.css");

#article h2 {
	margin-bottom: 10px;
}

#article .card {
	margin: 35px 0 13px 0;
}

#article .guideline {
	margin: 70px 0 25px 0;
}

#article dl {
	margin-bottom: 85px;
	zoom : 1;
}

/* clearfix */
#article dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article dt {
	float: left;
	width: 150px;
}

#article dd {
	float: left;
	width: 472px;
}

#article dd img {
	margin-top: 40px;
}

#article .word {
	margin-bottom: 15px;
}

#article .wordArea {
	background:url(../../common/img/parts/bg_ans.gif) repeat-y left top;
}

#article .wordArea table {
	width: 100%;
	border: 0;
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;
}

#article .wordArea table tr {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#article .wordArea table .cell1 {
	padding: 12px 10px;
	width: 541px;
	border-right: 1px solid #BFBFBF;
}

#article .wordArea table .cell2 {
	text-align: center;
}