@CHARSET "UTF-8";

/**************************************************
 default
**************************************************/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
html,body {
    width: 100%;
}
body {
	font: 12px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrapper {
	width: 1020px;
	margin: auto;
}
.font14 {
	font-size: 14px;
}
.text-center {
	text-align: center;
}
.w540 {
	width: 540px;
}
.w490 {
	width: 490px;
}
.mt6 {
	margin-top: 6px;
}
.mb0 {
	margin-bottom: 0;
}
.mb10 {
	margin-bottom: 10px !important;
}
.ms0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/**************************************************
 header
**************************************************/
header {
	width: 100%;
	height: 80px;
	padding: 25px 0;
	background: #221815;
	background: -moz-linear-gradient(top center, #221815 10%, #595757 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#221815), to(#595757));
	background: linear-gradient(top center, #221815 10%, #595757 100%);
	background: -ms-linear-gradient(top center, #221815 10%, #595757 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff221815', endColorstr='#ff595757', GradientType=0)";
}
header .logo {
	margin-bottom: 15px;
	float: left;
}
header .search {
	float: right;
}
header .group {
	margin-left: 10px;
	float: left;
}
header .headerLine {
	width: 100%;
	border-bottom: 2px solid #F7AB00;
	overflow: hidden;
}

/**************************************************
 top
**************************************************/
#top {
	color: #fff;
	padding: 20px 0;
	background: -moz-linear-gradient(top center, #191717 15%, #6a6a6b 50%);
	background: -webkit-gradient(linear, left top, left bottom, from(#191717),color-stop(0.15,#191717),color-stop(0.50,#6a6a6b),to(#6a6a6b));
	background: linear-gradient(top center, #191717 15%, #6a6a6b 50%);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff191717,EndColorStr=#ff6a6a6b);
}

#top .boxBg {
	background: -moz-linear-gradient(left,rgba(76,73,72,1.0) 50%, rgba(76,73,72,0) 50%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(76,73,72,1.0)),color-stop(0.50,rgba(76,73,72,1)),color-stop(0.50,rgba(76,73,72,0)),to(rgba(76,73,72,0)));
	background: linear-gradient(left, rgba(76,73,72,1.0) 50%, rgba(76,73,72,0) 50%);
}
#top .box {
	background: #4C4948;
	border-radius: 0 10px 10px 0 / 0 10px 10px 0;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	overflow: hidden;
}

#top .box .col-xs-8 {
	padding-left: 0;
}
#top .box .col-xs-4 {
	padding-right: 0;
}

#top .face {
	width: 100%;
	padding-left: 10px;
	text-align: right;
	background: #F7AB00;
	float: left;
}

#top .face > img {
	width: 100%;
}

#top .controll {

}

#top .controll h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	
	float: left;
}

#top .controll .headLine {
	width: 100%;
	padding-right: 10px;
	margin: 15px 0 10px 0;
	float: left;
	overflow: hidden;
}

#top .controll .headLine form {
	float: left;
}

#top .controll label {
	width: 100%;
}
#top .controll .button-group {
	float: right;
}
#top .controll .group {
	margin: 0 5px;
	float: left;
}
#top .controll ul {
	width: 100%;
	margin-bottom: 5px;
	background: #2F2725;
	border-color:#F7AB00;
	border-width:0 0 0 6px;
	border-style:solid;
	list-style: none;
	float: left;
}
#top .controll ul li {
	padding: 7px 5px 1px;
	margin-left: 10px;
}

#top .controll ul.list li {
	border-color:#4C4948;
	border-width:0 0 1px 0;
	border-style:solid;
}

#top .controll ul.list li.last {
	border: none;
}

#top .controll ul li span {
	font-size: 14px;
	width: 25%;
	margin: 0 10px 0 0;
	display: inline-block;
}

#top .controll input[type="text"],#top .controll select {
	width: 70%;
	height: 22px;
	padding: 0px 10px;
	display: inline-block;
}

.login, .accountinfo {
	width: 260px;
	padding: 10px 10px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #807F80;
	float: left;
	overflow: hidden;
}
.login .button-group {
	margin-bottom: 5px;
	float: none !important;
}
.accountinfo .button-group {
	margin-bottom: 5px;
	float: left !important;
}

.login label {
	width: initial !important;
	display: inline;
}

.login input[type="text"],.login input[type="password"] {
	width: 115px !important;
	height: 22px;
	margin-right: 5px;
	display: inline-block;
}
.login input[type="checkbox"] {
	margin: 1px 0 0;
	vertical-align:middle;
}

.login small, .accountinfo small {
	margin-left: 5px;
}

.controll a small {
	font-size: 10px;
	color: #fff;
	display: inline-block;
}
.controll a small:hover {
	text-decoration: underline;
}
/**************************************************
 navi
**************************************************/
nav ul.menu {
	font-size: 14px;
}
nav ul.menu li {
	padding: 12px 15px;
	margin-bottom: 10px;
	color: #fff;
	background: #727171;
	position: relative;
}
nav ul.menu li.active {
	color: #221815;
	background: #F7AB00;
}
nav ul.menu li .bar-right {
	position: absolute;
	right: 232px;
	top: 0;
}
nav ul.menu li a {
	color: #fff;
}
nav ul.menu li.active a {
	color:  #221815;
}
nav ul.menu li a {
	text-decoration: none;
}

/**************************************************
 formBox
**************************************************/
.titleBox {
	padding: 20px 20px 15px;
	background: #F7AB00;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	overflow: hidden;
}
.titleBox h2 {
	font-size: 18px;
	margin: 0;
	color: #221815;
	float: left;
}
.titleBox .button-group {
	float: right;
}
.titleBox .group {
	margin: 0 5px;
	float: left;
}

/**************************************************
 contBox
**************************************************/
.contBox {
	padding: 20px;
/*  変更：SAKAGUCHI 2014.12.06
	background: -moz-linear-gradient(top center, #595757 30%, #231815 70%, #595757 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#595757),color-stop(0.30,#595757),color-stop(0.70,#231815),to(#595757));
	background: linear-gradient(top center, #595757 30%, #231815 70%);
*/
	background: #707070;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff595757,EndColorStr=#ff231815);
	overflow: hidden;
}
.results{
	background:#3E3A39;
}
.contBox h3 {
	margin: 5px 0 15px;
	font-size: 20px;
}
.contBox ul.formList,.contBox ul.formUser {
	padding-left: 20px;
	padding-right: 20px;
	background: #2F2725;
	border-color: #F7AB00;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-radius: 0 10px 10px 0 / 10px 10px 10px 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}
.contBox ul.formList {
	margin-bottom: 20px;
}
.contBox ul.formUser {
	width: 70%;
	background: #3E3A39;
}
.contBox ul.formList li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 2px solid #3E3A39;
}
.contBox ul.formUser li {
	padding: 15px 0;
	border-bottom: 2px solid #595757;
}
.contBox  ul.formList li.last,.contBox  ul.formUser li.last {
	border: none;
}
.contBox ul.formList li label{
	width: 100%;
	margin: 0;
}
.contBox li label span {
	font-size: 14px;
	text-align: left;
	padding: 10px 0 0;
	float: left;
}
.contBox ul.formList li label span.label {
	width: 110px;
}
.contBox ul.formUser li label span.label {
	width: 180px;
}
.contBox li .group {
	margin: 0 10px;
	float: left;
}
.contBox ul.formList li .group input,.contBox ul.formList li .group select { 
	width: 250px;
}
.button-original {
	padding: 5px;
	background: #221815;
}
.button-original button {
	padding: 3px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.button-reverse {
	padding: 5px;
}
.button-reverse button {
	padding: 3px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

/**************************************************
 popup form
**************************************************/
.popup-form li label span {
	font-size: 14px;
	text-align: left;
	padding: 10px 0 0;
	float: left;
}
.popup-form li .group {
	margin: 0 10px;
	float: left;
}

/**************************************************
 list of games
**************************************************/
ul.searchBox {
	width: 100%;
}

ul.searchBox li {
	border-bottom: 1px solid #221815;
	overflow: hidden;
}
ul.searchBox li div.bg {
	padding: 10px;
	margin: 10px 0;
	background: #3E3A39;
}
ul.searchBox li div.bg div {
	padding: 0 8px;
}
ul.searchBox li div p {
	margin: 0;
}

ul.searchBox li div.bg a {
	text-decoration: none;
}
ul.searchBox div p.listofgames-first {
	font-size: 16px;
	padding-bottom: 4px;
}
ul.searchBox div p.listofgames-second {
	font-size: 14px;
	padding-bottom: 6px;
}
ul.searchBox div p.listofgames-third {
	font-size: 12px;
	padding-right: 20px;
	width: 620px;
}

ul.searchBox div.distribution p.top,ul.searchBox div.serial p.top {
	margin-bottom: 10px;
}
.live-title, .video-title {
	width: 80px;
	margin-right: 10px;
	color: #fff;
/* 	background: #9FA0A0; */
	background: #3c7ba1;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	display: inline-block;
}

ul.searchBox div.about {
	width: 285px;
	margin-right: 10px;
}
ul.searchBox div.about span {
	width: 64px;
	height: 54px;
	padding: 20px;
	margin-right: 5px;
	color: #fff;
	background: #9FA0A0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	float: left;
}
ul.searchBox button.button-circle {
	width: 40px;
	height: 40px;
	color: #B81C22;
	background: #fff;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	a
}

/**************************************************
 list of competitions
**************************************************/
ul.searchBox div p.listofcompetitions-title {
	font-size: 14px;
}
ul.searchBox div p.listofcompetitions-first {
	font-size: 14px;
	padding-bottom: 4px;
	color: #ffffff;
}
ul.searchBox div p.listofcompetitions-second {
	font-size: 12px;
	padding-bottom: 6px;
	color: #ffffff;
}
ul.searchBox div p.listofcompetitions-third {
	font-size: 12px;
	padding-right: 20px;
	width: 500px;
	color: #ffffff;
}

.contBox span.title {
	font-size: 14px;
	text-align: left;
	width: 110px;
	float: left;
}
.contBox li label p.data {
	font-size: 14px;
	text-align: left;
	padding: 20px 0 0 0;
	float: left;
	display: block;
}

/**************************************************
 contents
**************************************************/
#contents {
	padding: 20px 0;
	background: #7d7d7d;
	box-shadow: 0px 0px 25px 10px #555;
	-moz-box-shadow: 0px 0px 25px 10px #555;
	-webkit-box-shadow: 0px 0px 25px 10px #555;
}

#contents h2 {
	font: 15px 'Orbitron', sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #F7AB00;
	letter-spacing: 0.3em;
}
#contents h2 em {
	font-size: 20px;
	font-style: normal;
}
#contents h2 small {
	font-size: 10px;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #221815;
	margin-left: 5px;
	vertical-align: middle;
	letter-spacing: 0.3em;
}
#contents h2.black {
	color: #221815;
}

#contents .disp {
	width: 100%;
	height: 400px;
	overflow: auto;
}

#contents ul {
	padding-right: 30px;
	list-style: none;
}

#contents ul li {
	margin-bottom: 10px;
	border-bottom: 1px dashed #040000;
	overflow: hidden;
}

#contents ul li b {
	display: block;
}
#contents ul li b span {
	margin-right: 10px;
}

#contents ul li .desc {
/* 	width: 95%; */
	width: 100%;
	padding-left: 8px;
	margin-bottom: 10px;
	float: left;
}
/* 追加：SAKAGUCHI 2014.12.06 */
#contents ul li .desc a {
	color: #221815;
	text-decoration: none;
}
#contents .schedule ul li .desc {
	width: 95%
	padding-left: 10px;
	margin-bottom: 10px;
	border-color: #F7AB00;
	border-width: 0 0 0 6px;
	border-style: solid;
	float: left;
}
/* 追加：SAKAGUCHI 2014.12.03 */
#contents .schedule ul li .desc .schedule-title {  
	font-size: 14px;
	padding: 0px 0px 4px 0px;
}

/* 未使用：SAKAGUCHI 2014.12.03 */
#contents ul li .desc i {
	padding: 1px 4px;
	margin-right: 5px;
	font-size: 10px;
	color: #fff;
	background: #9FA0A0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* 追加：SAKAGUCHI 2014.12.03 */
#contents .topics ul li .desc .topics-title, #contents .news ul li .desc .news-title {  
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
}
/* 追加：SAKAGUCHI 2014.12.03 */
#contents .topics ul li .desc a {
	color: #909090;
/* 	color: #808080; */
	text-decoration: none;
}
/* 追加：SAKAGUCHI 2014.12.03 */
#contents .news ul li .desc a {
	color: #ffffff;
/* 	color: #808080; */
	text-decoration: none;
}

#contents ul li .link {
	/*width: 60px; 変更：SAKAGUCHI 2014.12.03 */
	width: 10px;
}
#contents ul li .link a {
	text-decoration: none;
}
#contents ul li .link a span {
	color: #221815;
	padding: 1px 5px;
	margin-left: 5px;
	border: 1px solid #221815;
}

#contents ul li .desc p ,#contents ul li .news p {
	margin: 0;
}

#contents .box {
	padding: 10px 0 15px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 10px 5px #666;
	-moz-box-shadow: 0px 2px 10px 5px #666;
	-webkit-box-shadow: 0px 2px 10px 5px #666;
	overflow: hidden;
}

.schedule {
	background: #fff;
}

.topics {
	color: #898989;
	background: #dfe0e1;
}

.news {
	color: #fff;
	background: #9c9d9d;
}

li.outer {
	display: table;
	width: 100%;
}
	* html li.outer {
		position: relative;
	}
	*+html li.outer {
		position: relative;
	}
.vertical_middle {
	display: table-cell;
	vertical-align: middle;
}
	* html div.vertical_middle {
		position: absolute;
		top: 50%;
	}
	*+html div.vertical_middle {
		position: absolute;
		top: 50%;
	}
.vertical_middle a.inner {
	margin: 0;
}
	* html .vertical_middle a.inner {
		position: relative;	
		top: -50%;
	}
	*+html .vertical_middle a.inner {
		position: relative;
		top: -50%;
	}

#contents-footer {
	padding: 80px 0;
	background: #7d7d7d;
	box-shadow: 0px 0px 25px 10px #555;
	-moz-box-shadow: 0px 0px 25px 10px #555;
	-webkit-box-shadow: 0px 0px 25px 10px #555;
}
/**************************************************
 add_user
**************************************************/
.bs-example-bg-classes p {
	padding: 15px;
	color: #333;
}
/**************************************************
 add_competition
**************************************************/
.wauto {
	width: auto !important;
}
/**************************************************
 modal
**************************************************/
.modal-body-list-newaccount li .title {
	color: #888888;
	position: absolute;
	padding-top: 10px;
}
.modal-body-list-newaccount li .form-control {
	margin-left: 120px;
	width: 300px;
	float: left;
}
.modal-body-list-password li .title {
	color: #888888;
	position: absolute;
	padding-top: 10px;
}
.modal-body-list-password li .form-control {
	margin-left: 180px;
	width: 300px;
	float: left;
}
/**************************************************
 calendar
**************************************************/
.calendar a {
	color: #fff;
}
.calendar a:hover {
	background: #F7AB00 !important;
}
.calendar .active a {
	background: #F7AB00 !important;
}
ul.year {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
ul.month {
	margin-bottom: 20px;
	text-align: center;
}
ul.month li {
	width: 8.1%;
}
ul.month small {
	display: block;
}
.calendar table {
	width: 100%;
	border: 1px solid #fff;
}
.calendar table th,.calendar table td {
	padding: 10px;
	border: 1px solid #fff;
}
.calendar table th {
	width: 14%;
	height: 40px;
	text-align: center;
}
.calendar table td {
	height: 80px;
	vertical-align: bottom;
	position: relative;
}
.calendar table td.today {
	background: #F7AB00;
}
.calendar table td span.day {
	position: absolute;
	top: 10px;
}
.calendar table td button {
	width: 55%;
	margin-top: 5px;
	float: right;
}
.calendar ul li .title {
	width: 70px !important;
	padding: 0 18px 0 8px !important;
	text-align: left !important;
}
.calendar ul li .title small {
	font-size: 12px;
}
.calendar ul li .date {
	width: 160px;
}
.calendar ul li .distribution {
	width: 130px;
}
.calendar ul li .about {
	width: auto !important;
}
/**************************************************
 footer
**************************************************/
footer {
	width: 100%;
	height: 65px;
	padding: 20px;
	background: #F7AB00;
	box-shadow: 0px 0px 10px 10px #666;
	-moz-box-shadow: 0px 0px 10px 10px #666;
	-webkit-box-shadow: 0px 0px 10px 10px #666;
}

footer a {
	color: #333;
}

footer .logo {
	float: left;
}

footer .logo img {
	float: left;
}

footer .logo p {
	font: 12px 'Open Sans', sans-serif;
	margin-left: 20px; 
	float: left;
}

footer nav {
	float: right;
}

footer nav ul {
	list-style: none;
}

footer nav ul li {
	padding-right: 5px;
	margin-left: 5px;
	border-right: 1px solid;
	float: left;
}

footer nav ul li.last {
	border: none;
}