@charset "utf-8";
/* for bootstrap */
@media print {
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
}
body {
	font-family: 'Exo', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	background-color: #000;
	letter-spacing: 0.075em;
}
img {
	max-width: 100%;
}

ul, li, dl, dt, dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 11px;
	}
}
a {
	outline: 0px none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #fff;
}

a, a:link, a:visited, a:active {
	outline: 0px none;
	font-weight: bold;
	text-decoration: none;
	-webkit-touch-callout: none;
}
a:hover {
	color: #e40016;
}



.btn-gray, a.btn-gray {
	background-color: #9c9c9c;
	color: #FFFFFF;
	font-weight: 600;
}
.btn-gray:hover {
	color: #FFFFFF;
	background-color: #7C7C7C;
}
.btn-twitter, a.btn-twitter {
	background-color: #55acee;
	color: #fff;
	border: none;
}
.btn-twitter:hover, a.btn-twitter:hover {
	background-color: #1c6399;
	color: #fff;
	border: none;
}
.btn-facebook, a.btn-facebook {
	background-color: #3b539a;
	color: #fff;
	border: none;
}
.btn-facebook:hover, a.btn-facebook:hover {
	color: #fff;
	background-color: #304A7A;
}
.btn-pill {
	border-radius: 200em;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.nowrap {
	white-space: nowrap;
}

.ellipsis {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis; /* Required for IE8 */
    -o-text-overflow: ellipsis; /* Required for Opera */
    text-overflow: ellipsis;
}
.hide {
	display: none;
}
  
.show {
	display: block;
}
.clear {
	clear: both;
	float: none;
}

.indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.indent-childs>* {
	text-indent: -1em;
	padding-left: 1em;
}
.w100 {
	width: 100%;
}
.w50 {
	float: left;
	width: 50%;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.ml3 {
	margin-left: 3px;
}
.ml8 {
	margin-left: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}

.mlr5 {
	margin-right: 5px;
	margin-left: 5px;
}
.mlr10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mlr15 {
	margin-right: 15px;
	margin-left: 15px;
}
.mlr20 {
	margin-right: 20px;
	margin-left: 20px;
}
.mlr40 {
	margin-right: 40px;
	margin-left: 40px;
}

.form-control.inline {
	display: inline-block;
	width: auto;
}
.form-control.inline[type=text] {
	width: 200px;
}
.form-gray {
	-webkit-appearance: none;
	color: #fff;
	background-color: #000;
	border: 1px solid #666;
	border-radius: 0;
	position: relative;
	background-image: url(../img/common/tri-red.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 10px auto;
}
.form-gray:hover {
	border-color: #e40016;
}

label {
	font-weight: normal;
	margin-right: 20px;
}
.row.row-narrow {
	margin-right: -5px;
	margin-left: -5px;
}
.row.row-narrow>* {
	padding-right: 5px;
	padding-left: 5px;
}



#headerWrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	height: 60px;
	background-color: rgba(0,0,0,0.9);
}
#header {

}
#header  h1 {
	margin: 0px;
	text-align: center;
	display: block;
	width: 115px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 60px;
}
#header  .logo {
	width: 35px;

}
#header .hidden-xs .navi {
	line-height: 60px;
	position: absolute;
	left: 115px;
	top: 0px;
}
#header .hidden-xs .navi li {
	float: left;
}

#header .hidden-xs .navi a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	display: block;
	margin-right: 40px;
}
#header .hidden-xs .snsLinks a,
#header .hidden-xs .navi a {
	display: block;
	position: relative;
}
#header .hidden-xs .snsLinks a:hover:after,
#header .hidden-xs .navi a:hover:after,
#header .hidden-xs .navi a.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
#header .hidden-xs .snsLinks {
	position: absolute;
	top: 0px;
	right: 10px;
	white-space: nowrap;
	line-height: 60px;
}
#header .hidden-xs .snsLinks li {
	float: left;
	margin-right: 30px;
}





#contents {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;

}
#contents #main {
	padding-top: 60px;
}
#contents #main .inner {
	/* max-width: 1280px; */
	margin-right: auto;
	margin-left: auto;
}
#contents #main .inner2 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#footerWrap {
	/*
	height: 210px;
	*/
	padding: 20px;
	position: relative;

}



#footer {
	font-size: 14px;
	color: #666;
	padding: 25px 0;
	letter-spacing: 0.075em;
	width: 350px;
	margin: 0 auto;
	text-align: right;
}
#footerWrap #footer p {
	margin-bottom: 5px;
}
#footerWrap #footer .logo {
	position: relative;
	left: -5px;
	width: 300px;
}
#footerWrap .footerNews {
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 20px;
	background-color: #000;
	width: 100%;
	z-index: 999;
}
#footerWrap .footerNews ul {
	display: none;
}


.fancybox-close {
	background-image: none !important;
	width: auto !important;
    top: -25px !important;
    right: 0 !important;
}
.fancybox-close:after {
	content: "CLOSE X";
	color: #fff;
	white-space: nowrap;
}
.fancybox-close:hover:after {
	color: #e40016;
}
.fancybox-skin {
	background-color: #000 !important;
}
.fancybox-inner {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
h1.page-title {
	font-size: 40px;
	line-height: 100px;
	font-weight: 600;
	margin: 0 0 0 15px;
}
.btn-prev {
	line-height: 54px;
	display: block;
	border-top: 1px solid #ccc;
	background-image: url(../img/common/icon-arrow-prev.png);
	background-repeat: no-repeat;
	background-position: 0 47%;
	background-size: 6px auto;
	padding-left: 15px;
	text-align: left;
	color: #000;
	font-weight: 300;
}
.btn-next {
	line-height: 54px;
	display: block;
	border-top: 1px solid #ccc;
	background-image: url(../img/common/icon-arrow-next.png);
	background-repeat: no-repeat;
	background-position: 100% 47%;
	background-size: 6px auto;
	padding-right: 15px;
	text-align: right;
	color: #000;
	font-weight: 300;
}
.shareBox {
	text-align: right;
	border-top: 1px solid #ccc;
	line-height: 1;
    padding-top: 13px;
}
.shareBox li {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 10px;
}
.shareBox  .fb-like, .shareBox .twitter-share-button {
	line-height: 1;
	vertical-align: middle;
}
@media (max-width: 767px) {
	table.tbl-responsive tr {
		display: block;
	}
	table.tbl-responsive th, table.tbl-responsive td {
		display: list-item;
		width: auto;
		list-style-type: none;
	}
	table.tbl-responsive th {
		text-align: left;
	}
	table.tbl-responsive td {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
}
.ul-dot {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bcbcbc;
}
.ul-solid {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #bcbcbc;
}
hr.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9b9b9b;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	clear: both;
	float: none;
}
