@charset "utf-8";
body {
	background: url(../images/wrap_bg_red.jpg);
}
header,
header div#hdr_nav {
	background:url(../images/red_header_bg.png);
}
header div.inner h2.pc {
	top: 12px;
	left: 25px;	
}
header nav {
	top: 82px;	
}

header div.inner h2.pc img {
    width: 230px;
	height: auto;
}

nav li.current a,
nav li a:hover {
	background: #6B0622;
	text-decoration: none;
	color: #FFF;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

div.yobanashi_photo_sgl {
	clear: both;
	margin: 20px 0 0;
	text-align: center;
}
.yobanashi_photo_sgl img {
	width: 100%;
	height: auto;	
}

div.yobanashi_photo {
	clear: both;
	margin: 20px 0 0;
}
/*------------------------------------*/
div.yobanashi_photo:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*------------------------------------*/

div.yobanashi_photo div {
	width: 25%;
	float: left;	
}
div.yobanashi_photo div img {
	width: 100%;
	height: auto;	
}
#menu #contents div.yobanashi_photo div p {
	margin-top: 3px;
	font-size: 13px;
	text-align: center;	
}

.dropbase li a img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
	vertical-align: top;
}

p.tolink {
	margin-top: 30px;	
}
p.tolink a {
	display: block;
	width: 12em;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	background: #880B35;
	padding: 5px 0 4px;
}

@media (max-width: 768px) {
header div#hdr_nav h2 {
	width: 200px;	
}
header div#hdr_nav h2 img {
	width: 200px;
	height: auto;
}
header div#hdr_nav li {
	width: 33.3%;	
}	
}


@media (max-width: 670px) {
header div#hdr_nav h2 {
	width: 160px;	
}
header div#hdr_nav h2 img {
	width: 160px;
	height: auto;
}
div.yobanashi_photo div {
	width: 50%;
	margin-bottom: 20px;
}
#menu th,
#menu td {
	width: auto;
	text-align: left;
	padding: 0;
	display: block;
}
#menu th {
	font-weight: bold;	
}
#menu td {
	padding-bottom: 15px;	
}

}