@charset "UTF-8";

#kumamon_main {
	width: 769px;
	height: 890px;
	position: relative;
	background: url(../images/main.jpg);
}

#kumamon_main a,
#kumamon_main img{
    border: none;
}

#button_1 {
    position: absolute;
    left: 180px;
    bottom: 45px;
}

#button_2 {
    position: absolute;
    right: 155px;
    bottom: 45px;
}

#button_1,
#button_2 {
    transition: 0.3s;
}

#button_1:hover,
#button_2:hover {
    opacity: 0.7;
}

#kumamon_product_1 {
	width: 769px;
	height: 1079px;
	position: relative;
	background: url(../images/product_1.jpg);
}

#kumamon_product_2 {
	width: 769px;
	height: 1146px;
	position: relative;
	background: url(../images/product_2.jpg);
}

#kumamon_product_1 table,
#kumamon_product_2 table {
    width: 585px;
}

#kumamon_product_1 table {
    position: absolute;
    left: 90px;
    bottom: 40px;
}

#kumamon_product_2 table {
    position: absolute;
    left: 90px;
    bottom: 210px;
}

#kumamon_product_1 table tr th,
#kumamon_product_2 table tr th, 
#kumamon_product_1 table tr td,
#kumamon_product_2 table tr td {
    border: 1px solid #000;
    padding: 5px 10px;
}

#kumamon_product_1 table tr th,
#kumamon_product_2 table tr th {
    color: #fff;
    vertical-align: middle;
    background-color: #c00015;
}

#product_link {
    background-color: #d7835f !important;
}