@charset "utf-8";
/* *******************************************************************

	CSS Information
		File Name:style.css

******************************************************************* */


/* [] COMMON STYLE
--------------------------------------------------------------------*/
/* LIST STYLE
--------------------*/
/** common **/
.list {
	overflow: hidden;
}
.list li {
	overflow: hidden;
	position: relative;
}

.list li a {
	color: #000;
}
.list li a:hover {
	color: #3ba800;
	text-decoration: none;
}
.list.article li .thumbs > a img {
	opacity: 1;
}
.list li .thumbs > a img:hover {
	opacity: .7;
}
.list li .thumbs > a {
	display: block;
	overflow: hidden;
}
.list li .txt .date {
	color: #818181;
	font-size: 12px;
}

.list li .txt .ttl {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2.4%;
}


/** col number **/
/* not set */
.col0 li {
	display: table-cell;
	vertical-align: middle;
}

/* 2cols */
/*.col2 li {
	width: 50%;
	float: left;
	margin: 0 .5% 4.0% 0;
}*/

/* 3cols */
.col3 li {
	width: 33%;
	float: left;
	margin: 0 .5% 4.0% 0;
}
.col3 li:nth-child(3n) {
	margin-right: 0;
}

/* 1cols */
.col1 li {
	width: 100% !important;
	margin: 0 0 2% 0;
}


/** styles **/
/* plane */
.list.plane {
	padding: 2%;
}
.list.plane li {
	border-bottom: 1px solid #ccc;
}
.list.plane li a {
	display: block;
	padding: .5em 0;
	/*color: #000;*/
	font-weight: bold;
	position: relative;
}
.list.plane li:first-child a {
	padding-top: 0;
}

/* dot */
.list.dot li:first-child a {
	padding: 0 0 .5em 0 !important;
	color: #3ca902;
}
.list.dot li {
	border-bottom: 1px solid #ccc;
}
.list.dot li a {
	display: block;
	padding: .5em .5em .5em 1.3em !important;
	color: #000;
	font-weight: bold;
	position: relative;
}
.list.dot li a:hover {
	color: #3ca902;
}
.list.dot li a:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	background: #3ca902;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .4em;
	margin: auto;
}
.list.dot li:first-child a:before {
	display: none;
}

/* horizontal */
.list.horizontal {
	width: 100%;
	display: table;
	table-layout: fixed;
}

/* article */
.list.article li .thumbs {
	width: 100%;
	margin-bottom: 3.2%;
	height: 172px;
	overflow: hidden;
}
.list.article li .thumbs > a img {
	width: 100%;
	height: auto;
}

/* colfl */
.list.colfl {
	padding: 0;
}
.list.colfl li > .col-box.fL {
	padding: .8% 1.6% .8% 0;
}
.list.colfl li > .col-box.fR {
	padding: .8% 0 .8% 1.6%;
}




/* COLBOX
--------------------*/
/** common **/
.col-box {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.col-box :last-child {
	margin: 0;
}
.col-box > * {
	display: table-cell;
	vertical-align: top;
	float: none;
}
.col-box .thumbs img {
	width: 100%;
	height: auto;
}
.col-box .txt + .thumbs {
	padding-right: 4%;
}
.col-box .thumbs + .txt {
	padding-left: 4%;
}

/* single-column */
.col-box.single {
	display: block;
	margin-bottom: 4%;
	table-layout: none;
}
.col-box.single .thums + .txt {
	margin-top: 4.8%;
}

.col-box.single .txt {
	display: block;
	margin-bottom: 4.8%;
}
.col-box.single .thums.w100 img {
	max-width: 100%;
}
.col-box.single .object {
	margin-bottom: 4.8%;
}



/* TAB BOX
--------------------*/
.tab {
	padding: 0 18px;
	display: table;
	position: relative;
}
.tab:after {
	display: block;
	content: "";
	/*width: 100%;*/
	height: 5px;
	background: #3ca902;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tab li {
	display: table-cell;
	background: linear-gradient(transparent 10%, #2c2f33 10%);
	color: #fff;
	vertical-align: middle;
	text-align:center;
	font-weight: bold;
	cursor: pointer;
}
.tab li:hover,
.tab li.active {
	background: #3ca902;
}
.tab li.active:hover {
	background: #3ca902 !important;
}




/* [] INDEX
--------------------------------------------------------------------*/
/* HEADLINE
--------------------*/
.headline {
	margin-bottom: 3.2%;
}

/* tab */
.headline-tab:after {
	width: 780px;
}
.headline-tab li {
	padding: 1.2em 2.4em;
	border-right: 4px solid #fff;
}
.headline-tab li:hover,
.headline-tab li.active {
	background: #3ca902;
}
.headline-tab li:hover {
	background: linear-gradient(transparent 10%, #3ca902 10%);
}

/* headline-box */
.headline-box {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.headline-box .thumbs {
	width: 439px;
	height: /*293px*/ auto;
	padding: 2%;
	overflow: hidden;
}
.headline-box .object {
	padding: 2%;
}
.headline-box .object > .list.plane {
	padding-top: 0;
}
.headline-box .object > ul li:first-child {
	font-size: 18px;
	font-weight: bold;
}



/* PICKUP NEWS
--------------------*/
.pickupnews {
	margin-bottom: 3.2%;
}
.pickupnews ul li {
	height: 250px;
}



/* KEYWORD BOX
--------------------*/
.keyword {
	margin: 3.2% 0;
	padding: 2%;
	background: #e6e6e6;
}
.keyword .col0 li {
	text-align: center;
}
.keyword .col0 li a {
	color: #000;
	font-weight: bold;
}
.keyword .col0 li a:before {
	display: inline-block;
	margin-right: .3em;
	content: "\f054";
	font-size: 70%;
	color: #3ba800;
	font-family: "FontAwesome";
}



/* NEWS BOX
--------------------*/
.newsbox {
	margin-bottom: 3.2%;
}

/* tab */
.newsbox-tab {
	width: 100%;
	table-layout: fixed;
	max-height: 100px;
}
.newsbox-tab:after {
	width: 780px;
}
.newsbox-tab li {
	padding: 1.2em;
	border-right: 4px solid #fff;
}
.newsbox-tab li:first-child {
	width: 76px;
}
.newsbox-tab li:hover,
.newsbox-tab li.active {
	background: #3ca902;
}
.newsbox-tab li:hover {
	background: linear-gradient(transparent 10%, #3ca902 10%);
}



/* OTHER NEWS
--------------------*/
.othernews {
	margin-bottom: 3.2%;
}
.othernews > div {
	padding: 1.6%;
}
.othernews .thumbs {
	width: 140px;
	height: auto;
}



/* MOREREAD
--------------------*/
.moreread {
	margin-bottom: 3.2%;
}
.moreread .thumbs {
   width: 45%;
}
.moreread .thumbs a {
   max-height: 100px;
}



/* [] ARTICLE
--------------------------------------------------------------------*/
/* PAGE HEAD
--------------------*/
.cnt-head {
	padding: .6em 0;
	margin-bottom: 3.2%;
	border-bottom: 5px solid #000;
	position: relative;
	overflow: hidden;
}
.cnt-head .ttl {
	display: inline-block;
	color: #3ba800;
	font-size: 20px;
}
.cnt-head .date {
	float: right;
	color: #7e7e7e;
	font-weight: bold;
}


/* POST HEAD
--------------------*/
.post-head {
	margin-bottom: 32px;
}
.post-head .ttl {
	margin-bottom: 3%;
	padding: 0 !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}


/* POST BODY
--------------------*/
.post-body {
	margin-bottom: 5.6%;
}

.post-body .thumb-1 {
	width: 770px;
	/*height: 514px;*/
	height: auto;
	margin: 0 auto 5.6% auto;
	position: relative;
	/*overflow-y: hidden;*/
}
.post-body .thumb-1.nm {
	margin-bottom: 0;
}
.post-body .thumb-1 img {
	width: 100%;
}
.post-body .thumb-1 img.forbidden {
	  width: 100%;
	  height: 90%;
	  position:absolute;
	  top: 0;
	  left: 0;
	  z-index: 1;
}
.post-body .thumb-1 figcaption {
	padding: 1%;
	text-align: center;
	font-size: 90%;
}

.post-body .txtarea {
	font-size: 110%;
	line-height: 1.6;
}



/* POST AUTHOR
--------------------*/
.post-author {
	margin-bottom: 5.6%;
}



/* POST SNS
--------------------*/
.post-sns {
	display: table;
	width: 100%;
	height: 44px;
	margin: 5% 0;
	table-layout: fixed;
}
.post-sns a {
	display: table-cell;
	color: #fff;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
}
.post-sns a:nth-child(1) {
	border-right: 16px solid #fff;
}
.post-sns a:nth-child(2) {
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}
.post-sns a:nth-child(3) {
	border-left: 16px solid #fff;
}

.post-sns a > span {
	display: inline-block;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}
.post-sns a > span:before {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	content: "";
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
}

.post-sns a:hover {
	text-decoration: none;
	opacity: .7;
}
.post-sns a.fb {
	background-color: #38569E;
}
.post-sns a.fb > span:before {
	background-image: url(//baseballking.s3.amazonaws.com/img/btn-sns-fb.png);
}
.post-sns a.tw {
	background: #54AEEF;
}
.post-sns a.tw > span:before {
	background-image: url(//baseballking.s3.amazonaws.com/img/btn-sns-tw.png);
}
.post-sns a.li {
	background: #00BA00;
}
.post-sns a.li > span:before {
	background-image: url(//baseballking.s3.amazonaws.com/img/btn-sns-li.png);
}
/*.post-sns a.li img {
	width: 30px;
}
.post-sns a img {
	margin: 0 15px 0 0;
}*/



/* REQUEST
--------------------*/
.request .buttons {
	width: 100%;
	/*text-align: center;*/
}

.request button, .request .button {
	cursor: pointer;
	color: #fff;
	border: #2e8200 1px solid;
	background: #3ba800;
	padding: 10px 0;
	margin: 10px auto;
	width: 100%;
	font-size: large;
	font-weight: bold;
	border-radius: 10px;
}

#reqform {
	display: none;
}

#reqform input, #reqform textarea {
	width: 100%;
	border: #ccc 1px solid;
	background: #eee;
	border-radius: 3px;
}
#reqform input {
	height: 30px;
}
#reqform textarea {
	height: 200px;
}
#reqform small {
	font-size: smaller;
}
#reqform .buttons {
	width: 100%;
	text-align: center;
}

#reqform button {
	cursor: pointer;
	color: #fff;
	border: #2e8200 1px solid;
	background: #3ba800;
	padding: 5px 0;
	margin: 10px auto;
	width: 50%;
	font-weight: bold;
	border-radius: 3px;
}
#reqform button.close {
	color: #000;
	border: #ccc 1px solid;
	background: #eee;
}

.request .sns {
	margin-bottom: 20px;
}

.request .sns > div {
	width: 50%;
	text-align: center;
}

/* REPORT
--------------------*/
.report .request {
	margin-bottom: 20px;
	background: #3ba800;
	border-radius: 5px;
	color: #fff;
	padding: 20px;
}
.report .request h3 span {
	color: #ffff00;
}
.report .request p {
	padding: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.report .result {
	margin-bottom: 20px;
	background: #ddd;
	border-radius: 5px;
	color: #000;
	padding: 20px;
	border: 5px solid #3ba800;
}
.report .result h3 span {
	color: #3ba800;
}
.report .result p {
	padding: 10px;
	border-bottom: 1px solid #3ba800;
	margin-bottom: 10px;
	color: #3ba800;
}
.txtarea blockquote {
	border-radius: 5px;
	border: 5px solid #ddd;
	background-color: #eee;
	background-image: url(//baseballking.s3.amazonaws.com/img/blockquote.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 20px auto;
	margin:10px 0;
	padding: 20px;
}