@charset "UTF-8";
/* CSS Document */


/*　基板修理サービス------------------------------ */
div#recovery-content {
    width: 950px;
    margin: 0 0 20px;
}

div.recovery {
    width: 950px;
    margin: 10px 0 20px!important;
}

div#recovery-content h2 {
	font-size: 24px;
	margin: 0;
	padding: 1em;
	background: #002147;
    color: #fff;
}

div#recovery-content h3 {
    background: #F2F2F2;
    color: #e51937;
    font-size: 22px!important;
    padding: 20px 0 16px;
	margin-bottom: 20px;
    text-align: center;
	line-height: 2em;
	border-bottom: double #ccc;
	border-top: double #ccc;
}

div#recovery-content h4 {
    color: #002147;
    font-size: 18px!important;
	margin: 10px 0px;
    padding: 10px 0px 5px;
	text-align: left;
}

div#recovery-content h5 {
    color: #e51937;
    font-size: 20px!important;
    padding: 10px;
	margin-bottom: 10px;
    text-align: center;
	line-height: 2em;
}

div#recovery-content a {
    color: #003366!important;
}

div#recovery-content p{
	font-size: 16px!important;
	line-height: 1.5em;
	word-break: break-all;
}

div.recovery-plice2 {
    margin: 10px 0;
	padding: 20px;
	background: #F2F2F2;
	text-align: center;
}
.free_dial{
	color: #E51937;
	font-weight: bold;
	font-size: 2.0em!important;
	line-height: 1.5em;
	background-image: url("../img02/icon_freedial.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 25px;
	padding-left: 30px;
}

/*　基板修理サービスの特徴 ------------------------------ */
.recovery-point {overflow: hidden; width:100%;}
.recovery-point ul {list-style: none;}
.recovery-point ul li {width: 48%;float: left;margin-right: 4%;/*text-align: center;*/}
.recovery-point ul li:nth-child(2n) {margin: 0;}
.recovery-point ul li p {margin: 20px 0px 40px!important; line-height: 20px;}
.recovery-point ul li h4 {margin: 10px 0px 5px!important; font-size: 18px!important;border: none!important;}

