@charset "utf-8";
/* CSS Document */

/* sec */
.sec_menu {}
	.sec_menu .sec_title {
		font-size: 2.0rem;
		text-align: center;
	}
	.sec_menu .wrap { margin-top: 0; }
	.sec_menu .col {
		margin-bottom: 20px;
		text-align: center;
	}
		.sec_menu .col a {
			display: block;
			border: 3px solid #292929;
			padding: 8px;
			color: #222;
			font-weight:bold;
			line-height: 1.2;
		}
			.sec_menu .col a:hover, .sec_menu .col a:focus { border-color: #a5001e; }
			.sec_menu .col a p { margin: 6px 0; }
			.sec_menu .col a:hover img { opacity: 1; }
	.sec_menu .col a p.row1 { margin: 14px 0; }
.sec_return {
    text-align: center;
    margin-top: 40px;
}
    .sec_return a {
        display: inline-block;
        border: 3px solid #292929;
        padding: 15px 5px 10px;
        width: 260px;
        transition: .8s;
    }
        .sec_return a:hover, .sec_return a:focus { border-color: #a5001e; }
        .sec_return a:hover img, .sec_return a:focus img { opacity: 1; }
    .sec_return a .text {
        margin-top: 5px;
        color: #222;
    }


/* PC・SP用 style */
#price h3 {
	padding-top: 45px;
	background: url(../../../img/second/amido/price_louver/price_icon.gif) no-repeat center top;
}
#price h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
#price table {
	width: 100%;
	border-collapse: collapse !important;
	border: #222222 2px solid;
}
#price table th,
#price table td {
	width: 14.28%;
	padding: 0 4px;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border: #dcdddd 1px solid;
}
#price thead th {
	border-bottom: #222 2px solid;
}
#price thead th.name {
	padding: 4px 2px;
	border-right: #222 2px solid;
}
#price thead th.name span {
	display: block;
	font-size: 12px;
	padding: 0 4px;
}
#price thead th.name span.width {
	text-align: right;
}
#price thead th.name span.height {
	text-align: left;
}
#price tbody th {
	border-right: #222 2px solid;
}
#price tbody td {
	padding: 9px 4px;
}
#price tbody td.standard {
	background: #fabe00;
}
#price tbody td.standard2 {
	background: #D0C8AA;
}
#price ul {
	margin-top: 12px;
}
#price ul li {
	width: 130px;
	padding-left: 17px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 4px center;
}
#price ul li.standard {
	background-image: url(../../../img/second/amido/price_louver/standard.gif);
}
#price ul li.standard2 {
	background-image: url(../../../img/second/amido/price_louver/standard2.gif);
}

#spec h3 {
	padding-top: 53px;
	background: url(../../../img/second/amido/price_louver/spec_icon.gif) no-repeat center top;
}
#spec .img {
	text-align: center;
}

@media print, screen and (min-width: 641px){

#navi_top {
	margin-bottom: 88px;
}

#price {
	margin-bottom: 120px;
}
#price h3 {
	margin-bottom: 55px;
}
#price .type_a {
	margin-bottom: 50px;
}
#price .type_a p{
	color:#a5001e;
}
#spec h3 {
	margin-bottom: 12px;
}

.return_btn {
	margin-top: 127px;
}

}

@media screen and (max-width:640px){

.sec_menu .col {
	margin-bottom: 10px;
}
.sec_menu .col a {
	padding: 4px;
}
.sec_menu .col a p { margin: 3px 0; }
.sec_menu .col a p.row1 { margin: 19px 0; }
.sec_return { margin-top: 40px; }


#price table th,
#price table td {
	padding: 3px;
	font-size: 12px;
	line-height: 1.1;
}
#price thead th.name span {
	display: block;
	font-size: 10px;
	padding: 0;
}
#price table th span {
	display: block;
	word-break: break-all;
}
#price table th span.width {
	margin-bottom: 3px;
}

}

@media screen and (max-width:400px){
	#price table th,
	#price table td {
		padding: 2px;
		font-size: 11px;
	}
}
