@charset "UTF-8";
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0
}

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

select {
    margin: 0 0 0 0
}

body, html {
    height: 100%
}

abbr, acronym {
    border: 0 none
}

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

ol, ul {
    list-style: none
}

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

object {
    outline: none
}

table {
    border-spacing: 0
}

:first-child + html table {
    border-collapse: collapse
}

* html table {
    border-collapse: collapse
}

caption {
    text-align: left
}

td, th {
    text-align: left;
    vertical-align: top;
    empty-cells: show
}

hr {
    display: none
}

fieldset {
    border: 0 none
}

label {
    cursor: default
}

iframe {
    border: 0 none;
    overflow: auto
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%
}

abbr, acronym, address, blockquote, caption, cite, code, dfn, div, dl, kbd, ol, p, pre, q, samp, th, ul, var {
    font-weight: normal;
    font-style: normal
}

em, strong {
    font-weight: bold;
    font-style: normal
}

body {
    background: #fff;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic", "Lucida Grande", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: medium;
    line-height: 1.6;
    letter-spacing: 0.03em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    text-rendering: optimizeLegibility
}

html:lang(en) body {
    font-family: "Helvetica Neue", "Helvetica", "Lucida Grande", "Arial", "Verdana", "sans-serif"
}

html:lang(zh) body {
    font-family: "PingHei", "Helvetica Neue", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif"
}

html:lang(ko) body {
    font-family: "Yoon Gothic", "Helvetica Neue", "Helvetica", "Dotum", "Arial", "Verdana", "sans-serif"
}

html:not(:target) body {
    font-size: 16px
}

pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif
}

a {
    color: #2490d0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.25)
}

a:link, a:visited {
    text-decoration: none
}

a:active, a:hover {
    text-decoration: underline
}

.fade_over:hover, .over:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: none
}

:first-child + html a * {
    cursor: pointer
}

::-moz-selection {
    background: #555;
    color: #fff
}

::selection {
    background: #555;
    color: #fff
}

::-moz-selection {
    background: #555;
    color: #fff
}

html:not(:target) input[type=password] {
    font-family: "Lucida Grande", sans-serif
}

input, select, textarea {
    color: #111;
    font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

html:not(:target) input, html:not(:target) select, html:not(:target) textarea {
    font-family: sans-serif
}

input[type=button], input[type=submit] {
    cursor: pointer
}

input[type=button]:hover, input[type=submit]:hover {
    opacity: 0.6;
    filter: alpha(opacity=60)
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    -o-appearance: radio;
    appearance: radio
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 2px 8px 2px 8px;
    min-height: 30px;
    outline: none
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus {
    border-color: #a7d5f0;
    -webkit-box-shadow: 0 0 3px rgba(36, 144, 208, 0.3);
    box-shadow: 0 0 3px rgba(36, 144, 208, 0.3)
}

.ltie9 input[type=email], .ltie9 input[type=number], .ltie9 input[type=password], .ltie9 input[type=search], .ltie9 input[type=tel], .ltie9 input[type=text] {
    min-height: auto
}

textarea {
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 2px 8px 2px 8px;
    outline: none
}

textarea:focus {
    border-color: #a7d5f0;
    -webkit-box-shadow: 0 0 3px rgba(36, 144, 208, 0.3);
    box-shadow: 0 0 3px rgba(36, 144, 208, 0.3)
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px #ddd solid;
    border-radius: 3px;
    padding: 5px 25px 5px 8px;
    background: #fff url("//i7.wimg.jp/content/icon/pc/select_bg.png") no-repeat right 10px center;
    background-size: 12px 7px;
    cursor: pointer;
    min-height: 30px
}

select:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

.firefox select {
    text-indent: .01px;
    -o-text-overflow: "";
    text-overflow: ""
}

.ltie9 select {
    min-height: auto
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.scrollcancel {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.loading {
    display: block;
    font-size: 0;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
    border-right: 3px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    border-left: 3px solid #000;
    border-radius: 50%;
    -webkit-animation: loadAni 1.1s infinite linear;
    -moz-animation: loadAni 1.1s infinite linear;
    animation: loadAni 1.1s infinite linear
}

.loading:after {
    border-radius: 50%;
    width: 34px;
    height: 34px
}

.loading.bg_black {
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #fff
}

@-webkit-keyframes loadAni {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes loadAni {
    0% {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes loadAni {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loadAniPlaceholder {
    0% {
        -webkit-transform: translateX(0%)
    }
    to {
        -webkit-transform: translateX(160%)
    }
}

@-moz-keyframes loadAniPlaceholder {
    0% {
        -moz-transform: translateX(0%)
    }
    to {
        -moz-transform: translateX(160%)
    }
}

@keyframes loadAniPlaceholder {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        -webkit-transform: translateX(160%);
        -moz-transform: translateX(160%);
        -ms-transform: translateX(160%);
        -o-transform: translateX(160%);
        transform: translateX(160%)
    }
}

/*.img_after_load .img, .img_after_load .thumbnail {*/
/*    background: url("//i7.wimg.jp/content/icon/pc/loading_gif.gif") no-repeat center 50%;*/
/*    background-size: 22px 22px;*/
/*    font-size: 0;*/
/*    line-height: 1*/
/*}*/

/*.img_after_load .img img, .img_after_load .thumbnail img {*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity ease-out 0.15s;*/
/*    -moz-transition: opacity ease-out 0.15s;*/
/*    -o-transition: opacity ease-out 0.15s;*/
/*    transition: opacity ease-out 0.15s;*/
/*    height: auto*/
/*}*/

/*.img_after_load .img.noload, .img_after_load .thumbnail.noload {*/
/*    background-image: none*/
/*}*/

/*.img_after_load .img.noload img, .img_after_load .thumbnail.noload img {*/
/*    opacity: 1*/
/*}*/

@font-face {
    font-family: 'wearicon';
    src: url("../fonts/wearicon.eot?191021");
    src: url("../fonts/wearicon.eot?#iefix") format("embedded-opentype"), url("../fonts/wearicon.ttf?191021") format("truetype"), url("../fonts/wearicon.svg?191021") format("svg");
    font-weight: normal;
    font-style: normal
}

.icon_font:after, .icon_font:before, [class*=" ico_"], [class*=" ico_"]:before, [class^=ico_], [class^=ico_]:before {
    font-family: 'wearicon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    letter-spacing: 0
}

.icon_font:hover {
    text-decoration: none
}

.ico_instagram:before {
    content: ""
}

.ico_facebook:before {
    content: ""
}

.ico_twitter:before {
    content: ""
}

.ico_weibo:before {
    content: ""
}

.ico_pinterest:before {
    content: ""
}

.ico_ameba:before {
    content: ""
}

/*# sourceMappingURL=global.css.map */
.whatsnews_container {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.whatsnews_container .title {
    margin-bottom: 12px;
}

.whatsnews_container .comment {
    font-size: 16px;
    font-weight: normal;
}

.whatsnews_container .datetime {
    text-align: right;
    font-weight: normal;
    font-size: 13px;
}

.upload__product{position:fixed;right:-14px;bottom:-14px;text-align:center;z-index:2;}
@media (min-width: 768px){
    .upload__product{bottom:32px;font-size:22px;height:160px;right:32px;width:160px;}
}
.upload__product a{display:block;}
.upload__product__part{padding-top:15px;text-align:center;height:80px;width:80px;background-color:rgb(234, 53, 45);border-radius:50%;}
@media (min-width: 768px){
    .upload__product__part{width:160px;height:160px;padding-top:32px;}
}
.upload__product__text{color:rgb(255,255,255);}
@media (min-width: 768px){
    .upload__product__text{font-size:22px;}
}
.upload__product svg{max-width:100%;max-height:100%;color:rgb(255, 255, 255);display:block;height:24px;width:26px;margin:5px auto 0px;}
@media (min-width: 768px){
    .upload__product svg{width:60px;height:54px;margin-top:8px;}
}