@charset "utf-8";
/* CSS Document */




/***************
	contents
***************/

#contents{
	width: 1000px;
	margin: 0 auto;
	color: #333;
}

/*---------------------
	ページ内リンク
---------------------*/
.page_link{
	margin: 50px 0 40px;
	text-align: center;
	font-size: 0;
}

.page_link li{
	display: inline-block;
	background-color: #EEE;
	font-size: 15px;
	*display: inline;
	*zoom: 1;
	min-width: 140px;
	width: auto !important;
	width: 140px;
	margin-right: 9px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.page_link li:hover{
	background-color: #CCC;
}

.page_link li span{
	vertical-align: middle;
	font-size: 14px;
}

.page_link li a{
	color: #3F0000;
	text-decoration: none;
	display: block;
	padding: 8px;
}

/* 障子の機能・障子の種類 */
#content1{
	padding-bottom: 30px;
}

#content1 h3,
#content2 h3{
	margin-bottom: 37px;
}

#content1 .inner,
#content2 .inner{
	width: 950px;
	margin: 0 auto;
}

#content1 .left_box,
#content2 .left_box{
	width: 550px;
	float: left;
	line-height: 1.5em;
	letter-spacing: -0.03em;
}

#content1 .left_box h4,
#content2 .left_box h4{
	color: #8C0000;
	font-size: 17px;
	font-weight: bold;
}

#content1 .left_box p,
#content2 .left_box p{
	margin-bottom: 30px;
}

#content1 .left_box p span{
	color: #D80000;
}

#content1 .right_box,
#content2 .right_box{
	width: 358px;
	float: right;
}

#content2{
	padding-bottom: 60px;
}


/* 障子張替えの価格 */
#content3 {
	padding-bottom: 70px;
}

#content3 h3 {
	margin-bottom: 50px;
}
#content3 table {
	width: 100%;
}
#content3 table th,
#content3 table td {
	box-sizing: border-box;
	border: 1px solid #999;
}
#content3 table td:not(.comment) {
    text-align: center;
}
#content3 .caption th {
	background-color: #670000;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
    line-height: 2;
    text-align: center;
}
#content3 .caption th:nth-of-type(1) {
	width: 225px;
}
#content3 .caption th:nth-of-type(2),
#content3 .caption th:nth-of-type(3),
#content3 .caption th:nth-of-type(4),
#content3 .caption th:nth-of-type(5) {
	width: 139px;
}
#content3 .product th {
    font-size: 28px;
    color: #660000;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 0;
    height: 76px;
}
#content3 .product th span {
    display: block;
    font-size: 22px;
    margin-top: 5px;
}
#content3 .product td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
}
#content3 .price {
    font-family: Arial, Helvetica, "sans-serif";
	font-size: 30px;
    line-height: 1;
	color: #D80000;
	font-weight: bold;
}
#content3 .type1 th {
    background-color: #F0E5E5;
}
#content3 .type2 th {
    background-color: #FFEFBF;
}
#content3 .type2 td {
    background-color: #FFF9E5;
}
#content3 .annotation {
    margin-top: 10px;
}

