﻿*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-image: url(../images/bg.png);
	color: #333333;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.right {
	float: right;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.link:hover, .btn-orange:hover, #header .auto h1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie用 */
}
.link, #header .auto h1 a {
	transition: opacity 0.3s ease-out;
}
button {
	cursor: pointer;
}
.btn-orange {
	border-radius: 4px;
	border-style: none;
	background-image: -webkit-linear-gradient(270deg, rgba(249,187,0,1.00) 0%, rgba(219,126,0,1.00) 99.48%), url(url);
	background-image: -moz-linear-gradient(270deg, rgba(249,187,0,1.00) 0%, rgba(219,126,0,1.00) 99.48%), url(url);
	background-image: -o-linear-gradient(270deg, rgba(249,187,0,1.00) 0%, rgba(219,126,0,1.00) 99.48%), url(url);
	background-image: linear-gradient(180deg, rgba(249,187,0,1.00) 0%, rgba(219,126,0,1.00) 99.48%), url(url);
	padding: 5px 0px;
	width: 265px;
	color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 4px rgba(68,68,5,0.30);
	box-shadow: 0px 2px 4px rgba(68,68,5,0.30);
	font: 120% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	transition: opacity 0.3s ease-out;
}
.btn-orange-add {
	border-style: none;
	color: #FFFFFF;
	font: 120% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	transition: opacity 0.3s ease-out;
	background-image: url(../images/btn-orange-add.png);
	background-repeat: no-repeat;
	display: block;
	width: 150px;
	height: 50px;
}
.btn-orange-slanting {
	border-style: none;
	color: #FFFFFF;
	font: 120%/20px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	transition: opacity 0.3s ease-out;
	display: block;
	width: 100%;
	padding: 15px 0px;
	height: 50px;
	border-radius: 4px;
	background-color: #E95513;
	position: relative;
}
.btn-orange-slanting:hover {
	background-color: #F0B900;
}
.btn-orange-slanting:before {
	content: "";
	width: 40%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.15);
	display: block;
	border-radius: 4px 0px 0px 4px;
}
.btn-orange-slanting:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 40%;
	border: 25px solid transparent;
	border-top: 25px solid rgba(255,255,255,0.15);
	border-left: 25px solid rgba(255,255,255,0.15);
}
.btn-gray-slanting {
	border-style: none;
	color: #FFFFFF;
	font: 120%/20px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	transition: opacity 0.3s ease-out;
	display: block;
	width: 100%;
	padding: 15px 0px;
	height: 50px;
	border-radius: 4px;
	background-color: #717071;
	position: relative;
}
.btn-gray-slanting:hover {
	background-color: #B4B4B5;
}
.btn-gray-slanting:before {
	content: "";
	width: 40%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.15);
	display: block;
	border-radius: 4px 0px 0px 4px;
}
.btn-gray-slanting:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 40%;
	border: 25px solid transparent;
	border-top: 25px solid rgba(255,255,255,0.15);
	border-left: 25px solid rgba(255,255,255,0.15);
}
.btn-orange-slanting-small {
	border-style: none;
	color: #FFFFFF;
	font: 120%/20px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	transition: opacity 0.3s ease-out;
	display: block;
	width: 100%;
	padding: 10px 0px;
	height: 40px;
	border-radius: 4px;
	background-color: #E95513;
	position: relative;
}
.btn-orange-slanting-small:hover {
	background-color: #F0B900;
}
.btn-orange-slanting-small:before {
	content: "";
	width: 40%;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.15);
	display: block;
	border-radius: 4px 0px 0px 4px;
}
.btn-orange-slanting-small:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 40%;
	border: 20px solid transparent;
	border-top: 20px solid rgba(255,255,255,0.15);
	border-left: 20px solid rgba(255,255,255,0.15);
}
.auto {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
.displaynone {
	display: none;
}
.block {
	display: block;
}
.both {
	clear: both;
}
hr {
	height: 5px;
	border: none;
	display: inline-block;
}
.inline-block {
	display: inline-block;
}
.login-box {
	margin: 105px auto 0px;
	width: 450px;
	background-image: url(url);
	background-color: rgba(236,233,225,0.70);
	border-radius: 6px;
	padding: 50px 65px;
	text-align: center;
}
.login-box ul {
	margin: 30px auto 40px;
	width: 300px;
}
.login-box ul li {
	margin-bottom: 25px;
}
.login-box ul li input {
	padding: 2px 5px;
	border: 1px solid #000000;
	font-size: 90%;
	line-height: 30px;
	width: 100%;
	color: #A2A3A5;
}
.login-box .check-area {
	margin-top: 20px;
}
.login-box .check-area + p {
	margin-top: 25px;
}
/*HEADER
-----------------------------------------------*/
#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
#header #subscription {
	position: absolute;
	top: 30px;
	right: 35px;
	width: 280px;
	height: 35px;
}
#header a {
	color: #FFFFFF;
}
#header a:hover {
	color: #DADF00;
}
#header .auto h1 {
	position: absolute;
	left: 0px;
	top: 22px;
}
#header .welcome {
	position: absolute;
	right: 0px;
	top: 40px;
	padding-left: 30px;
	background-image: url(../images/head-ico-key_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
}
#header .auto #y-m-d {
	position: absolute;
	left: 314px;
	top: 42px;
	letter-spacing: 1px;
}
#header .auto #y-m-d-sec {
	position: absolute;
	right: 0px;
	top: 22px;
	letter-spacing: 2px;
}
#header .auto ul.front {
	position: absolute;
	right: 190px;
	top: 38px;
}
#header .auto ul.front li a {
	display: inline-block;
	padding: 0px 25px 0px 0px;
}
#header .auto ul.front li {
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 25px;
}
#header .auto ul li.help a {
	background-image: url(../images/head-ico-question_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.help a:hover {
	background-image: url(../images/head-ico-question_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.login a {
	background-image: url(../images/head-ico-login_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.login a:hover {
	background-image: url(../images/head-ico-login_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.member a {
	background-image: url(../images/head-ico-member_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.member a:hover {
	background-image: url(../images/head-ico-member_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.member a:after {
	content: " 様";
}
#header .auto ul li.guide a {
	background-image: url(../images/head-ico-guide_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.guide a:hover {
	background-image: url(../images/head-ico-guide_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.setting a {
	background-image: url(../images/head-ico-setting_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.setting a:hover {
	background-image: url(../images/head-ico-setting_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.logout a {
	background-image: url(../images/head-ico-logout_off.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto ul li.logout a:hover {
	background-image: url(../images/head-ico-logout_on.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .auto form#search {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 36px;
}
#header .auto form#search-sec {
	width: 160px;
	position: absolute;
	right: 0px;
	top: 50px;
}
#header .auto form#search #search-keyword, #header .auto form#search-sec #search-keyword {
	width: 160px;
	text-indent: 2px;
}
#header .auto form#search #site-search-button, #header .auto form#search-sec #site-search-button {
	position: absolute;
	right: 0px;
	top: 0px;
}
#header .auto form#search #site-search-submit, #header .auto form#search-sec #site-search-submit {
	background-image: url(../images/head-ico-search.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
}
#header .auto form#search input, #header .auto form#search-sec input {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
}
/*NAV
-----------------------------------------------*/
#head-nav {
	width: 100%;
	height: 55px;
	background-image: url(../images/nav-bg.png);
	background-repeat: repeat-x;
	padding-top: 18px;
}
#head-nav ul.auto {
	display: table;
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#head-nav ul li {
	display: table-cell;
	text-align: center;
	padding: 0px 20px;
	background-image: url(../images/nav-line.png);
	background-repeat: no-repeat;
	background-position: right top;
	font: 16px/20px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#head-nav ul li a {
	color: #FFFFFF;
}
#head-nav ul li a:hover {
	color: #B6AC60;
}
#contents-nav {
	position: absolute;
	top: 22px;
	left: 0px;
}
#contents-nav ul li {
	display: inline-block;
	background-image: url(../images/nav-arrow_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 17px;
	margin-right: 20px;
}
#contents-nav ul li a {
	color: #A88521;
	padding-left: 22px;
	display: block;
}
#contents-nav ul li a:hover {
	background-image: url(../images/nav-arrow_on.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
/*TOP
-----------------------------------------------*/
.contents-area {
	width: 690px;
	float: left;
	margin-top: 65px;
}
.contents-area a, .side-area a {
	color: #3E3A39;
	transition: opacity 0.3s ease-out;
}
.contents-area a:hover, .side-area a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie用 */
}
.day-writer {
	line-height: 120%;
	font-size: 90%;
	letter-spacing: 2px;
	position: relative;
}
.day-writer p {
	background-image: url(../images/ico-calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.day-writer p span {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	background-image: url(../images/ico-pen.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
/*タブ部分*/
#tab {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#tab li {
	float: left;
	width: 100px;
	height: 36px;
	line-height: 21px;
	cursor: pointer;
	text-align: center;
	color: #d9cd9c;
	font-weight: bold;
	font-size: 90%;
	border-bottom: 10px solid #d9cd9c;
}
#tab li.select {
	color: #857E49;
	border-bottom: 10px solid #857E49;
}
.disnon {
	display: none;
}
#tabs {
	position: relative;
	width: 690px;
	height: 295px;
}
#tabs .content_wrap {
	height: 300px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#tabs .right {
	width: 350px;
	text-align: left;
}
#tabs .right h1 {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
	line-height: 130%;
}
.content_wrap .left a {
	display: block;
	z-index: 100;
}
#tabs .article-contents {
	margin-top: 30px;
	line-height: 180%;
	height: 206px;
	width: 100%;
	overflow: hidden;
	font-size: 110%;
}
#tabs .left {
	margin-top: 50px;
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: #000000;
}
#tabs .left img {
	width: 300px;
	height: 250px;
}
.new-article {
	float: none;
	margin: 60px 0px;
	overflow: hidden;
}
.new-article .right {
	width: 425px;
	position: relative;
}
.new-article .article-contents {
	margin-top: 10px;
	line-height: 200%;
	height: 100px;
	width: 100%;
	overflow: hidden;
}
.new-article .right h1 {
	font-weight: bold;
	font-size: 150%;
	line-height: 140%;
	margin-bottom: 10px;
	width: 340px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}
.new-article .right h1 + div {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 35px;
}
.daily {
	padding: 0px 10px;
	background-color: #5CB531;
	color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	display: inline-block;
}
.film {
	background-image: url(../images/ico-film.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.text {
	background-image: url(../images/ico-text.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.new-article .left {
	width: 240px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.new-article .left img {
	width: 240px;
	height: 160px;
}
.new-article .left a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 5px rgba(255,255,255,0.45);
}
.new-article .left a:hover, #tabs .left a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie用 */
}
.new-article .left a, #tabs .left a {
	transition: opacity 0.3s ease-out;
}
/*サイド*/
.side-area {
	width: 265px;
	float: right;
	margin-top: 65px;
}
.side-area h1 {
	line-height: 35px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #857E49;
	padding-left: 15px;
	display: table;
	width: 100%;
	position: relative;
}
.side-area h1 img {
	vertical-align: middle;
	margin-right: 10px;
}
.side-area h1 span {
	position: absolute;
	right: 10px;
}
.side-area h1 span a {
	color: #FFFFFF;
}
.popular-area {
	height: 450px;
}
.info-area {
	clear: both;
	margin-top: 60px;
}
.info-area li:first-of-type {
	margin-top: 5px;
}
.info-area li {
	padding-top: 25px;
}
.info-area dl {
	border-bottom: 1px dotted #000000;
	clear: both;
	overflow: hidden;
}
.info-area dl dt {
	padding: 15px 0px;
	width: 20%;
	float: left;
	font-size: 85%;
	text-align: center;
	padding: 4px 0px;
	color: #FFFFFF;
	margin-top: 11px;
}
.info-area dl dt.media {
	background-color: #036EB7;
}
.info-area dl dt.info {
	background-color: #60ab30;
}
.info-area dl dt.news {
	background-color: #e78b00;
}
.info-area dl dd {
	padding: 15px 0px;
	width: 70%;
	float: left;
	margin-left: 10%;
}
.info-area p {
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 5px;
}
.info-area dl dd span {
	display: block;
	text-align: right;
	font-size: 95%;
}
.writer-area {
	clear: both;
	margin-top: 60px;
	color: #857E49;
	border-bottom: 1px solid #857E49;
	border-left: 1px solid #857E49;
	border-right: 1px solid #857E49;
	position: relative;
}
.writer-area header {
	padding: 7px 0px;
	background-color: #857E49;
	position: relative;
	text-align: right;
}
.writer-area header h1 {
	text-align: right;
	padding-right: 18px;
	font-size: 140%;
}
.writer-area header h1:before {
	content: "執筆者";
	font-size: 80%;
	background-image: url(../images/ico-pen-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 16px;
}
.writer-area header p {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 60px;
	height: 70px;
}
.writer-area .more {
	background-image: url(../images/ico-more.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 26px;
	display: inline-block;
	position: absolute;
	left: 160px;
	top: 58px;
}
.writer-area .more a {
	color: #857E49;
}
.writer-area ul {
	padding: 40px 17px 10px;
	overflow: hidden;
}
.writer-area ul li {
	border-bottom: 1px dotted #000000;
	padding: 15px 0px 15px;
	position: relative;
	overflow: hidden;
	color: #000000;
}
.writer-area ul li:last-child {
	border-bottom: none;
}
.writer-area ul li p {
	font-weight: bold;
/*	width: 250px; */
	width: 230px;
	line-height: 150%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
	padding-left: 0px;
}
.writer-area span {
	display: block;
	text-align: right;
	margin-top: 10px;
}
.archive-area {
	clear: both;
	margin-top: 60px;
	color: #857E49;
	border-bottom: 1px solid #857E49;
	border-left: 1px solid #857E49;
	border-right: 1px solid #857E49;
}
.archive-area a {
	color: #857E49;
}
.archive-area ul {
	padding: 20px;
	line-height: 240%;
	letter-spacing: 1px;
}
.archive-area ul + p {
	padding: 0px 20px 20px;
	text-align: right;
}
.archive-area ul span:before {
	content: " (";
}
.archive-area ul span:after {
	content: ")";
}
/*サイドタブ部分*/
#side-tabs {
	position: relative;
	width: 265px;
	display: table;
	margin-top: 15px;
}
#side-tab ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#side-tab li {
	width: 33%;
	height: 34px;
	line-height: 21px;
	cursor: pointer;
	text-align: center;
	color: #d9cd9c;
	font-weight: bold;
	font-size: 90%;
	border-bottom: 10px solid #d9cd9c;
	float: left;
}
#side-tab li.select {
	color: #857E49;
	border-bottom: 10px solid #857E49;
}
.disnon {
	display: none;
}
#side-tabs .side-content_wrap {
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0px;
/*	z-index: -10; */
}
#side-tabs .side-content_wrap ol {
	counter-reset: rank;
}
#side-tabs .side-content_wrap ol li {
	border-bottom: 1px dotted #000000;
	padding: 15px 0px 15px;
	position: relative;
}
#side-tabs .side-content_wrap ol li:before {
	counter-increment: rank;
	content: counter(rank) ".";
	font-weight: bold;
	position: absolute;
	top: 19px;
	left: 0px;
}
#side-tabs .side-content_wrap ol li p {
	font-weight: bold;
	display: inline-block;
	padding-left: 15px;
	width: 250px;
	line-height: 150%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}
#side-tabs .side-content_wrap span {
	display: block;
	text-align: right;
	margin-top: 10px;
}
/*SUB
-----------------------------------------------*/
nav#contents-nav + div.contents-area, nav#contents-nav + div.contents-area + div.side-area {
	margin-top: 80px;
}
#attention {
	position: relative;
	width: 690px;
	height: 250px;
}
#attention .content_wrap {
	height: 250px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#attention .right {
	width: 350px;
	text-align: left;
}
#attention .right h1 {
	font-weight: bold;
	font-size: 200%;
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
	line-height: 130%;
	max-height: 60px;
}
#attention .article-contents {
	margin-top: 25px;
	line-height: 200%;
	height: 160px;
	width: 100%;
	overflow: hidden;
}
#attention .left {
	width: 300px;
	height: 250px;
	overflow: hidden;
	background-color: #000000;
}
#attention .left img {
	width: 300px;
	height: 250px;
}
.detailed {
	margin-bottom: 55px;
	clear: both;
}
.detailed h1 {
	padding: 15px 0px 15px 60px;
	color: #FFFFFF;
	background-color: #857E49;
	font-size: 150%;
	background-image: url(../images/h1-ico-article.png);
	background-repeat: no-repeat;
	background-position: 22px center;
	margin-bottom: 30px;
}
.detailed .big {
	margin: 15px 0px;
	border: 1px solid #000000;
	width: 100%;
}
.detailed .big img {
	width: 100%;
	height: auto;
}
.detailed h2 {
	font-weight: bold;
	font-size: 140%;
	margin-top: 40px;
	margin-bottom: 10px;
	clear: both;
}
.detailed h2.orange {
	color: #F29600;
}
.detailed p {
	line-height: 240%;
	font-size: 110%;
}
.detailed img.right {
	margin-left: 15px;
	margin-bottom: 15px;
}
/*MAIN-AREA
-----------------------------------------------*/
.box {
	width: 1000px;
	height: 280px;
	overflow: hidden;
	position: relative;
	background-position: left top;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-image: url(../images/001.jpg);
}
.box .right {
	width: 350px;
	height: 280px;
	background-image: url(../images/main-bg.png);
	background-repeat: no-repeat;
	text-align: center;
}
.box .right h1 {
	margin: 10px 0px 20px;
}
.box .right ul#login {
	color: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	width: 280px;
}
.box .right ul#login li {
	clear: both;
	margin-bottom: 12px;
	overflow: hidden;
}
.box .right ul#login span {
	font-size: 90%;
	float: left;
	line-height: 36px;
	padding: 2px 0px;
	display: inline-block;
}
.box .right ul#login input {
	float: right;
	padding: 2px 5px;
	border: 1px solid #000000;
	font-size: 90%;
	line-height: 30px;
	width: 185px;
}
.box .right .check-area {
	color: #FFFFFF;
	font-size: 90%;
	vertical-align: middle;
	margin-top: 20px;
}
.for-pw a {
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	margin: 20px auto 0px;
	width: 50%;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px;
}
.for-pw a:hover {
	border-bottom: 1px solid #DADF00;
	color: #DADF00;
}
input[type=radio], input[type=checkbox] {
	display: none;
}
.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 26px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #DADF00;
}
.radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 10px;
	content: '';
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 2px;
	content: '';
}
.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #f9bb00;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #DADF00;
	border-bottom: 3px solid #DADF00;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
input {
	cursor: pointer;
}
.general-area {
	padding-bottom: 80px;
	overflow: hidden;
	background-image: url(../images/shadow-top.png);
	background-repeat: repeat-x;
	background-position: 0% top;
}
.general-area .auto section {
	margin-top: 90px;
	position: relative;
}
.general-area .auto section h1 {
	width: 340px;
	border: 1px solid #857E49;
	background-color: rgba(217,205,156,0.25);
	line-height: 53px;
	font-size: 200%;
	text-align: center;
	color: #857E49;
	margin-bottom: 40px;
}
.general-area .auto section p {
	margin-top: 20px;
	line-height: 180%;
	color: #736C28;
	font-size: 110%;
}
.general-area .auto section #faq {
	line-height: 180%;
	color: #736C28;
	font-size: 110%;
}
.general-area a {
	color: #736C28;
	text-decoration: underline;
}
.general-area .auto section #faq dt {
	background-image: url(../images/ico-q.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 34px;
	padding: 5px 0px 0px 50px;
	vertical-align: middle;
	margin-bottom: 30px;
}
.general-area .auto section #faq dd {
	background-image: url(../images/ico-a.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 31px;
	padding: 5px 0px 0px 50px;
	vertical-align: middle;
	margin-bottom: 60px;
}
.general-area .auto section .fee {
	border: 1px solid #857E49;
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}
.general-area .auto section .fee h2 {
	background-color: #857E49;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-size: 160%;
}
.general-area .auto section .fee {
	width: 100%;
	margin: 20px 0px;
}
.general-area .auto section .fee .membership {
	padding: 20px 50px 40px;
}
.general-area .auto section .fee .membership #top {
	overflow: hidden;
	width: 100%;
}
.general-area .auto section .fee .membership #top th {
	width: 30%;
	height: 40px;
	border-bottom: 1px dotted #000000;
	line-height: 40px;
}
.general-area .auto section .fee .membership #top td {
	width: 70%;
	height: 40px;
	border-bottom: 1px dotted #000000;
	line-height: 40px;
	letter-spacing: 1px;
}
.general-area .auto section .fee .membership .yellow {
	line-height: 50px;
	background-color: #FFDD3F;
	text-align: center;
	border: 1px dotted #000000;
	margin: 30px 0px 0px;
}
.general-area .auto section .fee .membership p {
	color: #000000;
	font-size: 100%;
	margin-top: 15px;
}
.general-area .auto section .fee .membership .free7day {
	border: 1px solid #FF0000;
	background-color: rgba(255,209,0,0.10);
	padding: 20px;
}
.general-area .auto section .fee .membership em {
	font-weight: bold;
	font-size: 120%;
}
.membership #application {
	position: relative;
	height: 180px;
	width: 100%;
}
.membership #application p {
	position: absolute;
	top: 55px;
	width: 180px;
	text-align: center;
	line-height: 26px;
}
.membership #application table {
	width: 720px;
	position: absolute;
	left: 180px;
	top: 30px;
	background-image: url(../images/membership-arrow.png);
	background-repeat: no-repeat;
	background-position: 30px 35px;
}
.membership #application table th {
	height: 90px;
	font: bold 25px "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"メイリオ" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align: center;
}
.membership #application table th:first-child {
	text-indent: -30px;
}
.membership #application table th:last-child {
	text-indent: 10px;
}
.membership #application table td {
	text-align: center;
	line-height: 24px;
}
#button-subscription {
	position: relative;
	top: -55px;
	left: 320px;
	width: 300px;
	height: 40px;
	transition: opacity 0.3s ease-out;
	text-align: center;
	font: 120%/40px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	border-radius: 4px;
	background-color: #736C28;
	color: #FFFFFF;
}
.fence {
	border: 1px solid rgba(133,126,73,0.50);
	margin-top: 35px;
	padding: 35px 140px;
	position: relative;
	text-align: center;
	color: #857E49;
}
.fence dt {
	font-size: 120%;
	background-image: url(../images/bg.png);
	margin-top: -40px;
}
.fence dd {
	margin-top: 30px;
}
.shadow {
	background-image: url(../images/shadow-top.png);
	background-repeat: repeat-x;
	background-position: 0% top;
	overflow: hidden;
}
.admission-area {
	margin-top: 70px;
}
.admission-area section {
	margin-bottom: 80px;
}
.admission-area h1.sent {
	text-align: center;
	padding: 30px 0px;
	background-color: rgba(217,205,156,0.70);
	color: #333333;
	font-weight: bold;
}
.admission-area h1.sent + p.align-center {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 60px;
}
.admission-area h1 {
	color: #FFFFFF;
	font-size: 160%;
	background-color: #857E49;
	border-radius: 4px;
	text-align: center;
	line-height: 200%;
	margin-bottom: 40px;
}
.admission-area p {
	line-height: 200%;
	font-size: 110%;
}
#step {
	position: relative;
}
#present-location_1 {
	position: absolute;
	top: 275px;
	left: 70px;
}
#present-location_2 {
	position: absolute;
	top: 275px;
	left: 370px;
}
#step ul {
	background-image: url(../images/step-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 50px 0px 70px;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}
#step ul li {
	width: 20%;
	float: left;
}
#step figure img {
	margin-bottom: 20px;
}
#step figure {
	text-align: center;
	position: relative;
}
#step figure figcaption {
	font-size: 110%;
}
#step ul li figure:after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #6bd4da;
	position: absolute;
	top: 70px;
	left: 100%;
	content: "";
	margin-left: -5px;
}
#step ul li:last-child figure:after {
	display: none;
}
.add {
	background-color: #D9CD9C;
	padding: 50px 75px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
.add .left {
	width: 80%;
}
.add .right {
	width: 150px;
}
.add .left input {
	padding: 5px;
	font: 120%/38px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 50px;
}
.forgot-add {
	margin: 20px auto;
	width: 800px;
	background-color: #DBDCDC;
	padding: 50px 75px;
	border-radius: 4px;
	overflow: hidden;
}
.forgot-add p.left {
	width: 500px;
}
.forgot-add p.left span {
	width: 176px;
	height: 40px;
	background-color: #B4B4B5;
	border: 1px solid #231815;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	line-height: 38px;
	float: left;
	margin-right: 10px;
}
.forgot-add p.left input {
	padding: 5px;
	font: 120%/38px "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	width: 300px;
	float: left;
}
.forgot-add .right {
	width: 150px;
}
.forgot-sent {
	color: #FFFFFF;
	background-color: #888888;
	text-align: center;
	font-size: 110%;
	padding: 5px 0px;
	height: 40px;
}
.forgot-attention {
	margin: 0px auto;
	width: 800px;
}
.starting {
	margin: 60px auto 0px;
	width: 190px;
}
.agreement, .agreement-completion, #origin {
	background-color: #F4F4EF;
	border-radius: 4px;
	padding: 50px 50px 90px;
	line-height: 160%;
	margin-top: 50px;
	overflow: hidden;
}
.agreement h2 {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 30px;
}
.agreement-completion h2 {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 30px;
/*	text-align: center; */
}
#origin .about p {
	width: 180px;
	height: 40px;
	margin-right: 15px;
	background-color: #857E49;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	float: left;
}
#origin .about p a {
	background-color: #717071;
	color: #FFFFFF;
	display: block;
}
#origin .about p a:hover {
	background-color: #857E49;
}
#origin h2 {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 30px;
}
#origin .blue {
	color: #036EB7;
	text-decoration: underline;
}
#origin .about {
	width: 100%;
	height: 40px;
	margin-bottom: 17px;
}
.agreement-completion p {
	margin-bottom: 30px;
}
#origin .profile {
	background-color: #FFFFFF;
	padding: 45px 40px;
}
#origin .profile .left {
	margin: 25px 20px 20px 0px;
}
#origin .profile h3 {
	font-size: 17px;
	font-weight: bold;
}
#origin .profile p {
	margin-top: 20px;
}
.agreement ul#agreement-list {
	background-color: #FFFFFF;
	height: 640px;
	overflow-y: auto;
	padding: 25px;
}
.agreement dl dt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
}
.agreement dl dd {
	margin-bottom: 20px;
}
.agreement ol {
	margin-bottom: 20px;
	padding-left: 20px;
}
.agreement ol li {
	list-style-type: decimal;
}
.agreement-check-area {
	margin: 50px 0px;
	text-align: center;
}
.agreement-check-area label {
	font-size: 120%;
	vertical-align: middle;
	font-weight: bold;
}
.agreement .button-box {
	margin: 0px auto;
	width: 405px;
	text-align: center;
}
.agreement .button-box p {
	width: 180px;
	margin: 0px auto;
}
.agreement-completion .button-box p {
	width: 250px;
	margin: 70px auto 0px;
}
table.basic-info {
	width: 100%;
	margin-bottom: 40px;
}
table.basic-info th {
	border-right: #F4F4EF 20px solid;
	border-bottom: #F4F4EF 20px solid;
	width: 25%;
	background-color: #E5E5E5;
	padding: 20px;
	font-size: 120%;
	text-align: left;
}
table.basic-info td {
	border-bottom: #F4F4EF 20px solid;
	background-color: #FFFFFF;
	padding: 20px;
}
table.basic-info td input {
	margin-right: 20px;
	line-height: 25px;
	height: 25px;
}
table.basic-info td select {
	line-height: 25px;
	height: 25px;
}
table.basic-info td select + span {
	margin: 0px 20px 0px 10px;
	display: inline-block;
}
table.basic-info td p.notation-1 {
	display: inline-block;
	font-size: 88%;
	color: #888888;
	margin: 0px 0px 0px 30px;
}
table.basic-info td p.notation-2 {
	display: inline-block;
	font-size: 88%;
	color: #888888;
}
table.basic-info td .code {
	font-size: 85%;
	color: #888888;
	text-decoration: underline;
	cursor: pointer;
}
table.basic-info td .code:hover {
	position: relative;
}
table.basic-info td .code span {
	display: none;
}
table.basic-info td .code:hover span {
	display: block;
	position: absolute;
	top: 25px;
	background-color: #E5E5E5;
	width: 220px;
	padding: 10px;
	z-index: 100;
	color: #333333;
	font-size: 80%;
	line-height: 20px;
}
table.basic-info td .code span:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: -13px;
	left: 10px;
	border: 13px transparent solid;
	border-right-width: 0;
	border-left-color: #E5E5E5;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	z-index: 100;
}
.set h1 {
	color: #FFFFFF;
	font-size: 160%;
	background-color: #857E49;
	border-radius: 4px;
	line-height: 200%;
	margin-bottom: 40px;
	font-weight: bold;
}
.set h1 img {
	margin: 0px 20px;
	vertical-align: middle;
}
.set dl {
	display: table;
	border: 1px solid #857E49;
	padding: 30px 0px;
	background-color: rgba(255,255,250,0.60);
	width: 100%;
	margin-bottom: 25px;
}
.set dt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #857E49;
	font-size: 17px;
	font-weight: bold;
	line-height: 27px;
}
.set dd {
	display: table-cell;
	line-height: 25px;
	text-align: left;
	width: 400px;
	vertical-align: middle;
	padding-right: 30px;
}
.set dt figure {
	margin-bottom: 15px;
}
.other-area {
	margin: 70px 0px 80px;
	line-height: 30px;
}
.other-area h1 {
	color: #FFFFFF;
	font-size: 160%;
	background-color: #857E49;
	border-radius: 4px;
	line-height: 200%;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.other-area h1 + p {
	line-height: 30px;
	font-size: 14px;
}
.other-area .personal-info ol > li {
	margin-top: 30px;
	counter-increment: nam;
}
.other-area h2 {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
}
.other-area .personal-info ol {
	margin-bottom: 35px;
}
.other-area .personal-info ol > li:before {
	content: counter(nam) ". ";
	font-size: 15px;
	font-weight: bold;
}
.other-area .personal-info ol li ul {
	margin-left: 20px;
}
.other-area .personal-info ol li ul > li {
	list-style-type: disc;
}
.purpose-use {
	margin: 70px 0px 0px;
}
.purpose-use p {
	margin-bottom: 30px;
}
#law {
	width: 1005px;
	line-height: 22px;
	margin-top: 40px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
#law th {
	width: 23%;
	background-color: #F7F7F7;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 15px;
	padding: 10px 10px 10px 20px;
	vertical-align: middle;
}
#law td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 14px;
	padding: 10px 10px 10px 25px;
}
#law td .blue {
	color: #036EB7;
	text-decoration: underline;
}
.contact {
	margin-bottom: 70px;
	overflow: hidden;
	font-size: 16px;
}
.contact h2 {
	color: #857E49;
	font-size: 17px;
	font-weight: bold;
	padding-left: 22px;
	border-top: 1px solid #C8C9CA;
	border-bottom: 1px solid #C8C9CA;
	border-right: 1px solid #C8C9CA;
	border-left: 8px solid #857E49;
	width: 100%;
	background-color: #FFFFFF;
	line-height: 35px;
	margin-bottom: 30px;
}
.contact .right {
	background-image: url(../images/ico-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	margin-top: 10px;
}
.contact input {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.contact textarea {
	width: 100%;
}
.contact .button-box {
	text-align: center;
	margin-top: 70px;
}
.contact .button-box p {
	width: 225px;
	display: inline-block;
}
.contact #reception {
	clear: both;
	background-image: url(../images/dot-line.png),url(../images/dot-line.png);
	background-repeat: repeat-x,repeat-x;
	padding: 12px 0px;
	background-position: 0% top,0% bottom;
	margin-top: 140px;
}
.contact #reception .blue, #contact-info a {
	color: #2CA6E0;
	text-decoration: underline;
}
p#agree {
	text-align: center;
	background-color: #E4E0CF;
	font-size: 15px;
	padding: 5px 0px;
	color: #000000;
	margin-top: 50px;
}
p#agree input[type=radio], input[type=checkbox] {
	display: none;
}
p#agree .radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 26px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}
p#agree .radio:hover:after, .checkbox:hover:after {
	border-color: #000000;
}
p#agree .radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #000000;
	border-radius: 10px;
	content: '';
}
p#agree .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #000000;
	border-radius: 2px;
	content: '';
}
p#agree .radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000000;
	content: '';
	opacity: 0;
}
p#agree input[type=radio]:checked + .radio:before {
	opacity: 1;
}
p#agree .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 6px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
p#agree input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}
.form {
	background-image: url(../images/form-bg.png);
	background-repeat: repeat;
	padding: 85px 125px 100px;
	border: 1px solid #C8C9CA;
	font-size: 15px;
	margin-top: 45px;
}
.form p {
	font-size: 13px;
	color: #727171;
}
.form span {
	display: block;
	font-size: 11px;
}
.form table {
	width: 100%;
}
.form th.indispensable {
	width: 245px;
	padding: 0px 0px 35px 55px;
	position: relative;
	vertical-align: top;
}
.form td {
	padding-bottom: 35px;
}
.form th.indispensable:before {
	content: "必須";
	font-size: 13px;
	background-color: #E73828;
	color: #FFFFFF;
	padding: 0px 5px;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	top: 5px;
	line-height: 20px;
}
#contact-info {
	line-height: 30px;
	font-size: 13px;
	margin-top: 30px;
}
.use-guide h1 {
	color: #FFFFFF;
	font-size: 160%;
	background-color: #857E49;
	border-radius: 4px;
	line-height: 200%;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: left;
}
.use-guide h1 img {
	margin: 0px 20px;
	vertical-align: middle;
}
#how-to {
	margin-top: 60px;
	line-height: 200%;
	counter-reset: how;
}
#how-to li {
	margin-bottom: 40px;
}
#how-to li:before {
	color: #FFF;
	content: counter(how, decimal);
	counter-increment: how;
	text-align: center;
	opacity: 0.999;
	float: left;
	line-height: 22px;
	width: 22px;
	height: 22px;
	background-color: #E50012;
	border-radius: 11px;
	margin-right: 10px;
}
#how-to dl dt {
	font-weight: bold;
	font-size: 140%;
}
#how-to dl dd {
	font-size: 110%;
}
/*Modal
-----------------------------------------------*/
/* Modal window */
#modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 600px;
	padding: 50px 0px;
	background-color: #F7F7F2;
	margin-top: -300px;
	margin-left: -500px;
	border-top: 20px solid #B6AC60;
	border-bottom: 20px solid #B6AC60;
	z-index: 999;
}
#modal .left {
	width: 50%;
	position: relative;
	border-right: 1px dotted #3E3A39;
}
#modal .right {
	width: 50%;
	position: relative;
}
#modal .right a:hover {
	text-decoration: underline;
}
#modal .left h1, .modal .right h1 {
	margin-top: 10px;
}
.modal-in {
	margin: 5px auto 45px;
	width: 300px;
	text-align: left;
}
.modal-in p label {
	margin: 40px 0px 14px;
	display: block;
	font-size: 120%;
}
.modal-in input {
	width: 100%;
	height: 35px;
	padding: 5px;
	line-height: 25px;
}
.popup-btn {
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -150px;
}
a.arrow-gray {
	color: #595757;
	display: inline-block;
	padding: 5px 30px 5px 0px;
	background-image: url(../images/arrow-gray.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #595757;
}
a.arrow-gray:hover {
	color: #D9CD9C;
	background-image: url(../images/arrow-beige.png);
	border-bottom: 1px dotted #D9CD9C;
}
#modal ul {
	width: 100%;
	text-align: center;
	margin-top: 150px;
}
#modal ul li {
	display: inline-block;
	padding: 0px 10px;
	font-size: 120%;
}
#modal ul li a {
	color: #333333;
}
#modal ul li:before {
	content: "■";
}
.modal-text {
	margin-top: 120px;
}
.modal-text p {
	margin-bottom: 20px;
	font-size: 120%;
}
/* Close button */
#modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#modal .close:before, #modal .close:after {
	position: absolute;
	top: 4px;
	border: 2px solid #717071;
	height: 30px;
	content: "";
}
#modal .close:before {
	left: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#modal .close:after {
	right: 18px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#modal .close span {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
/*FOOTER
-----------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 54px;
}
#footer ul {
	overflow: hidden;
	text-align: center;
	display: table;
	margin: 0px auto;
	width: 1000px;
}
#footer ul li:first-child {
	border-left: 1px solid #231815;
}
#footer ul li {
	display: table-cell;
	font-size: 120%;
	border-right: 1px solid #231815;
	text-align: center;
	line-height: 110%;
}
#footer ul li a {
	color: #231815;
}
#footer ul li a:hover {
	color: #D9CD9C;
}
#footer small {
	margin: 30px 0px 40px;
	display: block;
	font-size: 100%;
}
#footer .foot-logo {
	background-image: url(../images/foot-logo-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	padding-top: 30px;
}
/*PAGE UP
-----------------------------------------------*/
#page-up {
	position: fixed;
	right: 50px;
	bottom: 120px;
	cursor: pointer;
}
/*MYPAGE
-----------------------------------------------*/
/*small-article*/
.small-article .new-article {
	float: none;
	margin: 60px 0px;
	overflow: hidden;
}
.small-article article:nth-of-type(1) {
	margin-top: 25px;
}
.small-article .new-article .right {
	width: 455px;
	position: relative;
}
.small-article .new-article .article-contents {
	margin-top: 10px;
	line-height: 200%;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
.small-article .new-article .right h1 {
	font-weight: bold;
	font-size: 150%;
	line-height: 140%;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
	width: 100%;
	position: relative;
}
.small-article .new-article .right h1 + div {
	position: relative;
	width: 350px;
	padding-left: 0px;
}
.small-article .new-article .left {
	width: 200px;
	height: 125px;
	overflow: hidden;
	position: relative;
	background-color: #000000;
}
.small-article .new-article .left img {
	width: 200px;
	height: 125px;
}
.small-article .new-article .left a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 5px rgba(255,255,255,0.45);
}
.small-article .new-article .left a:hover, #tabs .left a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie用 */
}
.small-article .new-article .left a, #tabs .left a {
	transition: opacity 0.3s ease-out;
}

.small-article h1.small-title {
	line-height: 35px;
	font-size: 110%;
	color: #FFFFFF;
	background-color: #857E49;
	padding-left: 15px;
	display: table;
	width: 100%;
	position: relative;
}
.small-article h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

/* Elimination button */
.small-article .close {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor:pointer;
}
.small-article .close:before,
.small-article .close:after{
  position:absolute;
  top:10px;
  border:2px solid #717071;
  height:20px;
  content:"";
}
.small-article .close:before {
  left:16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.small-article .close:after {
  right:0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.small-article .close span {
	display: none;
}


/*PAGER
-----------------------------------------------*/
.pager {
	text-align: center;
	line-height: 30px;
	margin-bottom: 50px;
}
.pager ul li ol {
	margin: 0px 4px;
}
.pager ul > li:first-child {
	margin-right: 30px;
}
.pager ul > li:last-child {
	margin-left: 35px;
}
.pager ul li ol li a {
	color: #857E49;
	display: block;
	padding: 0px 5px;
	background-color: rgba(212,203,180,0.40);
	border: 1px solid #857E49;
}
.pager ul li ol li a span.current {
	color: #FFFFFF;
	background-color: #857E49;
	display: block;
	padding: 0px 5px;
}
.pager ul li.previous, .pager ul li.next, .pager ul li.first, .pager ul li.last {
	width: 17px;
}
.pager li {
	margin: 0px 4px;
	display: inline-block;
}
.pager li img {
	vertical-align: middle;
}
.pager p {
	font-size: 80%;
	margin-top: 10px;
	color: #857E49;
}
.pager p span:last-child:before{
	margin: 0px 5px;
	content: "of";
}
.pager p span:first-child:before{
	content: "Page";
	margin: 0px 5px;
}
.pager ul li ol li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);	/* Ie用 */
	color: #FFFFFF;
	background-color: #857E49;
}
/*追加　20161209
-----------------------------------------------*/
.profile-wrap {
	margin-bottom: 30px;
}
.profile {
	background-color: #FFFFFF;
	padding: 10px 20px 20px;
	line-height: 24px;
}
.profile p {
	margin-bottom: 20px;
}
.profile a.blue {
	color: #2CA6E0;
	text-decoration: underline;
}
#beginning {
	margin-bottom: 50px;
}
#beginning a {
	border: 1px solid #857E49;
	background-color: rgba(217,205,156,0.25);
	line-height: 53px;
	font-size: 130%;
	color: #857E49;
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
	background-image: url(../images/arrow-begin.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
#beginning p#on {
	background-color: #D9CD9C;
	border: 1px solid #857E49;
	line-height: 53px;
	font-size: 130%;
	color: #857E49;
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
	background-image: url(../images/arrow-begin.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.detailed .big video {
	padding: 0;
	margin: 0;
	max-width: 688px;
}
.begin p {
	margin-top: 30px;
}
.begin .big {
	margin: 30px 0px;
}
hr.moreh {
	height: 20px;
	width: 100%;
	display: block;
}
hr.dot {
	height: 10px;
	background-image: url(../images/dot-line.png);
	background-repeat: repeat-x;
	background-position: 0% center;
	width: 100%;
	margin-top: 30px;
}
/*　20170112追加
-----------------------------------------------*/
.agreement ul#agreement-co-list {
	background-color: #FFFFFF;
	height: 640px;
	overflow-y: auto;
	padding: 25px;
}
.agreement ul#agreement-co-list > li {
	margin-bottom: 20px;
}
.agreement ul#agreement-co-list > li ol {
	margin-top: 10px;
}
.admission-area h1 a {
	color: #FFFFFF;
	padding-right: 20px;
	font-size: 15px;
	position: absolute;
	right: 0px;
	padding-top: 0px;
}
.admission-area h1 a:hover {
	text-decoration: underline;	
}
.agreement ul#agreement-list > li {
	margin-bottom: 20px;
}
.agreement ul#agreement-list > li ol {
	margin-top: 10px;
}
