@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

li
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0.08em;
}

q:before, q:after
{
    content: "";
}

abbr, acronym
{
    border: 0;
    font-variant: normal;
}

sup
{
    vertical-align: text-top;
}

sub
{
    vertical-align: text-bottom;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select
{
    *font-size: 100%;
}

legend
{
    color: #000000;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMONlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*----basicsetting_start----*/
html
{
    font-size: 62.5%;
}

body
{
    font-family: Verdana,Arial,Geneva,Tahoma,sans-serif;
    font-size: 100.01%;
  /*Reset*/
    font-size: 12px;
  /*Optimize*/
    font-size: 13px;
  /*DefaultSize*/
    line-height: 1.5em;
    text-align: left;
}

/*----basicsetting_end----*/
/*----ancher_start----*/
a
{
    color: #155ad2;
    text-decoration: none;
}

a:link
{
    color: #155ad2;
}

a:visited
{
    color: #4e5664;
}

a:active
{
    color: #00bf09;
}

a:hover
{
    color: #155ad2;
    text-decoration: none;
}

object
{
    outline: none;
}

/*----ancher_end----*/
/*----Optimize_start----*/
/*--tableoptimiz--*/
table
{
    font-size: inherit;
    font-: 100%;
}

/*--otheroptimiz--*/
pre, code, kbd, samp, tt
{
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*--imgbaselineoptimize--*/
img
{
    vertical-align: bottom;
}

sup img
{
    vertical-align: top;
}

.ifc
{
    padding: 0 10%;
    margin: 0 0 1em 0;
    text-align: center;
}

.ifl
{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.ifr
{
    display: block;
    float: right;
    margin: 0 0 10px 10px;
}

/*mt_imgbaselineoptimize*/
.mt-image-center
{
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.mt-image-center img
{
  /*
	width:100% !important;
	height:auto !important;
	*/
    width: auto !important;
    height: auto !important;
}

/*----Optimize_end----*/
/*----clear_start----*/
/*--clearfix--*/
.clearfix:after
{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix
{
    min-height: 1px;
}

* html .clearfix
{
    height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--clear--*/
.cf
{
    clear: both;
    height: 0;
}

/*----clear_end----*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　COMMONlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAINlayout_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body
{
    min-width: 1000px;
}

/*header*/
.header
{
    margin-top: 43px;
    width: 100%;
    height: 266px;
    background: url(../images/sp/bg_header.png) repeat;
    border-bottom: 4px solid #be8301;
}

.header .header-content
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.header .header-content a
{
    position: absolute;
    top: 66px;
    left: 18px;
    display: block;
    width: 234px;
    height: 175px;
    background: url("/monsterstrike_logo_luster.png") top center no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: 2;
}

.header .header-content h1
{
    position: absolute;
    top: 123px;
    left: 252px;
    display: block;
    width: 242px;
    height: 73px;
    background-image: url("../images/pc/title.png");
    background-repeat: no-repeat;
    background-size: 242px 73px;
    background-position: 0px 0px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    z-index: 2;
}

.header .header-img
{
    margin: 0 5px;
    position: relative;
    display: block;
    height: 496px;
    background-image: url(../images/pc/top.png);
    background-repeat: no-repeat;
    background-size: 1000px 498px;
    background-position: center center;
    z-index: 1;
}

/*contentswrapper*/
.contentswrapper
{
    background: url("../images/sp/bg.gif");
    padding: 1px 0px 1px 0px;
}

.contentswrapper .wallpaper
{
    width: 1000px;
    z-index: 3;
    position: relative;
    margin: 107px auto 0;
}

.contentswrapper .wallpaper .item
{
    position: relative;
    float: left;
    width: 270px;
    height: 310px;
    padding: 14px 15px;
    margin-bottom: 90px;
    margin-right: 43px;
    border: 2px solid #f3c200;
    background: #fff;
    border-radius: 12px;
}

.contentswrapper .wallpaper .item .date
{
    color: #fff;
    position: absolute;
    top: -33px;
    height: 33px;
    width: 190px;
    background: #f3c200;
}

.contentswrapper .wallpaper .item .date p
{
    width: 90px;
    line-height: 34px;
    margin-left: 27px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

.contentswrapper .wallpaper .item .date p:before
{
    content: '';
    display: inline-block;
    position: absolute;
    display: block;
    width: 11px;
    height: 21px;
    background-image: url("../images/pc/arrow.png");
    background-repeat: no-repeat;
    background-size: 11px 21px;
    background-position: 0px 0px;
    top: 6px;
    left: -17px;
}

.contentswrapper .wallpaper .item .date .new
{
    display: none;
    padding: 4px 6px;
    background: red;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 11px;
    position: absolute;
    top: 6px;
    right: 3px;
}

.contentswrapper .wallpaper .item .date:after
{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -28px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 16px solid #f3c200;
    border-left: 14px solid #f3c200;
}

.contentswrapper .wallpaper .item .sp
{
    display: none;
}

.contentswrapper .wallpaper .item .pc
{
    display: block;
    border: #aaa solid 1px;
    margin: 0 auto;
}

.contentswrapper .wallpaper .item h2
{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #5f5e5a;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    width: 280px;
}

.contentswrapper .wallpaper .item .wallpaper-download
{
    text-align: center;
}

.contentswrapper .wallpaper .item .wallpaper-download .button
{
    width: 30%;
    margin-right: 3%;
    display: inline-block;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a:hover
{
    background: -webkit-linear-gradient(#f3c200, #ffeda6);
    background: linear-gradient(#f3c200, #ffeda6);
}

.contentswrapper .wallpaper .item .wallpaper-download .button a
{
    background: -webkit-linear-gradient(#f3c200, #f0b100);
    background: linear-gradient(#f3c200, #f0b100);
    border: 1px solid #955f02;
    border-radius: 8px;
    padding: 5% 0%;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: #ffe063 1px 1px 0px  inset, #ffe063 -1px -1px 0px  inset;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a .device
{
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: block;
    text-shadow: 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02, 0px 0px 3px #955F02,0px 0px 3px #955F02,0px 0px 3px #955F02;
}

.contentswrapper .wallpaper .item .wallpaper-download .button a .size
{
    display: block;
    color: #955F02;
    font-size: 8px;
    line-height: 12px;
}

.contentswrapper .wallpaper .item .button:last-child
{
    margin: 0px;
}

.contentswrapper .wallpaper .item:nth-child(3n+3)
{
    margin-right: 0px;
}

.contentswrapper .pager-pc
{
    width: 900px;
    text-align: center;
    margin: 30px auto;
}

.contentswrapper .pager-pc ul li
{
    display: inline-block;
}

.contentswrapper .pager-pc ul li a,
    .contentswrapper .pager-pc ul li span
{
    background: #fff;
    display: inline-block;
    padding: 8px 15px;
    color: #955F02;
    border-radius: 11px;
    border: 2px solid #f3c200;
    margin: 0px 5px;
}

.contentswrapper .pager-sp
{
    display: none;
}

/*pagetop*/
.pagetop
{
    text-align: center;
}

.pagetop .button
{
    display: block;
    width: 224px;
    height: 59px;
    background-image: url("../images/pc/btn.png");
    background-repeat: no-repeat;
    background-size: 224px 59px;
    background-position: 0px 0px;
    margin: 0 auto 54px;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

/*footer*/
.footer
{
    background: url("../images/sp/bg_footer.png");
    background-size: 25%;
    padding-bottom: 1px;
}

.footer .footer-link
{
    background: #1b1b1b;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

.footer .footer-link li
{
    display: inline-block;
    padding: 0px 15px;
    border-right: solid 1px #fff;
}

.footer .footer-link li a
{
    color: #fff;
    text-decoration: underline;
    font-size: 15px;
}

.footer .footer-link li:last-child
{
    border: none;
}

.footer .footer-bnr
{
    margin: 50px auto;
    width: 900px;
    text-align: center;
}

.footer .footer-bnr li
{
    margin: 0 15px;
    display: inline-block;
    width: 258px;
    height: 80.4px;
}

.footer .footer-bnr li img
{
    width: 100%;
}

.footer .footer__copyright-area {
    background: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　MAINlayout_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PluginOverride_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*----Fancybox_start----*/
#fancybox-outer
{
    background: #000000 !important;
}

#fancybox-content
{
    border-color: #000000 !important;
}

.fancybox-bg
{
    background: none !important;
}

/*--#substr.about_the_game.evolution_and_ascension--*/
#substr.about_the_game.evolution_and_ascension #fancybox-outer
{
    background: none !important;
}

#substr.about_the_game.evolution_and_ascension #fancybox-content
{
    border-color: #cccccc !important;
}

#substr.about_the_game.evolution_and_ascension .fancybox-bg
{
    background: none !important;
}

#substr.about_the_game.evolution_and_ascension #fancybox-content iframe
{
    overflow: scroll;
}

/*----Fancybox_end----*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　PluginOverride_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
