@charset "Shift_jis";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #707070;
}

a:hover {
    text-decoration: underline;
    color: #707070;
}


/*
structure
--------------------------------------------------------------------------------------*/
body#Hisense {
    padding: 0;
    margin: 0px;
    line-height: 1.3em;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    color: #707070;
}

img {
    vertical-align: middle;
    border: 0;
}

.header {
    position: relative;
    width: 970px;
    margin: 0 auto;
    padding: 0;
}

.contents {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

.leftContents {
    float: left;
    width: 642px;
    padding: 10px 0 50px 0;
}


/* header
--------------------------------------------------------------------------------------*/
h1 {
    margin: 0;
    padding: 10px 0;
    width: 250px;
}

h2.page-title {
    margin: 0 0 5px 0;
    padding: 10px;
    background: #51B0AB;
}

h2.page-title img {
    width: 680px;
    display: block;
    margin: 0 auto;
}

h3.title {
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.pcImg {
    display: block !important;
}

.spImg {
    display: none !important;
}

a:hover img.hoverImg {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: galpha(opacity=80)h;
}


/* footer
------------------*/
div#SPfooter {
    display: none;
}



/* -----------------------------
slide 
-------------------------- */

div#slideArea {
    width: 640px;
    height: 500px;
    overflow: hidden;
    position: relative;
}

div#footer .section_footer {
    color: #ffffff;
}



/*
Special Contents
--------------------------------------------*/
#special-contents h3 img {
    height: 32px;
}

#special-contents ul {
    overflow: hidden;
    margin-bottom: 40px;
}

#special-contents li {
    width: 310px;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

#special-contents li:nth-child(2n) {
    margin-right: 0px;
}

#special-contents li .pic {
    display: block;
    margin-bottom: 10px;
}

#special-contents .btn {
    text-align: center;
    border: 1px solid #707070;
    border-radius: 50px;
    font-size: 24px;
    padding: 10px;
    width: 130px;
    margin: 0 auto;
    cursor: pointer;
    line-height: 24px;
}

.js-btn-close {
    display: none;
}


/*
right
--------------------------------------------------------------------------------------*/
.rightContents {
    float: right;
    width: 300px;
    padding: 10px 0 50px 0;
}


/*
news
--------------------------------------------*/
div#news {
    margin: 10px auto 50px;
    width: 300px;
}

div#news h3 img {
    height: 23px;
}

div#news ul li {
    margin-bottom: 15px;
    line-height: 1.5;
}

div#news ul li::before {
    content: "\30FB"
}

div#news ul li span::before {
    content: "\FF08"
}

div#news ul li span::after {
    content: "\FF09"
}


/*
campaign
--------------------------------------------*/
div#campaign {
    margin: 10px auto;
    width: 300px;
}

div#campaign h3 img {
    height: 32px;
}


/*
bottomContents
--------------------------------------------------------------------------------------*/

.bottomContents {
    clear: both;
    width: 700px;
    display: table;
    margin: 0 auto 80px;
}


/*
official
--------------------------------------------*/
.official {
    width: 378px;
    display: table-cell;
    padding-right: 50px;
    vertical-align: middle;
}

/*
sns-area
--------------------------------------------*/
#sns {
    width: 200px;
    display: table-cell;
}

#sns ul li {
    margin-bottom: 10px;
}

#sns ul li img {
    height: 50px;
}
