@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Font
 * ------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700');


/* ------------------------------------
 * Over Ride
 * ------------------------------------ */

#container {
	width: 100%;
}
main h2 {
	position: relative;
	margin-bottom: 3%;
	font-family:  "Crimson Text", "Times New Roman", Times, "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", メイリオ, Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 240%;
	text-align: center;
	line-height: 1.1;
	color: #231815;
}
main h2.contentsTitle {
	margin-bottom: 2%;
	padding: 28px 0;
	font-size: 320%;
	color: #b7b3b4;
	background-color: #f5f3ef;
}
main > article  {
	padding-bottom: 5%;
	text-align:left;
	overflow: hidden;
}
main > article section {
	padding: 45px 0 0;
}
main > article section h2:before {
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ad1127;
}
main > article section h2 span {
	display: block;
	width: 1000px;
	margin: 3% auto 0;
	text-align: left;
}
main > article section h2 span.title_jpn {
	font-size: 90%;
}
main > article section h3 {
	margin: 1% 0 0;
	line-height: 1.4;
	font-weight: bold;
}
main > article section h3 a {
	font-size:100%;
	font-weight: bold;
}
main > article section h4 {
	padding: 8px 0;
	margin-bottom: 3%;
	font-size: 110%;
	font-weight: bold;
	border-bottom: solid 1px #e9e7e3;
	line-height: 1.5;
}
main article section em {
	color: #e8191c;
}
main article section time {
	font-family:  "Crimson Text", Georgia, "Times New Roman", Times, "serif";
	font-size: 100%;
}
main > article .inner {
	width: 1000px;
	margin: 0 auto;
}
main > article .comingsoon {
	padding: 10% 0;
	text-align: center;
	font-size: 130%;
}

@media screen and (max-width: 1000px) {
	article {
		width:100%;
		padding: 0 0 3%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	main > article .inner {
		width: 94%;
	}
	main > article section {
		padding: 30px 0 0;
	}
	main h2.contentsTitle {
		padding: 3% 0;
	}
	main > article section h2 span {
		width: 94%;
	}
}
@media screen and (max-width: 767px) {
	article {
		padding: 0 0 3%;
	}
	main > article section {
		padding: 3% 0 0;
	}
	main h2 {
		margin-bottom: 4%;
	}
	main h2.contentsTitle {
		margin-top: 5%;
		font-size: 240%;
	}
	main > article section h2 span {
		margin: 5% auto 0;
	}
}
@media screen and (max-width: 480px) {
	main h2 {
		margin-bottom: 5%;
		font-size: 200%;
	}
	main h2.contentsTitle {
		font-size: 200%;
	}
	main > article section h3 a {
		font-size: 83%;
	}
}


/* ------------------------------------
 * Header
 * ------------------------------------ */

header {
	position: relative;
	width:100%;
	margin:0;
	padding:0;
	text-align: left;
	background-color: #fffefd;
	z-index: 100;
}
header h1 {
	position: relative;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	line-height: 1;
}
header h1 a {
	margin: 0 auto;
	text-decoration: none;
}
header h1 .logo a {
	display: block;
	width: 240px;
	margin: 5px auto;
}
header h1 .logo:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ad1127;
}
header h1 .sitename {
	width: 300px;
	margin: 7px auto;
}
header h1 img {
	width: 100%;
}
#menuBtn {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
	height: 60px;
    cursor: pointer;
    z-index: 101;
	background-color: #1e1e3f;
}
#menuBtn div {
    position: relative;
	margin: 20px 10px;
}
#menuBtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#menuBtn span:nth-child(1) {
    top: 0;
}
#menuBtn span:nth-child(2) {
    top: 8px;
}
#menuBtn span:nth-child(3) {
    top: 16px;
}
#sns_header {
	position: absolute;
	right: 10px;
	top: 30px;
}
#memberNav {
	position: absolute;
	left: 10px;
	top: 50px;
}
#memberNav ul {
	zoom:1;
	overflow: hidden;
	width: 200px;
}
#memberNav ul li {
	width: 50%;
	float: left;
}
#memberNav ul li a {
	display: block;
	width: 90%;
	height: 34px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 34px;
	text-align: center;
	font-size: 90%;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#memberNav ul li.btn_regist a { background-color: #ad1127; }
#memberNav ul li.btn_login a { background-color: #ad1127; }
#memberNav ul li.btn_logout a { background-color: #9b9ba3; }
#memberNav ul li.btn_myroom a { background-color: #3d5180; }
#memberNav ul li.btn_mypage a { background-color: #1f1e3f; }

@media screen and (max-width: 767px) {
	header {
		height: 90px;
	}
	header h1 {
		padding: 5px 0;
	}
	header h1 .logo {
		width: 120px;
	}
	header h1 .logo a {
		margin: 0 auto 3px;
		width: 100px;
	}
	header h1 .sitename {
		width: 200px;
		margin: 0 4px;
		line-height: 1.4;
	}
	
	#menuBtn {
		display: block;
	}
  	.open #menuBtn span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
    }
    .open #menuBtn span:nth-child(2) {
		width: 0;
		left: 50%;
    }
    .open #menuBtn span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
  	}
	#sns_header {
		right: 70px;
		top: 0;
	}
	#sns_header .sns li {
		padding: 5px;
	}
	#sns_header .sns li a {
		width: 28px;
		height: 28px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}
	#memberNav {
		position: static;
	}
	#memberNav ul {
		width: 100%;
	}
	#memberNav ul li a {
		width: 100%;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
}

@media screen and (max-width: 480px) {
	header h1 .sitename {
		width: 180px;
	}
	#menuBtn {
		width: 40px;
	}
	#sns_header {
		right: 50px;
	}
	#sns_header .sns li {
		padding: 5px 2px;
	}
}


/* ------------------------------------
 * gNav
 * ------------------------------------ */

#gNav {
	position: static;
	padding: 2% 0;
	font-family:  "Crimson Text", Georgia, "Times New Roman", Times, "serif";
	font-size: 110%;
}
#gNav ul {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#gNav ul.menu li {
	display: inline;
	position: relative;
}
#gNav ul.sub {
	display: none;
	width: 140px;
	position: absolute;
	top: 20px;
	left: 0;
}
#gNav ul.sub li {
	display: block;
	background-color: #1f1e3f;
	overflow: hidden;
	font-size: 83%;
	margin-bottom: 1px;
}
#gNav ul.sub li a {
	padding: 5px 10px;
	display: block;
	color: #ffffff !important;
}
#gNav ul.sub li a:hover {
	text-decoration:none;
}
#gNav ul li span,
#gNav ul li a {
	position: relative;
	display: inline-block;
	margin: 10px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
#gNav ul li span {
	color: #cccccc;
}
#gNav ul li span.dropmenu {
	color: #2f2a2a;
}
#gNav ul li a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ad1127;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
  }
#gNav ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#gNav ul.sub li a::after {
	display: none;
}

@media screen and (max-width: 1199px) {
	#gNav {
		font-size: 90%;
	}
	#gNav ul {
		width: 100%;
		zoom:1;
		line-height: 2;
	}
	#gNav ul li span,
	#gNav ul li a {
		margin: 10px 5px;
	}
	#gNav ul li a::after {
		top: 44%;
	}
	#gNav ul.sub {
		top: 18px;
	}
	#gNav ul.sub li a {
	padding: 5px 10px;
	display: block;
	color: #fff;
	}
}

@media screen and (max-width: 767px) {
	#gNav {
		position: absolute;
		top: -690px;
		background: rgba(25, 24, 45, 0.95);
		width: 100%;
		text-align: center;
		padding: 0;
		font-size: 115%;
		color: #ffffff;
	}
	#gNav ul.menu li {
		display: block;
		width: 100%;
		border-bottom: solid 1px #343448;
	}
	#gNav ul.sub {
		display: none;
		width: 100%;
		position: static;
	}
	#gNav ul.sub li:last-child {
		border-bottom: none;
	}
	#gNav ul li:nth-child(odd) {
		border-right: solid 1px #343448;
	}
	#gNav ul li span,	
	#gNav ul li a {
		margin: 20px 0;
	}
	#gNav ul li a {
		color: #ffffff;
	}
	#gNav ul li span {
		color: #5d5e6b;
	}
	#gNav ul li span.dropmenu {
		color: #ffffff;
	}
	.open #gNav {
		display: block;
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(700px);
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
	}
}


/* ------------------------------------
 * fNav
 * ------------------------------------ */
 
.fixedNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 12;
	background: rgba(25, 24, 45, 0.8);
	text-align: center;
}
* html .fixedNav {
	display: none;
}
.fixedNav ul li {
	display: inline;
}
.fixedNav ul li a,
.fixedNav ul li span {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	font-family:  "Crimson Text", Georgia, "Times New Roman", Times, "serif";
	font-size: 83%;
	color: #fff;
	text-decoration: none;
}
.fixedNav ul li span {
	color: #adadbf;
}

@media screen and (max-width: 1000px) {
	.fixedNav ul li a,
	.fixedNav ul li span {
		padding: 6px;
	}
}

@media screen and (max-width: 767px) {
	.fixedNav {
		display: none !important;
	}
}


/* ------------------------------------
 * LocalNav
 * ------------------------------------ */

.localNav {
	padding: 6px 3px;
}

.localNav ul {
	zoom:1;
	overflow: hidden;
	padding-left: 1%;
	text-align: center;
}
.localNav ul li {
	display: inline-block;
}
.localNav ul li a,
.localNav ul li span {
	display: block;
	margin: 0 2px 2px 0;
	padding: 6px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 11px;
	color: #ffffff;
	background-color: #ad1127;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.localNav.fc ul li {
    width: 130px;
}
.localNav.fc ul li a {
	background: none;
    border: solid 1px #c3c3c3;
    color: #cc0725;
    font-size: 90%;
}
.localNav.fc ul li span {
	background: none;
	border: solid 1px #c3c3c3;
	color: #c3c3c3;
	font-size: 90%;
}
.selectCate {
	text-align: center;
}
.selectCate span {
    display: inline-block;
    margin: 8% auto 2%;
	padding: 10px 10px;
    min-width: 280px;
    font-size: 116%;
    color: #ffffff;
	background-color: #656375;
    line-height: 1.3;
	letter-spacing: 0.5em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

@media screen and (max-width: 767px) {
	.localNav ul li {
		width: 33%;
		float: left;
		overflow: hidden;
	}
	.localNav.fc ul li {
		width: 25%;
	}
	.localNav ul li a,
	.localNav ul li span {
		padding: 3px 6px;
		border-top: none;
	}
	.selectCate span {
		margin: 8% auto 6%;
		padding: 7px 10px;
	}
}

@media screen and (max-width: 480px) {
	.localNav.fc ul li {
		width: 33%;
	}
}


/* ------------------------------------
 * DEFINITION LIST 
 * ------------------------------------ */

section dl.defList {
	margin: 5% 0;
	border: solid 1px #d8d6d3;
	border-bottom: none;
}
section h2 + dl.defList,
section h3 + dl.defList,
section h4 + dl.defList {
	margin-top: 0%;
}
section .defList dt,
section .defList dd {
	padding: 12px;
	border-bottom: solid 1px #d8d6d3;
}
section .defList dt {
	font-weight: bold;
	background-color: #e9e7e3;
}

@media screen and (max-width: 767px) {
	section .defList dt,
	section .defList dd {
		padding: 10px;
	}
}


/* ------------------------------------
 * LIST
 * ------------------------------------ */

.list li {
	zoom: 1;
	overflow: hidden;
	margin: 0;
	padding: 2% 0;
}
.list li .thumbnail {
	position: relative;
	width: 180px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.list li .thumbnail img {
	width: 100%;
}
.list li .text_thumlist {
	margin-left: 200px;
}
.list li time {
	width: 140px;
	padding: 10px 0;
	float: left;
	background-color: #c3c3c3;
	text-align: center;
}
.list li .text {
	margin-left: 160px;
}
.list li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 110%;
}
.list li .cate {
	display: inline-block;
}
.list li .cate span {
    display: inline-block;
    margin: 8px 2px 0;
	font-size: 75%;
	line-height: 1;
    overflow: hidden;
	color: #cc0000;
}
.list li .name {
    display: inline-block;
    margin: 8px 2px 0;
	font-size: 75%;
	line-height: 1;
    overflow: hidden;
	color: #cc0000;
}
.list li .name a {
	color: #cc0000;
}
.list li .new {
	display: inline-block;
	margin-left: 6px;
}
.list li p {
    width: 100%;
	margin-top: 0.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 90%;
}
.thumbList li time {
	float: none;
	padding: 0;
	background-color: inherit;
}
.thumbList li .text {
	margin-left: 200px;
}


@media screen and (max-width: 767px) {
	.list li {
		padding: 3% 0;
	}
	.list li .thumbnail {
		position: relative;
		width: 110px;
		float: left;
		text-align: center;
		overflow: hidden;
	}
	.list li time {
		width: 90px;
	}
	.list li .text {
		margin-left: 100px;
	}
	.thumbList li .text {
		margin-left: 120px;
	}
}

/* ------------------------------------
 * ITEM LIST
 * ------------------------------------ */
 
.itemList {
 	zoom:1;
	overflow: hidden;
}
.itemList li {
	display: inline;
	float: left;
	margin-bottom: 3%;
	width: 330px;
	overflow:hidden;
}
.itemList li .thumbBox {
	display:block;
	overflow: hidden;
	width: 310px;
	height: 310px;
	margin:5px auto;
	background-color:#fff;
	-webkit-box-shadow: 0px 4px 15px 0 rgba(30,30,30,0.2);
	box-shadow: 0px 4px 15px 0 rgba(30,30,30,0.2);
}
.itemList li h3 {
    font-size: 110%;
}
.itemList li .text {
 	padding: 20px 10px;
	font-size: 90%;
}
@media screen and (max-width: 1000px) {
	.itemList li {
		width: 33%;
	}
	.itemList li .thumbBox {
		width: 96%;
	}
}
@media screen and (max-width: 767px) {
	.itemList li {
		width: 100%;
	}
	.itemList li .thumbBox {
		margin: 3px;
		width: 150px;
		height:150px;
		float: left;
	}
	.itemList li .text {
		margin-left: 170px;
		height: auto;
		font-size: 100%;
	}
}


/* ------------------------------------
 * STORY
 * ------------------------------------ */

#story {
	padding-bottom: 3%;
}
#story .cate {
	display: inline-block;
	margin-left: 15px;
}
#story .cate span {
    display: inline-block;
	font-size: 75%;
    text-align: center;
    overflow: hidden;
	line-height: 1;
	color: #cc0000;
}
#story .name {
	color: #cc0000;
}

#story h3 {
	position: relative;
	margin:2% 0;
	padding: 1% 0 3%;
	font-size: 180%;
	text-align: left;
}
#story h3:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 25px;
	height: 4px;
	background-color: #ad1127;
}
#story .text {
	padding:5% 0;
	text-align: left;
	word-break: break-all;
	font-size: 110%
}
#story .text .lead {
	font-weight: bold;
	font-size: 115%;
	line-height: 1.5;
}
#story .text strong {
	font-weight: bold;
}
#story dl.thumbBox {
	zoom: 1;
	overflow: hidden;
	margin: 3% 0;
}
#story dl.thumbBox dt {
	width: 60px;
	clear: both;
	float: left;
}
#story dl.thumbBox dt img {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    height: 60px;
    width: 60px;
}
#story dl.thumbBox dd {
	margin-left: 70px;
}

#story .photo img {
	max-width: 80%;
	width: auto !important;
	width: 80%;
}

@media screen and (max-width: 1000px) {
	#story .text {
		padding:5% 0 8%;
	}
}


/* ------------------------------------
 * Movie
 * ------------------------------------ */

.player {
	position: relative;
	width: 94%;
	padding-top: 56.25%;
}

#story .player {
	position: relative;
	width: 60%;
	padding-top: 38%;
}

.player iframe,
.player > div {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
video {
	display: block;
	width: 60%;
	margin: 0;
}

/* HIDE DOWNLOAD Video BUTTON */
video::-internal-media-controls-download-button {
	display: none;
}
video::-webkit-media-controls-enclosure {
	overflow: hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}
.video > audio {
	width: 100%;
}

.video {
	width: 100% !important;
}
.video > audio {
	width: 105% !important;
}

/* Chrome 29+ */ /* HIDE DOWNLOAD Audio BUTTON */
@media screen and (-webkit-max-device-pixel-ratio:0) and (max-resolution:.001dpcm) {
.video {
	overflow: hidden;
	width: 210px;
	margin: 0 auto;
}
.video > audio {
	width: 300px;
}
}

@media screen and (max-width: 767px) {
	.player,
	#story .player {
		width: 100%;
		margin: 0 auto;
		padding-top: 56.25%;
}
	video {
		width: 100%;
		margin: 0 auto;
	}
}


/* ------------------------------------
 * Form
 * ------------------------------------ */

form {
	padding: 5% 0;
}
form legend {
    display: inline-block;
    margin: 0 auto 5%;
	padding: 10px 10px;
    min-width: 280px;
    font-size: 116%;
    color: #ffffff;
	background-color: #0070e4;
    line-height: 1.3;
	letter-spacing: 0.5em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
}

form input,
form textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: none;
	padding: 5px;
	font-size: 90%;
}
form textarea,
form input[type="text"] {
	background-color: #ffffff;
	border: solid 1px #cfcfcf;
}
form input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}
form input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
form dl {
	zoom:1;
	overflow: hidden;
	line-height: 1.5;
}
form dl dt {
	clear: both;
	width: 200px;
	float: left;
	box-sizing: border-box;
	font-size: 90%;
	font-weight: bold;
}
form dl dt label {
	font-weight: bold;
}
form dl dt em {
	margin-left: 10px;
	font-size: 83%;
}
form dl dd {
	margin-left: 200px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
form dl dd textarea {
	width: 100%;
	resize: vertical;
	font-family: "Helvetica Neue", "Segoe UI", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
form dl dd input[type="radio"] {
	vertical-align: 0.1em;
}
form dl dd img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}
form dl dd .text {
	display: block;
	font-size: 83%;
	line-height: 1.5;
}
form dl dd .photo {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
form input,
form select,
form textarea {
	font-size: 115%;
}
form select {
	border: solid 1px #cfcfcf;
}
form dl dt {
	width: 100%;
	float: none;
	padding: 0.5em;
	margin-bottom: 15px;
	background-color: #ececec;
}
form dl dd {
	margin-left: 0px;
	padding:10px 0 5%;
}
form dl dd input {
	width: 100%;
}
form dl dd input#zip1,
form dl dd input#zip2,
form dl dd input#age,
form dl dd input#tel1,
form dl dd input#tel2,
form dl dd input#tel3 {
	width: auto;
}
form dl dd input[type="radio"] {
	width: auto;
}
form dl dd input[type="checkbox"] {
	width: auto;
}
}

/* ------------------------------------
 * Button
 * ------------------------------------ */

.btn {
	display:block;
	width: 260px;
	margin: 3% auto 0;
	padding: 16px 30px 16px 30px;
	text-align: center;
	background: url(../img/parts/mark_more.png) no-repeat right center;
	-webkit-background-size: 25px 10px;
	-moz-background-size: 25px 10px;
	background-size: 25px 10px;
	font-size: 13px;
	text-decoration: none;
	border: solid 1px #b2b1af;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.btn:hover {
	text-decoration: none;
}
.btn.back {
	background-color: #b2b1af;
    color: #ffffff;
}
.btn.regist {
	background-color: #ad1127;
    color: #ffffff;
	border: solid 1px #ad1127;
}
.btn.contact {
	width: 300px;
	font-size: 130%;
	color: #ffffff;
	background: #1e1e3f url(../img/parts/mark_more_w.png) no-repeat right center;
	-webkit-background-size: 25px 10px;
	-moz-background-size: 25px 10px;
	background-size: 25px 10px;
}
.btn.large {
	width: 300px;
	font-size: 130%;
}

form a.btn,
form a.back {
	color:#fff;
    -webkit-transition: none;
    transition: none;
}
form a.btn:hover,
form a.back:hover {
	color:#fff;
	text-decoration:none;
	opacity:1;
}
form input.btn:hover {
	color:#999999;
	text-decoration:none;
	cursor:pointer;
}
form .btn,
form .back {
	display:block;
	width: 260px;
	margin: 3% auto 0;
	padding: 16px 30px 16px 30px;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	border: solid 1px #b2b1af;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
form .back {
	background-color:#999;
}
form ul {
	zoom:1;
	overflow:hidden;
	width:600px;
	margin:3% auto 0;
}
form ul li {
	width:50%;
	float:left;
	padding-bottom: 10px;
}

.confNav li .btn {
	line-height: 1.6;
}
.confNav li:first-child .btn {
	border: none;
	background-color: #ad1127;
	color: #ffffff;
}
.confNav li:first-child .btn:hover {
	background-color: #c5263c;
	color: #ffffff;	
}
.confNav li:last-child .btn {
	border: none;
	background-color: #cccccc;
}
.confNav li:last-child .btn:hover {
	background-color: #d0d0d0;
}


.btnList {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 1%;
	zoom:1;
	overflow: hidden;
}
.btnList li {
	width: 50%;
	float: left;
}


@media screen and (max-width: 767px) {
	.btn,
	form .btn,
	form .back {
		padding: 10px 30px 10px 30px;
	}
	form ul {
		width:100%;
	}
	form ul li .btn,
	form ul li .back {
		width:90%;
	}
	.btnList {
		width: 100%;
	}
	.btnList li {
		width: 100%;
		float: none;
	}
}

/* ------------------------------------
 * SEARCH BOX
 * ------------------------------------ */

#searchBox {
	background: none;
	margin: 0 auto 3%;
	width: 300px;
}
#searchBox form.search_form {
	overflow: hidden;
	zoom: 1;
}
#searchBox .inputArea {
	position: relative;
	display: block;
	float: left;
	width: 82%;
}
#searchBox input[type="button"],
#searchBox input[type="text"],
#searchBox input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}
#searchBox input.search_text {
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	line-height: 15px;
	border: solid 1px #cfcfcf;
	box-shadow: none;
	outline: none;
}
#searchBox input#searchBtn {
	float: right;
	width: 17%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #ad1028;
	border: none;
	color: #FFF;
	cursor: pointer;
	outline:none;
}
@media (max-width: 520px) {
	#searchBox {
		width:94%;
	}
}

/* ------------------------------------
 * Notice
 * ------------------------------------ */

.notice {
	margin:3% 0;
	padding:20px;
	border: dotted 1px #051226;
	font-size:83%;
}
.notice h3 {
	margin-bottom:10px;
	font-size:130%;
	font-weight:bold;
	text-align:center;
}
.notice ul li {
	padding-left:1em;
	text-indent:-1em;
}

/* ------------------------------------
 * Attention
 * ------------------------------------ */

.attention {
	margin: 3% 0;
	padding: 10px;
	border: solid 2px #c00;
	color: #c00;
	font-weight: bold;
}

/* ------------------------------------
 * Paging Number
 * ------------------------------------ */

.paging {
	padding:5% 0;
	font-family:  "Crimson Text", Georgia, "Times New Roman", Times, "serif";
	font-size: 83%;
}
#story .paging {
	border-top: solid 1px #e9e7e3;
}
.paging ul {
	clear: both;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.paging li {
	display: inline-block;
	margin: 0 1px 3px;
	padding: 0;
}
.paging li a,
.paging li span {
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
	background-size: 90px 30px;
	-webkit-background-size: 90px 30px;
	-moz-background-size:   90px 30px;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 115%;
	border: solid 1px #b2b1af;
	color: #2f2a2a;
	text-decoration:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.paging li span {
	color: #cccccc;
	border: none;
}
.paging li:first-child a,
.paging li:last-child a {
	border: none;
	border: solid 1px #b2b1af;
}
.paging li:first-child span,
.paging li:last-child span {
	border: none;
	border: solid 1px #cccccc;
}
.paging li:first-child { float:left; }
.paging li:last-child { float:right; }

#story .paging li:nth-child(2) a {
	width: 150px;
}

@media (max-width: 767px) {
	.paging li {
		margin: 0 0 px;
	}
	.paging li a,
	.paging li span {
		padding: 10px 5px;
		background-size: 30px 33px;
		-webkit-background-size: 30px 33px;
		-moz-background-size:  30px 33px;
	}
	.paging li:first-child a,
	.paging li:last-child a,
	.paging li:first-child span,
	.paging li:last-child span {
		padding: 10px 16px;
		background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		border: none;
	}
	.paging.number li:first-child a,
	.paging.number li:last-child a,
	.paging.number li:first-child span,
	.paging.number li:last-child span {
		padding: 10px;
		text-indent: -9999px;
		background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		border: none;
	}
	.paging li:first-child { float:none; }
	.paging li:last-child { float:none; }
	.paging li:first-child a {
		background-position: left center;
		background-image: url(../img/parts/arrowPagingPrev.png);
	}
	.paging li:last-child a {
		background-position: right center;
		background-image: url(../img/parts/arrowPagingNext.png);
	}
	.paging li:first-child span {
		background-position: left center;
		background-image: url(../img/parts/arrowPagingPrevNolink.png);
	}
	.paging li:last-child span {
		background-position: right center;
		background-image: url(../img/parts/arrowPagingNextNolink.png);
	}
	#story .paging li:nth-child(2) a {
		width: 90px;
	}
}

/* ------------------------------------
 *  Copy Guard
 * ------------------------------------ */

.photo {
	display: block;
	overflow: hidden;
	text-align: center;
}

img.guard {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none;
	z-index: 100;
}

/* ------------------------------------
 * SNS
 * ------------------------------------ */

.sns {
	zoom:1;
	overflow: hidden;
}
.sns li {
	display: inline-block;
	padding: 6px;
}
.sns li a {
	display: block;
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	background-color: #c3c3c3;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.sns li img {
	width: 100%;
}

/* ------------------------------------
 * BANNER
 * ------------------------------------ */

.bnrArea {
	margin: 20px auto 0;
	text-align: center;
}
.bnrArea a,
.bnrArea span {
	display: inline-block;
	margin-bottom: 2%;
	-webkit-box-shadow: 0px 4px 15px 0 rgba(30,30,30,0.2);
	box-shadow: 0px 4px 15px 0 rgba(30,30,30,0.2);
}
.bnrArea img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}
.bnrArea ul {
    padding: 5%;
    zoom:1;
    overflow: hidden;
}
.bnrArea ul li {
    width: 50%;
    float: left;
}
.bnrArea ul li a {
    width: 96%;
    margin: 0 auto 2%;
}
.bnrArea ul li a img {
    max-width: none;
    width: 100% !important;
}

@media screen and (max-width: 767px) {
	.bnrArea {
		margin: 5% auto;
		width: 90%;
	}
    .bnrArea ul li {
        width: 100%;
        float: none;
    }
}

/* ------------------------------------
 * Table
 * ------------------------------------ */

table {
	position: relative;
	border-collapse: separate;
	border-spacing: 0;
}


/* ------------------------------------
 * Go To TOP
 * ------------------------------------ */
 
#toTop {
	position: fixed;
	bottom: 12px;
	right: 7px;
	z-index: 1000;
}
#toTop a {
	overflow: hidden;
	display: block;
	width: 30px;
	height: 30px;
	background-color: rgba(187,74,90,0.3);
	background-image: url(../img/parts/btn_totop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	text-indent: -9999px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* ------------------------------------
 * Footer
 * ------------------------------------ */

footer {
	padding-top: 20px;
	font-size: 90%;
	background: #f5f3ef;
	overflow: hidden;
	zoom: 1;
}
footer h1 {
	width: 270px;
	margin: 3% auto;
}
footer h1 .logo {
	width: 70%;
	margin: 0 auto 8%;
}
footer h1 img {
	width: 100%;
}
footer nav li {
	font-family: "Crimson Text", sans-serif;
	padding: 0 10px 10px;
	display: inline-block;
}
footer nav li a {
	text-decoration: none;
}
footer #footerNav li span {
	color: #cccccc;
}
footer .notice {
	width: 960px;
	margin: 3% auto;
}
footer #fcNav {
	padding: 2% 3%;
	background-color: #c3c3c3;
	font-size: 83%;
	color: #6e6e73;
}
footer #fcNav a {
	display: inline-block;
	margin: 5px;
	text-decoration: none;
	color: #6e6e73;
}
footer #fcNav a:hover {
	text-decoration: underline;
}
footer small {
	display: block;
	padding: 20px 0;
	background: #ad1127;
	font-size: 83%;
	color: #ffffff;
}


@media (max-width: 1000px) {
	footer .notice {
		width: 94%;
	}
}

@media (max-width: 767px) {
	footer {
		padding-top: 5%;
	}
	footer h1 {
		width: 180px;
		margin: 5% auto;
	}
	footer .notice {
		margin: 5% auto;
		padding: 2%;
	}
}


/*--- clearfix ------------------*/

header nav:after,
#gNav ul:after,
#menu ul:after,
#memberNav ul:after,
.list li:after,
.itemList:after,
#story dl.thumbBox:after,
.paging ul:after,
.btnList:after,
.bnrArea ul:after,
footer nav ul:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}

