/* 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;
}


/* ------------------------------------------------
base
------------------------------------------------ */

body {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    vertical-align: baseline;
    font-family: HelveticaNeue, sans-serif;
    padding-top: 60px;
}

body.ad-bannerClass-body,
body.editor {
    padding-top: 165px;
    padding-bottom: 50px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.25);
}

.header-in {
    height: 45px;
    width: 100%;
    position: relative;
    background-color: #fff;
}

header h1.logo {
    text-align: center;
    padding-top: 9px;
}

header h1.logo img {
    height: 25px;
}

header h1.logo img.business {
    height: 19px;
    margin-left: -36px;
}

@media screen and (max-width: 320px) {
    header h1.logo img.business {
        padding-top: 5px;
        height: 16px;

    }
}

header ul.menulist {
    position: absolute;
    z-index: 10;
    top: 7px;
    left: 9px;
}

header ul.menulist > li {
    float: left;
    margin-right: 9px;
}

header ul.iconlist {
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 5px;
}

header ul.iconlist > li {
    float: left;
    margin-top: 0;
}

header ul.iconlist > li.btn_brand {
    width: 43px;
}

header ul.iconlist > li.btn_search {
    width: 30px;
}

header ul.iconlist > li img,
header ul.menulist > li img {
    height: 33px;
}

.pickup_title {
    font-weight: bold;
    color: #666666;
    margin: 7px 0;
}

ul#subnavi,
ul#sub2navi {
    border-top: 1px solid #575757;
    display: block;
    height: 30px;
}

ul#subnavi > li,
ul#sub2navi > li {
    display: block;
    float: left;
    overflow: hidden;
    height: 31px;
    vertical-align: bottom;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #575757;
}

ul#subnavi > li:last-child,
ul#sub2navi > li:last-child {
    border-right: none;
}

ul#subnavi > li {
    width: 20%;
}

ul#sub2navi > li {
    width: 30%;
}

ul#sub2navi > li#sub2navia {
    width: 40%;
}

ul#subnavi > li a,
ul#sub2navi > li a {
    background: #C8C8C9;
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #575757;
}

ul#subnavi > li a.focused,
ul#sub2navi > li a.focused {
    background: #ffffff;
    color: black;
    border-bottom: 1px solid #ffffff;
}

header form.search {
    display: block;
    width: 100%;
    text-align: center;
}

header form.search input#searchtext {
    border: none;
    padding: 5px;
    height: 20px;
    width: 78%;
    font-size: 12px;
    color: #DDDDDD;
}

header form.search input#searchtext:focus {
    color: #333;
}

header form.search input.submit {
    padding: 5px;
    border: none;
}

footer {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    margin-bottom: 20px;
}

div#footer {
    text-align: center;
    padding-top: 20px;
}

#toggle {
    position: absolute;
    top: 17px;
    right: 7px;
    cursor: pointer;
}

#toggle img {
    height: 23px;
}

.socialBox {
    width: 100%;
    text-align: center;
}

.searchBox {
    padding: 10px 0;
    position: absolute;
    top: 45px;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    display: none;
    text-align: center;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    color: #999;
    background: #000000;
}

.brandBox {
    padding: 10px 0;
    position: absolute;
    top: 45px;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    display: none;
    text-align: center;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.5);
    color: #999;
    background: #fff;
}

.brandBox ul.brandList {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.brandBox ul.brandList > li {
    display: table-cell;
    width: 33.33%;
    font-size: 14px;
    padding: 7px 3px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.brandBox ul.brandList > li a {
    text-decoration: none;
    color: #5F5F5F;
}

.socialBox ul.socialLinks > li {
    display: inline-block;
    margin-right: 4px;
}

.searchBox div.boxin {
    position: relative;
    width: 100%;
}

.searchBox div.boxin #close img {
    position: absolute;
    top: 3px;
    right: 7px;
}

div#main div.categoryHead h2 {
    font-weight: bold;
    border-bottom: 4px solid #E8E8E8;
    margin-bottom: 10px;
    padding: 5px;
    color: #003365;
}

h1.audio {
    color: #B28500;
    font-weight: bold;
    border-bottom: 4px solid #E8E8E8;
    margin-bottom: 10px;
    padding: 5px;
}

div#main div.categoryHead p.topicPath {
    font-size: 10px;
    padding: 15px 0 5px 5px;
}

div#main div.categoryHead p.topicPath a {
    text-decoration: none;
    color: #666666;
}

div#main h3.date {
    display: block;
    font-weight: bold;
    color: #00468C;
    font-size: 16px;
    border-bottom: 2px solid #BABABA;
    padding: 15px 5px 5px 5px;
}

span.cateIcon {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 2px 0;
    background: #EEE;
    color: #545454;
    font-size: 12px;
    text-align: center;
    min-width: 104px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

span.prIcon {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 2px 0;
    background: #FFF;
    border: solid 1px #545454;
    color: #545454;
    font-size: 12px;
    text-align: center;
    min-width: 104px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

span.cateIcon.category9 {
    letter-spacing: -1px;
}

div#main div.article span.caption {
    font-size: 14px;
    color: #666666;
    display: block;
    line-height: 1.2;
    margin-bottom: 5px;
}

div#main div.article span.title {
    font-weight: bold;
    display: inline-block;
    color: black;
    line-height: 1.6;
}

div#main div.article span.pchtml {
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 2px 5px;
    background: #EEE;
    color: #545454;
    font-size: 12px;
    font-weight: normal;
}


/* --------------------------------------
 top ad header
----------------------------------------- */

header .top-ad-banner {
    display: block;
    text-align: center;
    padding: 5px 0;
    min-height: 60px;
}

header.has-topbanner .header-in {
    height: 160px;
    text-align: center;
}

header.has-topbanner h1.logo {
    position: absolute;
    z-index: 10;
    top: 114px;
    left: 0;
    right: 0;
    margin: auto;
}

header.has-topbanner ul.menulist {
    top: 119px;
}

header.has-topbanner ul.iconlist {
    top: 117px;
}

header.has-topbanner .searchBox {
    top: 155px;
}

header.has-topbanner .brandBox {
    top: 155px;
}

div.bg_mask.ad-bannerClass-menu {
    top: 160px;
}


/*=========================================================
YouTube
=========================================================*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#mainBlock div#entryUtility,
div#mainBlock div#entryUtility2 {
    margin: 2px 0;
    padding: 4px 10px;
    height: auto;
    vertical-align: middle;
}

div#mainBlock div#entryUtility img,
div#mainBlock div#entryUtility2 img {
    top: -3px;
    margin: 0 3px;
    border: none;
}

div#mainBlock div#entryUtility span.date,
div#mainBlock div#entryUtility2 span.date {
    float: right;
    display: block;
    font-size: 116%;
    margin: 0 0 2px;
    text-align: right;
}

#facebook {
    margin: 0 10px;
}


/* twitter button*/

.twitter-btn-wrap,
.twitter-btn-wrap2 {
    width: 125px;
    display: inline-block;
    margin-top: 4px 0;
}

.twitter-btn-wrap .balloon,
.twitter-btn-wrap2 .balloon {
    display: inline-block;
    position: relative;
    padding: 0 3px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font: 11px/18px "Helvetica Neue", Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
    margin-left: 5px;
}

.twitter-btn-wrap .balloon:hover,
.twitter-btn-wrap2 .balloon:hover {
    text-decoration: underline;
}

.twitter-btn-wrap .balloon::before,
.twitter-btn-wrap .balloon::after,
.twitter-btn-wrap2 .balloon::before,
.twitter-btn-wrap2 .balloon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin: -4px 0 0 -4px;
    border-style: solid solid solid none;
    border-width: 4px 4px 4px 0;
}

.twitter-btn-wrap .balloon::before,
.twitter-btn-wrap2 .balloon::before {
    border-color: transparent #aaa transparent #aaa;
    margin: -4px 0 0 -4px;
}

.twitter-btn-wrap .balloon::after,
.twitter-btn-wrap2 .balloon::after {
    border-color: transparent #fff;
    margin: -4px 0 0 -3px;
}


/* pocket button*/

.pocket-btn {
    display: inline-block;
    margin-top: 1px;
    position: relative;
    top: 2px;
}

#bt_spacer {
    margin: 5px;
}


/*
----- menu ------------------------------------ */

header.show {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3000;
}


div.bg_mask {
    padding: 0;
    position: fixed;
    top: 45px;
    /*通常時*/
    left: -600px;
    width: 500px !important;
    overflow: hidden;
    height: 100%;
    z-index: 3000;
    height: calc(100% - 45px);
    background: #111;
    opacity: 0.95;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

/*表示時*/
body.editor div.bg_mask {
    top: 160px;
}

body.ad-bannerClass-body div.bg_mask {
    top: 160px;
    /*Header banner 表示時*/
}

body.ad-bannerClass-body {
    padding-top: 165px;
}

div.bg_mask .overflow {
    position: relative;
    padding: 20px 0 110px;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body.editor div.bg_mask .overflow {
    padding-bottom: 110px;
}

div.bg_mask .overflow .inner {
    padding: 0 10px;
}

div.bg_mask.show {
    left: 0px;
    width: 100% !important;
    box-sizing: border-box;
}

div.bg_mask .btn_topics a {
    display: block;
    padding: 2px 0;
    text-align: center;
    line-height: 1.78rem;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 1.78rem;
    text-decoration: none;
    margin-bottom: 20px;
}

div.bg_mask .title_follow {
    color: #FFF;
    font-size: 13px;
    position: absolute;
    top: 28px;
    left: 15px;
}

@media screen and (max-width: 320px) {
    div.bg_mask .title_follow {
        font-size: 12px;
        left: 10px;
    }

    div.bg_mask ul.socialLinks {
        margin-left: 60px;
    }
}

div.bg_mask ul {
    margin-left: 5px;
    margin-bottom: 18px;
}

div.bg_mask ul > li,
div.bg_mask ul > li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

/*div.bg_mask ul > li:nth-child(9) {
    width: 200%;
}*/

div.bg_mask ul > li a .small {
    font-size: 12px;
    margin-left: 5px;
    line-height: 12px;
}

div.bg_mask ul > li span.label {
    font-size: 11px;
    padding-left: 10px;
}

div.bg_mask ul > li.other span {
    position: relative;
    left: 5px;
    top: -1px;
}

div.bg_mask ul > li.other span:after {
    border: 5px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: "";
    width: 0;
    display: inline-block;
}

div.bg_mask ul > li.other.open span:after {
    border: 5px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: "";
    width: 0;
    display: inline-block;
}

div.bg_mask .navi .right,
div.bg_mask .navi .left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: left;
}

div.bg_mask .navi .right h3,
div.bg_mask .navi .left h3 {
    padding-left: 10px;
}

div.bg_mask .navi ul {
    margin-left: 0;
    border-top: 1px solid #444;
}

div.bg_mask .navi .right > ul {
    border-left: 1px solid #444;
}

div.bg_mask .navi ul > li a {
    padding-left: 10px;
    line-height: 2.6rem;
}

div.bg_mask .navi ul > li {
    border-bottom: 1px solid #444;
}

div.bg_mask .navi ul > li.rounded {
    border-bottom: none;
}

div.bg_mask .navi ul > li.rounded a {
    display: block;
    border: 1px solid #666;
    border-radius: 2em;
    padding: 0;
    text-align: center;
    line-height: 2rem;
    margin: 0.5em 0.5em 0;
    font-size: 13px;
}

@media screen and (max-width: 320px) {
    div.bg_mask .navi ul > li.rounded a {
        font-size: 11px;
        margin: 0.4em 0.4em 0;
    }
}

div.bg_mask ul.otherlist {
    display: none;
    position: relative;
}

div.bg_mask ul.otherlist > li {
    padding: 0 10px;
    float: left;
    border-right: solid 1px #fff;
}

ul.otherlist li:last-child {
    border-right: none;
}

div.bg_mask h3 {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

div.bg_mask h3 a {
    color: #ffffff;
    text-decoration: none;
}

div.bg_mask input[type=radio] {
    display: none;
}

div.bg_mask .checkbox {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 1px 0px 5px 26px;
}

div.bg_mask .checkbox:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    content: '';
}

div.bg_mask input[type=radio]:checked + .checkbox:before {
    opacity: 1;
}

div.bg_mask .checkbox:before {
    position: absolute;
    top: 48%;
    left: 4px;
    display: block;
    margin-top: -9px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.topstory,
.timeline {
    display: none;
}

.topstory-box .topstory {
    display: block;
}

.timeline-box .timeline {
    display: block;
}



/* --------------------------------------
 closeup
----------------------------------------- */

body#home #closeupNewBox,
body#home #closeupBox {
    background: #f8f8f8;
    padding: 0;
}

body#home #closeupNewBox h2,
body#home #closeupBox h2 {
    margin: 0 auto;
    width: 95%;
    border-bottom: none;
}

body#home #closeupNewBox,
body#home #closeupBox {
    border-bottom: none;
}

#closeupNewBox,
#closeupBox {
    padding: 0 0 10px 0;
}

#closeupNewBox,
#closeupBox {
    border-bottom: solid 1px #DEDEDE;
}

.closeup {
    margin: 0 auto;
    padding: 10px 0;
    /*    border-bottom: solid 1px #cccccc;*/
}

.closeup:after {
    content: "";
    clear: both;
    display: block;
}

.closeup h2.title {
    margin-bottom: 10px;
}

.closeup ul {
    margin: 0 auto;
    width: 95%;
}

.closeup ul > li {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.3;
    clear: both;
}

.closeup ul > li a {
    display: table;
}

.closeup ul > li a .floatL {
    display: table-cell;
    width: 72px;
}

.closeup ul > li a .floatL img {
    padding: 0;
    width: 72px;
    border: 1px solid #dcdcdc;
}

.closeup ul > li a {
    color: #333333;
    text-decoration: none;
}

.closeup ul > li a .closeUpText {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}

.closeup ul > li a .closeUpText p.date {
    text-align: left;
    font-weight: normal;
    color: #AAAAAA;
    padding: 0;
    font-size: 11px;
}



/* --------------------------------------
 closeup
----------------------------------------- */

body#home #hometheater_ch {
    background: #f8f8f8;
    padding: 0;
}

body#home #hometheater_ch h2,
body#home #hometheater_ch h2 a {
    margin: 0 auto;
    width: 95%;
    font-size: 16px;
    padding: 5px 0;
}

body#home #hometheater_ch h2 a {
    font-weight: 700;
    text-decoration: none;
    color: #00468c;
}

body#home #hometheater_ch {
    border-bottom: none;
}

#hometheater_ch {
    padding: 0 0 10px 0;
    border-bottom: solid 1px #DEDEDE;
}

#hometheater_ch.closeup ul > li a .floatL {
    display: block;
    border: 1px solid #dcdcdc;
}

#hometheater_ch.closeup ul > li a .floatL img {
    border: none;
}

#hometheater_ch.closeup ul > li a:hover {
    cursor: pointer;
    text-decoration: underline;
}



div.article {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    clear: both;
    border-bottom: solid 1px #eeeeee;
}

div.article:last-child {
    border-bottom: none;
}

div.article .subTitle {
    color: gray;
    font-size: 14px;
    padding: 0 0 5px 3px;
    display: table-cell;
}

div.article h3 {
    line-height: 1.4;
}

div.article a {
    color: #000000;
    display: block;
    text-decoration: none;
}

div.article .floatL,
div.article .pickupUpText {
    display: table-cell;
}

div.article .floatL {
    text-align: center;
    width: 100px;
    padding-right: 10px;
}

div.article .pickupUpText {
    color: #111111;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.4;
}

div.article .floatL img {
    padding-right: 4px;
    padding: 1px;
    border: 1px solid #cccccc;
    width: 100%;
}

h2.title {
    font-weight: bold;
    color: #00468C;
    font-size: 16px;
    border-bottom: 2px solid #BABABA;
    padding: 5px;
}

.update {
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #AAAAAA;
}


/* --------------------------------------
 ranking
----------------------------------------- */

dl#ranking {
    width: 90%;
    margin: 0 auto;
    word-break: break-all;
}

dl#ranking dt {
    vertical-align: top;
    font-size: 12px;
    margin: 0;
    float: left;
}

dl#ranking dt a {
    color: #555555;
    text-decoration: none;
}

dl#ranking dt.num span {
    display: inline-block;
    background: #999999;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

dl#ranking dd {
    margin-left: 30px;
    margin-bottom: 10px;
}

dl#ranking dd:after {
    clear: both;
    content: "";
    display: block;
}

dl#ranking dd a {
    color: #555555;
    font-size: 13px;
    text-decoration: none;
}

div.social_icons {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}

div.social_icons:after {
    clear: both;
    display: block;
    content: "";
}

div.social_icons h3 {
    text-align: left;
    padding: 0 0 10px 0;
}

div.social_icons h3 img {
    height: 10px;
}

div.social_icons ul {
    display: table;
    text-align: center;
}

div.social_icons ul > li {
    display: table-cell;
}

div#date {
    color: #555555;
    text-align: right;
    font-size: 12px;
    margin: 10px;
}

p.pcsite {
    color: #555555;
    font-size: 23px;
    padding: 10px 0;
}


/* --------------------------------------
 footer magazine
----------------------------------------- */

div#footerMagazine,
div#footerMagazine .magazineWrapper,
div#footerMagazine h3,
div#footerMagazine .magazineBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div#footerMagazine {
    margin: 10px auto;
    font-size: 12px;
    padding: 0 0 10px;
    background-color: #F5F5F5;
    width: 90%;
}

div#footerMagazine .magazineWrapper {}


#footerMagazine h3 {
    margin: 0 auto 10px;
    padding: 5px;
    background-color: #DDDDDD;
    font-size: 16px;
}

#footerMagazine h3 span {
    display: block;
    font-size: 80%;
    color: #0085C9;
    padding-left: 0 !important;
}

#footerMagazine .trialBtn {
    margin: 15px;
}

#footerMagazine .trialBtn a {
    display: block;
    background: #e54e4e;
    border-radius: 2.2em;
    line-height: 1.4;
    font-size: 1.1em;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

#footerMagazine .trialBtn a br {
    display: block;
}

#footerMagazine .trialBtn a:hover {
    background: #e46b6b;
}

#footerMagazine .caution {
    color: #666;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

div#footerMagazine .magazineBox {
    padding: 0 10px 10px;
}

div#footerMagazine .magazineBox:last-child {
    padding-bottom: 0;
}

div#footerMagazine .magazineBox span.floatL,
div#footerMagazine .magazineBox dl {
    display: table-cell;
    vertical-align: top;
}

div#footerMagazine .magazineBox span.floatL {
    width: 100px;
    padding-right: 10px;
}

div#footerMagazine .magazineBox dl {
    font-size: 13px;
    word-break: normal;
}

div#footerMagazine .magazineBox dl dt {
    margin-bottom: 10px;
}

div#footerMagazine .magazineBox .webTitle {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

div#footerMagazine .magazineBox dl dt div.shop {
    width: 76px;
    padding: 0px;
    font-size: 11px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 5px;
}

div#footerMagazine .magazineBox dl dt div.free {
    width: 80px;
    padding: 0px;
    font-size: 11px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 5px;
}

div#footerMagazine .magazineBox dl dd {
    margin-bottom: 5px;
}

div#footerMagazine .magazineBox dl dt a,
div#footerMagazine .magazineBox dl dd a,
div#footerMagazine .magazineBox .webTitle a {
    color: #555555;
}

div#footerMagazine .magazineBox dl dd.teiki {
    margin-top: 10px;
}

div#footerMagazine .magazineBox dl dd.teiki a {
    background-color: #003366;
    color: #ffffff;
    min-width: 70px;
    padding: 4px;
}


/* --------------------------------------
 more
----------------------------------------- */

div#moreEntry {
    width: 95%;
    margin: 0 auto 10px auto;
    background: #BBBBBB;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0;
    cursor: pointer;
}

div#moreEntry p {
    margin: 0;
    padding: 0;
}

.plus {
    color: #FFC926;
}


/*ul.twitter {
    margin-top: 10px;
    border-bottom: solid 1px #eeeeee;
}

ul.twitter li {
    margin: 0 auto;
    width: 95%;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 7px;
}

ul.twitter li a {
    color: #333333;
    text-decoration: none;
}

ul.twitter li p {
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #AAAAAA;
}
*/

.search_input_area {
    padding: 10px;
}

.search_input_area input.input {
    width: 100%;
    border: solid 1px #cdcdce;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search_input_area .submit {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.scroll-iphone4 {
    overflow: auto !important;
    height: 350px;
}

.scroll-iphone {
    overflow: auto !important;
    height: 480px;
}

.ad-bannerClass-body div.bg_mask.show {
    padding-bottom: 50px !important;
}

.ad-bannerClass-body .scroll-iphone4 {
    overflow: auto !important;
    height: 320px;
}

.ad-bannerClass-body .scroll-iphone {
    overflow: auto !important;
    height: 450px;
}

/* --------------------------------------
 footer_fixed_bar
----------------------------------------- */
#fixed_footer_bar {
    position: fixed;
    left: -5%;
    bottom: 0;
    width: 110%;
    padding: 0 5%;
    z-index: 998;
    box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -5px 3px -3px rgba(0, 0, 0, 0.25);
    display: none;
}

body.article #fixed_footer_bar {
    display: block;
}

#fixed_footer_bar .footer_in {
    height: 45px;
    width: 100%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
}

#fixed_footer_bar .follow {
    line-height: 45px;
    font-size: 1rem;
    vertical-align: middle;
}

#fixed_footer_bar .follow a {
    text-decoration: none;
    color: #000;
    line-height: 45px;

}

#fixed_footer_bar .follow .plus {
    width: 13px;
    padding-left: 25px;
    padding-right: 5px;
    vertical-align: baseline;
}

#fixed_footer_bar .follow .left {
    float: left;
    width: 50%;
}

#fixed_footer_bar .follow .right {
    box-sizing: border-box;
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 25px;
}

#fixed_footer_bar .follow .twitter,
#fixed_footer_bar .follow .facebook {
    width: 38px;
    margin-top: -3px;
    padding-left: 1px;
}

#fixed_footer_bar .footer_in .socialBox ul.socialLinks {
    text-align: left;
}

#fixed_footer_bar .footer_in .socialBox ul.socialLinks > li {
    margin-bottom: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

/* 吹き出し本体 */
#fixed_footer_bar .balloon {
    position: absolute;
    top: -120px;
    left: 10px;
    width: 96px;
    /*144px */
    z-index: 999;
    padding: 14px 14px 0 14px;
    background-color: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
    display: none;
}

/* アイコンを下に表示 */
#fixed_footer_bar .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -15px;
    border-top: 15px solid #CCC;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

#fixed_footer_bar .balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 30px;
    bottom: -13px;
    border-top: 15px solid #FFF;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}


/* --------------------------------------
 partnership with / company info
----------------------------------------- */

hr.pLine {
    margin-top: 20px;
}

#footer p.psTitle {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 85%;
    color: #333333;
}

#footer ul.partner {
    display: table;
    margin: 0 auto;
}

#footer ul.partner li {
    display: table-cell;
    padding-right: 10px;
}

#footer ul.partner li:last-child {
    padding-right: 0;
}

#footer ul.partner img {
    height: 35px;
}

#footer .companyInfo {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #555;
}

#footer .companyInfo a {
    color: #555;
}


/* --------------------------------------
 audio channel focas brand
----------------------------------------- */

div#main h3.focas {
    display: block;
    font-weight: bold;
    color: #A78033;
    font-size: 16px;
    border-bottom: 2px solid #A78033;
    padding: 15px 5px 5px 5px;
}

div#focasbrand {
    margin: 10px;
}

div#focasbrand ul {}

div#focasbrand ul li:nth-child(odd) {
    display: inline-block;
    padding-top: 10px;
    width: 48%;
    padding-right: 1%;
}

div#focasbrand ul li:nth-child(even) {
    display: inline-block;
    padding-top: 10px;
    width: 48%;
    padding-left: 1%;
}


/* --------------------------------------
 module
----------------------------------------- */



/* margin */
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.clear,
.clearfix {
    clear: both;
}

.clearfix:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}


/*
#uz-phileweb_sp-0{
    height: auto !important;
}
.uz-phileweb_sp{
    height: auto !important;
} 

*/


/*=========================================================
afilliate button
=========================================================*/

.afi_link {
    display: block;
    background: #e54e4e;
    border-radius: 2.5em;
    line-height: 2.5em;
    font-size: 1em;
    color: #fff;
    text-align: center;
    transition: opacity 1s;
}

.afi_link:hover {
    opacity: .8;
}

.afi_link + br {
    line-height: 1em;
}

div#mainBlock div.newsbody .afi_link a {
    text-decoration: none;
    color: #FFF;
    display: block;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0;
}

.afi_link.amzn {
    background-color: #ff9900;
}

.afi_link.rktn {
    background-color: #bf0000;
}

.afi_link.yh {
    background-color: #780099;
}

.sns {
    margin: 0.6em 0 1.6em;
    width: 78px;
    display: inline-block;
}

.sns.noMarginBtm {
    margin-bottom: 0.6em;
}

.sns:after {
    content: "";
    display: block;
    clear: both
}

.sns ul {
    width: 100%;
    margin: 0;
    clear: both
}

.sns ul:after {
    content: "";
    display: block;
    clear: both
}

.sns ul li {
    width: 50%;
    float: left;
    text-align: left;
    transition: filter 0.5s ease;
}

.sns ul li img {
    padding: 0;
    vertical-align: middle
}

.sns ul li#tw img {
    height: 30px;
}

.sns ul li#fb img {
    height: 30px;
}

.sns ul li a {
    display: block
}

.sns ul li:hover {
    filter: brightness(1.1);
}
