@charset "utf-8";
body {
	font-size: 12px;
	color: #000;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 18px ;
	text-align: center;
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
	border-top: 5px solid #333;
}

a:link {
	color: #06C ;
	text-decoration: none;
}

a:visited {
	color: #06C ;
	text-decoration: none;
}

a:hover	{
	color:#0000FF;
	text-decoration:underline;
}

div {
	padding: 0px;
	margin: 0px;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


#entrance {
	width: 800px;
	margin: 20px auto 20px auto;
}

#entrance h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}

.en_cap {
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}

.en_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #666;
	border-radius: 5px;
	font-weight: bold;;
	padding: 0px 2px;
	margin-top: 5px;
	width: 390px;
}

.en_button:link {
	color:#fff;
}

.en_button:visited {
	color:#fff;
}

.en_button:hover {
	background-color: #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration:none;
}

.en_button::before,
.en_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.en_button,
.en_button::before,
.en_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.top_button {
	display: inline-block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #333;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}

.top_button:link {
	color:#fff;
}

.top_button:visited {
	color:#fff;
}

.top_button:hover {
	background-color: #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration:none;
}

.top_button::before,
.top_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.top_button,
.top_button::before,
.top_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#base {
	margin: 0px auto;
	width: 1100px;
}

.p-author .profile .p-name {
	font-size: 20px;
	text-align: right;
}

#header {
	text-align: left;
	padding: 30px 0px 0px 30px;
	margin: 0px auto 20px auto;
	width: 1300px;
	clear: both;
}

.header_bt {
	text-align: center;
	float: right;
	margin-top: 20px;
}

.header_bt li {
	list-style: none;
	float: left;
	font-size: 18px;
	font-weight: bold;
	width: 110px;
	padding: 5px;
	border-left: 1px solid #CCC;
}

.header_bt_font_s {
	font-size: 12px;
	font-weight: lighter;
}

.header_menu {
	display: inline-block;
	text-align: centene;
	outline: none;r;
	text-decoration: no
}

.header_menu:link {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	width: 110px;
	padding: 5px 0px;
}

.header_menu:visited {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	width: 110px;
	padding: 5px 0px;
}

.header_menu:hover {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	width: 110px;
	text-decoration:none;
	padding: 5px 0px;
}

.header_menu::before,
.header_menu::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.header_menu,
.header_menu::before,
.header_menu::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contents_left {
	width: 250px;
	float: left;
	margin: 10px auto;
}

#contents_left h1 {
	text-align: left;
	font-size: 20px;
	margin: 0;
}

#contents_left h2 {
	text-align: left;
	font-size: 10px;
	color: #666;
	margin: 0px 0px 0px 5px;
}

#line_up {
	width: 240px;
	margin: 0px auto 20px auto;
}

#line_up ul {
	margin: 0px auto;
	padding: 3px;
	background: #F0F0F0;
	border-radius : 5px;
}

#line_up li {
	width: 210px;
	list-style: none;
	margin: 5px auto;
	border-bottom: 1px dotted #999;
}

#line_up h1 {
	text-align: left;
	font-size: 12px;
	width: 200px;
	margin: 0px auto;
}

#line_up h2 {
	text-align: left;
	color: #F00;
	font-size: 12px;
	font-weight: normal;
	width: 200px;
	margin: 0px auto;
}

.lang_eng {
	border:1px solid #FDE5BC;
	border-radius: 3px;
	background-color:#FDE5BC;
	color:#B28433;
	padding: 2px;
	width: 50px;
	text-align: center;
	margin: 0px 3px 2px 0px;
	float: left;
}

.lang_chs {
	border:1px solid #BDBCFD;
	border-radius: 3px;
	background-color:#BDBCFD;
	color:#3533B2;
	padding: 2px;
	width: 50px;
	text-align: center;
	margin: 0px 3px 2px 0px;
	float: left;
}

.lang_cht {
	border:1px solid #BCFDC1;
	border-radius: 3px;
	background-color:#BCFDC1;
	color:#33B23E;
	padding: 2px;
	width: 50px;
	text-align: center;
	margin: 0px 3px 2px 0px;
	float: left;
}

#contents_center {
	width: 500px;
	float: left;
	margin: 0px auto;
	padding:0px 50px;
}

#contents_center h1 {
	padding-top : 10px;
 	border-top: 1px solid #aaa;
 	border-bottom: 1px solid #aaa;
}

#contents_center h1 span {
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #666;
	font-size: 12px;
}

#newinfo {
	margin: 0px auto;
	text-align: left;
	border: 1px solid #aaa;
	padding: 5px;
}

#newinfo dl {
	border-bottom: 1px dotted #333333;
	margin: 0px 0px 5px 0px;
}

#newinfo dd{
	margin: 0px auto 0px auto;
	font-weight:bold;
	font-size: 12px;
}

#newinfo dt{
	margin: 0px 2px 5px 2px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

#newinfo li {
	float: left;
	list-style: none;
	text-align: center;
	font-weight: bold;
	width: 80px;
	margin: 0px 5px 0px 0px;
}

.newinfo_area {
	float: left;
	width: 385px;
}

.label_pro {
	border:1px solid #F30;
	border-radius: 3px;
	color: #F30;
}

.label_pub {
	border:1px solid #09F;
	border-radius: 3px;
	color: #09F;
}

.label_eve {
	border:1px solid #3C0;
	border-radius: 3px;
	color: #3C0;
}

.label_pro2 {
	border:1px solid #666;
	border-radius: 3px;
	color: #666;
}

.label_pro3 {
	border:1px solid #F30;
	border-radius: 3px;
	background-color: #F30;
	color: #fff;
}


.label_other {
	border:1px solid #633;
	border-radius: 3px;
	color: #633;
}


#information_txt {
	font-size: 12px;
	margin: 20px 10px 10px 0px;
	text-align:left;
	color:#000;
	background-image:none;
	background-color: #fff;
}

#information_txt h2{
	margin: 0px 2px 0px 2px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	border-bottom: 1px dotted #333333;
}

#topics {
	text-align: left;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#topics h1 {
	position: relative;
	border: none;
	padding: 5px 0px 10px 30px;
	font-size: 16px;
	margin: 0px;
	color: #333;
}

#topics h1::before,
#topics h1::after {
	position: absolute;
	content: '';
	border-radius: 100%
}

#topics h1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}

#topics h1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

#topics h2 {
	position: relative;
	padding: 1px 0px 0px 14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#topics h2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f150";
	position: absolute;
	font-size: 14px;
	left: 0px;
	top: 0px;
	color: #666; 
}

.txt_area {
	color: #333;
	font-size: 14px;
	margin: 0px 5px 5px 5px;
	padding-bottom: 5px;
	line-height: 24px;
}

.txt_area_bn {
	margin-left: 40px;
}

.txt_area_bn img {
	margin: 5px;
	float: left;
}

.contents_jump {
	text-align: right;
	margin: 5px 0px 5px 0px;
}

ul.contents_jump li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.jump_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	outline: none;
	background-color: #666;
	border-radius: 5px;
	font-weight: bold;;
	font-size: 12px;
	padding: 0px 5px;
	min-width: 150px;
	max-width: 300px;
}

.jump_button:link {
	color:#fff;
}

.jump_button:visited {
	color:#fff;
}

.jump_button:hover {
	background-color: #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration:none;
}

.jump_button::before,
.jump_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.jump_button,
.jump_button::before,
.jump_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.dl_button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #666;
	border-radius: 5px;
	font-weight: bold;;
	padding: 0px 5px;
}

.dl_button:link {
	color:#fff;
}

.dl_button:visited {
	color:#fff;
}

.dl_button:hover {
	background-color: #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration:none;
}

.dl_button::before,
.dl_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.dl_button,
.dl_button::before,
.dl_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#information_txt {
	font-size: 12px;
	margin: 20px 10px 10px 0px;
	text-align:left;
	color:#000;
	background-image:none;
	background-color: #fff;
}

#information_txt h1{
	margin: 10px auto 0px auto;
	font-weight:bold;
	font-size: 12px;
}

#information_txt h2{
	margin: 0px 2px 0px 2px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	border-bottom: 1px dotted #333333;
}

.comingsoon {
	background-color: #333;
	color: #FFF;
	margin-bottom: 2px;
	padding: 2px;
}

.top {
	width: 930px;
	margin: 0px auto 10px auto;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

#menu {
	background-repeat: no-repeat;
	margin: 10px auto;
	text-align: center;
	width: 906px;
	height: 53px;
}

#menu table {
	padding-top: 6px;
}

#menu td {
	border-right: 1px solid #808080;
}

#menu img {
	padding: 0px;
	margin:0px;
	width: 125px;
	height: 40px;
}

.contents_base_left {
	width: 243px;
	text-align: center;
	background-repeat: repeat-y;
}

.webclap {
	margin: 5px 0px;
	text-align: right;
}

.sell_banner {
	width: 630px;
	margin: 0px auto;
}

.sell_banner img {
	margin-right: 5px;
}

#lineup {
	width: 220px;
	margin: 0px auto;
}

#lineup table {
	width: 220px;
	text-align: center;
	padding: 5px;
}

.caption h1 {
	padding-top : 20px;
	padding-bottom: 10px;
 	border-top: 1px solid #aaa;
 	border-bottom: 1px solid #aaa;
}

.caption h1 span {
	display: block;
	margin-bottom: 2px;
	color: #666;
	font-size: 12px;
}

#lineup td {
	padding 0px;
	border-bottom: 1px dotted #000;
}

#contents_right {
	width: 696px;
	float: left;
	background-color: #fff;
	padding-bottom: 10px;
}

#contents_right p {
	margin: 7px auto 0px auto;
}

#contents_right h1 {
	margin: 5px;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	padding: 3px;
	font-weight: bold;
}

.contents_base_right {
	width: 695px;
	text-align: center;
	background-repeat: repeat-y;
}

table.info {
	width: 685px;
	margin: 0px auto;
}

td.info_img {
	width: 200px;
	padding: 5px;
}

td.info_txt {
	text-align: left;
	padding: 10px;
	width: 420px;
}

td.info_txt_only {
	width: 590px;
	text-align: left;
	padding: 10px;
}

.info li {
	list-style-type: none;
	margin: 3px auto;
	font-weight: bold;
	font-size: 14px;
}

.info dd {
	margin: 0px;
	font-weight: bold;
}

.info dt {
	margin: 0px 0px 0px 5px;
}

.ver_info {
	width: 650px;
	height: 70px;
	overflow: auto;
	border: 1px solid #666;
}


.twitter_area {
	height: 255px;
}

#steam {
	width: 220px;
	margin: 0px auto;
	text-align: left;
}

#steam table {
	width: 220px;
	text-align: left;
	padding: 5px;
}

#steam td {
	padding 0px;
	border-bottom: 1px dotted #000;
}

#footer{
	width: 100%;
	clear: both;
	color: #fff;
	margin: 10px auto 0px auto;
	padding: 50px 0px 50px 0px;
	background-position: bottom;
	background-color: #000;
}

#product {
	width: 900px;
	margin: 0px auto;
	padding-top: 10px;
}

#product img {
	margin: 5px auto;
}

#product table {
	width: 860px;
	margin: 10px auto 0px auto;
	padding: 10px;
	border-bottom: 1px dashed #333;
}

#product td {
	text-align: left;
	border-bottom: 1px dotted #999;
}

.prcap {
	width: 100px;
	color: #666;
}

.prc {
	width: 400px;
	font-weight: bold;
	color: #000;
}

#product h1 {
	color: #06C;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

#product img {
	margin: 5px auto;
}

#product li {
	list-style: none;
	list-style-position: inside;
	height: 20px;
	margin: 0px;
	text-align: left;
}

.new {
	border-radius: 5px;
	background: #F00;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 5px 0px 0px;
}

#product a:link	{
	color:#903;
	vertical-align: top;
	text-decoration: none;
}

#product a:visited	{
	color:#903;
	vertical-align: top;
	text-decoration: none;
}

#product a:hover {
	color:#F00;
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
}

download {
	margin: 0px auto;
	width: 880px;
	padding: 10px;
	background-color: #2D2D2D;
	color: #fff;
}

#download_sub {
	margin: 0px auto;
	width: 880px;
	padding: 10px;
	background-color: #2D2D2D;
	color: #fff;
}

#download table {
	width: 860px;
	margin: 0px auto 20px auto;
	color: #fff;
	font-weight: bold;
}

#download td {
	width: 210px;
}

#download_sub table {
	width: 810px;
	color: #fff;
	margin: 10px auto 50px auto;
	border: 1px solid #fff;
}


#download_sub h1 {
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 8px auto 5px 30px;
	padding: 0px auto 0px auto;
}

#download_sub h2 {
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin: 15px auto 0px 40px;
}

td.dltitle {
	width: 200px;
	padding: 5px;
	color:#fff;
	text-align: center;
	border-right: 1px solid #fff;	
	border-bottom: 1px dotted #fff;
}

td.dl {
	padding: 5px;
	color: #fff;
	text-align: left;
	border-bottom: 1px dotted #fff;
}

#about {
	margin: 0px auto;
}

.about_contents {
	margin: 0px auto;
	font-size: 14px;
	text-align: left;
	width: 780px;
	border: 1px solid #000;
	padding: 5px;
}

#about h1{
	margin: 10px auto 5px auto;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-align: left;
	width: 795px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

.mail_form {
	font-weight: bold;
}

#recruit {
	width: 880px;
	padding: 10px;
	text-align: left;
	margin: 10px auto;
}

#recruit .main {
	width: 830px;
	padding: 10px;
	border: 1px solid #CCC;
	border-top: none;
	margin: -13px auto 0px auto;
}

#recruit h1 {
	position: relative;
	padding: 10px 0px 10px 20px;
	background-color: #f0f0f0;
	font-size: 18px;
}

#recruit h1::before,
#recruit h1::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}

#recruit h1::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}

#recruit h1::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #ccc;
}

#recruit h2 {
	padding: 2px 0px 2px 10px;
	font-size: 16px;
	border-left: 5px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#recruit li {
	margin-left: 10px;
}

#recruit p {
	position: relative;
	padding: 1px 0px 0px 14px;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#recruit p:before {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	position: absolute;
	font-size: 14px;
	left: 0px;
	top: 0px;
	color: #666; 
}





table.recruit {
	width: 820px;
	margin: 10px auto;
}
	

#contact {
	width: 950px;
	padding: 20px;
	margin: 10px auto;
}

#contact h1 {
	position: relative;
	text-align: left;
	padding: 15px 10px 10px 35px;
	line-height: 24px;
	color: #333;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

#contact h1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	font-size: 1em;
	left: 0.25em;
	top: 0.5em;
	color: #333;
}

#contact h2 {
	font-size: 16px;
}

#contact p {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
}

.contact_txt {
	font-size: 14px;
	text-align: left;
	padding: 10px 50px 10px 50px;
}

#mail {
	margin: 0px auto;
	padding: 20px;
	height: 900px;
	border-top: 5px solid #808080;
}


#link {
}

#link table {
	margin: 0px auto;
}

#link textarea {
	width: 200px;
}

#link_bn table {
	width: 800px;
	border: 1px solid #000;
	margin: 0px auto 15px auto;
}

#link_bn td {
	width: 200px;
	padding: 10px;
}

#link_bn h1{
	margin: 10px auto 5px auto;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	text-align: left;
	width: 795px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

#event{
	margin: 0px auto;
	width: 878px;
	border: 1px solid #000;
	padding: 10px;
	margin: 10px auto;
	color: #333;
}

#event_left {
	width: 200px;
	padding: 10px;
	margin: 0px auto 0px 15px;
	text-align: right;
	background-color: #e5e5e5;
	background-repeat: repeat;
	float: left;
}

#event_right {
	width: 600px;
	float: left;
	text-align: left;
	margin-left: 20px;
}

#event table{
	width: 800px;
	text-align: left;
	margin: 10px auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666;
}

#event td{
	padding: 5px;
}

#event h1{
	background-color: #e5e5e5;
	width: 850px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

#event h2{
	margin: 0px;
	color:#333;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 9px;
	background-color: #CCC;
	border-left: 8px #333 solid;
	border-right: 8px #333 solid;
}

.cap_ex {
	background-color: #F30;
	color: #FFF;
	padding: 2px 5px 2px 5px;
	margin-right: 10px;
}

.hanpu {
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 869px;
}

#event_detail {
	text-align: left;
	font-size: 14px;
	width: 800px;
	margin: 5px auto 10px auto;
}

#event_info {
	width: 850px;
	margin: 10px auto;
}

.event_line {
	border-bottom: 1px dotted #666;
	height: 10px;
	width: 820px;
}

.event_info_img {
	float: left;
	text-align: left;
	margin: 10px 0px 0px 10px;
	
}

.event_info_txt {
	float: left;
	text-align: left;
	margin: 30px 0px 0px 50px;
}

.event_info_txt dd {
	width: 130px;
	margin: 0px 0px 0px 10px;
	border-radius: 5px;
	background: #333;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.event_info_txt dt {
	margin: 10px 0px 10px 30px;
	font-size: 16px;
	color: #333;
}

.international {
	width: 630px;
	margin: 0px auto;
}

.international p {
	background-color:#333;
	color:#FFF;
	width: 468px;
	padding: 3px;
}

.ent_steam {
	background-color: #333;
	color: #FFF;
	width: 775px;
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 5px auto;
}

.movie {
}

.movie img {
	margin: 5px auto;
	border: 1px solid #333;
}

/* タブボタン */

.tab_item {
	display: none;
}

.is-active-item {
	display: block;
}

.tab_btn {
	font-size: 16px;
	padding: 5px;
	display: inline-block;
	background-color: #666;
	opacity: 0.5;
	border-radius: 5px;
	margin-left: 15px;
	width: 200px;
}

.is-active-btn {
	opacity: 1;
	color: #fff;
}

.tab_item {}

.tab_btn:link {
	color:#fff;
}

.tab_btn:visited {
	color:#fff;
}

.tab_btn:hover {
	background-color: #ccc;
	border-radius: 5px;
	color: #333;
	text-decoration:none;
}