@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .selectBox {
	margin-bottom: 24px;
}

#conts .examplesBox {
	border: 3px solid #e8e8e8;
	padding: 27px 27px 0 27px;
	margin-bottom: 30px;
}

#conts .examplesBox span {
	background-color: #095ba5;
	font-size: 11px;
	color: #fff;
	border-radius: 4px;
	position: relative;
	behavior: url(../js/pie.htc);
	text-align: center;
	line-height: 17px;
	width: 37px;
	display: inline-block;
	margin-right: 7px;
	font-weight: bold;
	vertical-align: middle;
}

#conts .examplesBox ul {
	margin-bottom: 29px;
}

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

@media all and (min-width: 0px) and (max-width: 700px) {
	
#conts .selectBox li {
	width: 100%;
	padding: 0;
	line-height: 45px;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #1f70b9;
	border-top: 1px solid #0b4d89;
}
	
#conts .selectBox li a {
	background: #095ba5 url(../images/repair-example/sp_icon.png) no-repeat center right;
	background-size: 17px auto;
}

#conts .selectBox li div,
#conts .img02 {
	width: 93%;
	margin: 0 auto;
}
	
#conts .selectBox {
	padding: 0;
}
	
#conts .examplesBox {
	width: 93%;
	margin: 0 auto 20px;
	padding: 14px 0 0 0;
}

.mb30 {
	margin-bottom: 15px !important;
}

#conts .examplesBox {
	border: 1px solid #e8e8e8;
}

.mb30,
#conts .examplesBox ul {
	width: 90%;
	margin: 0 auto;
}

#conts .examplesBox ul {
	margin-bottom: 29px;
}
	
#conts .examplesBox ul li {
	text-indent: -44px;
	padding-left: 44px;
}

#conts .examplesBox span {
	text-indent: 0  !important;
}

}