﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	font-size: 14px;
	color: #585657;
	-webkit-text-size-adjust: 100%;
}
header, #content_area, footer {
	width: 100%;
	display: block;
	float: left;
}
.error-message {
	color: #ff4030;
	font-size: 1.0em;
}

/* ヘッダー */
#H_top, #nav {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#H_top {
	padding-top: 15px
}

#H_top .btn {
	position: absolute;
	top: 40px;
	right: 10px;
	display: inline-block;
	width: 31px;
}
#logout .caption {
    font-size: 8px;
    display: inline-block;
    position: relative;
    top: 0;
    left: -15px;
    width: 62px;
    text-align: center;
}

#nav {
	padding: 20px 0 40px 0;
}

.menu_Wrapper a, .menu_Wrapper a:visited, .menu_Wrapper a:active {
	color: #585657;
	text-decoration: none;
}

.menu_Wrapper a:hover {
	color: #9b8639;
	text-decoration: none;
}

.menu_Wrapper {
}

.menu_Wrapper ul {
	width: 1200px;
}

.menu_Wrapper ul li  {
	margin: 0 35px;
	display: inline-block;
}

span.header_text {
	font-size: 9px;
	color: #969696;
}

/* コンテンツエリア */
#content_area {
	position: relative;
	/*padding-bottom: 20px;*/
	z-index:1;
	background: rgba(0,0,0,0);
}

#top_image {
	background:url(../img/main_header.jpg?20210811_0930) no-repeat;
	background-position: center center;
	height: 320px;
	min-width: 1200px;
}

#prototype_badge {
	background: none repeat scroll 0 0 #ffffff;
	color: #9b8639;
	display: block;
	height: 50px;
	left: 53px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 48px;
	width: 120px;
}

#continue_link {
	display: block;
	position: absolute;
	top: 210px;
	left: 170px;
	height: 35px;
	width: 140px;
	background: rgba(255,255,255,0);
	color: #9b8639;
	text-align: center;
	line-height: 38px;
	text-decoration: none;
	border: 2px solid;
	font-size: 15px;
}

#continue_link:hover {
	color: #c8bd61;
}

ul#notes {
	display: block;
	position: absolute;
	top: 265px;
	left: 160px;
}

ul#notes li {
	font-size: 9px;
	list-style-type: square;
}

ul#notes_2 {
    display: block;
    position: absolute;
    top: 277px;
    left: 700px;
}

ul#notes_2 li {
    font-size: 9px;
    list-style-type: square;
    color: #141113;
}

#TopIndexForm {
	font-size: 12px;
}

.leaf_l {
	background:url(../img/leaf_l.png) no-repeat;
}

#content_area #content_inner {
	background: rgba(0,0,0,0);
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
	z-index:4;
	/*box-shadow: 0px 1px 5px rgba(0,0,0,0.30);*/
	margin-bottom:0px;
	position: relative;
}
/* フッター */
#footer_inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #585657;
}

#footer_inner a, #footer_inner a:visited, #footer_inner a:active {
	color: #585657;
	text-decoration: none;
}

#footer_inner a:hover {
	color: #9b8639;
	text-decoration: none;
}

.footer_menu, .link_area, .license_area {
	font-size: 12px;
}

.footer_menu  ul {
	width: 1200px;
	margin: 30px 0 20px 0;
}

.footer_menu  ul li  {
	margin: 0 10px;
	float: left;
}

.link_area {
	float: left;
	margin: 0 10px;
}

.license_area {
	float: right;
	margin-right: 10px;
}

.footer_bottom {
	padding-bottom: 120px;
}

/* はっぱ */
.left_leaf {
	background-image: url(../img/leaf_left.png);
	background-repeat: repeat-y;
	background-position: -18px 0px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 120px;
    height: 100%;
}

.right_leaf {
	background-image: url(../img/leaf_right.png);
	background-repeat: repeat-y;
	background-position: 18px 0px;
    left: 800px;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 120px;
    height: 100%;
}

.left_leaf_popup {
	background-image: url(../img/leaf_left.png);
	background-repeat: repeat-y;
	background-position: -18px 0px;
    left: 0;
    position: absolute;
    top: 53px;
    z-index: 0;
    width: 120px;
    height: 100%;
}

.right_leaf_popup {
	background-image: url(../img/leaf_right.png);
	background-repeat: repeat-y;
	background-position: 18px 0px;
    left: 600px;
    position: absolute;
    top: 53px;
    z-index: 0;
    width: 120px;
    height: 100%;
}

/* トップページ・コンテンツエリア */
#content_inner .toppage_dow {
	/*
	background: #0e0e0e;
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #aaaaaa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#aaaaaa));
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#aaaaaa 100%);
	background: -o-linear-gradient(top,  #0e0e0e 0%,#aaaaaa 100%);
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#aaaaaa 100%);
	background: linear-gradient(to bottom,  #0e0e0e 0%,#aaaaaa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#aaaaaa',GradientType=0 );
	*/
	background: url(../img/border.png) no-repeat;
	background-position: top;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
#content_inner .toppage_dow .wahtnew {
	width:580px;
	/*background:#585657;*/
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
.wahtnew table tbody tr th h4 {
	color: #585657;
	font-weight: 700;
	font-size: 12px;
}
.wahtnew table{
	display:block;
	width:530px;
	margin:0 auto;
}
.wahtnew table tbody tr td {
	color: #585657;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 7px;
	min-width: 80px;
}
.wahtnew table tbody .row {
	border-bottom:dotted 1px #909090;
}
.wahtnew table tbody .row td {
	width: 660px;
}
.wahtnew table tbody .row td:first-child {
	width: 80px;
}
#content_area #content_inner .toppage_up {
	width:100%;
}

.toppage_up .formWrapper .forminner .btn_wrapper {
	text-align:center;
	margin-top:35px;
}

.toppage_up .formWrapper .forminner {
	width:360px;
	margin:0 auto;
	margin-bottom:30px;
}

.toppage_up .formWrapper .forminner #password {
	/*
	width: 152px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgba(182,182,182,1.00);
	box-shadow: inset 1px 1px 2px rgba(182,182,182,0.7);
	height: 28px;
	margin-right: 4px;
	margin-left: 4px;
	text-indent: 5px;
	*/
}
.toppage_up .formWrapper .forminner #login_center {
	background: #9b8639;
	color: #fff;
	border:none;
	padding: 0 15px;
	height:30px;
	cursor: pointer;
}
#top_error {
	line-height:2em;
	padding-top:10px;
	padding-left: 5px;
	font-size: 19px;
	text-align: center;

}
#top_error span {
	color:#ff4030;
	font-size:1em;
}
.forminner form .btn_wrapper {
	width:420px;
	margin-top:25px;
	border-top:#B6B6B6 solid 1px;
	padding-top:25px;
	text-align:center;
}
.toppage_up .formWrapper .forminner form #newentory {
	background:url(../img/btn_first.jpg) no-repeat;
	width:252px;
	height:47px;
	border:none;
}
#content_area #content_inner .toppage_up ,
#content_area #content_inner .toppage_dow {
	float: left;
	min-width: 1200px;
}

#login_form_area {
	width: 580px;
	margin: 15px auto;
}
#login_form_area a#login_first_bt {
    display: inline-block;
    float: left;
}
#login_form_area a#login_first_bt img {
    width: 115px;
}
#login_form_area span#login_explanation {
	display: inline-block;
    float: left;
    height: 70px;
    padding: 0 0 0 0;
    line-height: 2em;
    margin: 34px 20px 0;
}
#login_form_area div.formWrapper {
    display: inline-block;
    float: left;
    margin-right: 75px;
    margin-top: 22px;
}
#login_form_area div.formWrapper label {
    display: block;
    float: left;
    padding: 0 10px 0 5px;
    margin-top: 20px;
}
#login_form_area div.formWrapper a {
	display: block;
    float: left;
    text-decoration: none;
    color: #9b8639;
    margin-top: 25px;
    margin-left: 8px;
}
#login_form_area div.formWrapper a:hover {
    text-decoration: underline;
}

input[type=text], input[type=password] {
    width: 250px;
    border:solid 1px #969696;
    height: 28px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: 5px;
}




/* カテゴリページ・サブヘッダー */
#content_area .bread_list, #content_area #ttl_header {
	width:100%;
}
#content_area .bread_list {
	height:24px;
}
#content_area .bread_list .inner {
	width:920px;
	margin:0 auto;
}
#content_area .bread_list .inner ul li {
	float:left;
	margin-left:8px;
	font-size:12px;
	padding-top:6px;
}
#content_area .bread_list .inner ul li a {
	color:#2A2A2A;
}
#content_area #ttl_header {
	/*
	height: 72px;
	background: url(../img/bg_catHeader.jpg) repeat-x;
	*/
}
#content_area #ttl_header .inner {
	border-radius: 6px;
	width: 900px;
	margin: 0 auto;
	height: 40px;
	/*
	background: url(../img/bg_catHeader_dec.png) no-repeat right top;
	*/
	background: #9b8639;
	padding-top: 10px;
	padding-left: 20px;
}
#content_area #ttl_header .inner h2 {
	display:block;
	background:url("../img/ttl_icon.png") no-repeat 0 2px;
	height:32px;
	text-indent:20px;
	color:#FFFFFF;
	font-size:20px;
	padding-left: 22px;
	line-height: 28px;
}
/* ポップアップ */
.popup_title {
	background: #e3ddb4;
	height:60px;
	padding-top:15px;
	padding-left:38px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.popup_title h2 {
	color:#9b8639;
	font-size: 24px;
}
.popup_footer {
	color:#ffffff;
	font-size:12px;
	text-align:right;
	padding-top:8px;
	padding-right:7px;
}
.align_right {
	text-align: right !important;
}

/* ヘッダーバー領域 */
.header_bar_area {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 163px;
    background-position: center center;
    font-size: 14px;
}
@media screen and (min-width: 1500px) {
	.header_bar_area {
	    background-size: cover;
	}
}
.header_bar_area .title {
    display: block;
    width: 700px;
	text-align: center;
    margin: 0 auto;
    font-size: 35px;
}
.header_bar_area .subtitle {
    display: block;
    width: 700px;
    text-align: center;
    margin: 50px auto 0;
    font-size: 100%;
    letter-spacing: 6px;
    font-family: 'Rokkitt', serif;
}
#header_bar_area_sim.header_bar_area {
    background-image: url("../img/header_bar_sim.png");
    color: #ffffff;
}
#header_bar_area_sim.header_bar_area.green {
    background-image: url("../img/header_bar_green.png");
    color: #ffffff;
}
#header_bar_area_sim.header_bar_area.blue {
    background-image: url("../img/header_bar_blue.png");
    color: #ffffff;
}
#header_bar_area_sim.header_bar_area.purple {
    background-image: url("../img/header_bar_purple.png");
    color: #ffffff;
}
#header_bar_area_sim.header_bar_area.orange {
    background-image: url("../img/header_bar_orange.png");
    color: #ffffff;
}
#header_bar_area_sim.header_bar_area.lblue {
    background-image: url("../img/header_bar_lblue.png");
    color: #ffffff;
}

/* 草フレーム */
.leaf_frame:BEFORE {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../img/leaf_frame_top.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 46px;
}
.leaf_frame {
	padding: 70px 100px;
	position: relative;
	margin: 45px 0;
}
.leaf_frame:AFTER {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/leaf_frame_bottom.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 46px;
}

/* ログイン画面の左右の角の草 */
#leaf_for_login:BEFORE {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/leaf_l.png");
    background-repeat: no-repeat;
    width: 400px;
    height: 240px;
}
#leaf_for_login {
	z-index: -1;
	position: absolute;
	top: 461px;
	width: 100%;
    min-width: 1200px;
	height: 300px;
}
#leaf_for_login:AFTER {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/leaf_r.png");
    background-repeat: no-repeat;
    width: 400px;
    height: 240px;
}

/* 各見出し */
.heading .title {
    display: block;
	text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 35px;
    color: #9b8639;
}
.heading .subtitle {
    display: block;
    text-align: center;
    margin: 46px auto 0;
    font-size: 14px;
    letter-spacing: 6px;
    font-family: 'Rokkitt', serif;
    color: #969696;
}

.heading .subtitle_nomargin {
    display: block;
    text-align: center;
    margin: 0 auto 0;
    font-size: 100%;
    letter-spacing: 6px;
    font-family: 'Rokkitt', serif;
    color: #969696;
}

/* お知らせ */
div.news_wrap {
	width: 860px;
	display: block;
	margin: 43px auto 0 auto;
	vertical-align: top;
}
div.news_wrap:last-child {
    margin-bottom: 50px;
}

span.news_date {
	font-weight: 600;
	color: #9b8639;
    vertical-align: top;
}
span.news_title {
    width: 670px;
	display: inline-block;
	margin: 0 0 0px 86px;
}

/* チェックボックス */
.checkbox {
  display: none;
}

.checkbox-txt {
	line-height: 15px;
	vertical-align: middle;
	margin-top: -5px;
	display: inline-block;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
  padding-right: 8px;
}
.checkbox + .checkbox-icon:before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 3px;
  display: inline-block;
  border: 2px solid #969696;
  border-radius: 2px;
}
.checkbox:checked + .checkbox-icon:before {
  background-color: #9b8639;
  border: 2px solid #9b8639;
}
.checkbox:checked + .checkbox-icon:after {
  content: "";
  width: 5px;
  height: 9px;
  top: -1px;
  left: 3px;
  border-radius: 2px;
  transform: rotate(40deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  display: inline-block;
  position: absolute;
}