@charset "utf-8";

html {
	background: #cdcdcd;
}

body {
	width: 100%;
	min-width: 1004px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1e1e1e;
	font-size: 16px;
	line-height: 1.7;
	background: url(img/header_bg.png) center top no-repeat, url(img/bg.png) center top repeat-x;
}

/*---------- aタグ ----------*/
a {
	color: #d00000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: none;
}
/*続きを読む*/
a.short_link {
	color: #d00000;
	text-decoration: underline;
}
a.short_link:hover {
	 filter: brightness(120%);
}

.link_btn {
	text-align: center;
}
.link_btn a {
	display:inline-block;
	margin-top: 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;

}
.link_btn a:hover {
	opacity: 0.8;
}

/*----- ボタンの処理 -----*/
span.overlay {
	display: block;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left :0px;
	text-align: left;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    filter: alpha(opacity=0);
	z-index: 1;
}
span.over_text {
	display: block;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left :0px;
	text-align: left;
    opacity: 0;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    filter: alpha(opacity=0);
	z-index: 1;
}
span.overlay:hover,
span.over_text:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*----- go top page -----*/
#pageTop{
	display: block;
	width: 52px;
	height: 52px;
	background: url(img/pagetop.png) left top no-repeat;
	position: fixed;
	bottom: 40px!important;
	right: 5px!important;
	z-index: 100;
}


/*---------------------------------------------------
page
---------------------------------------------------*/
#page {}

/*---------- header ----------*/
header.site-header {
	width: 100%;
	min-width: 1004px;
	min-height: 400px;

}
.header_content {
	margin: 0px auto 0px auto;
	padding-top: 20px;
	width: 1112px;
	height: 390px;
	position: relative;

}

h1.header {
	display: block;
	width: 800px;
	height: 390px;
	margin: 0 auto;
	background: url(img/logo.png) center top no-repeat;
}

h1.header a {
	display: block;
	width: 800px;
	height: 390px;
	color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}

/*----- g_navi -----*/
nav.g_navi {
	width: 833px;
	height: 47px;
	background: url(img/navi/gnav_bg.png) left top no-repeat;
	position: absolute;
	top: 48px;
	right: 60px;
}
nav.g_navi ul {
	display: block;
	margin: 4px auto 0px auto;
	width: 806px;
	height: 38px;
}
nav.g_navi li {
	display: inline-block;
	padding-right: 5px!important;
	height: 38px;
	background: url(img/navi/gnav_div.png) right center no-repeat;
}
nav.g_navi li:last-child {
	padding-right: 0px;
	background: none;
}
nav.g_navi li#gnav_home {
	width: 85px;
}
nav.g_navi li#gnav_news {
	width: 97px;
}
nav.g_navi li#gnav_play {
	width: 117px;
}
nav.g_navi li#gnav_event {
	width: 135px;
}
nav.g_navi li#gnav_pro {
	width: 95px;
}
nav.g_navi li#gnav_nintei {
	width: 97px;
}
nav.g_navi li#gnav_mjnet {
	width: 149px;
}
nav.g_navi li a {
	display: block;
	height: 38px;
}
nav.g_navi li#gnav_home a {
	background: url(img/navi/gnav_home.png) center center no-repeat;
}
nav.g_navi li#gnav_news a {
	background: url(img/navi/gnav_news.png) center center no-repeat;
}
nav.g_navi li#gnav_play a {
	background: url(img/navi/gnav_play.png) center center no-repeat;
}
nav.g_navi li#gnav_event a {
	background: url(img/navi/gnav_event.png) center center no-repeat;
}
nav.g_navi li#gnav_pro a {
	background: url(img/navi/gnav_pro.png) center center no-repeat;
}
nav.g_navi li#gnav_nintei a {
	background: url(img/navi/gnav_nintei.png) center center no-repeat;
}
nav.g_navi li#gnav_mjnet a {
	background: url(img/navi/gnav_mjnet.png) center center no-repeat;
}
/*hover*/
nav.g_navi li#gnav_home a span.overlay {
	background: url(img/navi/gnav_home_on.png) center center no-repeat;
}
nav.g_navi li#gnav_news a span.overlay,
body#news nav.g_navi li#gnav_news a {
	background: url(img/navi/gnav_news_on.png) center center no-repeat;
}
nav.g_navi li#gnav_play a span.overlay {
	background: url(img/navi/gnav_play_on.png) center center no-repeat;
}
nav.g_navi li#gnav_event a span.overlay {
	background: url(img/navi/gnav_event_on.png) center center no-repeat;
}
nav.g_navi li#gnav_pro a span.overlay {
	background: url(img/navi/gnav_pro_on.png) center center no-repeat;
}
nav.g_navi li#gnav_nintei a span.overlay {
	background: url(img/navi/gnav_nintei_on.png) center center no-repeat;
}
nav.g_navi li#gnav_mjnet a span.overlay {
	background: url(img/navi/gnav_mjnet_on.png) center center no-repeat;
}
/*----- other_site -----*/
ul.other_site {
	display: block;
	width: 833px;
	height: 40px;
	text-align: right;
	position: absolute;
	top: 6px;
	right: 60px;
}
ul.other_site li {
	display: inline-block;
	width: 120px;
	height: 40px;
}
a.mj_net,
a.location {
	display: block;
	width: 120px;
	height: 40px;
	position: relative;
}
a.mj_net {
	background: url(img/btn/snav_mjnet.png) 0px 0px no-repeat;
}
a.location {
	background: url(img/btn/snav_loc.png) 0px 0px no-repeat;
}
/*hover*/
a.mj_net span.overlay {
	background: url(img/btn/snav_mjnet.png) 0px -40px no-repeat;
}
a.location span.overlay {
	background: url(img/btn/snav_loc.png) 0px -40px no-repeat;
}

/*---------- wrapper ----------*/
.wrapper {
	margin: 0px auto;/**/
	width: 1004px;
	height: auto;
	overflow: hidden;
	background:url(img/content_bg_top.png) center top no-repeat, url(img/content_bg_bottom2.png) center bottom no-repeat, url(img/content_bg.png) center top repeat-y;
}

.wrapper_bottom {
	margin: 0px auto 30px auto;
	padding: 0 0 72px 0;
	width: 1004px;
	height: auto;
	overflow: hidden;
	background:url(img/content_bg_bottom.png) center bottom no-repeat;
}

/*----- left_area -----*/
.left_area {
	margin: 0px 0px 20px 0px;/**/
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.side_top,
.side_bottom {
	width: 254px;
	height: 24px;
}
.side_body {
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*l_navi*/
.side_body ul li {
	display: inline-block;
	position: relative;
}
.side_body ul li a {
	display: inline-block;
	width: 224px;
	height: 56px;
	color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}

.side_body ul li a.list_here {
	background-image: url(img/nav_pc.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

body.home .side_body ul li a.list_here,body.home .side_body ul li a.list_here:hover {
	background-image: url(img/nav_pc.png);
	background-position: 0px -58px;
	background-repeat: no-repeat;
}

.side_body ul li a.info_here {
	background-image: url(img/nav_pc.png);
	background-position: -222px 0px;
	background-repeat: no-repeat;
}

body.archive.category.category-info.category-2 li a.info_here,
body.single.info li a.info_here,
body.home .side_body ul li a.info_here:hover,
body.archive.category.category-info.category-2 li a.info_here:hover,
body.single.info li a.info_here:hover {
	background-image: url(img/nav_pc.png);
	background-position: -222px -58px;
	background-repeat: no-repeat;
}

.side_body ul li a.event_here {
	background-image: url(img/nav_pc.png);
	background-position: -446px 0px;
	background-repeat: no-repeat;
}

body.archive.category.category-event.category-3 li a.event_here,
body.single.event li a.event_here,
body.home .side_body ul li a.event_here:hover,
body.archive.category.category-event.category-3 li a.event_here:hover,
body.single.event li a.event_here:hover {
	background-image: url(img/nav_pc.png);
	background-position: -446px -58px;
	background-repeat: no-repeat;
}

.side_body ul li a.maintenance_here {
	background-image: url(img/nav_pc.png);
	background-position: -670px 0px;
	background-repeat: no-repeat;
}

body.archive.category.category-maintenance.category-4 li a.maintenance_here,
body.single.maintenance_info li a.maintenance_here,
body.home .side_body ul li a.maintenance_here:hover,
body.archive.category.category-maintenance.category-4 li a.maintenance_here:hover,
body.single.maintenance li a.maintenance_here:hover {
	background-position: -670px -58px;
}



.side_body ul li a span.text {
	display: block;
	width: 194px;
	height: 38px;
	position: inherit;
	z-index: 0!important;
}
.side_body ul li a span.text,
.side_body ul li a span.over_text {
	padding: 8px 0px 0px 10px;
	box-sizing: border-box;
}
/*banner*/
a.banner {
	display: block;
	margin: 10px auto 10px auto;
	width: 224px;
	height: 60px;
}
a.banner img {
	display: block;
	width: 224px;
	height: 60px;
}

/*----- main_contents -----*/
.main_contents {
	margin: 0 auto!important;/**/
	width: 900px;
	height: auto;
	overflow: hidden;
}
/*gold frame*/
.article_area {

}
/*article_box*/
.article_box {

}
body.archive .article_box {

}
/*breadcrumb*/
.breadcrumb {
	margin-top: 20px;
	padding: 0px 10px 0px 10px;
	border: solid 2px #2a5543;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.25);
}
.breadcrumb ul li {
	display: inline;
	padding-right: 15px;
	background: url(img/pankuzu_arrow.png) right center no-repeat;
	font-size: 13px;
	color: #828282;
}
.breadcrumb ul li:last-child,
body.category-record.category-2 li.cat2,
body.category-event.category-3 li.cat3,
body.category-maintenance.category-4 li.cat4 {
	background: none;
	padding-right: 0px;
}
.breadcrumb ul li a {
	color: rgba(255,255,255,0.50)!important;
}
.breadcrumb ul li a:hover {
	color: rgba(255,255,255,1.00)!important;
	text-decoration: none;
}
body.category-info.category-2 li.cat3,
body.category-info.category-2 li.cat4,
body.category-event.category-3 li.cat2,
body.category-event.category-3 li.cat4,
body.category-maintenance.category-4 li.cat2,
body.category-maintenance.category-4 li.cat3 {
	display: none;
}

/*---------- footer ----------*/
footer#colophon {
	padding: 29px 0px 50px 0px;
	width: 100%;
	min-width: 1004px;

}
footer#colophon a {
}
footer .site-info {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: auto;
	overflow: hidden;
}

#segalogo {
	display: block;
	margin: 0px auto 18px auto;
	width: 110px;
	height: 58px;
	background: url(img/segalogo.png) left top no-repeat;
}
.SNS {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.icon {
    display: block;
    width: 46px;
    height: 46px;
    margin: 5px;
    font-size: 12px;
    background-image: url(img/sns_icon.png);
    background-size: 300% 100%;
}

.snsButton {
	display: inline-block;
    width: 100%;
    height: 100%;
}

.icon a:hover {
	 filter: brightness(120%);
}


.SNS-tw {
    margin: 14px 5px;
    background-position: -100% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}
.SNS-fa {
    margin: 14px 5px;
    background-position: -300% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}
.SNS-li {
    margin: 14px 5px;
    background-position: -200% 0;
    color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
}

/*----- footer_text -----*/
.footer_text {
	clear: both;
	text-align: center;
	padding: 22px 0px 0px 0px;
	font-size: 85%;
}

/*---------- ページタイトル ----------*/
h2 {
	margin: 0px auto;
	width: 1004px;
	height: 112px;
	background: url(img/title/pagetitle.png) left top no-repeat;
}

/*---------- 投稿表示範囲 ----------*/

.article_box #content {
	display: flex;
	flex-wrap: wrap;
	padding-left: 10px;
}

.entry-content {
	width: 100%;
	height: auto;
	padding: 48px 48px 32px 48px;
	overflow: hidden;
	border: solid 3px #1e1e1e;
	box-sizing: border-box;
	background: #e4e1dd;
}
body.home article, body.archive article {
	padding: 12px 12px 0px 12px;
	margin-bottom: 30px;
	width: 31%;
	overflow: hidden;
	border: solid 3px #1e1e1e;
	box-sizing: border-box;
	background: #e4e1dd;
}

body.home article:nth-of-type(3n+2), body.archive article:nth-of-type(3n+2) {
	margin: 0 30px 30px 30px;
}


body.home article h1.entry-title {
    background: none;
    border: none!important;
    border-bottom: none!important;
}

.entry-meta {
	margin-top: 10px;
}

/*日付*/
.date a {
	font-size: 14px;
	color: #1e1e1e!important;
	font-weight: bold;
}

body.single .date a {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}
/*カテゴリー*/

span.category {
	display: inline-block;
	height: 20px;
	margin-top: 4px;
	margin-right: 4px;
	transform: skewX(-15deg);
	border: solid 2px #383838;
	text-align: center;
	float: right;
	font-size: 12px;
}


body.single span.category {
	height: 24px;

}


.category-info span.category {
	background-color: #73c501;
}

.category-event span.category {
	background-color: #00bcbd;
}

.category-maintenance span.category {
	background-color: #018bf6;
}

span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=2"],
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=3"],
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=4"] {
	display: inline-block;
	min-width: 80px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	transform: skewX(15deg);
	text-align: center;
	vertical-align: top;
	margin-top: -2px;

}

body.single span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=2"],
body.single span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=3"],
body.single span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=4"] {

	min-width: 110px;
	font-size: 14px;
}


span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=1"] {
	display: none;
}

span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=2"] {

}
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=3"] {

}
span.category a[href="https://info-leagueofwonderland.sega.jp/?cat=4"] {

}
/*投稿タイトル
body.single.info h1.entry-title,
body.single.event h1.entry-title,
body.single.maintenance h1.entry-title {
	display: flex;
	height: 90px;
	margin: 5px 0px 10px 0px;
	background:url(img/title/title_bg.png) left top no-repeat;
	padding:2px 8px 2px 8px;
	clear:both;
	justify-content: center;
	align-items: center;
}
body.single h1.entry-title span.title_bg {
	padding: 0px 10px;
	color: #1e1e1e;
	font-weight: bold;
	font-size: 18px;
}*/

body.single.info h1.entry-title,
body.single.event h1.entry-title,
body.single.maintenance h1.entry-title {
	display: block;
	background-image:url(img/title/title_bg_t.png), url(img/title/title_bg_b.png);
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	padding:35px 0px 32px 0px;
	margin-bottom:4px;
	font-size: 20px;

}
body.single h1.entry-title span.title_bg {
	display: block;
	padding: 4px 50px 0px 50px;
	background: url(img/title/title_bg.png) center center repeat-y;
	background-size: 100% auto;
	color: #1e1e1e;
	font-weight: bold;
}


body.home h1.entry-title,
body.info h1.entry-title,
body.event h1.entry-title,
body.maintenance h1.entry-title {
	font-size: 95%;
	font-weight: bold;
	padding-bottom: 12px;

}
body.home h1.entry-title a,
body.info h1.entry-title a,
body.event h1.entry-title a,
body.maintenance h1.entry-title a {
	color:#d00000;
	font-size: 110%;
	font-weight: bold;
}


body.home .entry-meta,
body.info .entry-meta,
body.event .entry-meta,
body.maintenance .entry-meta {
	padding-bottom: 10px;
}

/*アイキャッチ画像（一覧）*/
body.home .entry-post-thumbnail,
body.info .entry-post-thumbnail,
body.event .entry-post-thumbnail,
body.maintenance .entry-post-thumbnail {
	width: 100%;
	height: 150px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}
body.home .entry-post-thumbnail img.attachment-thumbnail,
body.info .entry-post-thumbnail img.attachment-thumbnail,
body.event .entry-post-thumbnail img.attachment-thumbnail,
body.maintenance .entry-post-thumbnail img.attachment-thumbnail {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/*アイキャッチ画像（投稿）*/
img.attachment-full {
	display: block;
	margin: 0px auto 15px auto;
	width: 100%;
	height: auto;
}
/*短縮版テキスト下マージン*/
.entry-summary p {
	font-size: 90%;
	margin-bottom: 15px;
}
/*投稿ないの画像（full size）*/
.entry-content img {
	display: block;
	margin: 0px auto 0px auto!important;
}

/*---------- pagination設定 ----------*/
.pagination {
	display: flex;
	justify-content: center;
	margin: 0px auto!important;
	height: 30px;
	overflow: hidden;
	text-align: center;
}

.pagination .page-numbers {
	display: block!important;
	margin: 0px 3px 0px 3px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #000 !important;
	box-sizing: border-box;
	border: solid 2px #000;
	background-color: #fff;
	box-sizing: border-box;
}

.pagination span.current {
	font-weight: bold;
  padding: 2px;
  color: #fff !important;
  background-color: #000;
}
.pagination a.page-numbers {
	padding: 2px;
}
.pagination a.page-numbers:hover {
}
.pagination .page-numbers.dots {
	padding-top: 5px!important;
	color: #000000!important;
	font-weight: bold;
}
.pagination a.next,
.pagination a.prev {
	display: block;
	margin-top: 0px!important;
	width: 50px!important;
	height: 24px!important;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
.pagination a.next {
  display: none!important; }

.pagination a.prev {
  display: none!important;}

/*前の投稿、次の投稿リンクを非表示*/
.navigation {
	display: none!important;
}

/*---------- 投稿がない場合の処理 ----------*/
article.no-results.not-found {
	margin-top: 20px!important;
	border: none!important;
	background: none!important;
}

/*---------- 投稿ページ（single）の一覧へ戻るボタン ----------*/
a.news_top {
	display: block;
	margin: 15px auto 0px auto;
	padding: 6px 0px 4px 0px;
	width: 200px;
	border: solid 2px #557b6d;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	background-color: rgba(255,255,255,0.25);
}
a.news_top:hover {
	background-color: rgba(255,255,255,0.5);
	text-decoration: none;
}

/*---------- 非表示対応 ----------*/
.sp_only,
.comments-link,
.author,
.edit-link,
h3.assistive-text,
.comments-area,
.archive-title {
	display: none!important;
}
.date a {
	pointer-events:none
	font-weight: bold;
}

/*---------- テキストの非表示 ----------*/
.text_hide {
	text-indent: 100%!important;
	white-space: nowrap!important;
	overflow: hidden!important;
}

.img_right {

  float:right;
}




