@charset "Shift_JIS";

.c5-row__col2_left {
    width: 70%;
    display: table-cell;
    vertical-align: top;
}

.c5-row__col2_right {
    width: 30%;
    display: table-cell;
    vertical-align: top;
	text-align: center;
}

.c5_hxc_table{
	width: auto;
	margin: auto;
}

.c5_linup_top{
	padding: 20px;
	transition: background .2s;
}

.c5_linup_top a:hover {
	text-decoration: none;

}

.c5_linup_topimg{
	width: 85%;	
	height: auto;
}

.c5_linup_center{
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

.c5_linup_products{
	height: 60px;
	vertical-align: middle;
}

.c5_linup_txt{
	height: 100px;
	vertical-align: middle;
}

.s5-row__col3 a:hover img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	
}


@media (max-width: 640px) {
	
	.c5_linup{
		text-align: center;
	}
	.c5-row__col2_left {
    width: auto;
    display: block;
    vertical-align: top;
}

.c5-row__col2_right {
    width: auto;
    display: block;
    vertical-align: top;
	text-align: center;
}
	
.c5_img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
	
	.c5_hxc_table{
	width: 90%;
}

	.c5_linup_center{
	border-left:none;
	border-right: none;
}

	.c5_linup_products{
	height: auto;
	vertical-align: middle;
}

.c5_linup_txt{
	height: auto;
	vertical-align: middle;
	
}
	
	.c5_sp_none{
		display: none;
	
}
}


