@charset "utf-8";
@import "../../css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 29px;
}

#conts h3 {
	margin-bottom: 26px;
}

#conts p {
	margin: 0 0 23px;
	line-height: 1.5;
}

#conts ul.list01 {
	margin-bottom: 20px;
	line-height: 1.5;
}

#conts dl.dl01 {
	margin: 0 0 40px;
	line-height: 1.5;
}

#conts dl.dl01 dt {
	margin: 0 1px 24px;
	padding-left: 15px;
	background: url(../img/icon01.gif) no-repeat left 6px;
	color: #423171;
	font-weight:bold;
	font-size:120%;
}

#conts dl.dl01 dd {
	margin-bottom: 23px;
}


#conts dl.dl02 {
	margin: 0 0 40px;
	line-height: 1.5;
}

#conts dl.dl02 dt {
	margin: 0 1px 24px;
	padding-left: 15px;
	background: url(../img/icon01.gif) no-repeat left 6px;
	color: #423171;
	font-weight:bold;
	font-size:120%;
}

#conts dl.dl02 dd {
	margin-bottom: 5px;
}

.contactLink { font-size:120%; font-weight:bold; }


