﻿@charset "utf-8";
/* CSS Document */

span.block {
	display: block;
}

.clear {
	clear: both;
}

p{
	margin:0 0 20px 0;
}

/* ------- 見出し ------- */

.entry-content h1{
	font-size: 36px;
	font-weight: bolder;
    margin: 1em 0 0.5em;
    background: #000;
    color: #e4e1dd;
    padding: 0.3em 0.5em;
    line-height: 1.3;
}

.entry-content h2{
	font-size: 28px;
	font-weight: bolder;
    margin: 1em 0 0.5em;
    width: auto;
    height: auto;
    background: none;
}

.entry-content h3{
	font-size: 24px;
	font-weight: bolder;
    margin: 1em 0 0.5em;
}

.entry-content h4{
	font-size: 20px;
	font-weight: bolder;
    margin: 1em 0 0.5em;
}

@media screen and (max-width: 640px) {
	.entry-content h1{
		font-size: 22px;
	}

	.entry-content h2{
		font-size: 20px;
	}

	.entry-content h3{
		font-size: 18px;
	}

	.entry-content h4{
		font-size: 16px;
	}
}

/* 
#primary h3 {
color: #e4dfc1;
background:url(https://info-mj.sega.jp/wp-content/uploads/2017/04/subtitle_icon.png) 6px center no-repeat,rgba(120,119,98,.5);
font-size:120%;
margin-bottom:12px;
padding: 3px 0px 0px 38px;
border-radius: 4px;
clear:both;
}

#primary h4 {
font-size:120%;
color: #c1bda5;
position: relative;
padding: 0 .5em 0em 1.5em;
border-bottom: 1px solid rgba(195,176,141,.5);
margin-bottom:12px;
clear:both;

}
#primary h4::after {
position: absolute;
top: .6em;
left: .3em;
z-index: 2;
content: '';
width: 9px;
height: 9px;
background-color: #c1bda5;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
*/

/* ------- btn ------- */
#primary .link_btn a {
	display:inline-block;
	margin: 2px 0 20px;
	background: url(img/link_btn_icon.png) 1.5em center no-repeat, -moz-linear-gradient(top, #0b965d 0%, #096e44 100%); /* FF3.6-15 */
	background: url(img/link_btn_icon.png) 1.5em center no-repeat,-webkit-linear-gradient(top, #0b965d 0%,#096e44 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(img/link_btn_icon.png) 1.5em center no-repeat,linear-gradient(to bottom, #0b965d 0%,#096e44 100%);
	color: #ffffff;
	border: solid 2px #095537;
	border-radius: 4px;
	text-decoration: none;
	text-align:center;
	padding:0.5em 1.5em 0.5em 2.5em;
}
#primary .link_btn a:hover {
	opacity: 0.8;
}


/* ------- margin/padding ------- */
.mb30 {
margin-bottom: 30px;
}
.mb20 {
margin-bottom: 10px;
}
.mb10 {
margin-bottom: 10px;
}
.mb5 {
margin-bottom: 5px;
}
.mb0 {
margin-bottom: 0;
}

.pd10 {
padding:10px;
}
.pd5 {
padding:5px;
}
.pd0 {
padding:0px;
}

/* ------- list ------- */
#primary ul ,#primary ol, #primary dl{
	margin:5px 0 20px;
}

#primary ul li{
	list-style:none;
}

#primary ul.circle li, #primary ul li.circle{
	list-style:circle;
	margin:0 0 0 1.5em;
}

#primary ol li{
	list-style:decimal;
	margin:0 0 0 1.5em;
}


#primary li.comments {
    padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
}



#primary dl.dl_y{
	background:rgba(41,84,70,0.5);
	padding:10px 10px 1px;
	border-radius:5px;
}

#primary dl.dl_y dt{
	font-weight:bolder;
	color:#b7aa00;
}

#primary dl.dl_y dd{
	margin-bottom:10px;
  overflow: hidden;
}

#primary dl.dl_red{
	background-color: rgba(171,59,59,0.70);
	padding: 10px 10px 1px;
	border-radius: 5px;
}

#primary dl.dl_red dt{
	font-weight:bolder;
	color:#b7aa00;
}

#primary dl.dl_red dd{
	margin-bottom:10px;
}


/* ------- text ------- */

strong, .bold {
font-weight: bold;
}
.none {
display: none;
}
.red {
color: #FF0000;
}
.red2 {
color: #d58d4d;
}
.orange {
color: #E56400;
}
.green {
color: #296357;
}
.blue {
color: #0088A4;
}
.yellow {
color: #A38E02;
}
.yellow2 {
  color: #FBDA00;
}
.black {
color: #333;
}
.white {
color: #FFF;
}

.red_b {
font-size: 120%;
color: #FF0000;
}
.orange_b {
font-size: 120%;
color: #E56400;
}
.green_b {
font-size: 120%;
color: #296357;
}
.green2 {
  color: #34AF7B;
}
.green2_b {
  font-size: 120%;
  color: #34AF7B;
}
.blue_b {
font-size: 120%;
color: #0088A4;
}
.yellow_b {
font-size: 120%;
color: #A38E02;
}
.black_b {
font-size: 120%;
}
.white_b {
font-size: 120%;
color: #FFF;
}
.small {
font-size: 80%;
}

.align_C{text-align:center;}
.align_L{text-align:left;}
.align_R{text-align:right;}

.caution {
	display:block;
	font-weight:normal;
	font-size:85%;
	color:#999;
	line-height:1.4;
}
hr {
	margin: 20px auto 20px auto;
	border: none;
	border-bottom: dotted 1px #c1bda5;
}
.bot{
	border:#ccc dotted 1px;
}
.br{
	border:#6a8a7d solid 1px;
}


/* ------- bg ------- */

.bg_white{
	background-color:#fff;
}
.bg_yellow{
	background-color:#ffffcc;
}
.bg_green{
	background: rgba(41,84,70,0.5);
}


/*-------------------------------
table
-------------------------------*/
#primary table {
	margin: 0px auto 20px auto;
	width: 100%;
	border-collapse:collapse;
	font-size: 85%;
	line-height: 120%;
}
#primary th {
	padding: 8px 8px 5px 8px;
	text-align:center;
	border: solid 1px #1b2d26;
}
#primary th.sub{
	background:#2d7f4f;
}
#primary td {
	padding: 8px 8px 5px 8px;
	text-align:center;
	border: solid 1px #1b2d26;
}
#primary td.left {
	text-align: left;
}
#primary td.orange{
	background:#eedec5;
	color:#eb6100;
	font-size:125%;
	font-weight:bolder;
}

#primary table.tpl th {
	background: #11532c;
	color: #fff;
}
#primary table.tpl td {
	background:#c5d6cc;
	color:#000;
}


/*-------------------------------
ACF table
-------------------------------*/
.acf-table table {
	margin: 0px auto 20px auto;
	width: 100%;
	border-collapse:collapse;
	font-size: 85%;
	line-height: 120%;
}
.acf-table tr td:first-of-type {
	padding: 8px 8px 5px 8px;
	text-align:center;
	border: solid 1px #1b2d26;
  background: #11532c;
	color: #fff;
}

.acf-table td {
	padding: 8px 8px 5px 8px;
	text-align:center;
	border: solid 1px #1b2d26;
  background:#c5d6cc;
	color:#000;
}



dl.mjnet_thread{
	background:rgba(0,117,169,0.6);
	border-radius:3px;
	padding:10px 10px 5px;
	clear: both;
}

dl.mjnet_thread dt{
	background:rgba(194,224,237,0.5);
	display:block;
    color: #fff;
    padding: 5px 8px;
    margin-bottom: 10px;
	border-radius:3px;
	line-height:1;
}

dl.mjnet_thread dd{}

dl.mjnet_thread ul{
	margin:0!important;
}
dl.mjnet_thread li{
    position: relative;
	list-style:none;
	display:inline;
	margin:0 5px 5px 0;
	padding:0 0 0 12px;
	font-size:85%;
	color:#fff;
}

dl.mjnet_thread li:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #c2e0ed;
    left: 0;
    top: 5px;
}

dl.mjnet_thread li.net_first{
	padding:0;
}

dl.mjnet_thread li.net_first:after {
    border: none;
}

/* ------- PC 画像設定 ------- */
.set_right {
float: right;
display: block;
width: 40%;
height: auto;
}
.seg_left {
float: left;
display: block;
width: 40%;
height: auto;
}

/*テキストと横並び*/
.img_float_L {
float: left;
margin-right: 20px;
}
.img_float_R {
float: right;
margin-left: 20px;
}
/*画像2段組み*/
.img_column2 {
display: inline-block;
margin: 0px 5px 5px 5px;
width: 48%;
}


/* ------- list 1カラム ------- */
#primary ul.column1 {
	overflow:hidden;
  width:100%;
}

#primary ul.column1 li {
	list-style:none;
	width:100%;
	margin:0 ;
	float:none;
	text-align:center;
}



/* ------- list 2カラム ------- */
#primary ul.column2 {
  overflow:hidden;
}


#primary ul.column2 li{
	list-style:none;
	width:46%;
	margin:1% 1.5%;
	float:left;
	text-align:center;
}
#primary ul.column2 li:nth-child(2n){
	margin-left:0 ;
}

/* ------- list 3カラム ------- */
#primary ul.column3 {
	overflow:hidden;
  text-align: center;
}

#primary ul.column3 li {
	list-style:none;
	width:32%;
	margin:0.5% 0 0.5% 0 ;
	display:inline-block;
	text-align:center;
}


/* ------- list 4カラム ------- */
#primary ul.column4 li {
	list-style:none;
	width:25%;
	margin:0.5% 0 4% 0 ;
	float:left;
	text-align:center;
}


/* ------- 画像 2カラム ------- */

#primary ul.image_list {
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    padding: 0;
}

#primary ul.image_list li {
    list-style: none;
    margin: 0 10px 10px;
    display: inline-block;
    width: 304px;
    text-align: center;
}

/* ------- list フリーカラム ------- */
#primary ul.gallery {
	overflow:hidden;
  text-align: center;
}

#primary ul.gallery li {
	list-style:none;
	margin:0.5% 0 0.5% 0 ;
	display:inline-block;
	text-align:center;
}


/* youtube埋め込み */
.movie_content {
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}

.movie_content iframe {
	width: 560px;
	height: 315px;
	border: 2px #FFF solid;

}

.img_white {
    border: 3px solid #fff;
}


/* ------- SP 画像設定 ------- */
@media screen and (max-width: 640px) {

#primary p { margin:0 0 10px; }
#content {0 0 20px;}


/* ------- 見出し ------- */
#primary h3 {
color: #e4dfc1;
background:url(https://info-mj.sega.jp/wp-content/uploads/2017/04/subtitle_icon.png) 6px top no-repeat,rgba(120,119,98,.5);
font-size:120%;
margin-bottom:12px;
padding: 3px 0px 0px 38px;
border-radius: 4px;
clear:both;
}

.img_float_L {
	display: block;
	margin: 0px auto 10px auto;
	max-width: 96%!important;
}
.img_float_R {
	display: block;
	margin: 0px auto 10px auto;
	max-width: 96%!important;
}

.sp_W100{
	width:100%;
	display:block;
	text-align:center;
	float:none;
}

#primary ul.column2.sp li{
	list-style:none;
	width:97%;
	margin:1% 1.5%;
	float:none;
}
#primary ul.column2.sp li:nth-child(2n){
	width:97%;
	margin:1% 1.5%;
}

#primary ul.column2.sp li .link_btn a {
	width:90%;
	margin:2px 0 5px;
}

dl.mjnet_thread dt{
    margin-bottom: 5px;
}

dl.mjnet_thread li:after {
    top: 4px;

}


/* ------- list 2カラム ------- */
#primary ul.column2 {
	overflow:hidden;
  text-align:center;
}

#primary ul.column2 li {
	list-style:none;
	width:100%!important;
	margin:0.5% auto 4% auto;
  padding: 0 2%;
  display: inline-block;
	text-align:center;
}
#primary ul.column2 li img {
  width: 50%;
  display: block;
  }

#primary ul.column2 li.Text {
	width:100%!important;

}



  /* ------- list 3カラム ------- */
#primary ul.column3 {
	overflow:hidden;
  text-align:center;
}

#primary ul.column3 li {
	list-style:none;
	width:48%!important;
	margin:0.5% 4% 4% 0 ;
  display: inline-block;
	text-align:center;
}

#primary ul.column3 li:nth-child(2n){
	margin:0.5% 0 0.5% 0;
}

  /* ------- list 4カラム ------- */
#primary ul.column4 {
	overflow:hidden;
  text-align:center;
}

#primary ul.column4 li {
	list-style:none;
	width:50%!important;
	margin:0.5% 0 6% 0 ;
  display: inline-block;
	text-align:center;
}




/* ------- list 1カラム ------- */

#primary ul.column1 li img {
  width: auto;
  max-width: 100%!important;

  }

/* ------- 画像 2カラム ------- */

#primary ul.image_list {
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    padding: 0;
}


#primary ul.image_list li {
    width: 95%;
}

#primary ul.image_list li img {
    width: 100%;
    margin-bottom: 5px;
}

  /* youtube埋め込み */
.movie_content {
    position: relative;
    width: 100%;
    padding-top: 60%;
}
.movie_content iframe {
    position: absolute;
    top: 0;
    right: 0;
	width: 100% !important;
	height: 100% !important;
}


}

