body {
  max-width: 400px;
  margin : 0 auto!important;
font-family: 'M PLUS Rounded 1c', sans-serif;
background-color: #fff7ec;
	color:#35201b;
}

#news_wrapper {
  position: relative;
  padding-top: 58px;
  padding-bottom: 10px;
  text-align: center;
  overflow-y: unset;
  /* z-index: 1; */
}

#news_title {
  width: 400px;
  height: 50px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

#news_title img{
  width: 100%;
}

#news_title img.back_button {
  position: absolute;
  width: 44px;
  top: 14px;
  padding-left: 8px;
}

#infomation {
  color: #333;
}

.infomation_wrapper {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 10px auto;
}

.infomation_header {
  text-align: left;
}

.imformation_box {
  border-bottom: 1px solid #ccc;
  margin-right: 7px;
  margin-bottom: 6px;
}

.infomation_header img {
  width: 70px;
  height: 28px;
  margin: 0 12px 3px;
}

.infomation_header a {
  display: block;
  color: #1681b2;
  text-decoration: none;
  margin-bottom: 6px;
}

.infomation_header h3 {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding: 4px 8px;
  color: #764d23;
  background-color: rgba(255, 245, 239, 0.9);
  width: 100%;
}

.infomation_left {
  width: 60%;
  display: inline-block;
}

.infomation_right {
  width: 35%;
  display: inline-block;
  height: 28px;
  text-align: right;
  vertical-align: middle;
  font-size: 10px;
}

.infomation_content {
  margin-bottom: 4px;
}

.infomation_content img {
  width: 80%;
  max-width: 200px;
}

.infomation_content p {
  font-size: 13px;
  text-align: left;
  margin: 0 12px;
}

.infomation_footer {
  text-align: right;
  margin-right: 7px;
  margin-bottom: 6px;
}

.infomation_footer span {
  font-size: 10px;
}

#footer_menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #251c15;
  color: #fff;
  bottom: 0;
  border-radius: 10px 10px 0px 0px;
  z-index: 2;
}

#footer_menu a {
  width: 140px;
  background-color: #ffffff;
  color: #592f14;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 5px 12px 5px 9px;
  margin: 7px auto;
  border-radius: 17px;
  border: 1px solid #d08b00;
  display: block;
  font-size: 16px;
  background: #fcb40c;
  background: #fceebf;
  background: -moz-linear-gradient(top, #fceebf 0%, #f7be38 90%, #ffe6b5 99%);
  background: -webkit-linear-gradient(top, #fceebf 0%,#f7be38 90%,#ffe6b5 99%);
  background: linear-gradient(to bottom, #fceebf 0%,#f7be38 90%,#ffe6b5 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceebf', endColorstr='#ffe6b5',GradientType=0 );
  text-shadow: 0px 1px 0px #ffb83a;
  font-weight: bold;
  box-shadow: 0px 2px 4px #c3aa99;
}

#news_content_wrapper {
  position: relative;
  color: #333;
  border-radius: 15px;
  width: 380px;
  height: 75%;
  margin: 10px auto;
}

#news_single_content {
  padding-left: 5px;
  text-align: left;
  font-size :14px;
  height: 75%;
  /*overflow-y: scroll;*/
}

#news_single_content img {
  max-width: 100%;
  height: auto;
}

.date_span {
  /*position: absolute;*/
  font-size: 10px;
  right: 18px;
  bottom: 0px;
}

.before_button {
  /*position: absolute;*/
  text-decoration: none;
  left: 10px;
  bottom: 8px;
}

#news_single_content a.before_button {
  color: #ff6700;
  background: #3896f7;
  background: #63adf9;
  background: -moz-linear-gradient(top, #ffffff 0%,#ffe1cb 90%,#fff1e5 99%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffe1cb 90%,#fff1e5 99%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffe1cb 90%,#fff1e5 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceebf', endColorstr='#ffe6b5',GradientType=0 );
  font-weight: bold;
  box-shadow: 0px 2px 4px #c3aa99;
  border-radius: 20px;
  padding: 8px 12px 5px 10px;
  border: 1px #deba9d solid;
  text-shadow: 1px 1px 1px #fff;
}

.help_contents {
  padding: 4px;
  border: 2px solid #888;
  border-radius: 10px;
  margin-bottom: 10px;
}

#help_wrapper {
  padding: 15px;
}

/* 190307尾木info用 */
#news_single_header h2{
    color: #3E0E03;
    font-size: 18px;
}
#news_single_content{
    color: #635050;
    padding-left: 0px;
}
#news_single_content p{
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
#news_single_content img.wp-post-image{
    max-width: none;
    width: 100%;
    height: auto;
}
#news_single_content h2{
    background-color: #95887a;
    color: #544747;
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #ccb9a2;
    border-radius: 3px;
    background: #fffdf9;
    background: -moz-linear-gradient(top, #fffdf9 0%, #f9ece0 91%, #fcf8f4 100%);
    background: -webkit-linear-gradient(top, #fffdf9 0%,#f9ece0 91%,#fcf8f4 100%);
    background: linear-gradient(to bottom, #fffdf9 0%,#f9ece0 91%,#fcf8f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdf9', endColorstr='#fcf8f4',GradientType=0 );
}
#news_single_content h3{
    color: #2f1b0d;
    font-size: 15px;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #d6a37f;
    margin: 10px 0px 10px 0px;
    background-color: #e8cbad;
    padding: 1em 1em 1.5em;
    text-align: center;
	background-image: url("/wp-content/uploads/2019/06/h3bg-1.jpg");
	background-size: cover;
	text-shadow: 2px 2px #ffebcb;
}

/*
#news_single_content h3:before{
    content: '';
    display: inline-block;
    position: relative;
    top: 0px;
    bottom: auto;
    background-image: url(http://info-ec2.gamecomy.jp/wp-content/uploads/2019/02/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 25px;
    height: 20px;
}
*/
#news_single_content ul{
    padding-inline-start: 20px;
}


#news_single_content .attention {
    background-color: #372926;
    padding: .1em 1em .1em;
    margin-bottom: 1em;
    color: #eebb96;
}

#news_single_content .attention p{
	font-size: 11px;
}
#news_single_content .attention h4{
    font-size: 12px;
    color: #ff4d4d;
    margin: 1em 0 0;
    border-bottom: 1px solid #5f433d;
    padding-bottom: .4em;
    text-align: center;
}

#news_single_content .attention {
	font-size: 12px;
}

#news_single_content li:before{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #ffa075;
    position: relative;
    left: -16px;
    top: 2px;
}
#news_single_content a.before_button{
    padding: 6px 12px;
}
#news_single_content .link_btn{
    color: #fff;
    background: #925928;
    background: -moz-linear-gradient(top, #d2a37b 0%,#925928 90%,#5a320f 99%);
    background: -webkit-linear-gradient(top, #d2a37b 0%,#925928 90%,#5a320f 99%);
    background: linear-gradient(to bottom, #d2a37b 0%,#925928 90%,#5a320f 99%);
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 4px #c3aa99;
    border-radius: 20px;
    border: 1px #a8733b solid;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.2em;
    font-size: 13px;
}
.before_button{
    top: auto;
    bottom: 0px;
    left: 0px;
    right: auto;
}
.date_span{
    color: #765e5e;
    font-size: 12px;
	float: right;
}
/* 20190402もくじとかテーブル追加(尾木) */
.bg_index {
    background-image: url(http://info-ec2.gamecomy.jp/wp-content/uploads/2019/04/bg_index.jpg);
    border: 1px solid #6f3921;
    box-shadow: 1px 2px 1px 0px #6f3921;
    font-weight: bold;
	border-radius: 10px;
    margin-bottom: 15px;
	padding: 13px;
	font-size: 13px;
}
.bg_index strong {
    color: #f1e8d7;
    text-shadow: 1px 1px 1px #441b04;
    padding: 0;
    display: block;
    text-align: center;
}
.bg_index ul li a {
    color: #f1e8d7!important;
    text-shadow: 1px 1px 1px #441b04;
	text-decoration: none;
}
.bg_index ul li a:hover {
    text-shadow: none;
	text-decoration: underline;
}
#news_single_content .bg_index ul{
    padding-inline-start: 10px;
	list-style: none;
}
#news_single_content .bg_index ul li:before{
	display: none;
}
#news_single_content table {
    font-size: 13px;
    margin: 0 0 15px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#news_single_content th {
	color:#35201b;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: bold;
    border: 1px solid #d2c39b;
    box-shadow: 0px 0px 25px rgba(200, 148, 0, 0.35) inset;
    background-color: #ffffff;
    text-align: center;
}
#news_single_content table td {
	color: #35201b;
    padding: 4px 8px;
    text-align: center;
    border: 1px solid #f1dcc6;
}
table td {
    background-color: #fffdf9;
}
/* 20190402提供割合の調整(尾木) */
.gacha_title, .avatar_title {
    background-color: rgba(100,139,179,0.8);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    color: #fff;
    padding: 5px 0px;
}
.odds_box {
    width: 80%;
    margin: 20px auto;
    background-color: rgba(254, 251, 249,0.7);
    border-radius: 12px;
    border: 1px solid #fff;
}
.odds_box ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}
.odds_box li {
    display: flex;
    margin: 0 auto 4px;
}
.odds_box li:before {
    display: none!important;
}
.rarity_box {
    text-align: right;
    width: 50%;
    background: linear-gradient(to left, #fff, rgba(255,255,255,0));
}
.rarity_text {
    width: 5em;
    display: inline-block;
    text-align: left;
}
.rate_num {
    width: 50%;
    text-align: left;
    background: linear-gradient(to left, rgba(255,255,255,0), #fff);
    display: flex;
    align-items: center;
}
.rate_text {
    width: 3.4em;
    display: inline-block;
    text-align: left;
    margin-left: 12px;
}
.itemlist_box {
    width: 90%;
    margin: 0 auto 20px;
    background-color: rgba(254, 251, 249,0.7);
    border-radius: 12px;
    border: 1px solid #fff;
}
.itemlist_box li:first-child {
    padding: 4px;
}
.itemlist_box li {
    padding: 0 4px 4px 4px;
    display: flex;
    align-items: center;
}
.itemlist_box li img {
    max-width: 40px;
    max-height: 40px;
}
.itemlist_box,.odds_box {
    background-color: rgba(246, 246, 246);
    border: 1px solid #666;
}
.avatar_item_list_box ul {
    color: #444;
    font-weight: bold;
}
.rarity_detail {
    margin: 8px 8px 0 8px;
    text-align: center;
    position: relative;
}
.gacha_rate_inlist {
    width: 12em;
    background-color: rgba(100,139,179,0.8);
    border-radius: 14px;
    display: inline-block;
    color: #fff;
    padding: 2px 8px;
    border: 1px solid #fff;
    font-size: 14px;
}
.star {
    text-align: left;
    display: inline-block;
}
span.star:before, span.star:after {
    display: none;
}
.rate_text_inlist {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 14px;
}
.avatar_name_text {
    margin-left: 4px;
}
.rate_list {
    margin-left: auto;
    margin-right: 12px;
}
.gacha_notify {
    width: 90%;
    color: #ec4d4d;
    margin: 4px auto 10px;
    text-shadow: 1px 1px #f1e0e0;
    font-size: 13px;
}

/*アイテム紹介ページ*/
/* 埋もれた財宝 */

.page-item-585 {
  display: none!important;
}

.page-id-718 .page page-id-718 {
 padding:0;
}

.page-id-718 .entry-title {
display:none;
}

.page-id-718 .wp-caption-text {
display:none;
}

.page-id-718 .aligncenter {
margin:0;
}

.page-id-718 .st-main {
padding: 0;
}



@media (max-width:414px){
.gacha_rate_inlist {
    width: 10em;
    }
}
/* info限定なので注意 */
#news_single_content .itemlist_box ul{
	padding-inline-start: 10px;
}
#news_single_content .itemlist_box ul.other{
    padding-inline-start: 0px;
}
#news_single_content .itemlist_box ul li:before{
	display: none;
}
#news_single_content .itemlist_box ul li img {
    max-width: 40px;
}
.page-item-585 {
  display: none!important;
}
