/* ##### common ##### */
body {
	font-family: 'Abel', "游ゴシック", YuGothic, sans-serif;
	font-weight: 500;
	letter-spacing:0.02em;
	color:#ffffff;
	font-size:16px;
	background:#000000;
}
a {
	color:#95ECFF;
	transition: all 300ms 0s ease;
}
a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#com_container {
	background:#000000;
	height:100%;
    padding-top: 100px;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

#topBtn {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 250;
  background: url(../img/arrow.svg) rgba(32,32,32,0.8);
  background-size: cover;
  border: 1px solid #cccccc;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.2s linear 0s;
}
#topBtn.scrolled {
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  cursor: pointer;
}
#topBtn.scrolled:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lora', serif;
	font-weight:normal;
	margin:0;
}
/* table */
table {
	border-bottom:#777777 1px solid;
}
table tr:nth-child(2n)>* {
	background:#222222;
}
table tr:nth-child(2n-1)>* {
	background:#111111;
}
table td, table th {
	border-top:#777777 1px solid;
	padding:15px 20px;
	vertical-align:top;
}
table.com_table_smallpadding td {
	padding:15px 2px;
}
/* common classes */
.com_contentbox {
	width:100%;
	padding:0 0 100px 0;
}
.com_contentbox_inner {
	width:1000px;
	margin:0 auto;
}
.com_contentbox_inner_top {
	padding-top:120px;
}
.com_contentbox_inner h1 {
	text-align:center;
	font-size:60px;
}
.com_contentbox_inner h1.com_contentbox_subttl {
	font-size:40px;
	font-family: 'Abel', "游ゴシック", YuGothic, sans-serif;
	margin-bottom:10px;
}

/* ##### header ##### */
header {
	width:100%;
	height:100px;
	background:#000000;
	position:fixed;
	z-index:10000;
	line-height:100px;
	color:#ffffff;
	text-align:right;
	padding:0 20px;
}
header h1 {
	display:block;
	float:left;
	height:80px;
}
header h1 a {
	display:block;
	margin-top:15px;
	height:60px;
}
header h1 a img {
	display:block;
	height:100%;
}
header nav>a, header nav div.top_withSubs {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	margin-left:2em;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
header nav div.top_withSubs a {
	color:#ffffff;
	text-decoration:none;
}
header nav>*:first-child {
	margin-left:0;
}
header nav div.top_withSubs a.header_link_taylor {
	color:#ff0000;
}
header nav>*.header_link_notcontents {
	color:#aaccff;
}
header nav div.top_withSubs div.top_subs {
  display: none;
  position: absolute;
  left: -1em;
  top: 100px;
  background: #000000;
}
header nav div.top_withSubs:hover div.top_subs {
  display: block;
}
header nav div.top_withSubs div.top_subs a {
  display: block;
  white-space: nowrap;
  padding: 0px 2em;
  line-height: 70px;
  border-top:1px solid #444444;
  text-align: left;
}

/* ##### footer ##### */
footer {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:left;
	background:#000000;
}
#footer_inner {
	max-width:1000px;
	margin:0 auto;
}
#footer_inner a {
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	margin-right:1em;
}
#footer_copyright {
	display:block;
	float:right;
}


/* ##### responsive ##### */
@media (max-width: 999px) {
  header nav a.header_link_notcontents { display: none; }
  #footer_inner { padding: 0 10px; }
}
@media (min-width: 769px) {
	.forSP {
		display:none;
	}
	#com_sp_drawerbtn {
		display:none;
	}
	article {
		min-width:1000px;
	}
	header nav {
		min-width:726px;
	}
}
@media (max-width: 768px) {
  #com_container { padding-top: 60px; }
	/* common classes */
	.com_contentbox_inner {
		width:90vw;
	}
	.forPC {
		display:none;
	}
	body {
		font-size:14px;
	}
	header {
		height:60px;
		padding:0 10px;
	}
	.com_contentbox_inner_top {
		padding-top:60px;
	}
	.com_contentbox_inner h1 {
		text-align:center;
		font-size:12vw;
	}
	.com_contentbox_inner h1.com_contentbox_subttl {
		font-size:8vw;
		font-family: 'Abel', "游ゴシック", YuGothic, sans-serif;
		margin-bottom:10px;
	}
	table.com_table_smallpadding th {
		padding:15px 2px 15px 7px;
	}
	header h1 {
		height:60px;
	}
	header h1 a {
		height:40px;
		margin-top:10px;
        margin-left: 5px;
	}
	header nav {
		display:none;
		position:absolute;
		width:100%;
		height:100vh;
		top:0;
		left:0;
		background:#000000;
		padding-top:60px;
    overflow: scroll;
    text-align: left;
    font-size: 0;
    line-height: 1;
	}
	header nav>a, header nav div.top_withSubs {
		display:inline-block;
		width:49.8%;
    vertical-align: top;
		text-align:center;
		font-size:20px;
		margin:0;
		line-height:60px;
		border-bottom:1px solid #444444;
	}
	header nav div.top_withSubs.top_subs_active {
    border-bottom: 0; 
  }
	header nav>*:first-child, header nav>*:nth-child(2) {
		border-top:1px solid #444444;
	}
  header nav>*:nth-child(2n+1) {
    border-right: 1px solid #444444;
  }
  header nav a.header_link_notcontents { display: inline-block; }
  header nav div.top_withSubs div.top_subs {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
		border-bottom:1px solid #444444;
    line-height: 1;
    font-size: 0;
    text-align: left;
    background: #111111;
  }
  header nav div.top_withSubs:nth-child(2n) div.top_subs { left: -50vw; }
  header nav div.top_withSubs:hover div.top_subs { display: none; }
  header nav div.top_withSubs div.top_subs a {
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    width: 49.8%;
    text-align: center;
  }
  header nav div.top_withSubs div.top_subs a span {
    font-size: 12px;
  }
  header nav div.top_withSubs div.top_subs a:nth-child(2n+1) {
    border-right: 1px solid #444444;
  }
  header nav div.top_withSubs div.top_subs a:nth-child(2n):nth-last-child(2) {
    position: relative;
  }
  header nav div.top_withSubs div.top_subs a:nth-child(2n):nth-last-child(2):after {
    content: "";
    width: 100%;
    height: 1px;
    background: #444444;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
	#com_sp_drawerbtn {
		display:block;
		position:fixed;
		z-index:10001;
		width:60px;
		height:60px;
		top:0;
		right:0;
	}
	#com_sp_drawerbtn span {
		display:block;
		position:absolute;
		width:26px;
		height:2px;
		background:#ffffff;
		left:17px;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	#com_sp_drawerbtn span:nth-child(1) { top:19px; }
	#com_sp_drawerbtn span:nth-child(2) { top:29px; }
	#com_sp_drawerbtn span:nth-child(3) { top:39px; }
	
	#com_sp_drawerbtn.com_sp_drawerbtn_on span:nth-child(1) {
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:30px;
		background:#ffffff;
	}
	#com_sp_drawerbtn.com_sp_drawerbtn_on span:nth-child(2) {
		background:none;
	}
	#com_sp_drawerbtn.com_sp_drawerbtn_on span:nth-child(3) {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		background:#ffffff;
	}
	#footer_inner {
		width:90vw;
		text-align:center;
	}
	#footer_inner a {
		display:none;
	}
	#footer_copyright {
		display:inline-block;
		float:none;
	}
}
@media (max-width: 449px) {
  /* table */
/*
  table td, table th {
    display: block;
    text-align: left;
  }
  table th { font-size: 125%; }
  table td {
    border-top: #333333 solid 1px;
  }
  table tr:nth-child(2n-1) td { border-top-color: #202020; }
*/
  table td, table th {
    font-size: 11px;
    padding: 10px 5px;
  }
}
@media (max-width: 349px) {
  table td, table th {
    font-size: 10.5px;
    padding: 8px 3px;
  }
}

/* ## 表示制御 ## */
@media (min-width: 769px) {
	.o768 { display:initial; }
	.u768 { display:none; }
}
@media (max-width: 768px) {
	.o768 { display:none; }
	.u768 { display:initial; }
}
@media (min-width: 450px) {
	.o449 { display:initial; }
	.u449 { display:none; }
}
@media (max-width: 449px) {
	.o449 { display:none!important; }
	.u449 { display:initial!important; }
}
@media (min-width: 375px) {
	.o374 { display:initial; }
	.u374 { display:none; }
}
@media (max-width: 374px) {
	.o374 { display:none; }
	.u374 { display:initial; }
}
@media (min-width: 350px) {
	.o349 { display:initial; }
	.u349 { display:none; }
}
@media (max-width: 349px) {
	.o349 { display:none; }
	.u349 { display:initial; }
}