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

#head_box {
	width: 100%;
	background-color: #138F00;
	display:none;
}
#head_h1 {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
#mainv {
	background-image: url(../img/bg01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	text-align: center;
}
#mainv img {
	width: 300px;
	height: auto;
	margin-top: 110px;
}

.mainv .catch {
	width: 300px;
	height: auto;
	margin-left: 10px;
	margin-top: 220px;
}
#contents {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
}

#footer {
	background-color: #138F00;
	text-align: center;
	line-height: 70px;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
}
#footer_ad {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.top_copy {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
}
.top_copy2 {
	text-align: center;
	font-size: 16px;
	color: #AD0002;
	margin-top: 24px;
}


.price {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.green {
	color: #00A000;
}
.price table {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.price table td {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-top: 4px;
	text-align: center;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}




.p100 {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}

.p100 img {
	width: 100%;
	height: auto;
	text-align: center;
}
.U10 {
	margin-bottom: 10px;
}
.U20 {
	margin-bottom: 20px;
}
.U30 {
	margin-bottom: 30px;
}

.profile {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}





/* タブレット */
@media all and (min-width: 768px){
#head_box {
	display: inherit;
}
h1 {
	text-align: center;
}
#mainv {
	width: 100%;
	height: 600px;
}
#mainv img {
	width: 600px;
	height: auto;
	margin-top: 150px;
}
.left {
	float: none;
}
.right {
	float: none;
}
.center {
	clear: both;
}
.p100 img {
	width: 500px;
	height: auto;
	text-align: center;
}
.maincopy {
	text-align: center;
	line-height: 30px;
}


}



/* PC */
@media all and (min-width: 1000px){

#head_h1 {
	width: 960px;
}

.left {
	float: left;
	width: 50%;
}
.right {
	float: left;
	width: 50%;
}
.center {
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
}
.price {
	border-bottom-style: none;
	margin-bottom: 0px;
}
.maincopy {
	text-align: center;
	line-height: 30px;
}



}
