@charset "utf-8";
/* CSS Document */

#brdcrmb p {
    line-height: 1.3;
    padding: 15px 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 12px;
    box-sizing: border-box;
}
.innr_mamoru{
	margin:0 auto;
	width:100%;
	max-width:1280px;
}
.innr_mamoru_1080{
	margin:0 auto;
	width:100%;
	max-width:1080px;
}
.innr_mamoru_900{
	margin:0 auto;
	width:100%;
	max-width:900px;
}

/* 各種見出し */

.titlem01 {
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.titlem01 span {
  display: block;
  border-left: 8px solid #027fcc;
  padding-left: 10px;
  box-sizing: border-box;
}

/* テーブル */
.product-cont table {
    border-collapse: collapse;
    border: 0px;
    border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	margin-bottom: 10px;
}
.product-cont table th, .product-cont table td {
	border: 0px;
	border-bottom: 1px solid #666;
    font-size: 14px;
}
.product-cont table th {
	background: #EEEEEE;
}

/*.product_list table {
	border-collapse:collapse !important;
	border-width: 0px !important;
	background-color: #FFFFFF;
}
.product_list th, .product_list td {
	line-height: 1.5;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-left: 0px;
	border-right: 0px;
	color: #222222;
}
.product_list th {
	background-color: #E0E0E0;
}
.product_list td.parts {
	background-color: #666666;
}*/


@media screen and (max-width: 640px) {
.innr_mamoru{
	padding:0 5%;
}

.innr_mamoru_1080{
	padding:0 5%;
}
    
 .titlem01 {font-size:18px; }
}
