@charset "utf-8";
@import "../../../css/common/0-import.css";
/*------------------------------------------------------------
	gbvy[W
------------------------------------------------------------*/
#conts h2 {
	margin: 30px 0 15px;
}

#conts li {
    line-height:22px;
	color:#333;
}

#conts h3 {
	margin: 25px 0 10px;
}

#conts h4 {
	margin: 0 0 15px 0;
}

#conts p.linkText {
	margin: 20px 0 30px;

	text-align: right;
}

#conts table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	color: #333;
	line-height: 1.7;
}

#conts table td {
	padding: 10px;
	border: #999 1px solid;
	vertical-align: middle;
	color: #333;
}

#conts table th {
	border: 1px solid #999;
	background: url(../img/procedures/icon_01.jpg) no-repeat center center;
	vertical-align: middle;
}

#conts table td.padd {
	padding: 0px;
	color: #333;
}
#conts table td.center {
	text-align: center;
}
	
#conts table td.none {
	padding: 0;
	margin: 0;
	background-color:#D9E3B9;
	text-align: center;
	vertical-align: middle;
}	
#conts table td#w30 {
	width: 33px;
}

#conts .red{ 
    color:#FF0000;
}

#conts p.likText {
	text-align:right;
}

#conts dl.dl01 {
	line-height: 1.7;
	color:#333;
}

#conts dl.dl01 dt {
	float: left;
	clear: both;
	width: 40px;
	text-align: right;
	font-weight: bold;
}

#conts dl.dl01 dd {
	margin-left: 50px;
}
	

#conts dl.dl2 {
	height: 100%;
    padding: 15px 20px;
	border: 5px solid #ccc;
	margin: 15px 0;
	line-height: 1.7;
	color: #333;
}

#conts dl.dl2 dt {
	font-weight: bold;
	color:#3c8748;
	float: left;
	clear: left;
}

#conts dl.dl2 dd {
	margin: 0 0 0 20px;
}

