@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	サービス紹介TOP
------------------------------------------------------------*/
#conts .boxSet {
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}

#conts .boxSet .box {
	padding: 15px 0 15px 15px;
	width: 321px;
	height: 128px;
	border: solid 1px #ccc;
	display: block;
	zoom: 1;

	position: relative;

	text-decoration: none;
}

#conts .boxSet #nego,
#conts .boxSet #closed {
	float: left;
}

#conts .boxSet #alert,
#conts .boxSet #faq {
	float: right;
}

#conts .boxSet #nego {
	background: url(/img/service/index/box01_bg.jpg) no-repeat;
}

#conts .boxSet #alert {
	background: url(/img/service/index/box02_bg.jpg) no-repeat;
}

#conts .boxSet #closed {
	background: url(/img/service/index/box03_bg.jpg) no-repeat;
}

#conts .boxSet #faq {
	background: url(/img/service/index/box04_bg.jpg) no-repeat;
}

#conts .boxSet .box:hover {
	border-color: #8EC1C3;
}

#conts .boxSet #nego:hover {
	background: url(/img/service/index/box01_bg_over.jpg) no-repeat;
}

#conts .boxSet #alert:hover {
	background: url(/img/service/index/box02_bg_over.jpg) no-repeat;
}

#conts .boxSet #closed:hover {
	background: url(/img/service/index/box03_bg_over.jpg) no-repeat;
}

#conts .boxSet #faq:hover {
	background: url(/img/service/index/box04_bg_over.jpg) no-repeat;
}

#conts .boxSet .box span {
	display: block;
}

#conts .boxSet .box .title {
	margin-bottom: 7px;
}

#conts .boxSet .box .read {
	padding-right: 115px;
	color: #333;
}

#conts .boxSet .box .more {
	padding-left: 12px;
	background: url(/img/common/icon/03.gif) no-repeat left 4px;

	position: absolute;
	top: 10.5em;
	left: 15px;

	text-decoration: underline;
}

#conts .mr14 {
	margin-right: 14px;
}

#conts .box03 {
	margin: 0 10px 0 16px;
}

#conts .box04 {
	width: 205px;
	float: left;
	padding-top: 6px;
	text-align: left;
}

#conts .w198 {
	width: 198px;
}

#conts .mb35 {
	margin-bottom: 35px;
}

#conts .mb20 {
	margin-bottom: 20px;
}

#conts .mb10 {
	margin-bottom: 10px;
}

#conts .mb7 {
	margin-bottom: 7px;
} 

#conts .box04 .p01 {
	padding-left: 13px;
	background: url(/img/common/icon/03.gif) no-repeat 1px 4px;
	clear: both;
	zoom: 1;
}

#conts .box04 .pt10 {
	margin-top: 20px;
}
