@charset "utf-8";
/* *******************************************************************

	File Name: layout.css

******************************************************************* */

/* [] WRAPPER
--------------------------------------------------------------------*/
.wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrap:before,
.wrap:after {
    content: " ";
    display: table;
}
.wrap:after {
    clear: both;
}




/* [] HEADER
--------------------------------------------------------------------*/
/* HEADER
--------------------*/
#header {
	border-bottom: 5px solid #ded18a;
	background: rgb(59,168,0);
	background: -moz-linear-gradient(left,  rgba(59,168,0,1) 50%, rgba(44,47,51,1) 50%);
	background: -webkit-linear-gradient(left,  rgba(59,168,0,1) 50%,rgba(44,47,51,1) 50%);
	background: linear-gradient(to right,  rgba(59,168,0,1) 50%,rgba(44,47,51,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba800', endColorstr='#2c2f33',GradientType=1 );
	position: relative;
}
	@media screen and (max-width: 641px) {
		#header {
			background: rgb(59,168,0);
		}
	}

#header:before,
#header:after {
    content: " ";
    display: table;
}
#header:after {
    clear: both;
}

#header .wrap {
	height: 85px;
	position: relative;
}



/* LOGO
--------------------*/
#header .logo {
	float: left;
}
#header .logo a {
	display: block;
	/*width: 300px;*/
	width: 261px;
	height: 85px;
    /*background-image: url("//baseballking.s3.amazonaws.com/wp-content/uploads/2016/03/baseballking-pc-logo-201603.png");*/
    background-image: url("//baseballking.s3.amazonaws.com/img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
}



/* NAVIGATION
--------------------*/
/* main */
#header nav {
	position: absolute;
	height: 85px;
	top: 0;
	right: 0;
	bottom: 0;
	background: #2c2f33;
}

#gnavi {
	list-style: none;
	position: relative;
	float: right;
	padding: 12px 24px;
}
#gnavi:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

#gnavi li.main {
	float: left;
	position:relative;
	width:100px;
	line-height:55px;
	font-weight: bold;
}
#gnavi li.main a {
	display:block;
	line-height:55px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	position:relative;
}
#gnavi li.main a:hover {
	text-decoration:none;
	background: #b45f0c;
	/*background:url(//baseballking.s3.amazonaws.com/img/gNav.png) no-repeat center bottom;*/
}

/* sub */
#gnavi .sub {
    width: 280px;
    padding: 5px;
    position: absolute;
    list-style: none;
    background: #ffffff;
    border: 3px solid #b45f0c;
    left: 0px;
    display: none;
	z-index:9999;
}
#gnavi .sub li {
	padding:0;
	font-weight:normal;
	height:auto;
	width:100%;
}

#gnavi .sub .fL {
	width:45%;
	border-right:1px solid #e6e6e6;
	padding: 0 5px 0 0;
}
#gnavi .sub .fR {
	width:45%;
	padding: 0 0 0 5px;
}

/* コラム用 */
#gnavi .sub .fM {
	width:100%;
}
#gnavi .w100 {
	width: 150%;
}

#gnavi .sub li a {
	font-weight:normal;
	color:#333333;
	height:auto;
	display:block;
	text-align:left;
	padding:10px 15px;
	line-height:1.3;
	font-size:100%;
}
#gnavi .sub li a:hover {
	background: #E9E9E9 !important;
}
#gnavi .sub li.sub_child a {
	font-size:90%;
	padding: 6px 10px 6px 25px;
	color: #888;
	background: #eee;
}




/* [] MAIN
--------------------------------------------------------------------*/
/* CONTENT WRAPPER
--------------------*/
#content {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}
#content:before,
#content:after {
    content: " ";
    display: table;
}
#content:after {
    clear: both;
}



/* MAIN
--------------------*/
#main {
	width: 780px;
	float: left;
	position: relative;
}
#main:before,
#main:after {
    content: " ";
    display: table;
}
#main:after {
    clear: both;
}



/* breadcrumbs
--------------------*/
#breadcrumbs {
	margin-bottom:15px;
	overflow:hidden;
	zoom:1;/* ie6 */
	background:#FAFAFA;
}
#breadcrumbs li {
	float: left;
	display: inline;
	height:20px;
	line-height:20px;
}
#breadcrumbs li a {
	text-decoration: none;
    padding: 10px 0 10px 55px;
	color:#000;
	background: #ddd;
	position: relative;
}
#breadcrumbs li a.first {
	padding: 10px 0 10px 30px;
}
#breadcrumbs li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#breadcrumbs li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#breadcrumbs li:first-child a {
    padding-left: 10px;
}
#breadcrumbs li:nth-child(2) a       { background:#e8e8e8; }
#breadcrumbs li:nth-child(2) a:after { border-left-color:#e8e8e8; }
#breadcrumbs li:nth-child(3) a       { background:#eee; }
#breadcrumbs li:nth-child(3) a:after { border-left-color:#eee; }
#breadcrumbs li:nth-child(4) a       { background:#eee; }
#breadcrumbs li:nth-child(4) a:after { border-left-color:#eee; }
#breadcrumbs li:last-child a {
    /*background: transparent !important;*/
    color: black;
    pointer-events: none;
    cursor: default;
}




/* [] SUB
--------------------------------------------------------------------*/
/* SUB
--------------------*/
#sub {
	width: 300px;
	float: right;
	/*font-size: 90%;*/
}

#sub > * {
	margin-bottom: 5.6%;
}
#sub > *:only-child,
#sub > *:last-child {
	margin-bottom: 0;
}

#sub [class^="ttl"] > * {
	font-size: 100% !important;
}
#sub [class^="ttl"] > .label {
	padding: 4px 10px;
}



/* BANNER
--------------------*/
.bnr-box a img {
	margin-bottom: 4.8%;
}
.bnr-box a:only-child img,
.bnr-box a:last-child img {
	margin-bottom: 0;
}



/* RECOMMEND INFO
--------------------*/
.recommend .list li,
.information .list li {
	padding: 1.6% 0;
}
.recommend .list li a,
.information .list li a {
	color: #000;
}



/* GAMES
--------------------*/
.games > table .tbl-th1,
.games > table .tbl-th3 {
	width: 40%;
}
.games > table .tbl-th2 {
	width: 20%;
}
.games > table td:first-child {
	text-align: right;
}
.games > table td:nth-child(2) {
	text-align: center;
}
.games > table td:last-child {
	text-align: left;
}



/* RANKING
--------------------*/
.ranking > table .tbl-th1 {
	width: 10%;
}
.ranking > table .tbl-th3,
.ranking > table .tbl-th4,
.ranking > table .tbl-th5,
.ranking > table .tbl-th6 {
	width: 5%;
}

.ranking > table td {
	text-align: center;
}
.ranking > table td:nth-child(2) {
	text-align: left;
}



/* サイド固定
--------------------*/
.fixed {
    position: fixed;
    top: 20px;
    width: 300px;
}
.fixed2 {
    position: absolute;
    bottom: 0px;
    width: 300px;
}




/* [] FOOTER
--------------------------------------------------------------------*/
/* FOOTER
--------------------*/
#footer {
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
	background: #494949;
	border-bottom: 3px solid #000;
	overflow: hidden;
}

#footer > .wrap > .col-box {
	margin-bottom: 1.6em;
}

#footer .note {
	font-size: smaller;
}


/* GO TOP
--------------------*/
#goto_top {
    bottom:10px;
    display:none;
    position:fixed;
    right:10px;
}



/* FOOTER LINK
--------------------*/
.ft-link {
	vertical-align: bottom !important;
}
.ft-link ul {
	display: table;
	table-layout: auto;
}
.ft-link li {
	padding-left: 1em;
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.ft-link a {
	color: #fff;
}



/* COPYRIGHT
--------------------*/
.copy {
	vertical-align: bottom !important;
}

.ft-logo {
	display: block;
	width: 151px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(//baseballking.s3.amazonaws.com/img/logoFt.png);
	background-position: center center;
	background-repeat: no-repeat;
}