/* =================================
	NIGEHAJI BBS CSS
================================= */

/*	bbs
============================== */
.bbs main iframe#iframe {
	width:100%;
}
.bbs main p.p-copy {
	line-height:1.5;
}
.bbs main nav#prevnext p {
	text-align:center;
	font-size:83%;
	line-height:1.5;
	margin-bottom:1em;
}
.bbs nav#prevnext ul li {
	position:relative;
	border-radius:12px;
	overflow:hidden;
	-webkit-box-shadow: #ccb299 0 0 5px 0;
	box-shadow: #ccb299 0 0 5px 0;
}
.bbs nav#prevnext ul li#prev {
	float:left;
}
.bbs nav#prevnext ul li#next {
	float:right;
}
.bbs nav#prevnext ul li a, .bbs nav#prevnext ul li span {
	display:block;
	line-height:1.5;
	font-weight:bold;
	color: #fff;
}
.bbs nav#prevnext ul li a {
	text-decoration:none;
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .5);
	background-color:#e04866;
	background-image:-moz-linear-gradient(transparent 50%, #d62c48 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#d62c48),to(#d62c48));
	background-image:-ms-linear-gradient(transparent 50%, #d62c48 50%);
	background-image:linear-gradient(transparent 50%, #d62c48 50%);
}
.bbs nav#prevnext ul li span {
	text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
	background-color:#eaccb8;
}
.bbs nav#prevnext ul li a:before, .bbs nav#prevnext ul li span:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:50%;
	background-repeat:no-repeat;
	background-position:0 -60px;
	width:32px;
	height:32px;
	margin-top:-16px;
}
.bbs main p.p-holiday {
	text-align:center;
}
.bbs main p.p-holiday a {
	background-color:#fffab2;
}
@media all and (min-width: 768px)  {
.bbs main p.p-copy {
	/*font-size:87.5%;*/
	text-align:center;
	margin-bottom:1.5em;
}
.bbs main p.p-holiday {
	font-size:87.5%;
	margin-bottom:1.5em;
}
.bbs nav#prevnext {
	margin-bottom:20px;
}
.bbs nav#prevnext ul li a, .bbs nav#prevnext ul li span {
	font-size: 87.5%;
	padding:12px 15px 12px 32px;
}
.bbs nav#prevnext ul li a:hover {
	background-color:#b8223e;
	background-image: none;
}
}
@media all and (max-width: 767px)  {
.bbs main p.p-holiday {
	font-size:83%;
	margin-bottom:1em;
}
.bbs main p.p-copy {
	font-size:83%;
	margin-bottom:1em;
}
.bbs nav#prevnext {
	margin-bottom:15px;
}
.bbs nav#prevnext ul li a, .bbs nav#prevnext ul li span {
	font-size: 83%;
	padding:10px 12px 10px 32px;
}
}
.bbs_enter h2{
	text-align: center;
	color: #0b4871;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:1px 1px 1px #a1b6c2;
	font-weight: bold;
	letter-spacing:0.05em;
}
.bbs_enter ol li{
	list-style:disc;
}
.bbs_enter .agree{
	text-align: center;
	color: #115a8c;
	font-weight: bold;
}
.bbs_enter .cap{
	text-align: center;
}
@media all and (min-width: 768px)  {
.bbs_enter div.contents{
	padding: 40px 70px 130px;
}
.bbs_enter h2{
	font-size: 190%;
	margin: 0 0 28px;
}
.bbs_enter ol{
	font-size: 100%;
	margin-bottom: 30px;
	padding: 0 30px;
}
.bbs_enter .agree{
	margin-bottom: 30px;
}
}
@media all and (max-width: 767px)  {
.bbs_enter h2{
	font-size: 125%;
	margin: 0 0 14px;
}
.bbs_enter ol{
	font-size: 87.5%;
	margin-bottom: 15px;
	padding: 0 15px;
}
.bbs_enter .agree{
	margin-bottom: 15px;
}
.bbs_enter .cap{
	margin-bottom: 15px;
}
}

/*	bbs notice
============================== */
main#notice h2 {
	font-weight:bold;
	line-height:1.5;
	color:#ea0c0c;
	text-align:center;
	margin-bottom:1em;
}
main#notice ol {
	list-style-type:decimal;
	margin:0 0 20px 30px;
}
main#notice ol li {
	line-height:1.5;
	padding-bottom:0.5em;
}
main#notice p.agree {
	color:#ea0c0c;
	line-height:1.5;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:2.5em;
}
main#notice p.cap {
	font-size:87.5%;
	line-height:1.25;
	text-align:center;
	letter-spacing:0.2em;
	padding-bottom:30px;
}
main#notice p.cap a {
	padding:0.25em 2em;
}
@media all and (min-width: 768px)  {
main#notice h2 {
	letter-spacing:0.1em;
}
main#notice ol li {
	font-size:87.5%;
}
main#notice p.agree {
	font-size:87.5%;
}
main#notice p.cap a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#fcc560;
}
}
@media all and (max-width: 767px)  {
main#notice h2 {
	font-size:83%;
}
main#notice ol li {
	font-size:75%;
}
main#notice p.agree {
	font-size:83%;
}
}


/*	pulldown
============================== */
section.bnum {
	position:relative;
	background-color:#f4e6e5;
}
section.bnum select {
	display:block;
	-webkit-appearance:none;
	height:35px;
	font-size:16px;
	line-height:35px;
	border: solid 1px #b8a490;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	/*
	background-image:-moz-linear-gradient(transparent 50%, #f7ede6 50%);
	background-image:-webkit-gradient(linear, left top, left bottom, from(transparent),color-stop(0.5,transparent),color-stop(0.5,#f7ede6),to(#f7ede6));
	background-image:-ms-linear-gradient(transparent 50%, #f7ede6 50%);
	background-image:linear-gradient(transparent 50%, #f7ede6 50%);
	*/
}
section.bnum select option {
}
@media all and (min-width: 768px)  {
section.bnum {
	padding:10px 20px;
}
section.bnum select {
	width:75%;
	padding:0 8px;
}
}
@media all and (max-width: 767px)  {
section.bnum {
	padding:10px;
}
section.bnum select {
	width:100%;
	padding:0 5px;
}
}

/*	btn-basic
============================== */
p.btn-basic a{
    background-color: #f5cd5e;
    color: #503e0e;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 0 #e9bc41, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    border-top:1px solid #fae8b4;
    font-weight: bold;
    text-shadow:1px 1px 0px #f9e3a5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*p.btn-basic a::before {
	position: absolute;
	top: 50%;
	left: 1em;
	content: '';
	margin-top: -10px;
	border: 15px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #81630f;
}*/

p.btn-basic a:hover {
	background-color: #e9bc41;
	box-shadow: 0 3px 0 #e4b638, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media all and (min-width: 768px) {
p.btn-basic a{
	margin: 10px auto 50px;
	width: 350px;
    height: 68px;
    line-height:3.3;
    font-size: 150%;
}
}
@media all and (max-width: 767px) {
p.btn-basic{
	margin: 0 15px;
}
p.btn-basic a{
	margin: 30px auto 30px;
	width: 270px;
    height: 50px;
    line-height:3.4;
    font-size: 110%;
}
}

/*	btn-basic2
============================== */
p.btn-basic2 a{
    background-color: #f5cd5e;
    color: #503e0e;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    box-shadow: 0 6px 0 #e9bc41, 0 12px 0 rgba(0,0,0,0.2);
    -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
    border-top:1px solid #fae8b4;
    font-weight: bold;
    text-shadow:1px 1px 0px #f9e3a5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*p.btn-basic2 a::before {
	position: absolute;
	top: 50%;
	left: 1em;
	content: '';
	margin-top: -10px;
	border: 15px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: #81630f;
}*/

p.btn-basic2 a:hover {
	background-color: #e9bc41;
	box-shadow: 0 3px 0 #e4b638, 0 6px 0px rgba(0,0,0,0.2);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
@media all and (min-width: 768px) {
p.btn-basic2 a{
	margin: 20px auto 40px;
	width: 420px;
    height: 68px;
    line-height:3.3;
    font-size: 150%;
}
}
@media all and (max-width: 767px) {
p.btn-basic2{
	margin: 0 15px;
}
p.btn-basic2 a{
	margin: 30px auto 30px;
	width: 270px;
    height: 50px;
    line-height:3.8;
    font-size: 100%;
}
}

div.kakoi {
	background-color:hsla(0,0%,100%,0.75);
	border:1px solid #666;
}
div.kakoi p {
	line-height:1.5;
}
@media all and (min-width: 768px)  {
div.kakoi {
	padding:20px;
	margin-bottom:30px;
}
div.kakoi p {
	font-size:87.5%;
}
}
@media all and (max-width: 767px)  {
div.kakoi {
	padding:12px;
	margin-bottom:20px;
}
div.kakoi p {
	font-size:83%;
}
}

/*	bkum
============================== */
.bkum{
	border-top: 2px dashed #07446d;
	padding-top: 20px;
}
.bkum h2{
	background-image:url(../img/bknm_tit.png);
	background-repeat:no-repeat;
	margin:0 auto 20px;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
.bkum ul li{
	margin-bottom: 10px;
}
.bkum ul li a{
	width: 100%;
	display: block;
	background-color: #05426b;
	color: #fff;
	line-height: 1.3;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.bkum ul li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #8ec5ea;
  border-right: solid 2px #8ec5ea;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}
.bkum ul li a > span{
	display: block;
	padding: 0 20px 0 28px;
}
@media all and (min-width: 768px)  {
.bkum ul li a{
	padding: 10px 0 10px 0px;
}
.bkum h2{ width: 200px; height: 35px; background-size: 200px 35px;}
}
@media all and (max-width: 767px)  {
.bkum ul li a{
	padding: 10px 0 10px 0px;
}
.bkum h2{ width: 150px; height: 26px; background-size: 150px 26px;}
}
