html {
	max-width: 640px;
	margin: 0 auto;
    overflow-x : hidden;
    overflow-y : auto;
}

body {
    background-color: #000000;
	-webkit-text-size-adjust:100%;
    font-family: sans-serif;
    font-size: 80%;
    color: #FFFFFF;
	margin: 0;
    overflow-x : hidden;
    overflow-y : auto;
}

a {
    color: #FFFFFF;
    text-decoration: none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

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

.container {
    width: 100%;
}

.cell {
    border-bottom: solid 1px #019;
    padding: 0;
    margin: 0;
}

.cell_top {
    border-bottom: solid 0px #000;
    height: 60px;
    margin-left: 5px;
    text-align: left;
}

.cell_middle {
    width: 100%;
}
.cell_topics {
            border-bottom: solid 0px #000;
      //      background: url('../img/bg/info_bg_02.png') no-repeat;
            background-size: 100% 100%;
            width: 100%;
            padding: 0;
            margin: 0;
            text-align: left;
    }

.cell_bottom {
    border-bottom: solid 0px #000;
    width: 100%;
    padding: 0;
    margin: 0;
}

.info_label {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0 25px 0 10px;
    position: relative;
    display: table-cell;
}

.info_new_label {
            width: 50px;
            height: 25px;
            padding: 0;
            margin: 0 25px 0 10px;
            position: relative;
            display: table-cell;
    }

.info_date {
    text-align: right;
    border-bottom: solid 0px #333;
    font-size: 80%;
    color: #FFCC99;
    padding-right: 10px;
	margin-top: 10px;
}

.info_text {
    width: 300px;
    padding: 0;
    margin: 0;
    margin: 0;
    text-align: left;
}

.info_link {
    position: relative;
    display: table-cell;
}

.info_banner {
    width: 95%;
    margin: 0;
}

.label_link {
    width: 50px;
    height: 50px;
    background: url("../img/arrow.png") no-repeat;
    background-size: 45% auto;
}

.info_bottom {
    padding: 0;
    margin-left: 5px;
	font-size: 80%;
    text-align: left;
}

.info_new_topics {
            background: url("../img/label/info_new_topics.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

.info_label01 {
    background: url("../img/label/info_label1.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.info_label02 {
    background: url("../img/label/info_label2.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.info_label03 {
    background: url("../img/label/info_label3.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.info_label04 {
    background: url("../img/label/info_label4.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.info_label05 {
    background: url("../img/label/info_label5.png") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.info_label01new {
            background: url("../img/label/info_label1_new.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

    .info_label02new {
            background: url("../img/label/info_label2_new.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

    .info_label03new {
            background: url("../img/label/info_label3_new.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

    .info_label04new {
            background: url("../img/label/info_label4_new.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

    .info_label05new {
            background: url("../img/label/info_label5_new.png") no-repeat 50% 50%;
            background-size: 100% auto;
            width: 100%;
            height: 100%;
    }

.info_title {
    height: 50px;
    //font-weight: bold;
    text-align: left;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
	padding-left: 10px;
}

.cell_detail {
    padding: 0;
    margin: 0;
    width: 300px;
    position: relative;
}

section.detail_date {
    text-align: right;
    border-bottom: solid 0px #333;
    font-size: 80%;
    color: #FFCC99;
    padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.detail {
    border-bottom: solid 0px #333;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
}

.detail_txt {
    text-align: left;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.detail_bottom {
    background: url("../img/back.png") no-repeat;
    background-size: 85% auto;
    text-align: left;
    width: 70px;
    padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 10px;
    position: absolute;
}

.detail_back {
    width: 50px;
    height: 30px;
}

img.detail {
    width: 300px;
}

.page_title {
	background: url('../img/bg/TitlePanel.png') no-repeat;
	background-position: center;
    background-size: 95% 90%;
	line-height: 75px;
}

.title_txt {
	font-weight: bold;
}

.button_submit {
    background: url('../img/button1.png') no-repeat;
	background-size:contain;
    font-weight: bold;
	color: #FFFFFF;
	border: 0;
	width: 82px;
	height: 34px;
}

.gasha_list {
	margin:5px 0 0 5px;
	border: solid 1px #ffffff;
	width: 95%;
}

.gasha_list td {
	border: 1px solid #ffffff;
	padding: 8px;
	font-size: 100%;
}
.rare_6 {
	background-color: #545454;	
}
.rare_5 {
	background-color: #474747;
}
.rare_4 {
	background-color: #343434;
}
.rare_3 {
	background-color: #141414;
}
.rare_2 {
	background-color: #141414;
}
.rare_2 {
	background-color: #141414;
}
.rare_1 {
	background-color: #141414;
}
.input_serial {
	font-size: 120%;
}
