@charset "utf-8";

.contents{
	padding:0 0 2em;
}
.contents_inner {
	padding-top:0;
}
.contents_inner h2 {
    margin-top: 0 !important;
}
.contents_inner h3 {
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin: 24px 0;
}

.dtl-idt .txt:first-child {
    margin-top: 30px;
}

.dtl-idt .txt {
    margin-top: 10px;
}

a {
    color: #2f3e8d;
    text-decoration: underline;
}

/* teble style */
table.standard{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #B8B8B8;
	color: #333;
	margin-bottom:2em;
}
table.standard caption.dtl-ttl{
	margin-bottom:1em;
	font-weight:normal;
}
table.standard th,
table.standard td{
	padding:10px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	background-color: #fff;
	line-height: 1.6;
	font-weight:400;
}
table.standard th{
	background-color: #F2F2F2;
	width:40%;
}

/* SP Layout Style
------------------------------------------------------------*/
@media screen and (min-width: 751px) {
.contents{
border-top: 1px solid #c8c8c9;
}
}

/* SP Layout Style
------------------------------------------------------------*/
@media screen and (max-width: 750px) {
.product-nav-head h1 {
    font-size: 15px;
}
.contents{
	padding-top: 24px;
	padding-bottom:40px;
}
.contents_inner {
	margin-top:0;
}
.contents_inner h3{
	font-size: 20px;
	margin:16px 0;
}
}