@charset "UTF-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */

.list-product-img {
    overflow: hidden;
    margin-left: -10px;
    _margin-left: -20px;
}
.list-product-img li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.list-product-img .boxLineup {
    width: 348px;
    border: solid 1px #ddd;
    display: block;
    display: table;
    height: 110px;
    zoom: 1;
}
.list-product-img .boxLineup .img {
    width: 130px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.list-product-img .boxLineup .text {
    width: 218px;
    padding-left: 12px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    display: table-cell;
}
.list-product-img a:hover,
.list-product-img a:active,
.list-product-img a:focus {
    text-decoration: none;
}
.list-product-img a:hover .boxLineup .text {
    text-decoration: underline;
}
.tab-list li {
	width: 125px;
}
.btn-02 {
    width: 250px;   
}
.connection .unit_l,
.connection .unit_r {
    width: 345px;
}
.connection .h3_wrap {
    margin: 0 0 15px;
}
.main-menu p.fig {
	float: left;
	width: 100px;
}
.main-menu div.text {
	float: right;
	width: 580px;
	margin-top: -5px;
	padding-left: 10px !important;
}
.main-menu ol {
    line-height: 1.5;
}
.main-menu ul {
    margin-left: -5px;
    line-height: 1.8;
}
.campaign *:focus {
    outline: none;
}
