@charset "utf-8";
body {
}
/* ---------------- */
/* common           */
/* ---------------- */
#main {
	width: 100%;
	background: url(../images/bg-header.png) center top no-repeat #fff;
	padding-top: 5px;
}
.wrapper {
	width: 100%;
}
#container {
	padding-bottom: 0;
}
.only_PC {
	display: none;
}
.only_SP {
	display: block;
}

/* ---------------- */
/* header           */
/* ---------------- */
#header {
	height: auto;
	margin-top: 0;
	background-image: none;
	position: relative;
}
#header .blockL {
	float: none;
	width: 100%;
	position: relative;
	height: 70px;
	margin: 15px 0 20px 0;
}
#header .blockR {
	margin: 0px;
	padding: 0;
	float: none;
	width: auto;
	height: auto;
}
#header h1 {
	margin: 15px 0 0 0;
	font-size: 14px;
	font-weight: 500;
}
#header h1 big {
	font-weight: 500;
	font-size: 22px;
}
#header .blockL p {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 11px;
	color: #999;
	position: absolute;
	top: 5px;
	left: 65px;
}
#header h1 a {
	display: block;
	color: #555;
	background: url(../images/logo.png) left 8px no-repeat;
	height: 43px;
	padding: 27px 0 0 65px;
	line-height: 25px;
	background-size: 60px;
}
#header h1 a big {
	display: block;
}
#header h1 a span {
	font-size: 12px;
}
#header ul {
	width: 100%;
	background: #f3f3f3;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
}
#header ul li {
	margin: 0;
	padding: 0;
	width: 49%;
	text-align: center;
	background-image: none;
}
#header ul li a {
	display: block;
	margin: 0;
	padding: 15px;
	background: url(../images/list2.png) 15px 50% no-repeat;
	border: 1px solid #ccc;
	border-left: 0;
}
#header ul li a:hover {
	background: #ccc url(../images/list2.png) 15px 50% no-repeat;
}
#header #font-size {
	margin: 15px 0;
	width: 90%;
	float: right;
}
#header #font-size dt {
	line-height: 50px;
}
#header #font-size input {
	width: 30%;
	height: 50px;
}
#header #font-size input#fm {
	font-size: 15px;
}
#header #font-size input#fl {
	font-size: 20px;
}
.mv img {
	width: 100%;
	height: auto;
}

/* ---------------- */
/* gnavi            */
/* ---------------- */
#gnavi {
	display: none;
}
.slidemenu, .menu-button-right {
	display: block;
}
/* ---------------- */
/* breadcrumb       */
/* ---------------- */
ol#breadcrumb {
	display: none;
}
/* ---------------- */
/* main-content     */
/* ---------------- */
#main-content {
	width: 100%;
	float: none;
	margin-top: 20px;
}
/* ---------------- */
/* side-bar         */
/* ---------------- */
#side-bar{
	width: 100%;
	margin-top: 0;
	float: none;
}
#side-bar .btns, #side-bar dl.contact {
	display: none;
}
/* ---------------- */
/* footer           */
/* ---------------- */
#footer {
	height: auto;
}
#footer ul {
	padding: 0 5px;
}
#footer li {
	float: none;
}
#footer p {
	background-color: transparent;
	padding-bottom: 10px;
}
#footer p small {
	display: inline-block;
}
