/* 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 {
    padding-top: 130px;
}

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 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: 5px;
}

.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.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: 120px;
}

header.has-topbanner h1.logo {
    padding-top: 10px;
}

header.has-topbanner ul.menulist {
    top: 79px;
}

header.has-topbanner ul.iconlist {
    top: 77px;
}

header.has-topbanner .searchBox {
    top: 115px;
}

header.has-topbanner .brandBox {
    top: 115px;
}

div.bg_mask.ad-bannerClass-menu {
    top: 120px;
}


/*=========================================================
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: 20px 10px 10px 10px;
    position: fixed;
    top: 45px;
    left: -600px;
    width: 500px !important;
    overflow: hidden;
    height: 800px;
    z-index: 3000;
    width: 100%;
    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;
}

div.bg_mask.show {
    left: 0px;
    width: 100% !important;
}

div.bg_mask ul {
    margin-left: 5px;
}

div.bg_mask ul > li,
div.bg_mask ul > li a {
    color: #ffffff;
    margin-bottom: 7px;
    font-size: 14px;
    text-decoration: none;
}

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 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 ul {
    margin-bottom: 10px;
}

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;
}

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: 20px 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;
}

div#footerMagazine .magazineWrapper {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    background-color: #F5F5F5;
}

div#footerMagazine h3 {
    width: 90%;
    margin: auto;
    padding: 5px;
    background-color: #DDDDDD;
    font-size: 16px;
}

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 dl dd {
    margin-bottom: 5px;
}

div#footerMagazine .magazineBox dl dd 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;
}


/* --------------------------------------
 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;
}

.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;
} 

*/
