@charset "utf-8";

/*=================================================================================
	00.	base
===============================================================================*/

/* reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer_new,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer_new,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img,
input,
select {
    vertical-align: middle;
}

body {
    position: relative;

    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

body * {
    -webkit-text-size-adjust: none;

    word-break: break-all;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* link text decoration
------------------------------------------------ */

a {
    text-decoration: none;
    color: #00539f;
}

.disabled a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


*/
/*=================================================================================
	layout
===============================================================================*/

/* header
------------------------------------------------------------------------------------------------ */

#header {
    height: auto;
    padding: 6px 0;
    overflow: hidden;
}

#header h1 {
    float: left;
    display: block;
    width: 180px;
    height: 0;
    padding: 38px 0 0;
    overflow: hidden;

    line-height: 38px;

    background: url(../images/logo_yamadagame.png) no-repeat;
    background-size: 180px 38px;
}

#header li {
    float: left;
    display: block;
    margin: 0 1px;
}

#header li a {
    display: block;
    width: 40px;
    height: 38px;
    padding: 27px 0 0;

    font-size: 9px;
    text-align: center;
    line-height: 11px;

    color: #333;
}

#header li .information #unreadNumber {
    display: inline-block;
    position: absolute;
    top: 0px;
    width: 24px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    background-image: url("/images/mypage/badge.png");
    background-repeat: no-repeat;
    background-size: 22px auto;
    text-align: center;
    right: -1px;
    font-size: 14px;
    font-family: arial, arial unicode ms, sans-serif;
}

h2.title {
    height: 40px !important;
    line-height: 40px !important;
    background: #5e9cd9;
    background-size: 50px 80px;
    color: #fff;
    padding-left: 45px;
    text-shadow: -1px -1px 0px #999;
    vertical-align: middle;
    position: relative;
}

/* content
------------------------------------------------------------------------------------------------ */

.main_img {
    width: auto;
    height: auto;
    margin: 10px auto 40px;
    text-align: center;
}

a.btn {
    display: block;
    margin: 20px 20px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: linear-gradient(top, #fff, #e9e9e9);
    background: -moz-linear-gradient(top, #fff, #e9e9e9);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
    color: #3ea4f3;
    text-decoration: none;
}

a.btn b,
a.btn span,
a.btn_h b,
a.btn_twoLine b,
a.btn_twoLine span {
    background: url(../images/icn_arrow_blue_02.png) no-repeat right center;
    background-size: 15px 15px;
    padding-right: 26px;
}

.text_line {
    text-align: center;
}

.text_line p {
    width: auto;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 30px;
}

.pic_center {
    width: 924px;
    height: auto;
    margin: 0 auto 40px;
    text-align: center;
    overflow: hidden;
}

.pic_line {
    width: auto;
    height: auto;
    display: block;
}


.pic_line li {
    float: left;
    margin: 0 10px;
    list-style: none;
}


.qr_line dl {
    border: 1px solid #e1e1e1;
}

.qr_line dl dt {
    font-weight: bold;
    color: #0074be;
    width: 160px;
}

.qr_line dl dd.qr {
    width: 360px;
    position: relative;
    padding-right: 100px;
    height: 110px;
}

.qr_line dl dt,
.qr_line dl dd {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 0 20px 15px;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.qr_line .qrCode {
    position: absolute;
    right: 5px;
    top: 5px;
}

.topofpage {
    position: relative;
    display: block;
    padding: 20px 24px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}


.topofpage:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    background: #000;
    border-radius: 15px;
    background: #9cf;
}

.topofpage:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
