@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");

.AnsArea dd img {
	margin-top: 20px;
}


#ans4 .txt {
	margin-bottom: 40px;
}

#ans4 span {
	font-weight: bold;
}

#ans4 p{
	margin-bottom: 40px;
	text-align: left;
}

#ans4 .establish {
	background: url(../img/bg_establish.gif) repeat-y left top;
	padding-right: 7px;
	padding-left: 1px;
	
}

#ans4 .establish table {
	width: 100%;
	border: none;
	background: url(../../common/img/parts/img_dot.gif) repeat-x left bottom;	
}

#ans4 .establish table .ttl {
	background: #fcf0f0  url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#ans4 .establish table .cell {
	width: 261px;
	border-right: solid 1px #BFBFBF;
}

#ans4 .establish table tr {
	background: url(../../common/img/parts/img_dot.gif) repeat-x left top;
}

#ans4 .establish table th {
	padding: 12px 20px;
	font-weight: normal;
}

#ans4 .establish table td {
	padding: 12px 20px;
}