@charset "UTF-8";

.tph {
	width: 1000px;
	margin: 0 auto;
	color: #000;
	padding-bottom: 100px;
}

.tph_main {
	margin-bottom: 60px;
}

.tph_ttl {
	font-size: 26px;
	letter-spacing: 0.1em;
	color: #ea5903;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 30px;
}

.tph_txt {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding-bottom: 70px;
	border-bottom: 1px dotted #999;
	margin-bottom: 50px;
}

.itemArea {
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 1px dotted #999;
	margin-bottom: 50px;
	text-align: left;
	font-size: 14px;
}

.item-left {
	width: 50%;
	min-height: 190px;
	float: left;
	border-right: 1px dotted #999;
	box-sizing: border-box;
	padding: 0 40px 0 230px; 
	background: url(../../img/toiletpaperholder/item1.jpg) no-repeat;
	background-size: 200px auto;
}

.item-right {
	width: 50%;
	min-height: 190px;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 270px; 
	background: url(../../img/toiletpaperholder/item2.jpg) no-repeat 40px 0;
	background-size: 200px auto;
}

.item-ttl {
	font-size: 17px;
	color: #125fa3;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 10px;
}

.item-detail {
	margin-bottom: 15px;
}

.item-price strong {
	color: #ea5903;
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px;
}

.item-price small {
	font-size: 14px;
}

.options {
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 50px;
	border-bottom: 1px dotted #999;
	margin-bottom: 50px;
}

.options .ttl {
	font-size: 17px;
	color: #125fa3;
	font-weight: bold;
	line-height: 1.45;
	margin-bottom: 20px;
}

.options .txt {
	font-size: 14px;
	margin-left: 1.5em;
	margin-bottom: 20px;
}

.color_list {
	vertical-align: top;
	overflow: hidden;
}

.color_list li{
	width: 60px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.2;
}

.color_list li span {
	display: block;
	width: 60px;
	height: 60px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.color_list li.c_white span {background: #fff;}
.color_list li.c_gray span {background: #b1b6b5;}
.color_list li.c_brown span {background: #572522;}
.color_list li.c_black span {background: #000;}

.contact_btn {
	width: 400px;
	height: 60px;
	margin: 0 auto;
}
.contact_btn a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	border-radius: 4px;
	background: #ea5903;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}