@charset "shift-jis";
 html {-webkit-text-size-adjust: none} 

body {
background:#FCFCFC;
background-position: center top;
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

}

a:link {
	color:#3355cc;
	background-color:inherit;
	text-decoration:none;
font-weight:700;
  text-shadow: none;
}

a:active {
	color:#3d66f7;
  text-shadow: none;
}

a:visited {
	color:#c231fb;
	background-color:inherit;
	text-decoration:none;
  text-shadow: none;
}

a:hover {
	color:#3355cc;
	text-decoration:none !important;
  text-shadow: none;
}

.ui-btn {
  text-shadow: none !important;
}
.ui-btn:hover {
  background: #393f4d !important;
}
.ui-content {
  padding: 0 !important;
}
.main-body ul {
  padding: 0 0 0 3%;
  margin: 0;
  list-style: none;
}
.ui-icon-h1g:after {
background-image: url("https://h1g.jp/common/image/h1g-white.png");
background-size: 18px 18px;
}

/*ヘッダー*/
header {
  border-color: #0b101b !important;
  background: #0b101b !important;
}
nav#sp_menu{
  background-color: #22262e;
  overflow: hidden;
  width: 100%;
  height: 44px;
  padding: 8px 16px 8px 12px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp_menu__account {
  font-size: 12px;
  color: #888b8d;
  text-shadow: none;
}
.sp_menu__account-text-item a {
  font-size: 12px;
  color: #fff !important;
}
.sp_menu__account-text-item a i {
  margin-right: 6px;
  font-size: 14px;
}
.sp_menu__account .sp_menu__break {
  margin: 0 6px 0 4px;
}
.sp-header-bg {
  position: relative;
}
.sp-header-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
}

/*スマホトップ ヘッダー下*/
.sp-header-inner {
  transform: translateY(0%);
}
.sp-gameTitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0 0px 0;
}
.sp-gameTitle__logo {
  color: #fff;
  font-weight: bold;
  margin: 0 8px 0 0;
  text-shadow: none;
}
.sp-gameTitle__logo a {
  color: #fff !important;
}
.sp-gameTitle__logo img {
  width: 50px;
  height: auto;
  border-radius: 10%;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.sp-gameDesc {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}
.sp-gameDesc__list-item {
  font-size: 12px;
  text-shadow: none;
  color: #fff;
  list-style: none;
  line-height: 20px;
}
.sp-gameDesc__list-item span {
  margin-right: 12px;
}
.sp-gameDesc__list-item a {
  margin: 0 4px;
  color: #F4C51C !important;
}

.sp-gameBtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
padding:8px 0 15px 0;
}
.sp-gameDesc__list {
  margin: 0 auto;
  padding: 0;
}


.btn {
  font-size: 12px;
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  color: #fff !important;
  border: solid 2px #fff;
  border-radius: 3px;
  text-shadow: none;
}
.btn-download {
  margin-right: 12px;
}
.btn-download:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  margin: 0 10px 0 0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.btn-bookmark:before {
  font-family: 'FontAwesome';
  content: "\f005";
  margin: 0 10px 0 0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.btn-bookmark-remove:before {
  font-family: 'FontAwesome';
  content: "\f005";
  margin: 0 10px 0 0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
/*ナビ*/
.navbar {
  margin: 0 auto;
  padding: 0;
  background-color: rgba(34,38,46,0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.navbar__item {
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: block;
  font-size: 14px;
  color: #444;
  box-sizing: border-box;
  border-top: 1px solid #393f4d;
  border-right: 1px solid #0b101b;
  border-bottom: 1px solid #0b101b;

}

.navbar__item:nth-child(3),
.navbar__item:nth-child(6),
.navbar__item:last-child {
  border-right: none;
}
.navbar__item br {
  display: none;
}
.navbar__item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
text-shadow:none;
}
.navbar__item a i {
  margin: 0 8px 0 0;
}
@media screen and (max-width: 520px) {
  .navbar__item a {
    font-size: 12px;
    padding: 12px 8px;
  }
  .navbar__item br {
    display: block;
  }
}

a.ui-btn-right{
	text-decoration:none;
}
h2 {
  background: #393f4d;
color:#fff;
font-size:19px;
  font-weight: bold;
width:100%;
  margin: 20px 0px 20px -15px;
  padding: 5px 10px 5px 20px;
  text-shadow: none;
}

h3 {
  background: #596278;
color:#fff;
width:100%;
  position: relative;
font-size:17px;
font-weight:bold;
line-height:100%;
  margin: 20px 0px 20px -15px;
  padding: 9px 10px 5px 20px;
  text-shadow: none;
}
h4 {
  background: #8a92a5;
color:#fff;
width:100%;
  position: relative;
font-size:15px;
font-weight:bold;
line-height:100%;
  margin: 20px 0px 20px -15px;
  padding: 9px 10px 5px 20px;
  text-shadow: none;
}



h5, h6 {
  background: #dbe0eb;
color:#393f4d;
width:100%;
  position: relative;
font-size:15px;
font-weight:bold;
line-height:100%;
  margin: 5px 0px 5px -15px;
  padding: 9px 10px 5px 20px;
  text-shadow: none;
}

h1.title {
	font-size: 30px;
	font-weight:bold;
	background-color:transparent;
	padding: 12px 0px 0px 0px;
	border: 0px;
	margin: 12px;
}
thead td.style_td,
tfoot td.style_td {
	color:inherit;
	background-color:#f8f9fc;
	font-weight: bold;
	text-align:center;
	
}
thead th.style_th,
tfoot th.style_th {
	color:inherit;
	background-color:#f3f3f3;
	font-weight: bold;
	text-align:center;
}
.style_table {
	border: 1px #d8dde7 solid;
	background-color:#ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px auto;
}
.style_th {
	padding: 5px;
	background-color:#f3f3f3;
	border: #d8dde7 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align:center;
}
.style_td {
	padding: 5px;
	border: 1px #d8dde7 solid;
	background-color:#ffffff;
	border-width: 0 0 1px 1px;
	text-align: left;
}
div.sy-block-a {
	padding-top: 10px;
	padding-left: 3px;
	float: left;
	width: 100px;
	background-color:#ffffff;
}
div.sy-block-b {
	padding-top: 10px;
	font-size: 90%;
	margin-left 100px;
	background-color:#ffffff;
}
div.sy-block-c {
	font-size: 75%;
	margin-left 100px;
	padding-bottom: 10px;
	background-color:#ffffff;
}
div.sy-block-c table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	padding: 2px;
}
div.sy-block-x {
	background-color:#ffffff;
}
div.collaps {
	margin:0 8px 0 8px;
	padding: 5px 0 10px 0;
}
div.sns-btn-all {
clear: both;
margin: 8px 0px 8px 0px;
padding: 12px 0px 7px 0px;
background: #dbe0eb;
}
div.page-title {
clear: both;
margin: 0px 0px 0px 0px;
padding: 8px 0px 8px 0px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
border-top: 1px solid #d6d6d6;
}
div.sns-btn {
display:inline-block;
display: inline;
margin: 0px 0px 0px 10px;
}
div.sns-btn2 {
display:inline-block;
display: inline;
margin: 0px -15px 0px -15px;
}
/*------------コメント入力フォーム整形------------*/
.pcmt_comment textarea{
    font-size:14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #B9C9CE;
    border-radius:3px;
    padding: 12px 0.8em;
    width:90%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}
.pcmt-radio input[type="text"] {
    font-size:14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #d8dde7;
    border-radius:2px;
    padding: 12px 0.8em;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#main-body input[type="text"] {
    font-size:14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
    border: 1px solid #d8dde7;
    border-radius:2px;
    padding: 12px 0.8em;
	margin-left:5px;
    width:86%;
}

/*------------コメント送信ボタン整形------------*/
#main-body input[type="submit"] {
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
margin:0 0 20px 19px;
  background-color: #536fd4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 5px 0 rgba(61,84,160,1);
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 14px 19px 11px 19px;
border-style:none;
}
#main-body input[type="submit"] :hover {
  background-color: #3ec5fe;
	box-shadow: 0 1px 0 rgba(136,136,136,1);
  margin: 12px auto 8px;
}
#main-body input[type="submit"] :active {
  background-color: #3ec5fe;
	top: 3px;
	box-shadow: none;
}
/*-----------pcmt----------*/
.pcmt input[type=radio] {
  width: 20px;
  height: 20px;
  top: 6px !important;
}

.pcmt-radio {
  margin: 24px auto;
  background: #f8f9fc;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 3px;
}
.pcmt-radio input[type=radio] {
	margin:-4px 0px 0px -8px;
}

.pcmt{
background-color: #e3e3e3;
margin:0px 0 10px -32px;
padding:5px 6px 5px 10px;
border:1px solid #d2d3d0;
border-radius:5px;
border: 1px solid rgba(0, 0, 0, .1);
box-shadow(rgba(0, 0, 0, .05) -1px 1px 0, rgba(255, 255, 255, .5) -1px 1px 0 inset);
}
.pcmt li{
  border:1px solid #d2d3d0; 
  padding:10px 10px 10px 0px;
  margin-left:10px;
}
/* pcomment、編集テキストエリア 始 */
#main-body .pcmt{
background-color: #f5f5f5;
padding:10px;
border:1px solid #d2d3d0;
border-radius:3px;
margin-bottom:10px;
  box-shadow: 0 5px 6px -6px #95A5A6;
text-indent:-3.5em;
line-height: 140%;
}
#main-body .pcmt .list3 li{
text-indent:-0.6em;
line-height: 140%;
}
.noexists,.comment_date{
color:#8a8a88;
background-color: #ecede8;
padding-right:10px;
margin-right:-4px;
}
#pcmt_ulli ul {
  padding: 0;
}
#pcmt_ulli li{
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  list-style-type: none !important;
  padding: 10px 10px 0 50px;
  margin: 0;
  text-indent: 0;
  line-height: 1.5;
  font-size: 13px;
}
#pcmt_ulli li:before{
  display: none;
}
#pcmt_ulli ul li ul li {
  padding: 10px 0 10px 40px;
  border-bottom: none;
  border-top: 1px dashed #dedede;
}
#pcmt ulli .body-a ulcontent .list1{
	padding-left:10px;
  margin-left:5px;
  list-style-type : none !important;
  line-height: 140%;
}
#pcmt ulli .body-a ulcontent .list1 li{
  margin:15px 0 -5px 10px;
  list-style-type : none !important;
  line-height: 140%;
}

#pcmt ulli .body-a ulcontent .list3{
  padding:10px;
  list-style-type : none !important;
  line-height: 140%;
}
.pcmt_comment{
  padding:5px;
  list-style-type : none !important;
  line-height: 140%;
}
#pcmt_ulli span {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 8px;
  font-weight: bold;
}
.pcmt-radio .ui-radio {
  left: 24px;
}
.pcmt-radio .ui-input-text {
  width: 180px;
  position: relative;
  left: 40px;
}
.pcmt-radio .pcmt_comment {
  width: 100%;
  height: 150px;
  margin: 0 ;
padding-bottom:15px;
}
.pcmt-radio .pcmt_comment textarea {
  width: 100%;
  height: 100% !important;
  left: 0;

}
  
/*-----------pcmt----------*/


.hontai ul li{
  margin: 4px -10px 0px 0;
  padding: 0px 8px 0 4px;
  background-size: 5px 5px;
  list-style-type: none;
  line-height: 140%;
text-shadow:none;
}
.main-body ul li:before{    
    font-family: 'FontAwesome';
    content: '\f111';
    color:#adb5bd;
    margin: 0px 8px 0px -20px;
    font-size:50%;
vertical-align:middle;
}
.footer-a ul li{
margin:0  !important;
padding:0 0 0 0px !important;
list-style-type : none !important;
}

.footer-a li:before{    
    font-family: 'FontAwesome' !important;
    content: '' !important;
margin:0px !important;
	padding:0px 0 -1px 5px  !important;
}
.main-body ol li{    
    margin: 5px 0px 10px -20px;
}
ul.date{
    margin: 5px 0px 10px 5%;
}

.footer-a img{
padding:5px 0 0px 10px;
}

.pcmt li:before{
    content: ''!important;  
padding-left:10px;
}
#footer2 li:before{
    content: ''!important;  
}
blockquote{
margin: 10px 0px 5px 0px;
padding:8px 5px 8px 9px;
	color: #596278;
	background: #f8f9fc;
	border: 1px solid #d8dde7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
line-height: 130%;
}



/*comment data*/
.noexists {
  color:#8a8a88;
  background-color: #ecede8;
  padding:0 5px 0 5px;
}
.comment_date{
  color:#8a8a88 !important;
  background: none;
  padding:0 5px 0 5px;
  margin-bottom: 8px;
  margin-top: 4px !important;
  font-weight: normal !important;
}
/*comment data new*/
.new5 {
  color: #006633;
  background-color: #efffef;
  padding:0 5px 0 5px;
  display: inline !important;
}
.new1 {
  color: red;
  background-color: #ffe5f2;
  padding: 0 5px 0 5px;
  display: inline-block !important;
  font-weight: bold;
  margin-top: 0 !important;
}
/*radio botton*/
.body-a input[type="radio"] { 
     border:none; 
     left:-40px;
top:-5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.pcmt-radio input[type="radio"] { 
     border:none; 
     left:-17px;
top:11px;
}
img{
    max-width: 100%;
    height: auto;
}
div#note {
	padding: 15px 5px 5px 10px;
color:#5a6778;
background-color:#f8f9fc;
border:solid 1px #d4dded;
border-radius: 2px;
}

div#note li {
	padding: 3px;
	margin: 5px;
list-style: none;
margin-left:20px;
}
div#note hr {
margin:10px; 0 20px 0;!important;
}
.note_super{
	padding: 2px;
	margin: 2px;
	background-color:#fbf6c8;

}

ol li{
margin:5px 0 7px -8px;
padding: 0 0 0 4px;
}

.fa {/*font awasome*/
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-page-name{
background:#536fd4;
width:100%;
margin-bottom:10px;
margin-top:-16px;
}
.top-page-name h1{
color:#fff;
padding: 10px;
margin:0 1%;
text-align:center;
text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
font-size:110%;
}

/*----------- 最近の攻略 -----------*/
.recently-list{
background:#ECF0F1;
margin-top:15px;
box-shadow: 1px 1px 3px #BDC3C7;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.next-list{
background:#ECF0F1;
margin-top:15px;
box-shadow: 1px 1px 3px #BDC3C7;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.list-h{
box-shadow: 1px 1px 3px #BDC3C7;
text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
background:#404148;
color:#fff;
font-size:110%;
font-weight:800;
padding:8px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.list-h i{
padding-right:5px;
}
.list-cnt a i{
padding-right:5px;
color:#a7a7a7;
}
.list-cnt{
padding:8px;
text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

.list-cnt img{
vertical-align: middle;
padding-right:5px;
}
.list-cnt a{
padding:5px 0;
display:block;
color:#22313f;
text-decoration: none;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */

}

.list-cnt a:hover{
color:#536fd4;
}

/*------アコーディオン　タイトル一覧------*/
div.question {
        cursor: pointer;
text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
background:#404148;
color:#fff;
font-size:110%;
font-weight:800;
padding:1px;
border-radius:5px;
padding-left:10px;
margin-top:10px;
}
div.question p{
margin-top:15px;
}
div.question:hover {
color:#ffce59;
}
div.answer {
        display: none;
        background: #ECF0F1;
        padding: 10px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
div.answer a{
display:block;
color:#22313f;
font-size:110%;
text-decoration: none;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
padding: 2px 0;
margin:-25px 0 0 7px;
}
div.question i{
padding-right:5px;
}

/*----secedit画像-----*/

a.secEdit{
color:#adadad;
text-decoration:none;
font-size:50%;
padding-left:5px;
}


/*---------スライドバーメニューのli画像設定---------*/
#panel li:before{
    font-family: 'FontAwesome';
    content: '\f138';
    color:#a7a7a7;
    margin: 0px 5px 0 -20px;
    font-size:70%;
}
#panel  ul li{
margin:0 0 0 -20px  !important;
padding:3px 0 0 0px !important;
list-style-type : none !important;
}

/*-------hrの設定-------*/
hr {
  border: 1px solid #d8dde7;
margin:20px 0;
}
/*----------- 最近の攻略(2017/05/16-フッター用に改造)START -----------*/
.recently-list2{
background:#f8f9fc;
margin:15px 2px 15px 2px;
  border: 1px solid #d8dde7;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
}
.recently-list2 table{
margin:10px;
}

.recently-list2 ul li{
list-style-type : none;
margin-left:-10px;
padding-top:5px;
}

.recently-list2 p{
  padding:0;
  margin: 12px auto 4px;
}

.next-list2{
background:#ECF0F1;
margin-top:15px;
box-shadow: 1px 1px 3px #BDC3C7;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
}
.list-h2{
  font-size: 16px;
  font-weight: bold;
  background: #2d323a;
  color: #fff;
  margin: 0px -5px 0px -15px;
  padding: 12px 10px 12px 20px;
  text-shadow: none;
}
.list-h2 i{
padding-right:5px;
}
.list-cnt2 a i{
padding-right:5px;
color:#a7a7a7;
}
.list-cnt2{
font-size:80%;
padding:0 2px;
text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

.list-cnt2 img{
vertical-align: middle;
padding:0 5px;
width:45px;
height:45px;
border-radius: 10px;
}
.list-cnt2 a{
padding:2px 0;
display:block;
text-decoration: none;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */

}
/*----------- 最近の攻略(2017/05/16-フッター用に改造)END -----------*/


/* -----------------2017/5/18　スマホトップ背景画像 --------*/
div.sy-block-a2 {
	float: left;
	width: 75px;
	height: 80px;
}


.titletopimage2 img{
margin:6px 0 0 10px;
border-radius: 10%;
box-shadow: 0px 20px 40px rgba(0,0,0,0.8);
}
div.sy-block-b2 {
	font-size: 90%;
	height: 80px;
color:white;
text-shadow: 2px 2px 1px #000,
               -2px 2px 1px #000,
               2px -2px 1px #000,
               -2px -2px 1px #000;
}
div.sy-block-bb2 {
padding-top:44px;
margin-left:-100px;
color:white;
position: relative; 
}
div.sy-block-b2 a:link{
	color:#ffffff;
text-decoration:none; 
}
div.sy-block-b2 a:visited{
	color:#ffffff;
text-decoration:none; 
}
div.sy-block-b2 a:hover{
	color:#ffffff;
text-decoration:none; 
}
div.sy-block-b2 a:active{
	color:#ffffff;
text-decoration:none; 
}
div.sy-block-c2 {
  clear: both;
  font-size: 75%;
  margin-left 100px;
  padding-bottom: 10px;
}
div.sy-block-c2 table {
margin:5px 0 0 5px;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	padding: 2px;
color:white;
text-shadow: 2px 2px 1px #000,
               -2px 2px 1px #000,
               2px -2px 1px #000,
               -2px -2px 1px #000;
}

div.sy-block-x2 {
height:150px;
}

/* -----------------2017/5/18　スマホトップ背景画像 --------*/

/* (2017/6/13)carousel Start */
div.event-news{
	width:94%;
	margin:0 auto 30px auto;


}
.frame_wrap {
	width:99%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;


}

.frame {
	width:100%;
	border:none;
	display: block;
height:290px;
}


/* (2017/6/13)carousel End */

/* (2017/11/13)pagetop START*/
#pagetop {
	position: fixed;
	right: 5px;
	bottom: 20%;
	background: #393f4d;
	padding: 10px 13px;
	text-align: center;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border-radius: 3px;
font-size:9px;
}

#pagetop a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
font-size:9px;
}
#pagetop a > i{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
font-size:14px;
}
/* (2017/11/13)pagetop END*/

/* (2017/11/14)spmenu START*/
#spmenu {
	position: fixed;
	left: 5px;
	bottom: 20%;
	background: #393f4d;
	padding: 8px 9px;
	text-align: center;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
border-radius: 3px;
z-index:100;
line-height: 80%;
}

#spmenu  a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
font-size:9px;
padding:0;!important;
margin:0px;!important;
}
i[title="MENU"] {
font-size:15px;
padding:0;!important;
margin:0px;!important;
}

.sp_menu_name{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
margine:0;!important;
font-size:13x;
}
.main-body2 {
padding:10px;
}

.main-body2 h2{
  background: #dbe0eb;
color:#393f4d;
width:100%;
  position: relative;
font-size:17px;
font-weight:bold;
line-height:100%;
  margin: 17px 0px 10px -22px;
  padding: 9px 25px 9px 20px;
  text-shadow: none;
}

.main-body2 ul {
margin:-3px 0 0 15px;
}
.main-body2 li {
margin:3px 0px;
}
/* (2017/11/14)spmenu END*/
.form-login-wrapper {
  width: 96%;
  margin: 0 auto;
}
.main-body {
  background: #fff;
  border:solid 1px #d8dde7;
  padding: 12px;
  margin: 15px 2px;
  border-radius:2px;
}
.main-body:nth-child(2) {
  background: #fff;
  border:solid 1px #d8dde7;
  padding: 12px;
  margin: 0px 2px; 15px 2px
  border-radius:2px;
}
.form-title {
  margin: 20px 0 8px 0;
  font-size: 13px;
  font-weight: bold;
}
.save-password {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 16px auto;
}
.save-password .ui-checkbox {
  margin: 0;
}
.save-password .save-password-check {
  position: static;
  margin: 0 12px 0 0;
}
.save-password-text {
  font-size: 14px;
}
.forget-password {
  font-size: 14px;
  text-shadow: none;
  text-align: center;
  display: block;
  margin: 24px auto;
}
.form-clm1 input {
  height: 40px;
}
.main-clm1-text {
  width: 92%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
.error-text {
  color: #f00;
  font-size: 13px;
  font-weight: bold;
}
.required {
  background: #e44646;
  color: #fff;
  text-shadow: none;
  padding: 2px 6px;
  margin-right: 10px;
  border-radius: 4px;
}
.form-inner-note {
  font-weight: normal;
  color: #929292;
  margin-left: 12px;
}
.form-user-edit-img-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-user-edit-img {
  max-width: 100px;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 20px;
}
.form-user-edit-img img {
  width: 100%;
}
.form-user-edit {
  width: 92%;
  margin: 0 auto;
}
.form-user-edit input[type=radio] {
  display: none;
}
.form-user-edit .ui-radio {
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.form-user-edit .ui-select {
  width: auto;
  min-width: 100px;
  display: inline-block;
}
.form-user-edit-private { 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.form-user-edit-private .ui-radio {
  margin: 0 !important;
}
.form-user-edit-private input {
  position: static !important;
  margin: 0 12px 0 0 !important;
}
.form-user-edit textarea {
  width: 100%;
  height: 120px !important;
}
.form-user-edit .form-clm1-submit {
  margin: 24px auto 0;
}
@media screen and (max-width: 500px) {
  .form-inner-note {
    margin-left: 6px;
    font-size: 12px;
  }  
  .form-user-edit-img-wrapper {
    display: block;
  }
  .form-user-edit-img {
    margin: 0 auto;
  }
  .form-user-edit .ui-radio {
    display: block;
    margin: 0 0 12px 0;
  }
  .form-user-edit .ui-select {
    width: 80%;
    margin: 0 0 12px 0;
  }
}
.main-mypage-userTable-img-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.main-mypage-userTable-img {
  max-width: 100px;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 12px auto;
}
.main-mypage-userTable-img img {
  width: 100%;
}
.main-mypage-userTable-img-wrapper .btn-submit {
  width: 100%;
  background-color: #1574b8 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 12px 13px 10px 13px;
  border-style: none;
  cursor: pointer;
  text-shadow: none;
  margin: 0 auto 12px;
}
.main-mypage-userTable-text-wrapper {
  width: 100%;
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-spacing: 0;
}
.main-mypage-userTable-text-wrapper .td1 {
  padding: 12px;
  background: #f0f3f8;
  width: 90px;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #e1e3e6;
}
.main-mypage-userTable-text-wrapper .td2 {
  padding: 12px 16px;
  border-bottom: 1px solid #e1e3e6;
}
.main-mypage-subheading-note {
  display: block;
  font-size: 12px;
  color: #8c8c8c;
  border-radius: 4px;
  margin: 8px auto 0;
}
.main-mypage-titleTable {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  border-spacing: 0;
}
.main-mypage-titleTable .td1 {
  width: 100%;
  display: block;
  padding: 12px;
  background: #f0f3f8;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}
.main-mypage-titleTable .td2 {
  padding: 12px 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.main-mypage-titleTable-img {
  max-width: 48px;
  height: auto;
  max-height: 48px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 4px;
}
.main-mypage-titleTable-img img {
  width: 100%;
  display: block;
}
.main-mypage-titleTable-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.main-mypage-titleTable-list li {
  padding: 0 !important;
  margin: 0 !important;
}
.main-mypage-titleTable-list li:before {
  display: none;
}
.main-mypage-titleTable .td2 a {
  color: #38c !important;
}
.main-mypage-titleTable tr:nth-child(2n) .td2 {
  border-bottom: 2px solid #c3c6ca;
}
.mypage-withdraw {
  font-size: 14px;
  text-align: right;
  margin: 24px auto;
}

.ranking-table {
  width: 92%;
  font-size: 14px;
  border: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 auto 20px;
}
.ranking-table .td1 {
  width: 100%;
  display: block;
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  background: #f9f9f9;
}
.ranking-table .td1-title,
.ranking-table .td2-title,
.ranking-table .td3-title {
  display: none !important;
}
.ranking-table .td2 {
  width: 100%;
  padding: 8px;
  display: block;
  box-sizing: border-box;
}
.ranking-table .td3 {
  width: 100%;
  padding: 8px;
  display: block;
  box-sizing: border-box;
  text-align: right;
  font-size: 12px;
}
.ranking-table .td3:before {
  content: "";
}
.ranking-table .td3:before {
  content: "PV:";
}
.ranking-number {
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 50px;
  text-align: center;
  padding-top: 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #0c73b8;
  color: #fff;
}
.ranking-table .ranking-number.ranking-number--gold {
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #ECB802, #DAAF08, #B67B03);
  font-weight: bold;
}
.ranking-table .ranking-number.ranking-number--silver { 
  background-image: linear-gradient(to top left, #A5A5A5, #919196, #A5A5A5, #c7c6c0, #b5b5b3, #BABAC2);
  font-weight: bold;
}
.ranking-table .ranking-number.ranking-number--bronze { 
  background-image: linear-gradient(to top left, #c18071, #b15842, #c18071, #e29f90, #e6a698, #f2cac1);
  font-weight: bold;
}
.ranking-table tr td .td1-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: center;
}
.ranking-table tr td a {
  width: 80%;
}
.rainking-table-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.rainking-table-list li {
  padding: 0 !important;
  margin: 0 8px 0 0 !important;
}
.rainking-table-list li:before {
  display: none;
}
.ranking-img-wrapper {
  max-width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 auto;
}
.ranking-img-wrapper img {
  width: 100%;
  display: block;
  height: auto;
}
.ranking-error {
  margin: 24px auto;
}
.ranking-error__img {
  width: 441px;
  height: 121px;
  background: url(../common/image/img_sorry.jpg) no-repeat top center;
  margin: 0 auto;
}
.ranking-error__text {
  width: 92%;
  text-align: left;
  background: #fbfbfb;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
  margin: 20px auto;
  color: #5f5f5f;
  padding: 12px;
  box-sizing: border-box;
  font-size: 13px;
}

.rankingPage-table {
  width: 92%;
  font-size: 14px;
  border: 1px solid #ccc;
  border-spacing: 0;
  margin: 0 auto 20px;
}
.rankingPage-table .td1 {
  width: 60px;
  padding: 8px;
  box-sizing: border-box;
}
.rankingPage-table .td2 {
  padding: 8px;
  box-sizing: border-box;
}
.rankingPage-table .td3 {
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  border-left: 1px solid #ccc;
}
.rankingPage-table .td2 a {
  color: #38c !important;
}
.rankingPage-table .td1-title,
.rankingPage-table .td2-title,
.rankingPage-table .td3-title {
  border-bottom: 1px solid #ccc;
  background: #f9f9f9;
}
.rankingPage-table .ranking-number.ranking-number--gold {
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #ECB802, #DAAF08, #B67B03);
  font-weight: bold;
}
.rankingPage-table .ranking-number.ranking-number--silver { 
  background-image: linear-gradient(to top left, #A5A5A5, #919196, #A5A5A5, #c7c6c0, #b5b5b3, #BABAC2);
  font-weight: bold;
}
.rankingPage-table .ranking-number.ranking-number--bronze { 
  background-image: linear-gradient(to top left, #c18071, #b15842, #c18071, #e29f90, #e6a698, #f2cac1);
  font-weight: bold;
}

.pager {
  text-align: center;
}  
.pager__item {
  width: 32px;
  height: 32px;
  padding: 5px;
  color: #7b7b7b;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 4px;
  padding: 0 !important;
}  
.pager__item span,
.pager__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
  box-sizing: border-box;
  color: #7b7b7b;
}
.pager__item a:hover {
  background: #efefef;
}
.pager__item a:visited {
  color: #38c !important;
}
.pager__item--current {
  background: #efefef;
  font-weight: bold;
}
.title-update-time,
.page-update-time {
  font-size: 12px;
  text-align: right;
  color: #757575;
  padding: 0 !important;
  margin: 0;
}  
.btn-submit {
  border-radius: .3125em !important;
}

.rankingPage-table .td3-title i {
  font-size: 16px;
  color: #a2a2a2;
  margin: 0 8px 0 0;
  position: relative;
  top: 1px;
}

.sp-topDesc {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}
.sp-topDesc__text {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
text-shadow:none;
padding:10px;
}


.secEdit i{
color:#4f576a;!important;
}

.sp_menu__logo img{
width:108px;
height:38px;
margin:5px 0 0 -7px;

}

/*ナビ*/
.sp-header-bg{
position: relative;!important;
}

.navbar2 {
  margin: 0 auto;
  padding: 0;
  background-color: rgba(34,38,46,0.8);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;

}
.navbar__item2 {
  width: 33.33%;
  text-align: center;
  list-style: none;
  display: block;
  font-size: 14px;
  color: #444;
  box-sizing: border-box;
  border-top: 1px solid #393f4d;
  border-right: 1px solid #0b101b;
  border-bottom: 1px solid #0b101b;

}

.navbar__item2:nth-child(3),
.navbar__item2:nth-child(6),
.navbar__item2:last-child {
  border-right: none;
}
.navbar__item2 br {
  display: none;
}
.navbar__item2 a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
text-shadow:none;
}
.navbar__item2 a i {
  margin: 0 8px 0 0;
}


/*==========================================
 20180920 forum
===========================================*/
.forum-list {
  margin: 0 auto 20px;
}
.forum-list__row {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.forum-list__desc1 {
  width: 70%;
  margin: 0 0 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.forum-list__new {
  display: inline-block;
  color: #f00;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 4px;
}
.forum-list__title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.forum-list__title--game {
  font-size: 11px;
}
.forum-list__desc2 {
  width: 28%;
  text-align: right;
  color: #949aa5;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.forum-list__desc3 {
  width: 50%;
  color: #949aa5;
  font-size: 14px;
}
.forum-list__desc4 {
  width: 50%;
  text-align: right;
  color: #949aa5;
  font-size: 14px;
}

/*detail*/
.forum-detail__info {
  color: #949aa5;
  font-size: 13px;
  line-height: 1.5;
}
.forum-detail__info-item {
  display: block;
}
#form-thread {
  margin: 12px auto 24px;
  background: #f8f9fc;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #e6e9f2;
}
#form-thread .ui-input-text {
  box-shadow: none;
  font-size: 13px;
}
#form-thread #comment {
  height: 100px !important;
}
#uploadbtn-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.form-thread__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.forum-detail-comment__upload.btn-submit {
   display: none;
}
.forum-detail-comment__upload-label {
  background: #596278;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  border: 1px solid #393f4d;
  border-radius: .3125em;
  margin: 0 !important;
  padding: .7em 1em;
  font-weight: bold !important;
  text-shadow: none !important;
}
.forum-detail-comment__upload-label:hover {
  background: #393f4d !important;
}
.forum-detail-comment__upload-label i {
  margin: 0 8px 0 0;
}
.forum-detail-comment__upload-label.changed::after {
  content: "";
}
#preview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#preview .preview {
  margin: 0 12px 0 0;
}
.forum-detail-thread {
  margin: 0 auto 20px;
}
.forum-detail-comment {
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0;
}
.forum-detail-comment__desc1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 12px;
}
.forum-detail-comment__left-item1 {
  margin: 0 12px 0 0;
  font-size: 13px;
  color: #e6b811;
}
.forum-detail-comment__left-item2 {
  margin: 0 12px 0 0;
  font-size: 13px;
  color: #e6b811;
}
.forum-detail-comment__left-item3 {
  color: #949aa5;
  font-size: 13px;
}

.forum-detail-comment__userimg {
  max-width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.forum-detail-comment__userimg img {
  width: 100%;
  padding: 0 !important;
}
.forum-detail-comment__desc3 {
  font-size: 13px;
  line-height: 1.5;
}
.forum-detail-comment__desc2 .ui-btn {
  width: auto;
  background: #fff;
  background-color: #fff !important;
  color: #1574b8 !important;
  border: 2px solid #1574b8;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  border-color: #1574b8 !important;
  box-shadow: none !important;
}
.forum-detail-comment__desc5-good {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.forum-detail-comment__desc5-good .forum-detail-comment__goodbtn {
  background-color: #fff !important;
  color: #c1c1c1 !important;
  font-size: 20px;
  padding: 0;
  width: auto;
  border: none !important;
  box-shadow: none;
  display: inline-block;
}
.forum-detail-comment__desc5-good .forum-detail-comment__goodbtn.active {
  color: #1574b8 !important;
}
.forum-detail-comment__goodcnt {
	position: relative;
	background: #ffffff;
	border: 2px solid #d3d7df;
  margin: 0 40px 0 20px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #1574b8;
  font-weight: bold;
  font-size: 12px;
}
.forum-detail-comment__goodcnt:after, .forum-detail-comment__goodcnt:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.forum-detail-comment__goodcnt:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.forum-detail-comment__goodcnt:before {
	border-color: rgba(211, 215, 223, 0);
	border-right-color: #d3d7df;
	border-width: 9px;
	margin-top: -9px;
}
.forum-detail-comment__desc5 .ui-btn:nth-child(2) {
  background-color: #fff !important;
  color: #1574b8 !important;
  padding: 0;
  width: auto;
  font-size: 11px;
  border: none;
  box-shadow: none;
  text-align: right;
  display: inline-block;
}

/*reply modal*/
.iziModal {
  max-width: 90% !important;
}
.iziModal-content {
  padding: 12px !important;
}
.iziModal-content .close-top {
  text-align: right;
}
.iziModal-content .close-top a {
  font-size: 28px;
  color: #c5c5c5;
  cursor: pointer;
}
.modal-thread .forum-detail-comment {
  padding: 20px;
}
.modal-thread .forum-detail-comment:last-child {
  border-bottom: none;
}
.modal-thread .forum-detail-comment__desc3 {
  margin: 0 auto;
}
.modal-thread .close-bottom {
  text-align: center;
  margin: 20px auto 12px;
}
.modal-thread .close-bottom button {
  background-color: #1574b8 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 12px 13px 10px 13px;
  border-style: none;
  cursor: pointer;
}

/*20190125 掲示板改修*/
.bookmark-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
a.btn-bookmark2 {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 13px;
  text-decoration: none;
  color: #ff5c61 !important;
  border-radius: 3px;
  background: #ffffff;
  border: solid 2px #ff5c61;
}
a.btn-bookmark2:hover {
  background: #ff5c61;
  color: #fff !important;
}
a.btn-bookmark2:before {
  font-family: 'FontAwesome';
  content: "\f005";
  margin: 0 4px 0 0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
a.btn-bookmark2-remove {
  background: #ff5c61;
  color: #fff !important;
}
a.btn-bookmark2-remove:hover {
  background: #fff;
  color: #ff5c61 !important;
}
a.btn-bookmark2-remove:before {
  font-family: 'FontAwesome';
  content: "\f056";
  margin: 0 4px 0 0;
  font-size: 12px;
  position: relative;
  top: 1px;
}
.btn-submit {
  background-color: #1574b8 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 12px 13px 10px 13px;
  border-style: none;
  width: 140px;
  cursor: pointer;
}
.main-mypage-titleTable-row a.main-mypage-titleTable-btnItem {
  width: 100%;
  min-width: 80px;
  display: block;
  margin-top: 9px;
  text-align: center;
  color: #fff !important;
  padding: 10px 10px 12px 10px;
  font-size: 12px;
  box-sizing: border-box;
}

.thread-ranking-table {
  width: 96%;
  border-spacing: 0;
  margin: 0 auto 24px;
}
.thread-ranking-table__heading {
  border: 1px solid #e1e1e1;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 8px 12px 5px;
}
.thread-ranking-table__desc {
  height: 40px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 12px 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.thread-ranking-table__desc--more {
  padding: 4px 0 0 0;
  text-align: right;
  font-size: 11px;
}
.thread-ranking-table__desc--blank {
  display: none;
}
.thread-ranking-table__desc-item1 {
  width: 180px;
  margin: 0 4px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.thread-ranking-table__desc-item1--game {
  display: block;
  font-size: 9px;
  line-height: 1.5;
}
.thread-ranking-table__desc-item1--title {
  display: block;
  font-size: 13px;
  font-weight: bold;
}
.thread-ranking-table__desc-item1 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.thread-ranking-table__desc-item2 {
  width: 80px;
  color: #949aa5;
  font-size: 10px;
  margin: 0 4px 0 0;
  text-align: center;
  line-height: 1.5;
}
.thread-ranking-table__desc-item3 {
  width: 44px;
  color: #949aa5;
  font-size: 11px;
  text-align: right;
  margin: 0 4px 0 0;
}

.square_btn1{
  display:inline-block;
  font-size: 12px;
    text-decoration:none; font-weight: bold;  
    color:rgba(255, 92, 97, 1);
    brackground-color:transparent;
    border:2px solid rgba(242, 58, 63, 1);
    border-radius:3px;
    padding: 5px 4px 4px 4px;
    margin:5px 2px 2px 6px;        
    background-size: 200% 100%; 
}
.square_btn1:hover{
    color:rgba(255, 255, 255, 1);
    background-color:rgba(255, 92, 97, 1);
    background-position: -100% 100%;
}
.square_btn2{
  display:inline-block;
  font-size: 12px;
    text-decoration:none;  font-weight: bold; 
    color:rgba(56, 110, 241, 1);
    brackground-color:transparent;
    border:2px solid rgba(20, 68, 185, 1);
    border-radius:3px;
    padding: 5px 4px 4px 4px;
    margin:5px 2px 2px 2px;       
    background-size: 200% 100%; 
}
.square_btn2:hover{
    color:rgba(255, 255, 255, 1);
    background-color:rgba(56, 110, 241, 1);
    background-position: -100% 100%;
}
.square_btn3{
  display:inline-block;
  font-size: 12px;
    text-decoration:none; font-weight: bold;  
    color:rgba(12, 176, 114, 1);
    brackground-color:transparent;
    border:2px solid rgba(8, 192, 122, 1);
    border-radius:3px;
    padding: 5px 4px 4px 4px;
    margin:5px 2px 2px 2px;       
    background-size: 200% 100%; 
}
.square_btn3:hover{
    color:rgba(255, 255, 255, 1);
    background-color:rgba(60, 225, 163, 1);
    background-position: -100% 100%;
}

/*=================================================================================
 カエレバ・ヨメレバ・トマレバ
=================================================================================*/
 
.cstmreba {
 width:98%;
 height:auto;
 margin:36px auto;
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
 line-height: 1.5;
 word-wrap: break-word;
 box-sizing: border-box;
 display: block;
}
.cstmreba a {
 transition: 0.8s ;
 color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
 color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
 width: 100%;
 background-color: #fafafa; /* 全体の背景カラー */
 overflow: hidden;
 border-radius: 0px;
 box-sizing: border-box;
 padding: 12px 8px;
 box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
 width:150px;
 float:left;
 margin:0 14px 0 0;
 text-align: center;
 background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
 width:100%;
 display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
 margin:0 ;
 padding: 0;
 text-align:center;
 background: #fff;
}
.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
 overflow:hidden;
 line-height:170%;
 color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
 text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
 border-bottom: 1px solid ;
 font-size:16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
    margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
 font-size:10px;
 line-height:150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
 color:#333;
 border-bottom: none ;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
 color:#333;
 border-bottom: 1px solid #333 ;
}
/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
 font-size:12px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
 display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
 display: inline-block;
 width: 100%;
 margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
 float:left;
 width:24%;
 min-width:128px;
 margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
 width: 100%;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 margin: 1px 0;
 padding:3% 0.5%;
 border-radius: 8px;
 font-size: 13px;
 font-weight: bold;
 line-height: 180%;
 color: #fff;
 box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;} /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkwowma a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
 background:#FF9901;
 border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
 background: #bf0000;
 border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
 background:#225496;
 border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
 
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
 background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; } /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkwowma a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
 color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
 color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
 color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
 clear:both;
}
 
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
 .cstmreba .booklink-image,
 .cstmreba .kaerebalink-image,
 .cstmreba .tomarebalink-image {
 width:100%;
 float:none;
 }
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 32.33%;
 margin: 0.5%;
 }
 .cstmreba .booklink-info,
 .cstmreba .kaerebalink-info,
 .cstmreba .tomarebalink-info {
   text-align:center;
   padding-bottom: 1px;
 }
}
 
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 49%;
 margin: 0.5%;
 }
}

/*****  20190303軽量化 *****/
.pcmt-radio .pcmt_comment textarea{
width:90%;
height: 90% !important;
}
input.pcmt[type="radio"] {
margin-right:10px;
}

#pcmt_ulli input[type="submit"] {
-webkit-appearance: none;
padding:10px;
margin:8px 0px 0px 5px;
border-radius: 3px;
width: 160px;
border-width: 1px;
border-style: solid;
background: #2d323a;
border-color: #000000;
color: #fff;
font-weight: bold;
}
a:visited{
color:#734dc7;!important;
}
.form-clm1 input {
margin:10px;
}
#form-thread #comment{
margin:0px 10px 5px 10px;
width:90%;
}
.forum-detail-comment__upload-label {
background: #1574b8;
border:0px;
padding: .5em 1em;
}
.forum-detail-comment__upload-label:hover{
background: #1574b8; !important;
}
div.forum-detail .btn-submit{
-webkit-appearance: none;
margin:5px;
font-weight: bold;
}

.forum-detail-comment__notice.btn-submit{
-webkit-appearance: none;
background-color: #fff !important;
    color: #1574b8 !important;
    padding: 0;
    width: auto;
    margin: 0 0 0 auto; !important;
    font-size: 11px;
}
.btn-submit.forum-detail-comment__parent{
-webkit-appearance: none;
width: auto;
    background-color: #fff !important;
    color: #1574b8 !important;
    border: 2px solid #1574b8;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 12px;
}

div.main-body h2 a:link{
color:white; !important;
text-decoration:underline; !important;
}
div.main-body h2 a:visited{
color:#cbcfd6; !important;
text-decoration:underline; !important;
}
div.main-body h3 a:link{
color:white; !important;
text-decoration:underline; !important;
}
div.main-body h3 a:visited{
color:#cbcfd6; !important;
text-decoration:underline; !important;
}
div.main-body h4 a:link{
color:white; !important;
text-decoration:underline; !important;
}
div.main-body h4 a:visited{
color:#cbcfd6; !important;
text-decoration:underline; !important;
}
