
@import url("css/titlemarquee.css");
@import url("css/box_design.css");
@import url("css/forum.css");



/*------------------------
 *        global         *
 *-----------------------*/
/*
logo-back 薄い青: #062686
menuback 濃い青: #071c5a*
文字色　濃い紺: #13161f
font-11px: font-size: 0.78em;
 h3 13px; 0.46em;
 h3 28px; 2em
*/

html,body{
	width:100%
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
html body {
	-webkit-text-size-adjust : 100% ;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "游ゴシック体" , "YuGothic" , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
ul{
	padding:0;
}
li{
	list-style: none;
}
img{
	max-width:100%;
	height:auto;
	width: auto;
}
.ofi img{
	object-fit: cover;
	object-position: 50% 50%;
    height: 100%;
    width: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}
a,a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}
a img{
	transition:.2s
}
a:hover img{
	opacity:0.9;
	transition:.1s;
	cursor:pointer;
}
#page a{
	text-decoration: underline;
}
#page h4 a,
.post .the-content h4 a{
	text-decoration: none;
	color: #303030;
}
body h5{
	font-weight: bold;
    text-decoration: underline;
}
#container blockquote{
	position: relative;
    padding-left: 40px;
    font-size: inherit;
}
blockquote:before{
	display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url('image/blockquote.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    left: 7px;
}
.minus{
	display: inline-block;
	vertical-align: middle;
	height: 4px;
	width: 16px;
	background: #062686;
	margin-right: 12px;
}
#wrapper{
	word-break:break-all;
}
input,
textarea{
	border-radius:3px;
	border:1px solid #ccc;
	padding:5px;
	max-width:100%
}
iframe {
	max-width: 100%;
}
/*****  backToTop  *****/
#backToTop {
	bottom: 20px;
	right: 20px;
	font-size: 0.9em;
	font-family:"Roboto Condensed",sans-serif;
	font-weight:bold
}
#backToTop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#backToTop i{
	margin-left:10px
}
#backToTop a:hover {
    text-decoration: none;
    background: #999;
}
.hide_dt{
	display: none;
}
/*------------------------
 *        layout         *
 *-----------------------*/

#wrapper{
	background:#f9f9f9;
	overflow: hidden;
	position:relative
}
#wrapper a:hover, #wrapper a:focus{
	text-decoration: none;
}
#content{
	padding-bottom:30px
}
@media(max-width: 768px){
	#content{
		padding:0 20px
	}
}
#content .container{
	width:1030px
}
@media (min-width: 769px){
	#wrapper .container {
		width:1030px
	}
}
@media (max-width: 768px){
	#wrapper .container {
	    width: 100%;
	}
}
#container{
	position:relative
}
#page{
	padding:30px;
	margin-left:15px;
	background:none;
	border:0;
	width: 685px;
	margin-right: 30px;
	background:#fff;
	border:1px solid #dee0e3
}
#page .post ul{
	padding-left:30px
}
#page .post li{
	list-style:disc;
}
#page .post ol > li{
	list-style:decimal;
}
@media(max-width: 768px){
	#content{
		padding:0 20px
	}
	#content #page{
		width:100%;
		padding:15px;
	}
}
@media(max-width: 768px){
	#content #page{
		width:100%;
		padding:15px;
	}
	#content #page.listPage{
		padding:0
	}
}

.home #content{
	margin-top:20px;
}
#expectList{
	margin-bottom:20px;
}
#expectList h3{
	margin:0;
	line-height:40px;
	color:#062686;
	font-weight:bold;
	font-size:20px;
}
#expectList .all-link {
	text-align:right;
	line-height:40px;
}
#expectList .all-link i{
	color:#062686;
	margin-right:10px;
}
#expectList .expect-header{
	margin-bottom:5px;
}
#expectList .list-header {
	background:#0b1c3e;
	color:#fff;
	padding:8px 30px 8px 10px;
	font-weight:bold;
}
#expectList .list-header li{
	padding:0;
}
#expectList .list-header .row,
#expectList .list-content .row{
	margin:0;
}
#expectList .list-header div,
#expectList .list-content div{
	padding:0;
}
#expectList .list-header ul,
#expectList .list-content ul{
	margin-bottom:0;
}
#expectList .list-content .sp-label{
	display:none;
	color:#858e97;
	margin-right:5px;
}
#expectList .list-content {
	background:#fff;
	padding:0 10px;
	height:270px;
	overflow-y:scroll;
}
#expectList .list-content li{
	border-bottom:1px solid #d6dae6;
	padding:14px 5px;
}
#expectList .list-content li:last-child{
	border-bottom:0;
}
#expectList .list-content .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:normal;
}
#expectList .list-content a{
	color:#444;
}
#expectList .list-content .red{
color:#ff0000;
}
#expectList .list-content .title img{
	width:15px;
	margin-right:5px;
}
#expectList .list-content .text-wrap{
	color:#858e97;
}
@media (max-width: 768px){
	#expectList .list-content .text-wrap{
		margin-top:5px;
		font-size:0.85em;
	}
	#expectList .list-content li{
		padding:10px 0;
	}
	#expectList .list-content .sp-label{
		display:inline-block !important;
	}
}

/*------------------------
 *      breadcrumb       *
 *-----------------------*/

#breadcrumb-inner{
	margin-top:20px
}

/*------------------------
 *        header         *
 *-----------------------*/
.descriptionBar h4{
	color: #fff;
	margin-top:0;
	margin-bottom:0;
	font-size: 0.78em;
	padding: 12px 0;
	float:left;
	margin-right: 8px;
}
.descriptionBar{
	background: #282828;
}
@media (max-width: 768px){
	.descriptionBar{
	/* 	display:none */
	}
}
.descriptionBar > div > div {
	vertical-align: middle;
}

.descriptionBar h4{
	padding-left: 100%;
}

.socialButton{
	margin-right: 8px;
	margin-top: 8px;
}
.socialButton #twitter-widget-0{
	width:75px !important
}
.socialButton:last-child{
	margin-right: 0px;
	margin-top: 4px;
}
#headerLogo{
	background: #062686;
	height:100px;
	z-index: 11;
	position: relative;
}
#headerLogo > div{
	position: relative;
}
#headerLogo #GPWASeal img{
	width: 82px;
    height: auto;
    margin-top: 35px;
    margin-left: 20px;
    border-radius: 5px;
}
.naviIcon{
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: center;
}
.naviIcon i{
	font-size:2em;
	color: #fff
}
.naviIcon p{
	font-size:0.5em;
	color: #fff;
	font-family:"Roboto Condensed",sans-serif;
	font-weight:bold
}
.naviIcon.active i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: 0.5s;
	margin-right: 2px;
}
.socialIcons{
	color: #7685ae;
    float: right;
    margin-top: 36px;
    font-size: 1.8em;
}
#headerLogo .socialIcons i{
	margin-right: 9px;
}
#headerLogo .socialIcons a:hover{
	color:#609FD6
}
#headerLogo .socialIcons a i:hover{
	color:#609FD6
}
.navigation .naviWrap > li{
	display: inline-block;
	font-family:"Roboto Condensed",sans-serif;
}
.navigation .naviWrap li a,
.navigation .naviWrap li span{
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	cursor:pointer;
}
.navigation .naviWrap > li > a,
.navigation .naviWrap > li > span{
	padding: 18px 14px;
	line-height:44px;
	font-size: 0.92em;
}

.navigation .naviWrap > li:hover > a{
	color:#9EA4B5
}
.navigation .naviWrap > li:hover .naviSubWrap{
	display:block
}
@media (max-width: 768px){
	#headerLogo #GPWASeal{
		display: inline-block;
	    position: absolute;
	    top: -8px;
	    width: 14%;
	    left: 0;

	}
	.navigation .naviWrap .naviSubWrap{
		display:block;
		position:relative;
		top:0;
		background:#091846;
		font-size: 0.8em;
		font-weight:normal
	}
	.navigation .naviWrap .naviSubWrap a{
		color:#A7AFC7;
		font-weight:normal
	}
	.naviSubWrap{
	}
	#navigation .naviSubWrap .imageWrap{
		display:none
	}
	#navigation .hasSubChildH{
		display:none
	}
	#navigation .naviSubInner > li span{
		margin-top:0
	}
	#navigation .naviSubInner li{
		border-color:#222B44;
		margin-bottom: 0px;
		display: inline-block;
	    width: 49%;
	    margin: 0;
	}
}
.naviSubWrap{
	position:absolute;
	width:100%;
	background:#13192a;
	left:0;
	top:47px;
	display:none;
	font-size:1.1em
}
.naviSubInner{
	font-family:"Roboto",sans-serif !important;
	color:#fff;
	font-weight:bold;
	padding:20px 0
}
.naviSubInner > li{
	width:140px;
	display:inline-block;
	margin-right:20px;
	margin-bottom: 20px;
}
.naviSubInner > li span{
	margin:5px 0 0;
	display:block;
	font-size: 0.85em;
}
.naviSubInner > li a{
	margin:0
}
.naviSubInner > li > a{
	display:block;
	margin-bottom:5px
}
.naviSubInner img{
	width:100%
}
#naviBlock{
	border-bottom:3px solid #2fbef9;
	box-shadow:0 0 11px rgba(0,0,0,0.4);
}
.subNav{
	display: none;
}
.recommendText a{
	color:#fff;
}
.recommendText a:hover{
	color:#ccc;
}
@media(min-width:769px){
	#descriptionBar.fixed{
		position:fixed;
		top:0;
		width:100%;
		z-index: 12;
	}
	#naviBlock.fixed{
		position:fixed;
		top:0;
		margin-top:35px;
		width:100%;
	}
}
@media(max-width: 769px){
	#recommendPosts .postImage{
		width:100%;
		height:150px;
	}
	#recommendPosts .recommendText{
		width:100%;
		position:relative;
		background:#151822;
		height:70px;
		overflow:hidden;
		padding:15px;
	}
	#recommendPosts .recommendText h4{
		margin:0 0 10px;
		font-size:1.1em
	}
	#recommendPosts .recommendText p{
		display:none
	}
	#recommendPosts .readMore{
		display:none
	}
}
@media (max-width: 768px) { /*768px以下の時 タブレット・スマホ col-sm- col-xs*/
	#container{
		margin-top:70px !important
	}
	#descriptionBar > div > div.socialButton{
		display: none;
	}
	#headerLogo {
	   height:70px;
	}
	#headerLogo h1{
		width: 200px;
	   margin: 0 auto;
	   line-height:70px;
	   margin-top:-5px
	}
	#headerLogo img{
		width: 200px;
	}
	.socialIcons{
		display:none;
	}
	#naviBlock{
		/*display: none;*/
		background: #071c5a;
		position:absolute;
		width: 100%;
		top: -560px;
  		z-index: 10;
  		transition: 0.5s top;
  		max-height: 100vh;
    	overflow-y: auto;
	}
	#naviBlock.active{
		top: 70px;
	}
	#header{
		position: fixed;
	    width: 100%;
	    z-index: 2222222;
	    top: -3px;
	}
	#navigation {
		width: 100%;
		padding: 0;
	}
	#navigation ul{
		margin: 0;
		max-height: calc(100vh - 120px);
	}
	#navigation li{
		display: block;
		text-align:left;
		border-bottom: 1px solid #12286B;
		width:100%;
	}
	#navigation li:last-child{
		border-bottom: none;
	}
	#navigation .naviWrap > li a,
	#navigation .naviWrap > li span{
		padding-left:20px;
		line-height: 28px;

	}
	#navigation li a{
		padding: 5px 0px;
		display:block
	}
	#navigation .naviSubInner{
		padding:0
	}
	#navigation .naviSubInner a{
		padding-left:20px
	}
	#navigation .naviWrap .naviSubInner > li a{
		line-height: 16px;
	}
	#descriptionBar,#headerLogo{
		position:relative;
		z-index: 12;
	}
	.subNav{
		display: block;
		padding: .5em 0 .5em .5em;
	    font-size: .7em;
	    overflow: auto;
	    -webkit-overflow-scrolling: touch;
	    background: #091846;
	    position: relative;
    	top: -1px;
	}
	.subNav ul{
		width: 100%;
	    margin: 0;
	    display: table;
	    overflow-x: scroll;
	    white-space: nowrap;
	}
	.subNav ul li{
		display: table-cell;
    	padding-right: 1em;
	}
	.subNav ul li a{
		color: #fff;
		padding: 3px;
    	display: block;
	}
	.hide_sp,
	.subNav ul li.hide_sp,
	#navigation li.hide_sp{
		display: none;
	}
	.hide_dt{
		display: block !important;
	}
	#backToTop span,
	#toComment span{
		display: none;
	}
	#backToTop span img,
	#toComment span img{
		    width: 20px;
	}
	#scroll_to_wrap #backToTop a,
	#scroll_to_wrap #toComment a{
		    width: 40px;
	}
}
@media (min-width: 769px) { /*768px以上の時 PC col-md- col-lg*/
	#descriptionBar > div > div{
		display: inline-block;
	}
	#headerLogo h1{
		margin-top: 26px;
		width: 287px;
	    float: left;
	    margin-left: 303px;
	}
	#headerLogo img{
		width: 287px;
	    height: 48px;
	}
	#naviBlock{
		background: #071c5a;
	}
	#navigation > ul{
		margin: 0px;
	}
	#navigation .naviWrap > li:after ,
	#navigation .naviWrap > li:first-child:before {
		display: inline-block;
		content: "";
		width: 9px;
		height: 21px;
		background: transparent url('image/nav_separetor.png') no-repeat;
		background-size: contain;
		position:relative;
		top:11px
	}
	.naviIcon{
		font-family:'Roboto Condensed', sans-serif;

		display:none;
	}
	#naviBlock{
		position:relative;
		z-index: 10;
	}

}
#nav_search{
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid #12286B;
}
#nav_search button{
	color: inherit;
	background: #fff;
}
.special_message{
	margin-top: 10px;
    text-align: center;
    color: red;
    border: 2px solid red;
    padding: 5px;
}
.caution{
	margin-top: 20px;
    font-size: 0.92em;
    font-weight: 600;
    color: red;
    background: #fffbbb;
    padding: 12px 20px;
}
/*------------------------
 *     HOME CONTENTS     *
 *-----------------------*/
.home-content .home-content-inner{
	background:#fff;
	padding:0
}
/*    おすすめ記事    */
#recommendPosts{
	margin-bottom: 20px;
}
.slick-list{
	overflow:hidden
}
.recommendItem{
	position: relative;
}

#recommendPosts:before{
	content:'';
	position: absolute;
	z-index: 9;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 11px 0 0;
	border-color: #f9f9f9 transparent transparent transparent;
}
#recommendPosts:after{
	content:'';
	position: absolute;
	z-index: 9;
	right:-1px;
	bottom:0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #f9f9f9 transparent;
}
.postImage{
	height: 360px;
   overflow: hidden;
   position: relative;
   background:#151822;
}
.postImage img{
	position: absolute;
    margin: auto;
    top: -100%;
    bottom: -100%;
    width: auto;
    min-height:110%
}
.pickUp{
	position: absolute;
    padding: 8px 15px;
    z-index: 8;
    color: #fff;
    font-size: 0.9em;
    top: -3px;
    left: 20px;
    background: #ff0006;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-style: italic;
}
.recommendText{
	position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    padding-right: 30px;
    background: url('image/recommend_bg.png') no-repeat top right;
    background-size: cover;
    height: 380px;
    padding-left: 50%;
}
.recommendItem h4{
	color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.5px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom:20px;
    line-height:1.3em
}
.recommendItem p{
    color: #fff;
    font-size: 0.93em;
    line-height:1.6em
}
.recommendItem .readMore{
	text-align: center;
    width: 70%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 25px auto 0;
}
.recommendItem .readMore i{
	margin-left: 5px;
}
.recommendItem .btnx {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.recommendItem .btnx::before,
.recommendItem .btnx::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.recommendItem .btnx,
.recommendItem .btnx::before,
.recommendItem .btnx::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.recommendItem .btnx {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.recommendItem .btnx span {
	display: block;
	position: absolute;
	width: 200px;
	height: 60px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.recommendItem .btnx span:nth-child(1) {
	background-color: #fff;
	color: #13161F;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.recommendItem .btnx span:nth-child(2) {
	background-color: #13161F;
	color: #fff;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.recommendItem .btnx:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.recommendItem .btnx:hover span:nth-child(2) {
	background-color: #fff;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
#recommendPosts .slick-dots li{
	margin:0 2px;
	width:15px;
}
@media (max-width: 768px) {
	#recommendPosts .readMore a{
		padding: 16px 30px;
	}
	#recommendPosts .readMore{
		width: 60%;
	}
}
/*    バナー    */
.bannerBlock{
	margin: 0px 0px 30px;
}
.bannerBlock > div{
	height: 100px;
	width: 320px;
	background: #666;
	float:left;
	margin-right:10px;
}
.bannerBlock > div:last-child{
	margin-right: 0px;
}
/*    トップバナー    */
#topBanner{
	margin-top:40px
}
#topBanner a img{
	margin-bottom: 10px;
}
#topBanner > a:last-child img{
	margin-bottom: 0px;
}
@media (max-width:768px){
	#wrapper #topBanner{
		background:#fff;
    	padding: 10px 0;
    	margin:30px 0px 0;
    	border: solid 1px #e0e0e0;
	}
	#wrapper #topBanner > div{
		padding:0 0px;
		max-width:300px;
		margin:0 auto;
		margin-bottom:8px;
	}
	#wrapper #topBanner > div:first-child{
		/* margin-bottom:8px */
	}
}
/*    新着記事    */
.newArticleBlock{
	margin: 30px 0px;
}
@media (max-width:768px){
	.page-archive .newArticleBlock{
	margin:0
	}
}
.newArticleBlock h3,
#sidecalumn h3,
.forumContainer h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
    font-style: italic;
    font-size: 2em;
}
#sidecalumn .newArticleBlock h3{
	font-size: 1.1em;
}
#sidecalumn .newArticleBlock .homePostslink a{
	color: #fff;
}
#sidecalumn h3.subHead{
	font-size: 1.25em;
    color: #fff;
    margin: 10px -10px;
    padding: 20px;
    background: #062686;
}
.newArticleBlock .tabBlock h3,
.tabWrap .tabBlock h3{
   padding:18px 15px 14px 15px;
   background:#e8e8e8;
	-webkit-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0);
   font-size: 1.1em;
   float:left;
   width:150px;
   margin:0;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
	color:#888
}
.tabDisplayBlock > div{
	padding: 0;
	margin-bottom: 50px;
}
.tabWrap .sideBlockWrap{
	height: 320px;
    overflow-y: scroll;
}
.newArticleBlock .labelSmall,
#sidecalumn .labelSmall,
.forumContainer .labelSmall{
	font-size: 0.46em;
    color: #858e97;
    letter-spacing: 1px;
    margin-left: 14px;
    font-weight:normal;
    font-style: normal;
}
.thumBox{
	float:left;
	width:275px;
	height:255px;
	overflow:hidden;
	position:relative;
	z-index:1;
   background:#000
}
.page-latest-comments .thumBox{
	width:215px;
	height:220px;
}
/*.leftColFixedWrap{
	position: relative;
    width: 100%;
}
.leftColFixedWrap .inner{
	overflow: auto;
    margin-left: 180px;
    width: calc(100% - 180px);
}
.leftColFixedWrap .inner table{
	table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}
#page .leftColFixedWrap table td,
.leftColFixedWrap table td{
	padding: 0;
	padding: 0px 12px;
}
#page .leftColFixedWrap table tr,
.leftColFixedWrap table tr{
	border: 0;
}
.leftColFixedWrap .inner table tr > td,
#page .leftColFixedWrap .inner table tr > td{
    width: 240px;
	height: 110px;
	padding: 0px 12px;
    font-size: 14px;
	line-height: 1.4;
	max-height: 110px;
    overflow: hidden;
}
.leftColFixedWrap .inner table tr > td:first-child,
#page .leftColFixedWrap .inner table tr > td:first-child{
	width: 180px;
    position: absolute;
    left: 0;
   	border-right: 0;
    border-bottom: 0;
    background: transparent;
    border-top: 1px solid #c0c0c0;

    display: inline-block;
    vertical-align: middle;
}
.leftColFixedWrap .inner table tr:last-child > td:first-child,
#page .leftColFixedWrap .inner table tr:last-child > td:first-child{
	border-bottom: 1px solid #c0c0c0;
}
#page .body .leftColFixedWrap  img,
.leftColFixedWrap  img{
	display: inline;
}*/
#leftColFixedWrap{
	margin-top: 40px;
	width: 2400px;
}
#leftColFixedWrap table{
	border-spacing: 0;
	/*table-layout: fixed;*/
    max-width: initial;
}
.fTHLC-outer-wrapper{
	border: 1px solid #c0c0c0;
	background: #fff;
}
.fTHLC-inner-wrapper{
	/*width: 475px !important;
    height: 429px !important;*/
}

#leftColFixedWrap th{
	height: 84px;
    vertical-align: top;
	overflow: hidden;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #c0c0c0;
	  width: 200px;
	  border-right: 0;
}
#leftColFixedWrap td,
#leftColFixedWrap th{
	width: 200px;
}
#leftColFixedWrap table tr > td{
	word-break: break-all;
    padding: 6px 12px;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}
#leftColFixedWrap th:first-child,
.fTHLC-outer-corner{
	border: 1px solid #c0c0c0;
	border-top: 0;
	border-left: 0;
}
#leftColFixedWrap table tr > td:first-child,
#leftColFixedWrap table tr > th:first-child{
	width: 180px;
	border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
@media(max-width: 768px){
	#leftColFixedWrap th{
		height: 90px;
	}
	#leftColFixedWrap td,
	#leftColFixedWrap th{
		width: 120px;
	}
	#leftColFixedWrap table tr > td:first-child,
	#leftColFixedWrap table tr > th:first-child{
		width: 90px;
	}
	.thumBox,
	.page-latest-comments .thumBox{
		height:140px;
		width: 33.33333333%;
	}
}
.thumBox img{
	position: absolute;
	left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 110%;
    max-width: none;
    opacity:0.95;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
}
.thumBox img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity:0.5
}
.newArticleBlock .post{
	padding: 0px;
}
.metaTop{
	position: relative;
	font-family:'Roboto', sans-serif;
	margin-bottom:6px
}
.metaTop .date{
	color: #858e97;
	font-size:0.9em
}
.metaTop .comments{
	color: #858e97;
   position: absolute;
   top: 0px;
   right: 0;
}
.comments i{
	color: #d7dce5;
   margin-right: 5px;
}
#content .newArticleBlock h2{
	color:#3d4247;
	margin: 0px 0px 8px;
	font-size: 1.5em;
	font-weight: bold;
	line-height:1.4em
}
@media(max-width: 768px){
	#content .newArticleBlock h2{
		text-overflow: clip;
	    overflow: hidden;
	    font-size: 1.4rem;
	    position: relative;
	    height: 40px;
	    line-height: 20px;
	}
}
.newArticleBlock .textBox{
	float: left;
   padding: 18px;
   height:255px;
   width:379px;
   position:relative
}
.page-latest-comments .textBox{
	height:220px;
	width: 450px;
}
.page-latest-comments .textBox .title{
	font-size: 0.92em;
	color: #858e97;
	line-height: 1.5
}
.page-latest-comments .textBox .title a{
	color: #858e97;
}
.page-latest-comments .pagenavi > div{
	display: inline-block;
}
.page-latest-comments .pagenavi .next{
	float: right;
}
@media(max-width: 768px){
	#container .newArticleBlock .textBox{
		width:66.66666667%;
		height:140px;
		padding:15px
	}
	#container .page-latest-comments .newArticleBlock .textBox{
		padding: 10px;

	}
}
.textBox p{
	font-size: 0.95em;
}
@media(max-width: 768px){
	.textBox p{
		font-size: 1rem;
	    /* white-space: nowrap; */
	    overflow: hidden;
	    position: relative;
	    height: 40px;
	    line-height: 13px;
	}
	.page-latest-comments .textBox p{
		display:block;
		font-size: 0.8em;
	    height: 40%;
	    overflow: hidden;
	    margin-bottom: 5px;
	}
	.page-latest-comments .textBox .title{
		font-size: 0.8em
	}
}
.newArticleBlock a:link,.newArticleBlock a:visited{
	color: #3d4247;
}
.newArticleBlock a:hover,.newArticleBlock a:active{
	color: #062686;
}
.metaBottom {
	color:#858e97;
	font-size:0.85em;
	position:absolute;
	bottom:25px;
	width: 100%;
	padding-right: 50px;
}
.metaBottom > div {
	overflow: hidden;
    max-height: 3.9em;
}
@media (max-width:991px){
	.metaBottom{
		display:none
	}
	.newArticleBlock h2{
		font-size:1.1em
	}
}
.metaBottom a,.metaBottom a:link,.metaBottom a:visited,.metaBottom a:hover{
	 text-decoration: underline;
	 color:#858e97
}
.homePostslink a{
	text-align: center;
    padding: 15px 50px;
    display: block;
    background: #06206c;
    color: #fff;
    font-weight: bold;
	transition:.3s
}
.homePostslink  a:link,.homePostslink a:visited,.homePostslink a:hover,.homePostslink a:active{
	color: #fff;
	transition:.3s
}
.homePostslink a:hover{
	opacity: 0.8;
}
.newArticleBlock .tabBlock,
.tabWrap .tabBlock{
	border-bottom:1px solid #ccc;
	padding-bottom:0;
	margin-bottom:20px
}
.newArticleBlock .tabBlock h3.active,
.tabWrap .tabBlock h3.active{
	background: #f9f9f9;
   border:1px solid #ccc;
   border-bottom:0;
   padding:15px;
   color:#062686;
   border-top:3px solid #062686
}
.newArticleBlock .tabDisplayBlock > div,
.tabWrap .tabDisplayBlock > div{
	display: none;
}
.newArticleBlock .tabDisplayBlock > div.active,
.tabWrap .tabDisplayBlock > div.active{
	display: block;
}
/* Footer CSS */

#footer{
	width:100%;
	height:auto;
	background:#1d202a;
	color:#fff;
	border-top:3px solid #2fbef9;
	font-size:0.9em
}
#footer h4{
	font-size:14px;
	margin:0;
}
.ft_childWrap h4{
	width:150px
}
.ft_childWrap.hasNotChild{
	margin-bottom: 10px;
}
#footer #footer-inner .ft_h3{
	margin-right:30px
}
#footer #footer-inner .ft_group{
	border-bottom: solid 1px #3D4252;
}
#footer #footer-inner .ft_group:first-child{
	border-top: solid 1px #3D4252;
}
#footer a{
color:#e0e0e0;
text-decoration:none;
}

#footer a:hover{
color:#ff9933;
text-decoration:underline;
}

#footer-inner{
/*width:1040px;*/
margin:0 auto;
padding:40px 0;

}


#footer #footer-inner .ft_h3{
display:inline-block;
margin-right:20px

}

#footer #footer-inner .ft_group{
/*width:1040px;*/
padding:20px;
border-bottom:solid 1px #33384A;

}

#footer #footer-inner .ft_group:first-child{
border-top:solid 1px #33384A;
}

#footer #footer-inner .ft_parent{
margin-bottom:20px;
font-size:16px;
width:840px
}

#footer #footer-inner .ft_child{
color:#a0a0a0;

}

#footer #footer-inner .ft_child li{
display:inline;

}

#footer #footer-inner .ft_child_leader{

}


#footer #copyright{
background-color:#101010;
color:#ffffff;
text-align:center;
padding:15px;

}
#footer #copyright a{
	margin-right: 25px;
}
.footerLogos{
	text-align: center;
    margin-top: 30px;
}
.footerLogos img{
	width: 180px;
}
/*******************************************/
/* サイドメニュー・ナビゲーション等 ボタンに関するCSS */
/*******************************************/

/* サイドメニュー関連CSS */

#sideBar{
	float:left
}
#sidecalumn{
border-radius:10px;
height:auto;
float:left;
padding:0;
width:100%;
margin-bottom:60px;
}
.home #sidecalumn{
	padding:0px 15px;
}
@media (min-width: 769px){
	#sidecalumn{
		width:330px;
		padding:0 15px;
		float:right;
		margin-bottom:0
	}
}
.home #sidecalumn{
	background:none
}
#sidecalumn #column_head{
background-color:#062686;
border-radius:10px 10px 0 0;
margin:0;
padding:20px;
font-weight:bold;
color:#fff;
font-size:20px;
}
#sidecalumn #column_body{
padding:10px;
line-height:19px;
background:#fff;
margin-bottom:30px
}
#sidecalumn #column_body a{
color:#062686;
text-decoration:none;
}
#sidecalumn #column_body .c_section{
margin:20px 0 20px 0;
}
#sidecalumn #column_body .c_section .c_title{
font-size:16px;
font-weight:bold;
letter-spacing:0.1em;
background-image:url("/wp-content/themes/original/image/icon_middle.png");
background-repeat:no-repeat;
margin:0 10px 0 10px;
padding-top:1px;
padding-left:30px;
padding-bottom:5px;
}
#sidecalumn #column_body .c_title.hasNotChild{
	margin-bottom: 20px;
}
#sidecalumn #column_body .c_section .c_title a{
color:#062686;
}

#sidecalumn #column_body .c_section .c_list{
list-style:none;
margin:10px 0 40px 16px;
padding:0;
}

#sidecalumn #column_body .c_section .c_list li{
margin-bottom:10px;
background-image:url("/wp-content/themes/original/image/icon_small.png");
background-repeat:no-repeat;
padding-left:24px;

}

#sidecalumn #column_body .c_section .c_list li a{
color:#303030;
}

#sidecalumn #column_body .c_section .c_list li .pagenow{
color:#062686;
font-weight:bold;
}

#sidecalumn #column_body .c_section .c_list li a:hover{
color:#062686;
}

#sidecalumn #column_body .c_section .c_images{
padding:0 10px;
}

#sidecalumn #column_body .c_section .c_images a{
color:#062686;
font-weight:bold;
font-size:14px;
padding:5px;

}

#sidecalumn #column_body .c_section .c_images img{
margin:5px 0;
}

#sidecalumn #column_body .widget{
margin-bottom:20px;
padding:20px;
border:solid 1px #e9e9e9;
border-radius:5px;

}

#sidecalumn #column_body .widget .widgettitle{
font-size:14px;
color:#505050;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:dotted 1px #909090;

}

#sidecalumn #column_body .widget #s{
/*width:100px;*/
margin-right:0px;
}
.page-forum #sidecalumn #column_body,
.page-prediction #sidecalumn #column_body{
	padding-top: 0;
}
#forumLabelBlock{
	margin-bottom:30px;
}

/* Home Content　に関する CSS */

.home-content{
/*float:left;*/
margin-bottom:30px;

}

#content-left{
/*width:600px;*/
margin-right:40px;
float:left;
}

#content-right{
/*width:400px;*/
float:left;
}

.home-content .home-content-title{
margin:15px 0;
padding:0;
color:#505050;

}

.home-content .home-content-inner{
height:auto;
background-color:#ffffff;
border-radius: 5px;
padding:30px 30px;
color:#606060;
border:solid 1px #e9e9e9;
}

#sidecalumn .home-content {
	margin-top:0px;
	width:100%
}
#sidecalumn .home-content h3{
	margin:0;
	margin-bottom:10px
}
#sidecalumn .home-content .home-content-inner{
	border:0;
	background:none;
	padding:0
}

.index-banner{
	margin-bottom:10px;
	border:1px solid #d6dae6;
	background:#fff;
	position: relative;
}
.index-banner:last-child{
	/* margin-bottom:0 */
}
.index-banner > div{
	float: left;
	position: relative;
}
.index-banner .image:hover{
	cursor: pointer;
}
.index-banner img{
	width:100%
}
/* 削除予定 */
.index-banner .rankImg{
	position: absolute;
    z-index: 2;
    margin: 5px;
    width: 36px;
    animation: blink 2.4s infinite;
}
.index-banner .newImg{
	position: absolute;
    left: -2px;
    top: -4px;
    z-index: 2;
}
@keyframes blink{
	10%{
		opacity: 1;
	}
  50%{
    opacity: 0;
  }
  90%{
		opacity: 1;
	}
}
.banner-bet365{
	background: url('image/banner2/banner_bet365.jpg?v=20180101') no-repeat;
}
.banner-pinnacle{
	background: url('image/banner2/banner_pinnacle.jpg') no-repeat;
}
.banner-william{
	background: url('image/banner2/banner_william.jpg') no-repeat;
}
.banner-10bet{
	background: url('image/banner2/banner_10bet.jpg') no-repeat;
}
.banner-marathonbet{
	background: url('image/banner2/banner_marathonbet.jpg') no-repeat;
}
.banner-bwin{
	background: url('image/banner2/banner_bwin.jpg') no-repeat;
}
.banner-1xbet{
	background: url('image/banner2/banner_1xbet.jpg?v=170915') no-repeat;
}
.banner-netbet{
	background: url('image/banner2/banner_netbet.jpg') no-repeat;
}
.banner-paddy{
	background: url('image/banner2/banner_paddy.jpg') no-repeat;
}
.banner-eco{
	background: url('image/banner2/banner_eco.jpg') no-repeat;
}
.banner-entro{
	background: url('image/banner2/banner_entro.jpg') no-repeat;
}
.banner-webmoney{
	background: url('image/banner2/banner_webmoney.jpg') no-repeat;
}
.banner-visa{
	background: url('image/banner2/banner_visa.jpg') no-repeat;
}
.banner-coincheck{
	background: url('image/banner2/banner_coincheck.jpg') no-repeat;
}
.banner-21bet{
	background: url('image/banner2/banner_21bet.jpg?v=20170927') no-repeat;
}
.banner-1xbit{
	background: url('image/banner2/banner_1xbit.jpg?v=20171222') no-repeat;
}
.banner-spin{
	background: url('image/banner2/banner_spin.jpg') no-repeat;
}
.banner-bitpay{
	background: url('image/banner2/banner_bitpay.jpg') no-repeat;
}
.banner-verajohn{
	background: url('image/banner2/banner_verajohn.jpg') no-repeat;
}
.banner-venuspoint{
	background: url('image/banner2/banner_venuspoint.jpg') no-repeat;
}
.banner-sportsbet{
	background: url('image/banner2/banner_sportsbet.jpg') no-repeat;
}
.banner-cherry{
	background: url('image/banner2/banner_cherry.jpg') no-repeat;
}
.banner-sticpay{
	background: url('image/banner2/banner_sticpay.jpg') no-repeat;
}
.index-banner .image{
	width: 55%;
	height: 85px;
	background-size: cover;
	background-position: center;
}
.index-banner .text{
	/*padding:10px;*/
	line-height:1em;
	width: 45%;
}
.index-banner .text .buttonWrap{
	position: relative;
}
.index-banner .subBlock{
	padding: 8px 8px;
    width: 100%;
    margin: 0;
    background: #eaeaea;
    border-top: 1px solid #d6dae6;
    font-size: 11.5px;
    letter-spacing: -0.1em;
}
.index-banner .subBlock img,
.index-banner .info img{
	width: 16px;
	margin-right: 6px;
	vertical-align: text-bottom;
}
.index-banner .subBlock span{
	margin-right: 12px;
}
#sidecalumn .home-content .home-content-inner .index-banner img{
	margin-bottom:0
}
#sidecalumn img{
	max-width:100%
}
.index-banner .subText{
	color:#7e8a95;
	margin-bottom:6px
}
.index-banner .btn{
	border-radius:3px;
	text-align:center;
	width:65%;
	font-size:1em;
	font-weight:bold;
	transition:.3s;
	position: absolute;

    padding: 2px 5px;
    right: -100%;
    left: -100%;
    margin: auto;
    font-size: 0.85em;
}
#leftColFixedWrap .btn{
	border-radius:3px;
	text-align:center;
	width:65%;
	font-size:1em;
	font-weight:bold;
	transition:.3s;
	padding: 2px 5px;
	margin-bottom: 12px;
}
.index-banner .btn:hover,
#leftColFixedWrap .btn:hover{
	transition:.3s;
	opacity:.8
}
.index-banner .btn.official{
	bottom: 12px;
}
.index-banner .btn.pageLink{
	top: 12px;
	width:75%;
}
.index-banner .iconWrap{
	padding: 40px 0.5em 0.5em 0.5em;
}
.index-banner .image .iconWrap{
	position: absolute;
    right: 4px;
    top: 6px;
    padding: 0;
    animation: blink 2.4s infinite;
}
.index-banner .info{
	top: 41px;
    position: relative;
    font-size: 1.3rem;
}
.index-banner .info span{
	display: block;
    margin-left: 6px;
}
i.entro{
	background: url('image/icon/icon-t-entro.png') no-repeat;
}
i.eco{
	background: url('image/icon/icon-t-eco.png') no-repeat;
}
i.entro-eco{
	background: url('image/icon/icon-t-entro-eco.png') no-repeat;
}
i.tv{
	background: url('image/icon/icon-tv.png') no-repeat;
}
i.ja{
	background: url('image/icon/icon-ja.png') no-repeat;
}
i.staff-ja{
	background: url('image/icon/icon-staff-ja.png') no-repeat;
}
i.sumo{
	background: url('image/icon/icon-sumo.png') no-repeat;
}
i.atm{
	background: url('image/icon/icon-atm.png') no-repeat;
}
i.credit{
	background: url('image/icon/icon-t-credit.png') no-repeat;
}
i.bet365{
	background: url('image/icon/icon-bet365.png') no-repeat;
}
i.pinnacle{
	background: url('image/icon/icon-pinnacle.png') no-repeat;
}
i.william{
	background: url('image/icon/icon-william.png') no-repeat;
}
i.onexbet{
	background: url('image/icon/icon-1xbet.png?v=20170926') no-repeat;
}
i.marathonbet{
	background: url('image/icon/icon-marathonbet.png') no-repeat;
}
i.bitcoin{
	background: url('image/icon/icon-t-bitcoin.png') no-repeat;
}
i.bitcoincash{
	background: url('image/icon/icon-t-bitcoincash.png') no-repeat;
}
i.credit-eco{
	background: url('image/icon/icon-t-credit-eco.png') no-repeat;
}
i.venuspoint{
	background: url('image/icon/icon-t-venuspoint.png') no-repeat;
}
.iconWrap > i{
	display: inline-block;
	height: 26px;
	width: 26px;
	background-size: contain;
}
.image .iconWrap > i{
	display: block;
}
.iconWrap > span {
	display: inline-block;
	height: 36px;
	width: 18px;
	background: #4b6b61;
	font-size: 11px;
	color: #fff;
	vertical-align: top;
    padding: 3px;
}
@media(max-width: 768px){
	.index-banner .btn{
		/*padding:10px;
		font-size:1.1em;
		font-weight:bold*/
	}
}
#sidecalumn .index-banner a.btn:link,
#sidecalumn .index-banner a.btn:visited,
#sidecalumn .index-banner a.btn:focus,
#sidecalumn .index-banner a.btn:hover,
#leftColFixedWrap a.btn {
	color:#fff
}
.index-banner .btn.official,
#leftColFixedWrap .btn.official{
	background:#9b3d3d;
}
.index-banner .btn.pageLink,
#leftColFixedWrap .btn.internal{
	background:#393c55;
}
.forumContainer{
	margin-top: 40px;
}
#sidecalumn .sideBlockWrap,
.forumContainer .sideBlockWrap{
	background:#fff;
	border: 1px solid #dee0e3;
	border-bottom:0;
	font-size:1em
}
#sidecalumn .sideBlockWrap .sideForumBlock,
.forumContainer .sideBlockWrap .sideForumBlock{
	padding:15px 20px;
   border-bottom: 1px solid #f1f2f3;
}
#sidecalumn .sideBlockWrap .sideForumBlock:last-child,
.forumContainer .sideBlockWrap .sideForumBlock:last-child{
	border-bottom:0
}
.sideForumBlock .matchDateView{
	font-weight: normal;
    font-size: 0.8em;
    margin-left: 0.5em;
}
#sidecalumn .sideMore,
.forumContainer .sideMore{
	text-align:center;
	color:#fff
}
#sidecalumn .sideMore a,
.forumContainer .sideMore a{
	background:#b2b7c7;
	padding:15px;
	color:#fff;
	display:block;
	transition:.3s
}
#sidecalumn .sideMore a:hover,
.forumContainer .sideMore a:hover{
	background:#6D748A;
	transition:.3s
}
#sidecalumn .sideBlockWrap .text,
.forumContainer .sideBlockWrap .text{
	font-weight:bold;
}
#sidecalumn .sideBlockWrap .text p,
.forumContainer .sideBlockWrap .text p{
	font-weight: normal;
    font-size: 0.85em;
    margin-top: 8px;
}
#sidecalumn .sideBlockWrap .category,
.forumContainer .sideBlockWrap .category{
	border-radius:3px;
	color:#fff;
	padding:3px 10px 4px;
	font-size:0.6em;
	background:#444;
	margin-right:5px
}
#sidecalumn .sideBlockWrap .category1,
#forumListBlock .categoryName .forumCategoryZatsudan,
.forumContainer .sideBlockWrap .category1,
.categoryName .category1{
	background:#6291aa;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #062686 !important;
    border-color: #062686 !important;
}
#pagination{
	margin-top:20px;
}
#pagination li span,
#pagination li a{
	padding: 6px 16px;
}
#sidecalumn .sideBlockWrap .category2,
.forumContainer .sideBlockWrap .category2,
.categoryName .category2{
	background:#e65f5f;
}
#sidecalumn .sideBlockWrap .category4,
.forumContainer .sideBlockWrap .category4,
.categoryName .category4{
	background: #409282;
}
.forumContainer .sideBlockWrap .category3,
.categoryName .category3{
	background: #8556ac;
}
#sidecalumn .sideBlockWrap .category6,
.forumContainer .sideBlockWrap .category6,
.categoryName .category6{
	background: #405892;
}
.categoryName p.categoryGame,
.forumContainer .categoryWrap span.categoryGame,
.categoryGame{
	background: #fff;
    color: #6a6a6a;
    border: 1px solid #cacaca;
}
#sidecalumn .sideBlockWrap .info,
.forumContainer .sideBlockWrap .info{
	color:#858e97;
	font-size:0.9em;
	position:relative;
	margin-top:5px
}
#sidecalumn .sideBlockWrap .comments,
.forumContainer .sideBlockWrap .comments{
	position:absolute;
	right:0
}
.forumContainer .stake{
	font-weight: normal;
	font-size: 0.8em;
}
.sideBlockWrap .sideForumBlock:nth-child(even),
.sideBlockWrap .sideRankBlock:nth-child(even){
	background: #f9f9fd;
}
#sidecalumn .sideRankBlock{
	padding:0;
	margin:0;
	position:relative;
	height:90px;
	border-bottom: 1px solid #f1f2f3;
}
#sidecalumn .sideRankBlock.post{
	border: none;
	border-bottom: 1px solid #f1f2f3;
}
#sidecalumn .sideRankBlock > div{
	padding:0;
}
#sidecalumn .sideRankBlock .image{
	width:90px;
	height:90px;
	overflow: hidden;
}
#sidecalumn .sideRankBlock{
	overflow: hidden;
}
#sidecalumn .sideRankBlock .text{
	padding: 5px 15px;
}
#sidecalumn .sideBlockWrap .sideRankBlock .text p{
	margin-top: 3px;
	margin-bottom: 5px;
}
#sidecalumn .sideBlockWrap .sideRankBlock .text p.title{
	font-weight: normal;
	font-size: 0.85em;
	margin-top: 3px;

}
#sidecalumn .sideBlockWrap .sideRankBlock .text p.title a{
	color: #858e97;
}
#sidecalumn .sideBlockWrap .sideRankBlock .text .comment i{
	margin-right: 0.5em;
	color: #d7dce5;
}
#sidecalumn .sideLatestComment .sideRankBlock{
	height: 110px;
}
.page-forum #sidecalumn .sideLatestComment,
.page-prediction #sidecalumn .sideLatestComment{
	margin-top: 20px;
}
#provision_list .imageBlock{
	float: left;
	width: 95px;
	height: 95px;
}
#provision_list .textBlock{
	float: left;
	width: calc(100% - 95px);
	padding-left: 20px;
}
#sidecalumn .sideRankBlock .image img{
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 100%;
    max-width: none;
}
.rankNum{
	position:absolute;
	left:0;
	top:0;
	height:25px;
	width:25px;
	background:#262930;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size:0.8em
}
.rankNum.rankNum1{
	background:#8a8069
}
.rankNum.rankNum2{
	background:#9fa4a8
}
.rankNum.rankNum3{
	background:#524f49
}

.home-content .home-content-inner .index-banner img{
margin-bottom:5px;
color:#062686;

}
.forumContainer .image{
	height: 120px;
    overflow: hidden;
    position: relative;
    margin: 0 -20px;
}
.forumContainer .image img{
	position: absolute;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    max-height: 370%;
    max-width: none;
    opacity: 0.9;
}
.forumContainer .text.hasImage{
	margin-top: 10px;
}
.forumContainer .categoryWrap{
	margin-bottom: 5px;
}

.entrylist{
list-style:none;
border-top:dotted 1px #d0d0d0;

}

.entrylist li{
border-bottom:dotted 1px #d0d0d0;
padding:10px 0;

}

.entrylist-more{
margin-top:30px;
text-align:right;
font-size:14px;

}

.entrylist-more a{
color:#ff5533;

}

#twitter-widget-0{
	width:100% !important
}

#fbWrap iframe{
	width:100% !important;
	height:214px
}
#inWrap{
	position:relative;
	width:100%
}
#inWrap h4{
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.2em;
	margin-top:0
}
#inWrap .inInner{
	background:#fff;
	padding:10px 10px 0px;
}
#inWrap iframe{
	top:0;
	left:0;
	z-index:0;
	width:100% !important;
}
#inWrap #overImage{
	width: 100%;
	height: 325px;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}

/*******************************************/
/* POST from Loop.php */
/*******************************************/

/* 共通部分 */
.post{
padding:20px;
margin: 0 0 20px 0;
border:solid 1px #e0e0e0;
background-color:#ffffff;

}

/*******************************************/
/* Post-single from loop.php , loop-c_post.php */
.post .post-single{
padding:10px;
}
@media (max-width: 768px){
	.post .post-single{
		padding:0px;
	}
}

.post-single .title{
font-size:21px;
font-weight:bold;
margin-top:0
}

.post-single .post-meta{
background-color:#f0f0f0;
margin: 20px 0;
padding:5px;
border:solid 1px #e0e0e0;
border-left:solid 10px #e0e0e0;

}

.post-single img{
	margin-top:10px
}

.post-single .the-content{
padding:20px 0;


}

.post-single .meta{
margin: 20px 0 0 0;
background-color:#f0f0f0;
padding:5px;
border:solid 1px #e0e0e0;
border-left:solid 10px #e0e0e0;

}

.post-single .meta .category{
float:left;
width:auto;

}

.post-single .postLinkBlock.prevPostLinkBlock {
	margin-top:30px;
	background:#fafafa;
	padding:10px;
	margin-left:15px
}
.post-single .postLinkBlock.nextPostLinkBlock {
	margin-top:30px;
	background:#fafafa;
	padding:10px;
	margin-right:15px
}
.post-single .postLinkBlock .prevPostLinkLabel,
.post-single .postLinkBlock .nextPostLinkLabel{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px
}
.nextPostLinkTitle,
.prevPostLinkTitle{
	width:160px
}
@media(max-width:678px){
	 #wrapper .post-single .postLinkBlock{
		width:100%;
		margin:0 auto 10px
	}
	.post-single .nextPostLinkTitle,
	.post-single .prevPostLinkTitle{
		width:200px
	}
	#wrapper table{
		width: 100%;
	}
}

.post-single .meta .tags{
float:left;
width:330px;

}

.wp-pagenavi{
margin:0 0 10px 0;
padding:0;

}

.wp-pagenavi:after{
clear:both;

}

/*******************************************/
/* POST-BOX from Loop-box.php */

.post_box{
width:auto;
height:auto;

}

.post_box .thum_box{
width:250px;
height:140px;
float:left;
margin:5px;

}

.post_box .text_box{
width:402px; /* レイアウトによって調整必須 (contentsの横幅依存) */
height:135px; /* thum_boxのheight -10px (comment_box用のスペース) */
margin:0 10px;
float:left;

}

.post .comment_box{
width:100%;
text-align:right;

}

.post_box .meta_top{
padding:5px 0;

}

.post_box .title{
margin:5px 0 17px 0;
font-size:21px;
line-height:24px;
font-weight:bold;

}

.post_box .meta_bottom{
padding:5px 0;

}

.post_box .meta_bottom .category{
width:200px;
float:left;

}

.post_box .meta_bottom .category .post-categories{
display:inline;
}

.post_box .meta_bottom .category .post-categories li{
display:inline;
}

.post_box .meta_bottom .tags{
width:250px;
float:right;

}

/*******************************************/
/* POST-BOX(home ver) from Loop-box.php */

.home-content .post_box{
width:auto;
height:auto;

}

.home-content .post_box .thum_box{
width:250px;
height:auto;
float:left;
margin:0;

}

.home-content .post_box .text_box{
width:280px; /* レイアウトによって調整必須 (contentsの横幅依存) */
height:135px; /* thum_boxのheight -10px (comment_box用のスペース) */
margin:0 10px;
float:left;

}

.home-content .post .comment_box{
float:left;
width:560px;
margin-top:20px;
text-align:right;

}

.home-content .post .comment_box a{
display:block;
float:right;
background-color:#ff5500;
color:#ffffff;
width:100px;
text-align:center;
padding:5px 10px;
border-radius:5px;

}

.home-content .post .comment_box a:hover{
background-color:#057d5a;
}

.home-content .post_box .meta_top{
padding:5px 0;

}

.home-content .post_box .title{
margin:5px 0 17px 0;
font-size:18px;
line-height:24px;
font-weight:bold;

}

.home-content .post_box .meta_bottom{
padding:5px 0;

}

.home-content .post_box .meta_bottom .category{
width:300px;
float:left;

}

.home-content .post_box .meta_bottom .category .post-categories{
display:inline;
}

.home-content .post_box .meta_bottom .category .post-categories li{
display:inline;
}

.home-content .post_box .meta_bottom .tags{
width:150px;
float:right;

}

.home-content .home-postslink{

}

.home-content .home-postslink a{
display:block;
float:left;
background-color:#ff5500;
color:#ffffff;
/*width:600px;*/
text-align:center;
padding:15px 0px;
border-radius:5px;
font-size:20px;
}

.home-content .home-postslink a:hover{
background-color:#057d5a;
}



/*******************************************/
/* POST-LIST from Loop-list.php */

.post_list{
width:auto;
height:auto;

}

.post_list .title{
width:300px;
float:left;

}

.post_list .meta{
width:400px;
float:left;

}

.post_list .meta .category{
width:250px;
float:left;

}

.post_list .meta .tags{
width:150px;
float:left;

}


/*******************************************/
/* Page from page.php */
/*******************************************/

/* 共通部分 */
#page{
padding:30px;
margin: 0 0 10px 0;
border:solid 1px #e0e0e0;
background-color:#ffffff;
}

#page .body,
#topicBody{
line-height:24px;
color:#303030;
font-size:16px;
}
.originalComment,
.forumCommentBlock{
	font-size:15px;
}
#page .post-meta{
	font-size: 0.85em;
	color: #6a6a6a;
}
#page .body ul{
	padding-left:40px
}
#page .body li{
	list-style:inherit;
	padding-bottom:15px;

}
#page .body iframe{
	max-width:100%
}
#page .the-content .yarpp-related h3{
	background:none;
	border:none;
	border-bottom:2px solid #062686;
	padding:5px 0;
	margin-bottom:10px
}

#page .body h2 , .post .the-content h2{
font-weight:bold;
font-size:21px;
color:#f0f0f0;
background-color:#062686;
border-radius:5px;
padding:10px 20px;
margin-bottom:30px;
}
#page .body h2 a, .post .the-content h2 a{
	color: #fff;
}
#page .body h3 , .post .the-content h3{
font-weight:bold;
font-size:18px;
color:#062686;
border-left:solid 10px #062686;
border-bottom:solid 1px #062686;
background-color:#f9f9f9;
padding:10px 10px;
}

#page .body h4,
.post .the-content h4{
	font-weight: bold;
    padding: 8px 10px;
    background-color: #efefef;
    font-size:16px;
}

#page .body strong{
font-weight:bold;
/*font-size:20px;
color:#ff9900;*/
padding:2px;
}

#page .body .nextlink{

}
#page .body .nextlink a{
color:#0000ff;
}

#page .body img{
margin:30px 0;
border:solid 1px #e0e0e0;
max-width:100%;
display:block;
margin:5px auto;
}
#page .body img.alignleft{
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

@media (min-width: 769px){
	#page .body img.alignleft{
		margin:0;
		display:inline-block;
	}
	#page .body img.alignleft + p{
		display:inline-block;
	}
}
#page .body img.inline{
	display:inline;
}
/* table */
tbody {
	border:solid 1px #c0c0c0;
	background-color:#f0f0f0;
	width: 100%;
	max-width: 100%;
}
.table td, .table th{
	padding: .75rem;
  line-height: 1.5;
}
table tr{
	border:solid 1px #c0c0c0;
}
table th{
	color:#ffffff;
	background-color:#303030;
	border:solid 1px #c0c0c0;
	padding:5px;
	word-break:break-all;
}
table td{
	padding:10px;
	vertical-align:middle;
	border:solid 1px #c0c0c0;
}
#line_chart table,
.detail table,
.overview table,
.ranking table {
overflow-x:scroll;
word-break: break-all;
}
#line_chart .table td,
#line_chart .table th
.detail .table td,
.detail .table th
.overview .table td,
.overview .table th,
.ranking .table td,
.ranking .table th {
   width:auto;
}

#page .body .nextstepWrap br{
	display:none
}

#page .body .nextstepWrap p{
	margin-bottom:0
}

#page .body .nextstep{
margin-top:20px;
margin:0;
padding:20px;
border:dotted 1px #c0c0c0;
font-size:16px;
color:#062686;
font-weight:bold;
}

#page .body .nextstep_img{
margin:40px 0 0 0;
padding:0;
border:0px;
max-width:100%;
}

#page .body .nextstep a{
text-decoration:none;
color:#ff7700;
}

#page .body .nextstep i{
color:#ff7700;
}

#page .body .nextstep a:hover{
text-decoration:underline;

}
#page ul.pageTab{
	padding-left: 0px;
}
.pageTab{
	padding: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}
.pageTab li{
	list-style: none;
    display: inline-block;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
    font-size: 1.1em;
    margin: 0;
    margin-right: 5px;
    text-align: center;
}
.pageTab li a{
	color: #888;
	cursor: pointer;
	background: #e8e8e8;
	padding: 14px 15px;
}
#page .pageTab a{
	text-decoration: none;
	display: inline-block;
}
.pageTab li.active a{
	background: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #062686;
    border-top: 3px solid #062686;
}
@media (max-width:768px){
	#page ul.pageTab{
		padding-left: 0px;
	}
	.pageTab li{
		font-size: 1em;
	    margin-right: 2px;
	}
	.pageTab li a{
		padding: 9px 9px;
	}
}
#contact_form{
	width:100%

}

#contact_form dt{
margin:0;
padding:0;
}

#contact_form dd{
margin:0;
padding:0;
}

#contact_form input{
width:100%;
margin-top:10px;
}

#contact_form textarea{
width:615px;
margin-top:10px;
}

#contact_form .wpcf7-submit{
margin : 10px auto 0;
padding : 10px;
max-width:200px;
display:block
}


#contact_form dd{
margin-bottom:10px;
}



.red{
color:#ff0000;
}



/*******************************************/
/* 広告用フリースペース CSS */
/*******************************************/
#content-top-free{
margin-bottom:10px;

}

#content-bottom-free{
margin:10px 0;

}

#sidebar-top-free{
margin: 10px 0 10px 10px;

}

#sidebar-bottom-free{
margin: 10px 0 10px 0px;

}

#content-widget-free{
margin: -22px;
border:solid 1px #ffffff;

}



/*******************************************/
/* コメントフォームCSS */
/*******************************************/

#m_comment{
background-color:#f0f0f0;
border:solid 1px #e0e0e0;
margin:0 0 20px 0;
padding:20px;

}

#m_comment h3{
margin: 20px 0;
font-weight:bold;
font-size:16px;
color:#505050;
}

#m_comment .comment_view{
background-color:#fcfcfc;
border-bottom:solid 1px #c0c0c0;
margin:0 0 10px 0;
padding:10px;

}
#m_comment .comment_view.parent .comment_view{
	background: #f3f3f3;
    margin: 20px 20px 0;
}

#m_comment .comment_view .comment_meta{
margin:0 0 10px 0;

}

#m_comment .comment_view .comment_meta .author{
color:#303099;
}

#m_comment .comment_view .comment_meta .time{
color:#909090;
}

#m_comment #m_comment_form{
background-color:#ffffff;
padding: 0 20px 20px 20px;
border:dotted 1px #c0c0c0;

}
#m_comment_form input{
	margin-bottom:10px
}
.loadMore{
	display: block;
    text-align: center;
    background: #b2b7c7;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    transition: .3s;
    cursor: pointer;
}
.loadMore:hover{
    background: #6D748A;
}
@media(max-width:768px){
#m_comment_form form div{
	width:100% !important;
	float:none
}
#m_comment_form form input{
margin-bottom:10px;
}
}
.reviewInfo{
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 600;
}

/**** forum ***/

#forumListBlock{
	background:#fff;
	border: 1px solid #dee0e3;
	margin-top:20px
}
#forumListBlock .topic-hide{
	background:#ededed;
}
.mainSection{
	margin-top:30px;
	position:relative
}
.mainSection .container{
	position:relative
}
#page h2{
	margin-top:0;
	font-size:2em;
	line-height:44px;
}
.forumHeader{
	margin-bottom:10px
}
#forumListBlock{
	background:#fff
}
#forumListBlock li{
	padding:13px 16px;
	border-bottom: 1px solid #f1f2f3;
	position: relative;
}
#forumListBlock li:last-child{
	border-bottom:0;
	padding-bottom:0
}
#forumListBlock .categoryName{
	width:60px;
	float:left;
}
.categoryName p{
	padding:3px 7px;
	background:#666;
	color:#fff;
	border-radius:2px;
	font-size:11px;
	text-align:center
}
.categoryName .forumCategorySiai{
	background: #409282;
}
.categoryName .forumCategoryOshiete{
	background: #e65f5f;
}
.categoryName .forumCategoryZatsudan{
	background: #6291aa
}

#forumListBlock .text{
	float:left;
	margin-right:10px;
	width:503px
}
@media (max-width: 768px){
	#forumListBlock .text{
		width: 100%;
	}
}
#forumListBlock .title{
	margin-bottom:5px;
	font-size:1.1em;
	line-height:1.1em
}
#forumListBlock .title a{
	font-weight:bold;
	color:#444;
}
#forumListBlock .text p{
	font-size: 0.85em;
	color: #666;
}
#forumListBlock .lastup{
	color:#858e97;
	font-size:0.9em;
	display: inline;
}
#forumListBlock .comment{
	/*float:left;*/
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	font-family:"Roboto",sans-serif;
	margin-bottom:3px;
	position: absolute;
    right: 15px;
}
#forumListBlock .comment span{
    display: block;
    font-size: 12px;
    color: #858e97;
    font-weight:normal;
    line-height:12px;
}
#forumSortBlock{
	text-align:right;
}
#forumSortBlock a{
	float: left;
}
#forumSortBlock label,
#forumSortBlock li,
#forumSortBlock ul{
	display:inline-block;
	font-size:0.95em;
	color:#555;
	margin-bottom:0
}
#forumSortBlock li{
	margin-right:6px;
	color:#aaa;
	cursor:pointer
}
#forumSortBlock .forumSortSelected{
	color:#333
}
#createTopicButton{
	width:100%;
	margin-top: 18px;
	background: #062686;
	padding: 13px 20px;
	text-align: center;
	border-radius:0;
	margin-top:0;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	margin-bottom:30px
}
#createTopicButton:hover{
	background:#071c5a
}
#createTopicButton i{
	color:#BABFC4;
	margin-right:8px;
	font-size:1.3em;
	position:relative;
	top:2px;
}
.createTopicBlock .createTopicInner{
	width:100%;
	background:#fafafa;
}
.page-forum #sidecalumn h4,
.page-prediction #sidecalumn h4{
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
	padding:0
}
.page-forum #sidecalumn ul,
.page-prediction #sidecalumn ul{
	border:1px solid #dee0e3;
	background:#fff
}
.page-forum #sidecalumn li,
.page-prediction #sidecalumn li{
	padding:10px;
	border-bottom:1px solid #f1f2f3;
}
.page-forum #sidecalumn li:last-child,
.page-prediction #sidecalumn li:last-child{
	border-bottom:0
}
#sidecalumn a,
.forumContainer a {
    color: #444;
}
.side_banner a{
	margin-bottom: 12px;
	display: block;
}
#wrapper .page-forum table th,
#wrapper .page-forum table td,
#wrapper .page-prediction table th,
#wrapper .page-prediction table td{
	border-bottom:0;
	padding:4px
}
#wrapper .page-forum table th span, /*削除予定*/
#wrapper .page-prediction table th span, /*削除予定*/
#wrapper .page-forum dt span,
#wrapper .page-prediction dt span {
	font-size: 0.8em;
}
#wrapper input[type="radio"],
#wrapper input[type="checkbox"]{
	margin-right:5px
}
#editBlock h3{
	margin-top:0
}
#createTopicForm input[type="radio"]{
	margin-right:3px
}
#createTopicForm label{
	margin-right:5px
}
#createTopicForm .btnBlock{
	margin-top:20px;
	text-align:center
}
#createTopicForm .confirm{
	display: none;
}
.page-forum .btn,
.page-prediction .btn{
	/*background:#062686;
	color:#fff;
	border-radius:0;
	padding:10px 30px;*/
	padding: 10px 22px;
    font-weight: 600;
    font-size: 1.45rem;
    color: #fff;
    display: inline-block;
    background: #071c5a;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
.page-forum button:hover,
.page-forum .btn:hover,
.page-prediction .btn:hover{
	color:#fff
}
#createTopicModal.modalBox,
#commentModal.modalBox {
	background-color: #eaeaea;
	padding:30px;
	border:0;
	overflow-y:scroll;
	height:550px;
	margin-top:-270px
}
.modalBox{
	overflow-y:scroll;
}
#createTopicModal h3,
#confirmBlock h3 {
	margin-top:0;
	margin-bottom:20px;
	font-weight:bold;
}
.page-forum #topicBlock h2,
.page-prediction #topicBlock h2{
	font-weight:bold
}
#topicInfoBlock{
	color:#838c95;
	font-size:0.95em
}
#topicInfoBlock *{
	display:inline-block;
}
#topicInfoBlock .infoPrediction{
	display:block;
	margin-bottom: 10px;
}
#topicInfoBlock .matchDateView{
	margin-top: 10px;
	font-weight: bold;
}
.infoPrediction .category{
	border-radius: 3px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
}
.infoPrediction .category p,
.categoryGame{
	padding: 3px 10px 4px;
	margin-bottom: 0;
	font-weight: bold;
}
.infoPrediction .categoryGame{
	margin-right: 20px;
}
.infoPrediction .stake,
.infoPrediction .odds{
	font-weight: bold;
	margin-right: 1.5em;
}
/*.infoPrediction .category .category1{
	background: #6291aa;
}
.infoPrediction .category .category2{
	background: #e65f5f;
}
.infoPrediction .category .category3{
	background: #8556ac;
}
.infoPrediction .category .category4{
	background: #409282;
}*/
.category .icon,
.createTopicBlock .icon{
	width: 85%;
}
.categoryName .icon{
	width: 25px;
}
#topicBody{
	margin-top:20px;
	margin-bottom:40px
}
#forumLatestBlock{
	margin-bottom:30px
}
#commentFormBlock{
	margin-bottom:20px;
	padding:20px 0;
	border-top:1px;
}
#commentFormBlock h3{
	font-size:1.3em;
	font-weight:bold;
	border-bottom:2px solid #ddd;
	padding-bottom:10px;
	margin-top:0;
}
#forumCommentWrap h4{
	font-weight:bold;
	margin-bottom:20px
}
#forumCommentWrap .commentBlock{
	border-top:1px solid #ddd;
	padding-top:20px;
	padding-bottom:20px
}
#forumCommentWrap .commentBlock.parent .commentBlock{
	background: #fafafa;
    padding: 20px;
    margin-top: 20px;
    border-top: 0;
}
.commentMeta{
	color: #838c95;
    font-weight: bold;
}
.commentMeta span{
	margin: 1.5em 1.2em 0px 0px;
    display: inline-block;
}

.commentInfo{
	 color: #838c95;
    font-size: 0.95em;
    margin-top:10px
}
.commentInfo span{
	margin-right:10px
}
#forumReplyTo{
	margin: 20px 0;
}
.replyCancel{
	margin-left: 20px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
#page.listPage{
	background:none;
	padding:0 0 0 15px;
	border:0;
}
.imgSpace{
	max-width:200px;
	/* padding:20px 0 */
}
.imgSpace img {
	margin: 20px 0;
}
.imgConfirm img{
	max-width:200px
}
.commentImage img{
	max-width:200px
}
.editButtonBlock{
	text-align: right;
}
.editButtonBlock .btn,
.editBlock .btn,
#commentFormBlock .imgSpace .btn{
	padding: 6px 12px;
	background: #888;
}
.editButtonBlock .btn:hover,
.editBlock .btn:hover,
#commentFormBlock .imgSpace .btn:hover{
	background: #666;
	color:#fff !important
}
.editBlock .btn{
	margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.editButtonBlock .win.active{
	background: crimson;
	color: #fff
}
.editButtonBlock .draw.active{
	background: orange;
	color: #fff
}
.editButtonBlock .lose.active{
	background: cornflowerblue;
	color: #fff
}
.result_notice{
	font-size:0.8em;
}
.imgSpace{
	position: relative;
}
.cancelUpload{
	display:inline-block;
	margin-top:10px;
	background:#666
}
#content .cancelUpload:hover{
	color:#fff
}
#commentFormBlock table{
	margin-bottom: 10px;
}
#wrapper #commentConfirmForm table{
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd
}
#wrapper #commentConfirmForm table,
#wrapper #commentConfirmForm tbody,
#wrapper #commentConfirmForm tr{
	width:100%
}
#wrapper #commentConfirmForm th{
	width:20%;
	background:#eee
}
#wrapper #commentConfirmForm th,
#wrapper #commentConfirmForm td{
	padding:13px 20px;
	border-top:1px solid #ddd
}
#wrapper #commentModal .lead{
	font-size:0.9em;
	margin-top:20px
}
#topicBlock .editButtonBlock{
	padding : 20px 0px;
/* 	position:absolute;
	top:25px;
	right:25px */
}
#editTopicForm{
	padding:20px;
}
.editBlock #editTopicForm {
	padding: 0;
}
.editBlock #editTopicForm h3 {
	padding: 10px;
	margin: 0;
}
#forumListBlock .image{
	float: left;
    width: 110px;
    height: 110px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
#forumListBlock .image img{
	position: absolute;
    top: -100%;
    bottom: -100%;
    right: -100%;
    left: -100%;
    margin: auto;
    max-width: 150px;
    width: 150px;
}
#forumListBlock .textBlock{
	float: left;
    width: 455px;
}
#forumListBlock .textBlock .categoryName{
	float: none;
    width: 100%;
}
#forumListBlock .textBlock .categoryName p{
	display: inline-block;
    /*width: 60px;*/
}
#forumListBlock .textBlock .text{
	float: none;
    padding-left: 0;
    width: 100%;
}
#forumListBlock .categoryName span{
	font-size: 0.85em;
    font-weight: bold;
    color: #858e97;
}
.infoPrediction2{
	margin-bottom: 0.5em;
}
.infoPrediction2 .league{
	margin-right: 1.5em;
}
.infoPrediction2 .league span,
.infoPrediction2 .bet span{
	font-weight: bold;
}
.chart{
	margin-bottom: 20px;
}
.slickWrap > div{
	height: 264px;
}
.search-input{
	width: calc(100% - 64px);
}
@media (max-width: 768px){
	.slickWrap{
		display: block;
		height: auto;
		padding: 30px 0px 15px;
		background: #F6F6F6;
	}
	.slickWrap > div{
		width: 100%;
		float: none;
		margin: 0 auto;
		padding: 0 40px;
		background: transparent;
		height: auto;
	}
	#wrapper #createTopicModal,
	#wrapper #commentModal {
		position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
		padding-left: 0;
    padding-right: 0;
    padding-top: 150px;
	}
	#createTopicModal h3,
	#confirmBlock h3,
	#confirmBlock .lead {
		padding-left: 10px;
		padding-right: 10px;
	}
	#wrapper #content .modalBox tr,
	#wrapper #content .modalBox th,
	#wrapper #content .modalBox td,
	#wrapper #content .editBlock tr,
	#wrapper #content .editBlock th,
	#wrapper #content .editBlock td{
		width:100%;
		display:block
	}
	#createTopicModal td,#createTopicModal th,#commentFormBlock td,#commentFormBlock th{
		display: block;
	}
	#createTopicModal .createTopicInner table th{
		padding-bottom: 0;
	}
	#createTopicModal input[type='text'],#createTopicModal textarea,#commentFormBlock input[type='text'],#commentFormBlock textarea,
	#editTopicForm input[type='text'],#editTopicForm textarea,#editTopicForm input[type='text'],#editTopicForm textarea{
		width: 100%;
	}
	#page #commentFormBlock table th{
		padding-bottom: 0;
	}
	#pagination .prev,#pagination .next{
		display: none;
	}
	#wrapper #createTopicModal input[type="text"],
	#wrapper #commentModal input[type="text"],
	#wrapper #createTopicModal textarea,
	#wrapper #commentModal textarea{
		width:100%
	}
	#topicBlock .editButtonBlock{
	padding : 20px 0px;
	/*	position:absolute;
		top:15px;
		right:15px */
	}
	.forumContainer{
		margin-bottom: 40px;
	}
	.page-prediction #forumListBlock .image{
		width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.page-prediction #forumListBlock .image img{
		width: 100%;
    	max-width: 100%;
	}
	.page-prediction #forumListBlock .textBlock{
		float: none;
    	width: 100%;
	}
	.page-prediction #forumListBlock .textBlock .text{
		padding: 0;
	}
	#commentConfirmForm{
		margin-bottom: 50px;
	}
	#createTopicForm{
		margin-bottom: 50px;
	}
	#forumSortBlock{
		text-align: left
	}
	#forumSortBlock a{
		float: none;
		display: block;
	}
	.newArticleBlock .tabBlock h3,
	.tabWrap .tabBlock h3{
		font-size: 13px;
	    width: 32%;
	    height: 4.5em;
	    margin-right: 1%;
	}
	.related_forum .row > div{
		height: 240px;
	}
}

/*******************************************/
/* forum */
/*******************************************/
#topicImage img{
	max-height: 480px;
	width: auto;
}
.commentNum{
	color: #062686;
}
#commentFormBlock .require{
	color: red;
}
@media (min-width: 769px){
	#confirmBlock th{
		width: 7em;
	}

}
.commentMeta p{
	margin-bottom: 0.3em;
}
.like_block{
	margin: 30px 0;
}
.like_block .like_btn,
#page .like_btn{
	padding: 10px 22px;
    font-weight: 600;
    font-size: 1.45rem;
    color: #fff;
    display: inline-block;
    background: #071c5a;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}
.like_block.liked .like_btn,
#page .like_block.liked .like_btn{
    color: #5C5C5C;
    background: #e6e6e6;
}
.like_block .like_count{
	display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}
/*******************************************/
/* メインウィジェット / 外部サービス用 CSS */
/*******************************************/

.content-widget{
margin-bottom:20px;
background-color:#ffffff;
border:solid 1px #e0e0e0;
padding:20px;

}

.content-widget h3{
font-size:16px;
font-weight:bold;
margin-bottom:20px;
color:#606060;
}

.content-widget ul{
list-style:none;
border-top:dotted 1px #d0d0d0;

}

.content-widget ul li{
border-bottom:dotted 1px #d0d0d0;
padding:10px 0;

}







/* ZenBack (https://zenback.jp/) */
#main_zenback{
border:solid 1px #e0e0e0;
background-color:#fff;
padding:0 20px;

}
#main_zenback_inner{
background-color:#fff;

}



/*******************************************/
/* span class css */
/*******************************************/

.st{
font-weight:bold;
letter-spacing:1px;
}

.ch{
color:#3498db;
}

.msg{
font-family:'ＭＳ ゴシック';
}

.breadmsg{
color:#909090;
font-family:'ＭＳ ゴシック';
}

.bet365{
background-color:#027b5a;
color:#ffff00;
padding:0 5px;
border-radius:3px;

}

.pinnacle{
background-color:#040033;
color:#ffffff;
padding:0 5px;
border-radius:3px;
}

.neteller{
background-color:#78ad14;
color:#ffffff;
padding:0 5px;
border-radius:3px;
}

.williamhill{
background-color:#093655;
color:#ffffff;
padding:0 5px;
border-radius:3px;
}

.m88{
color:#ffffff;
background-color:#50668d;
padding:0 5px;
border:solid 1px #e0e0e0;
}
/*****  backToTop  *****/
#scroll_to_wrap{
    right: 18px;
    font-size: 0.9em;
    margin-bottom:0;
    position:fixed;
    bottom: 20px;
}
#toComment{
}
#backToTop.absolute {
    position:absolute;
}
#backToTop a,
#toComment a {
    background: #2fbef9;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius:0
}
#backToTop a:hover,
#toComment a:hover {
	color:#fff;
    background: #2fbef9;
}
.side_banner{
	margin-bottom: 20px;
}
a.show_btn{
	cursor: pointer;
}
/**** Question Box ****/
#questionBox{
	display:none
}

.footer_nav{
	display: none;
}

/*@media (min-width: 769px){*/
	#questionBox{
		display:block;
		position:fixed;
		width:250px;
		width:270px;
		bottom:0;
		right:20px;
		z-index:111111;
		box-shadow:0 0 2px rgba(0,0,0,0.5);
		border-top-left-radius:3px;
		border-top-right-radius:3px;
	}
	#questionBox .qbHeader{
		background:#27549f;
		border-top-left-radius:3px;
		border-top-right-radius:3px;
		color:#fff;
		padding:10px;
		cursor:pointer
	}
	#questionBox.qbclose .qbHeader{
		background:#fafafa;
		color:#555;
		border-bottom:0;
	}
	#questionBox.qbclose .qbHeader:hover{
		background: #27549f;
    	color: #fff;
	}
	#questionBox.qbclose .qbHeader h3{
		font-weight:bold;
		margin:0
	}
	#questionBox .qbHeader h3{
		font-size:0.95em;
		margin:0
	}
	#questionBox .qbLead{
		font-size:0.9em
	}
	#questionBox .qbContent #contact_form,
	#questionBox .qbContent #contact_form input{
		width:auto;
		padding:0;
		background:none;
		border:0;
		margin:0;
	}
	#questionBox .qbContent #contact_form input,
	#questionBox .qbContent #contact_form textarea{
	    border: 1px solid #ddd;
	    padding: 5px;
	    width: 100%;
	    box-sizing: border-box;
	    height:auto;
	    margin-top:3px
	}
	#questionBox .qbContent #contact_form textarea{
		height:50px;
		width:100%
	}
	#questionBox .qbContent #contact_form .title{
		display:none;
	}
	#questionBox .qbContent{
		background:#fff;
		padding:12px 15px 15px;
		font-size:0.95em;
		display:none
	}
	#questionBox .qbContent #contact_form dd{
		margin-bottom:5px
	}
	#questionBox .qbContent #contact_form .wpcf7-submit{
		background:#393c55;
		color:#fff;
		border:none;
	}
	#questionBox .qbContent .qbLead{
		margin-bottom:10px
	}
	#questionBox .qbContent textarea{
		height:100px
	}
	.ajax-loader{
		display:none
	}
	#questionBox .qbContent input,
	#questionBox .qbContent textarea{
		font-size:0.95em
	}
	#questionBox .submitWrap{
		text-align:right
	}
	#questionBox .submitWrap input{
		margin-top:6px;
		padding:7px 10px;
		border-style: solid;
		border-radius: 3px;
		border:1px solid #33358d;
		background-image: -moz-linear-gradient( 90deg, rgb(25,62,122) 0%, rgb(59,94,147) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(25,62,122) 0%, rgb(59,94,147) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(25,62,122) 0%, rgb(59,94,147) 100%);
	}
/*}*/
@media (max-width: 768px){
	#page #contact_form input,
	#page #contact_form textarea{
		padding: 15px;
		    font-size:1em;
	}
	#page #contact_form .wpcf7-submit{
		height: 100%;
		margin:0;
	}
	#questionBox.qbclose{
		width: 100px;
    	height: 40px;
	}
	.qbclose .qbHeader h3{
		display: none;
	}
	.qbclose .qbHeader:before{
		content: '\f0e0';
		font-family: FontAwesome;
		display: inline-block;
		margin-left: 8px;
	}
	.qbclose .qbHeader:after{
		content: 'ご質問';
		display: inline;
		font-weight: bold
	}
	.footer_nav{
		position: fixed;
		z-index: 222;
		display: block;
	    bottom: 0;
	    width: 100%;
	    background: #091946;
	    color: #fff;
	    font-size: 12px;
	}
	.footer_nav ul{
		margin-top: 10px;
	}
	.footer_nav ul li{
		float: left;
    	width: 16.5%;
    	padding: 0 5px;
    	position: relative;
    	max-width: 60px;
	}
	.footer_nav ul li:before{
		content: "";
		background-size: cover;
	    position: absolute;
	    width: 24px;
	    height: 14px;
	    display: block;
	    left: 5px;
	    top: -7px;
	}
	.footer_nav ul li.first:before{
		background-image: url('image/icon/rank-1.png');
	}
	.footer_nav ul li.second:before{
		background-image: url('image/icon/rank-2.png');
	}
	.footer_nav ul li.third:before{
		background-image: url('image/icon/rank-3.png');
	}
	.footer_nav ul li.new:before{
		background-image: url('image/icon/new.png');
	}
	#scroll_to_wrap{
    	right: 8px;
	    bottom: 45px;
	}
}
.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
.matchDateView{
	margin-bottom: 6px;

}
.page-prediction .matchDateView{
	display: inline-block;
	margin-left: 12px;
}
.matchDateView .countdown,
.page-prediction #forumListBlock .matchDateView .countdown{
	color: #E60514;
	font-weight: bold;
}
/* 12/17追加 */
.sideRankBlock{
	padding: 15px 20px;
    border-bottom: 1px solid #f1f2f3;
}
.sideLatestComment .home-content-inner{
	border: 0;
	padding: 0;
}
#sidecalumn #column_body{
	padding: 0
}
#sidecalumn #column_body .home-content-inner a{
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
}
.page-prophet #page h2{
	font-size: 1.8rem;
    font-weight: bold;
}
.page-prophet #page table th{
	background: #3d3f4c
}
.page-prophet #page table td{
	text-align: right;
}
.page-prophet #page table td.left{
	text-align: left;
}
.page-prophet #page .overview{
	margin-bottom: 20px;
}
.page-prophet #page .overview table th{
	width: 25%;
}
.page-prophet #page .detail table th,
.page-prophet #page .detail table thead td{
	padding: 0px 7px;
    line-height: 1.8;
}
.page-prophet #page .detail table th{
	width: 9%;
	text-align: center
}
.page-prophet #page .detail table th,
.page-prophet #page .detail table td{
	font-size: 1.3rem;
}
.page-prophet #page .detail table th.small{
	font-size: 1rem;
	padding: 0px
}
.page-prophet #page .detail table td a{
	color: inherit;
}
.page-prophet #page .detail table tr.row1 td{
	background: #fff5f7
}
.page-prophet #page .detail table tr.row3 td{
	background: #fffef5
}
.page-prophet #page .detail table tr.row5 td{
	background: #f5fdff
}
.page-prophet #page .detail table th.matchName{
	width: 37%;
}
.page-prophet #page table th{
	font-size: 1.4rem;
	padding: 4px 7px;
}
.page-prophet #page table thead td{
	padding: 0 7px;
}
.page-prophet #page table td{
	background: #fefefe;
	padding:7px;
}
.page-prophet #page .win{
	color: crimson;
}
.page-prophet #page .lose{
	color: cornflowerblue;
}
.page-prophet #page .draw{
	color: orange;
}
.pending{
	font-size: 10.5px
}
.page-prophet tr.item{
	cursor: pointer;
}
.page-prophet #page .detail table tr.row1:hover td{
	background: #ffe2e8
}
.page-prophet #page .detail table tr.row3:hover td{
	background: #fdfadc
}
.page-prophet #page .detail table tr.row5:hover td{
	background: #e1f9ff
}
.prophetLink{
	margin-top: 25px;
}
.page-prophet #page .ranking table{
	margin-bottom: 20px;
}
.page-prophet #page .ranking table tr.hasFive td{
	background: #fff5f7;
}
.page-prophet #page .ranking table tr:hover td{
	background: #eaeaea;
}
.page-prophet #page .ranking td a{
	text-decoration: underline;
}
.related_forum{
	margin-top: 40px;
}
.related_forum .image{
	height: 120px;
}
#page .related_forum a{
	text-decoration: none;
}
.related_forum h4{
	font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.related_forum .matchDateView{

    font-size: 13px;
    color: #272727;
}
.related_forum .countdown{
	display: block;
}
@media (max-width: 768px){
	.page-prophet #page table thead td.hasSpan > span,
	.page-prophet #page table tbody td.hasSpan > span{
		transform: rotate(90deg);
	    transform-origin: left;
	    display: inline-block;
	    position: absolute;
	    white-space: nowrap;
	    line-height: 1;
	    width: 100%;
	    margin-top: -90%;
	    margin-left: 0px;
	}
	.page-prophet #page table thead td.hasSpan,
	.page-prophet #page table tbody td.hasSpan{
	    position: relative;
	    text-align: center;
	    padding: 0;
	}
}


/* 番号つきリストの装飾 */
ol {
	counter-reset: li;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0.2em;
}

ol > li , table ol:not([class]) li {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    margin-bottom: .5em;
}

ol > li:before, table ol:not([class]) li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #a0a0a0;
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0em;
	top: 2px;
	line-height: 1.5;
    font-size: .85em;
	font-weight: 900;
}

/* サイドバーのランキング用アイコン */
div.bm_ranking .widget_custom_html:nth-child(1):before{
	content:url('image/icon/rank-1.png');
	position: absolute;
	z-index: 2;
	margin: 5px;
	width: 36px;
	animation: blink 2.4s infinite;
}
div.bm_ranking .widget_custom_html:nth-child(2):before{
	content:url('image/icon/rank-2.png');
	position: absolute;
	z-index: 2;
	margin: 5px;
	width: 36px;
	animation: blink 2.4s infinite;
}
div.bm_ranking .widget_custom_html:nth-child(3):before{
	content:url('image/icon/rank-3.png');
	position: absolute;
	z-index: 2;
	margin: 5px;
	width: 36px;
	animation: blink 2.4s infinite;
}

/*支払済ボタンの表示*/
#topicBlock h2.is_payment:after{
	content : url('image/is_payment.png');
	padding-left : 5px;
}
#forumListBlock .is_payment a:after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 16px;
  background-image: url('image/is_payment.png');
  background-size: contain;
  vertical-align: middle;
  margin-left : 5px;
}


