@charset "utf-8";


#pageTitle {
	height: 200px;
	padding-top: 75px;
	background-image: url(../images/doormat/bg_pageTitle2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#pageTitle h1 { max-width: 1000px; margin: 0 auto; padding: 0 20px; color: #fff;}
.spec { width: 100%;}
.spec th { width: 20%; padding: 15px; border: 1px solid #e6e6e6; background-color: #f6f6f6;}
.spec td { padding: 15px; border: 1px solid #e6e6e6; background-color: #fff;}
.spec td img { vertical-align: top;}

.doormat2-cate1-img {
	position: relative;
	margin-top: 20px;
}
.doormat2-cate2-img {
	position: relative;
	margin-top: 20px;
}
.doormat2-cate-txt {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 340px;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}
.doormat2-cate-txt::after {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	background-color: #d90e44;
}
.doormat2-cate-tit {
	font-size: 34px; font-size: 3.4rem;
	font-weight: normal;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.2;
}
.doormat2-cate-tit2 {
	font-size: 16px; font-size: 1.6rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.5;
}
.doormat2-line {
	position: relative;
	content: "";
	height: 60px;
}
.doormat2-line::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e6e6e6;
}
.doormat2-products-box {
	margin-top: 50px;
}
.doormat2-products-img {
	float: left;
	width: 48.30%;
}
.doormat2-products-txt-box {
	float: right;
	width: 48.30%;
}
.doormat2-products-name {
	padding: 10px;
	color: #fff;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	border-left: 6px solid #d90e44;
	background-color: #21b6c2;
}
.doormat2-type-list li {
	float: left;
	margin-top: 10px;
}
.doormat2-type-list li span {
	display: inline-block;
	margin-right: 8px;
	padding: 5px 8px;
	border-radius: 3px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1;
	text-align: center;
}
.type-icon01 {
	background-color: #e0dc5a;
}
.type-icon02 {
	background-color: #eccac6;
}
.type-icon03 {
	padding: 5px 16px !important;
	color: #fff;
	background-color: #486365;
}
.type-icon04 {
	background-color: #fee1b6;
}
.type-icon05 {
	background-color: #e5f5b1;
}
.type-icon06 {
	color: #fff;
	background-color: #676bab;
}
.type-icon07 {
	color: #fff;
	background-color: #7d4b97;
}
.type-icon08 {
	color: #fff;
	background-color: #ff9900;
}
.type-icon09 {
	padding: 5px 16px !important;
	background-color: #92dafe;
}
.type-icon10 {
	padding: 5px 16px !important;
	background-color: #e0d2c4;
}
.type-icon11 {
	color: #fff;
	background-color: #6cc9c9;
}
.doormat2-products-tit {
	margin-top: 30px;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.doormat2-products-btn {
	display: inline-block;
	width: 80%;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #21b6c2;
	border-radius: 25px;
	background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
}
.doormat2-products-btn:hover {
	color: #d90e44;
	text-decoration: none;
	border: 1px solid #d90e44;
	background-color: #f6f6f6;
	background-image: url("../images/common/arrow_04.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
}
.doormat2-detail-table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.doormat2-detail-table th {
	padding: 10px;
	width: 30%;
	font-weight: bold;
	background-color: #f6f6f6;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.doormat2-detail-table td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.doormat2-products-btn-back {
	display: inline-block;
	width: 60%;
	margin: 50px auto 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #21b6c2;
	border-radius: 25px;
}
.doormat2-products-btn-back:hover {
	color: #d90e44;
	text-decoration: none;
	border: 1px solid #d90e44;
	background-color: #f6f6f6;
}

@media screen and (min-width: 737px) and (max-width: 1000px){
#pageTitle {
	height: 200px;
	padding-top: 75px;
	background-image: url(../images/doormat/bg_pageTitle2.jpg);
	background-repeat: no-repeat;
	background-position: -400px top;
	background-size: cover;
}
.doormat2-cate-txt {
	position: absolute;
	top: 40px;
	bottom: auto;
	left: 40px;
	right: 40px;
	width: auto;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}
.doormat2-cate-txt::after {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 30px;
	height: 30px;
	background-color: #d90e44;
}
.doormat2-products-img {
	float: none;
	width: 100%;
}
.doormat2-products-txt-box {
	float: none;
	width: 100%;
}
.doormat2-products-name {
	font-size: 18px; font-size: 1.8rem;
}
}


@media screen and (max-width:736px){
#pageTitle {
	height: 120px;
	padding-top: 40px;
	background-image: url(../images/doormat/bg_pageTitle2.jpg);
	background-repeat: no-repeat;
	background-position: -240px top;
	background-size: auto 100%;
}
#pageTitle h1 { padding: 5px 10px 0;}
.imageBox img { width: 50%;}
.spec th { width: 25%; padding: 10px;}
.spec td { padding: 10px;}

.doormat2-cate-txt {
	position: absolute;
	top: 20px;
	bottom: auto;
	left: 20px;
	right: 20px;
	width: auto;
	padding: 25px;
	background-color: rgba(255,255,255,0.8);
}
.doormat2-cate-txt::after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 20px;
	height: 20px;
	background-color: #d90e44;
}
.doormat2-cate-tit {
	font-size: 20px; font-size: 2.0rem;
}
.doormat2-products-img {
	float: none;
	width: 100%;
}
.doormat2-products-txt-box {
	float: none;
	width: 100%;
}
.doormat2-products-name {
	font-size: 18px; font-size: 1.8rem;
}
.doormat2-products-btn-back {
	display: inline-block;
	width: 80%;
	margin: 30px auto 20px;
}
}

