@charset "utf-8";
/* CSS Document */

/* top */

body {
	background:#bdd500;
}

.main {
	position:relative;
	padding:0 0 0 260px;
}

.item {
	padding:20px 30px;
	overflow:hidden;
	clear:both;
}

.item_left {
}

.item_right {
	overflow:hidden;
	clear:both;
}

.item_box_in_box {
	overflow:hidden;
	clear:both;
}

.item_box_in_box_left {
	float:left;
	width:60%;
}

.item_box_in_box_right {
	float:right;
	width:40%;
}

.item_box {
	background:#ffffff;
	padding:2%;
	margin:0 1.5% 3% 1.5%;
	vertical-align:top;
}

.item_left .item_box {
	padding:2% 2.5% 2% 2%;
}

.item_right .item_box {
	float:left;
	width:43%;
}

.item_img {
	padding:15px 0 0 0;
	text-align:center;
}

.item_img img {
	max-width:100%;
	max-height:322px;
}

.item_left .item_img img {
	width:100%;
	max-width:none;
	max-height:none;
}

.item_img.small img {
	max-height:200px;
}

.item_text {
	padding:10px 0 0 0;
	border-top:1px dotted #cccccc;
	margin-top:15px;
}

.item_left .item_text {
	border-top:0;
	margin-top:0;
}

.item_yen {
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.item_day {
	text-align:center;
	font-size:14px;
}

.item_cord {
	text-align:center;
	font-size:16px;
}

.item_cord span {
	font-size:10px;
	margin-left:10px;
}

.item_rec {
	border-top:1px dotted #cccccc;
	font-size:12px;
	padding:15px 5px 0 5px;
	margin-top:10px;
}

.item_left .item_rec {
	font-size:14px;
}

.item_box h3 {
	text-align:center;
	font-size:18px;
}

.item_box h3 span {
	text-align:center;
	font-size:24px;
	font-weight:bold;
}

.main h2 {
	margin:30px 0 0 0;
}

.main h3 {
	padding:10px 0 15px 0;
	border-bottom:1px dotted #cccccc;
}


.dvd_but_in_in {
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	border-top:1px dotted #cccccc;
	margin-top:15px;
}

.butBox {
	float:left;
	border:1px solid #cccccc;
	width:22%;
	margin:5px 0 5px 8px;
}

.item_left .butBox {
	width:23.6%;
}

.butBox img {
	width:100%;
	display:block;
}

.butBox span,
.butBox span img {
	opacity:0.25;
}

.thumbnail img {
	height:200px;
}


.main h2 img,
.main h3 img,
.main .copytext img {
	width:100%;
}

.footer_text,
.footer_text a,
.footer_text span,
.footer_text_link,
.footer_text_link a,
.footer_text_link span {
	color:#ffffff;
}

.leaflet-container {
    background: #ffffff;
}