@charset "utf-8";
/* CSS Document 全共通css*/

.pc {
	display: block;
}
.sp {
	display: none;
}
.none {
	display: none;
}
/* リセット */
body {
	background-image: none;
}
#content-body * {
	box-sizing: border-box;
}
#content-body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.75;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
	background-color: #fff;
	font-size: 14px;
	overflow: vissible;
}
#content-body h1, #content-body h2, #content-body h3, #content-body h4, #content-body h5, #content-body h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
#content-body dl, #content-body dt, #content-body dd, #content-body ol, #content-body ul, #content-body li, #content-body p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
#content-body strong {
	font-weight: bold;
	font-style: normal;
}
#content-body em {
	font-weight: bold;
	font-style: normal;
}
#content-body .font_l {
	font-size: 16px;
}
#content-body .font_ll {
	font-size: 18px;
}
#content-body .font_s {
	font-size: 12px;
}
#content-body .font_ss {
	font-size: 10px;
}
#content-body .center {
	text-align: center;
}
#content-body .right {
	text-align: right;
}
#content-body .left {
	text-align: left;
}
#content-body .photo_right {
	float: right;
	margin-left: 30px;
}
#content-body .photo_left {
	float: left;
	margin-right: 30px;
}
#content-body .photo_center {
	text-align: center;
}
#content-body .lefter {
	float: left;
}
#content-body .righter {
	float: right;
}
#content-body a {
	color: #000;
	text-decoration: underline;
}
#content-body a:hover {
	color: #000;
	text-decoration: none;
}
#content-body a img {
	border: none;
}
#content-body .clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
#content-body .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content-body .clearfix {
	display: block;
}
/* Hides from IE-mac \*/  
* html #content-body .clearfix {
	height: 1%;
}
/* End hide from IE-mac */  

/* float背景のバグ処理 */
#content-body .clearfix {
	overflow: hidden;
}
/* float背景のバグ処理 IE */
* html #content-body .clearfix {
	zoom: 1;
}
/* 画像リンク */ /*色つきはサイズ注意*/
#content-body a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* 画像リンク */ /*オーバー用透過なし*/
#content-body a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
/********************************
旧コンテンツ用
********************************/
#page-container {
	background: none;
}
#header-container {
	background: none;
}
#footer-container {
	background: none;
}
/********************************
尾瀬ヘッダー
********************************/
#oze_gnav, #oze_gnav * {
	box-sizing: border-box;
}
#oze_gnav_sp {
	display: none;
}
#oze_gnav {
	width: 100%;
	min-height: 60px;
	padding: 10px 0;
	background-image: url(../images/bg_gnav.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
}
#oze_gnav .inside {
	width: 980px;
	margin: 0 auto;
}
#oze_gnav .oze_logo {
	float: left;
	padding-top: 11px;
}
#oze_gnav .dropmenu {
 *zoom: 1;
	float: right;
	list-style-type: none;
	width: 796px;
	margin: 0;
	padding: 0;
}
#oze_gnav .dropmenu:before, #oze_gnav .dropmenu:after {
	content: "";
	display: table;
}
#oze_gnav .dropmenu:after {
	clear: both;
}
#oze_gnav .dropmenu > li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: solid 1px #fff;
	text-align: center;
}
#oze_gnav .dropmenu > li:last-child {
	border-right: none;
}
#oze_gnav .dropmenu > li a {
	display: block;
	margin: 0;
	padding: 13px 0 13px 0;
	background: #6eb937;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
#oze_gnav .dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
}
#oze_gnav .dropmenu li ul li {
	width: 100%;
}
#oze_gnav .dropmenu li ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 0;
	border: 1px solid #6eb937;
	border-top: none;
	background: #fff;
	color: #000;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
#oze_gnav .dropmenu li ul li a.dbl {
	padding: 8px 0 8px 0;
}
#oze_gnav .dropmenu li:hover > a {
	background: #6eb937;
	color: #fff;
}
#oze_gnav .dropmenu li a:hover {
	background: #6eb937;
}
#oze_gnav .dropmenu li ul {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#oze_gnav .dropmenu li:hover ul {
	opacity: 1;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
/********************************
尾瀬フッター
********************************/
#oze_footer, #oze_footer * {
	box-sizing: border-box;
}
#oze_footer {
	width: 100%;
	height: 60px;
	padding: 23px 0;
	background-color: #e2f2c4;
	color: #000;
	font-size: 14px;
	line-height: 1;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
}
#oze_footer .inside {
	width: 980px;
	margin: 0 auto;
}
#oze_footer .oze_title {
	float: right;
	color:#666;
}
#oze_footer ul {
	list-style-type: none;
}
#oze_footer ul li {
	float: left;
	margin-right: 30px;
	padding-right: 30px;
	border-right: solid 1px #666;
}
#oze_footer ul li:last-child {
	border-right: none;
}
#oze_footer ul li a {
	color: #666;
	text-decoration: none;
}
#oze_footer ul li a:hover {
	color: #666;
	text-decoration: underline;
}
/*ページトップ*/
#gototop {
	position: fixed;
	z-index: 999;
	top: 80%;
	left: 50%;
	width: 61px;
	height: 89px;
	margin-left: 420px;
	cursor: pointer;
}
