@charset "UTF-8";

/* strong
------------------------------------*/

.mgn-bt10{
margin:0px 0px 10px;
}

.mgn-bt20{
margin:0px 0px 20px;
}

.strongIndex ul#promiseList {
padding:0 0 20px 0;
font-size:90%;
background-image: url(../service/image/repair_bg.gif);
background-repeat: repeat-y;
}

.strongIndex ul#promiseList li {
float:left;
width:217px;
margin:0 9px 0 0 ;
}

.strongIndex ul#promiseList li.endLi {
margin:0 ;
}

.strongIndex ul#promiseList li span {
padding: 0 13px;
display:block;
}

.strongIndex ul#troubleList {
	padding:0 0 20px 0;
}

.strongIndex ul#troubleList li {
padding:0 0 20px 0px;
background-repeat: no-repeat;
background-position: left top;
font-size:90%;
}



.number {
color:#1260C9;
font-weight:bold;
font-size:120%;
}

/*index
------------------------------------*/
#mainArea #mainAreaInside .img-center {
text-align: center;
}

#mainAreaInside .clearfix .cassette-lft {
	float: right;
	width: 520px;
}

#mainArea #mainAreaInside .clearfix .cassette-rgt {
	float: left;
	width: 140px;
}


/* float
------------------------------------*/

.strongIndex ul#promiseList:after,
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.strongIndex ul#promiseList,
.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .strongIndex ul#promiseList,
* html .clearfix {
height: 1%
}

.strongIndex ul#promiseList,
.clearfix {
display:block;
}
/* end MacIE5 */






