@charset "shift_jis";

/****************************************
/* 品番対照表 color_list.html
/***************************************/


.heading.md-catalog-top-small {
    border-left-color: #9e876e;
}
.heading.md-catalog-top-small {
    border-left: 8px solid #60B353;
    padding: 4px 0 2px 7px;
    font-size: 24px;
    margin: 0 0 5px;
}

.head_type{
	font-size: 18px;
	font-weight: bold;
	color: white;
	padding: 5px 0 3px 10px;
	background:#4BAA9F
}
.item .el-name {
    font-size: 14px;
    font-weight: bold;
}
.item .el-maker, .item .el-name {
    display: block;
    color: #333;
}
.item .el-name.red {
	color:red
}
.g02.item {
	margin-bottom: 20px;
}

.btn{
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
    background-color: #4BAA9F;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 7px 10px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
	margin: 2px auto;
}
.btn:link, .btn:visited, .btn:active {
    color: #FFF;
}
.btn.md-large {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 10px;
    border-radius: 6px;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2);
    width: 450px;
}

a:hover {
    text-decoration: none;
}



/* スマホ時 */
@media (max-width: 480px) {
    .spcontents {
        width: 96%;
        margin: 0 auto;
    }

    .btn.md-large {
    font-size: 18px;
    }
}