@charset "utf-8";
@import "../share/css/mastercommon.css";

/* コメントを入れたらUTF-8化ヲ忘れずに */


h2 { padding-bottom:70px;border-bottom:1px #bcbcbc solid; margin-bottom:32px;}

.WjTable {　border-collapse:collapse;
	width:100%;
	padding:0px; margin:0;line-height:2;
	color:#333;
}

.WjTable TD {
	text-align:left;
	margin:0px;
	padding:10px 10px 10px 35px;
	border:0;
	background: url(../share/img/h4_bullet.png) no-repeat 7px center;
}
.WjTable .bg_even { background:#f5f5f5;}
.WjTable .bg_odd { background:#fcfcfc;}

.WjTable a:link { color:#EB5861; text-decoration:underline;}
.WjTable a:hover { color:#EB5861; text-decoration: none;}
.WjTable a:visited { color:#EB5861; text-decoration: none;}

.WjTable ul { padding-left:20px;}
.WjTable li { list-style-type: disc; text-indent:-1em; padding-left:1em; line-height:1.7;}

.form_btn { float:left; padding:0 30px; display:inline;}