@charset "utf-8";

#main-content {
	padding: 0 10px 30px;
	text-align: left;
}

.popup-block {
	background: url(../img/kankyo/illust01.gif) right top no-repeat;
	background-size: 90px auto;
	padding: 0 100px 0 0;
	margin: 0;
	min-height: 135px;
}

.popup-detail {
	border: #C8C8C8 solid 1px;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 5px;
}

.popup-notice {
	margin-bottom: 30px;
}


.popup-indent {
	font-size: 1.2rem;
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.table-title {
	background-color: #EAF6FD;
	border: #C8C8C8 solid 1px;
	border-bottom: none;
	padding: 5px;
	text-align: center;
}

.spec-table {
	width: 100%;
	margin: 0 auto 10px;
	font-size: 1.2rem;
}

.spec-table th,
.spec-table td {
	padding: 5px;
	border: #C8C8C8 solid 1px;
	text-align: center;
}

.spec-table th {
	font-weight: normal;
	background-color: #EAEDEF;
}

.spec-table th.category {
	background-color: #EAF6FD;
}

.width01 {
	width: 40%;
}

.cl-notice {
	padding: 0 10px;
	color: #E60012;
}

.notice-icon {
	text-align: center;
	margin: 0 0 5px;
}

.pc-notice {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border: #ff0000 1px solid;
	font-size: 1.2rem;
}

.pc-notice  h3 {
	background-color: #ff0000;
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
}

.pc-notice  p {
	padding: 0 10px;
}

.pc-notice  p.pc-notice-bnr {
	margin: 10px 0;
	text-align: center;
}

.pc-notice  p.pc-notice-bnr img {
	width: 90%;
	max-width: 458px;
	height: auto;
}


.kankyo-notice {
	margin: 0 0 20px;
}

.kankyo-notice p,
.trademark-notice p {
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: 1.2rem;
}

.trademark-notice {
	margin: 30px 0 0;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}