@charset "utf-8";
/* *******************************************************************

	CSS Information
		File Name: base.css

******************************************************************* */

/* [] GLOBAL
--------------------------------------------------------------------*/
/* RESET
--------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #00853E;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a:link { color: #00853E; }
a:visited { color: #00853E; }
a:active { color: #00853E; }

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
/* change colours to suit your needs */
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
/* change colours to suit your needs */
mark {
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	height: 1px;
	padding: 0;
	margin: 1em 0;
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
}
input, select {
	vertical-align: middle;
}
/* add */
#load_more {
	cursor: pointer;
}



/* BASE STYLE
--------------------*/
body {
	font-family: 'Roboto Condensed', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ffffff;
	line-height: 1.4;
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

/** hover **/
*:hover {
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.2s;
}

/** selection color **/
::selection {
	background: #d0d0d0;
	color: #494949;
}
::-moz-selection {
	background: #d0d0d0;
	color: #494949;
}


/** clearfix **/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/** FONT SIZE **/
.xsmall { font-size:50%; }
.small { font-size:80%; }
.mid { font-size:110%; }
.large { font-size:120%; }
.strong { font-weight:bold; }
.strongL { font-size:120%; font-weight:bold; }

/** FONT COLOR **/
.grey {color: #999;}
.red { color: #f5003a;}
.blue { color: #0078ff; }

/** FONT ALIGN **/
.tC { text-align: center; }
.tL { text-align: left; }
.tR { text-align: right; }

/* FLOAT
-------------------------*/
.fL { float:left; }
.fR { float:right; }

/** MARGIN PADDING **/
.in_5 {padding:5px;}
.in_10 {padding:10px;}
.in_20 {padding:20px;}
.in_30 {padding:30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}


/* HEADING STYLE
--------------------*/
/** heading-base **/
[class^="ttl"] {
	display: block;
	font-weight: 700;
}
[class^="ttl"] > i {
	margin: 0 2px;
	font-family: "Fontawesome";
}
[class^="ttl"] + * {
	margin-top: .6em;
}

/** heading-NEW **/
/* セクション見出し */
.ttl-section {
	padding: .6em 0;
	line-height: 1.2;
	font-size: 20px;
	border-bottom: 5px solid #3ba800;
}


/** OLD **/
/* v1 ラベル付き */
.v1 {
	background: #2c2f33;
	overflow: hidden;
}
.v1 span.label {
	background:#3ba800;
	color:#fff;
	padding:8px 10px;
	float:left;
	font-size:120%;
}
.v1 .btn {
	padding:8px 10px;
	float:right;
	/*color:#ffffff;*/
}
.v1 .btn a {
	/*color:#ffffff;*/
}

/* [#sub]v1 ラベル付き
#sub .v1 {
	background:#dddddd;
	overflow:hidden;
}
#sub .v1 span.label {
	background:#3ba800;
	color:#fff;
	padding:3px 10px;
	float:left;
	font-size:120%;
}
#sub .v1 .btn {
	padding:8px 10px;
	float:right;
}
#sub .v1 .btn a {
}*/

/* v2　左ラインのみ */
.v2 {
	position:relative;
    border-left: 6px solid #000000;
    padding: 5px 8px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;/* ie6 */
}

/* v3　モノクロ */
.v3 {
	position:relative;
	padding:5px 7px;
	background:#494949;
	color:#fff;
	font-size:120%;
	overflow:hidden;
	zoom:1;/* ie6 */
}

/* v4　アンダーライン+▼ */
.v4 {
	position:relative;
	border-bottom:2px dotted #ccc;
	padding:4px 15px;
	background:url(http://baseballking.jp/img/ArowBtm_min.png) no-repeat left center;
	overflow:hidden;
	zoom:1;/* ie6 */
}



/* TABLE STYLE
--------------------*/
/** table-base **/
.tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.tbl thead th,
.tbl thead td {
	background: #494949;
	color: #FFF;
	border-bottom: 1px solid #d4d4d4;
}

.tbl tr th,
.tbl tr td {
	padding: 8px;
}
.tbl tr th {
	font-weight: bold;
}


/** OLD **/
/* zebra */
.zebra-striped tbody tr:nth-child(even) {
	background-color: #fafafa;
}
.zebra-striped tbody tr:hover {
	background: #fffdba;
}

/* tableA */
.tableA {
	width: 100%;
}
.tableA td {
	padding: 8px;
}
.tableA th {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #494949;
	color: #FFF;
	border-bottom: 1px solid #d4d4d4;
	padding: 4px;
}

/* tableB */
.tableB {
	width: 100%;
}
.tableB td,
.tableB th {
	padding: 8px;
	border-bottom: 1px solid #d4d4d4;
}
.tableB th {
	/*font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	text-align: left;
	border-right: 1px dotted #d4d4d4;
}



/* BOX STYLE
--------------------*/
/** box-base **/
.box {
	display: block;
	position: relative;
}
.box:before,
.box:after {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}



/* [] BUTTON STYLE
--------------------*/
/** button-base **/
.button {
	display: inline-block;
	font-weight: bold;
	border: none;
	text-align: center;
	box-shadow: none;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.button:hover {
	cursor: pointer;
	transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.2s;
	text-decoration: none;
}


/** color and style **/
/* button-box */
.button-box {
	padding: 1.6%;
	text-align: center;
}

/* twin */
.button.twin {
	width: 48%;
	height: auto;
	line-height: 32px;
	margin: 1%;
	padding: 2%;
}
.button.twin:first-child {
	margin: 0 1% 0 0;
}
.button.twin:last-child {
	margin: 0 0 0 1%;
}

/* more */
.button.more {
	width: 240px;
	padding: .8em;
	color: #fff;
	font-size: 16px;
	border: 2px solid #3ba800;
	background: #3ba800;
}
.button.more:hover {
	color: #3ba800;
	background: #fff;
}
.button.more > span {
	display: block;
}
.button.more > span:after {
	display: inline-block;
	margin-left: 2.4em;
	content: "\f054";
	font-size: 70%;
	font-family: "FontAwesome";
}


/** OLD **/
.btn_a {
	padding:4px 10px;
	cursor:pointer;
	display:block;
	line-height:18px;
	font-weight:bold;
	overflow-x:hidden;
	overflow-y:hidden;
	text-align:center;
	background: #fee620;
	color:#000000;
}
.btn_a:hover {
	background: #000000;
	color:#FFF;
	text-decoration:none;
}

