@charset "UTF-8";

body {
    background: #f7f7f7;
}

body.win,
body.win input,
body.win select,
body.win textarea {
    font-family: Meiryo, 'MS PGothic', sans-serif;
}

body.mac,
body.mac input,
body.mac select,
body.mac textarea {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

a {
    color: #1122cc;
}

a:visited {
    color: #660099;
}

/*****************
layout
******************/
/*riquid layout*/
#wrapper {
    min-width: 960px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff;
}

/*for ie6*/
* html #wrapper {
    width: expression(
  (document.documentElement.clientWidth > 1280)? "1280px" :
  (document.documentElement.clientWidth < 960)? "960px" :
  "auto");
    height: 1%;
}

#wrapperInner {
    margin: 0 10px 10px;
}
#wrapperInner:before,
#wrapperInner:after { content:""; display:table; }
#wrapperInner:after { clear:both; }
#wrapperInner { zoom:1; }

#container {
    width: 100%;
    float: left;
    margin-right: -300px;
    background: #fff;
}

#contents {
    position: relative;
    margin: 0 310px 0 0;
}

#sidebar {
    width: 300px;
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
}

#genreNav li a {
    padding: 0 9px;
}

/*****************
share class
******************/
.exp, .time, .cap {
    font-size: 85%;
}

.exp {
    line-height: 1.8;
    text-align: right
}

.cap {
    line-height: 1.5;
    color: #333
}

.time {
    text-decoration: none;
    color: #555;
    font-weight: normal;
    margin: 0 0 0 5px
}

.disp {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0
}

/*icon*/
a.iconRss {
    width: 16px;
    height: 16px;
    display: block;
    background: url(http://image.excite.co.jp/jp/news201006/icon_rss.gif) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0
}

.iconList a {
    background: url(http://image.excite.co.jp/jp/news201006/icon_list.gif) no-repeat 0 2px;
    padding-left: 17px;
}

.iconSummary a {
    background: url(http://image.excite.co.jp/jp/news201006/icon_summary.gif) no-repeat 0 2px;
    padding-left: 17px;
}

.iconPhoto {
    background: url(http://image.excite.co.jp/jp/med/shared/camera_16x14.gif) no-repeat right bottom;
    padding: 0 20px 0 0;
    margin-right: 3px
}

a.iconNew {
    background: url(http://image.excite.co.jp/jp/news201006/icon_new.gif) no-repeat right;
    padding-right: 27px;
    margin-right: 3px
}

.iconTB {
    background: url(http://image.excite.co.jp/jp/news201006/icon_snsTb.gif) no-repeat left;
    padding-left: 18px;
}

.iconTsublog {
    background: url(http://image.excite.co.jp/jp/news201006/icon_snsTsublog.gif) no-repeat left;
    padding-left: 18px;
}

.iconClick {
    background: url(http://image.excite.co.jp/jp/news201006/icon_click.gif) no-repeat left;
    padding: 5px 0 0 20px;
}

a.iconA2Y {
    background: url(http://image.excite.co.jp/jp/news201006/icon_arrow02_y.gif) no-repeat left;
    padding-left: 10px;
}

.sourceName {
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}

.sourceName a {
    color: #555;
}

/*****************
sidebar
******************/
#sidebar #dailyPZ h2 {
    background: url(http://image.excite.co.jp/jp/News/20_9.gif) no-repeat left;
    padding-left: 27px;
}

#sidebar #chikyunoK h2 {
    background: url(http://image.excite.co.jp/jp/News/chikyunokokoro_logo.gif) no-repeat left;
    padding-left: 27px;
}

#sideInfo h2 {
    background: url(http://image.excite.co.jp/jp/news201006/icon_info.gif) no-repeat left;
    padding-left: 20px;
}

/*sideTopics*/
#sideTopics h2 {
    display: block;
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideTopics.gif) no-repeat 0 50%;
    font-weight: bold;
    text-indent: 27px;
}

#sideTopics.box01 .inner {
    padding: 0 !important;
    border: none
}

#sideTopics li {
    line-height: 2.3;
    margin: 0;
    padding: 0 0 0 17px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_arrow02.gif) no-repeat 4px 50%;
    font-size: 108%;
}

#sideTopics .first {
    font-weight: bold;
}

#sideTopics .even {
    padding: 0 0 0 17px;
    background: #fffdd9 url(http://image.excite.co.jp/jp/news201006/icon_arrow02.gif) no-repeat 4px 50%;
}

#sidebar #sideTopics .adtext {
    margin: 15px 5px;
}

#sidebar .thumb-ranking .adtext {
    margin: 10px 5px 0 !important;
}

/*ContextSearch contlor*/
#xsr_cts {
    margin-bottom: 10px;
    line-height: 2;
}

#xsr_cts_condition {
    width: 136px;
    height: 26px;
    position: relative;
    float: left;
    margin-right: 5px;
    background: url(http://image.excite.co.jp/jp/news201006/bg_ContextSearch.gif) no-repeat;
}

#xsr_cts_condition a {
    width: 33px;
    height: 19px;
    display: block;
    background: url(http://image.excite.co.jp/jp/news201006/bg_ContextSearch.gif) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 3px;
    outline: none
}

#xsr_cts_condition a.onlink {
    right: 38px;
    background-position: -65px -29px;
}

#xsr_cts_condition a:hover.onlink {
    background-position: -65px -3px;
}

#xsr_cts_condition a.onlink.xsr_cts_on {
    background-position: -65px -3px;
}

#xsr_cts_condition a.offlink {
    right: 4px;
    background-position: -99px -29px;
}

#xsr_cts_condition a:hover.offlink {
    background-position: -99px -3px;
}

#xsr_cts_condition a.offlink.xsr_cts_on {
    background-position: -99px -3px;
}

/*job_list*/
#latest_job li {
    margin-bottom: 10px;
}

#latest_job_link {
    text-align: right;
}

/*****************
footer
******************/
#footerWall {
    width: auto;
    height: 250px;
    margin: 0 auto 20px;
    text-align: center;
    clear: both;
}

#footerWall ul {
    width: 620px;
    margin: 0 auto;
    overflow: hidden;
}

#footerWall li {
    width: 300px;
    display: block;
    margin: 0 5px;
    float: left;
}

.qr {
    display: none;
}

/*****************
ad
******************/
/*banner*/
.ad728 {
    width: 728px;
    height: 90px;
}

.ad300 {
    width: 300px;
    margin-bottom: 10px;
}

/*exShopping*/
#sidebar #ex-shopping #imp_Ad {
    float: left;
    width: 100px;
    margin-right: 10px;
}

#sidebar #ex-shopping #imp_Ad_img {
    margin-right: 5px
}

#sidebar #ex-shopping #imp_Ad_text {
    line-height: 1.5
}

/*game*/
#sidebar #gameRanking .inner {
    padding: 7px !important;
}

#sidebar #gameRanking li {
    padding: 0 0 5px;
    margin: 0 0 5px;
    border-bottom: dotted 1px #ccc;
    overflow: hidden;
    _zoom: 1;
}

#sidebar #gameRanking .thumb {
    float: left;
    width: 98px;
    margin: 0 10px 0 0;
}

#sidebar #gameRanking dl {
    line-height: 1.5;
    margin: -2px 0 0 108px;
}

#sidebar #gameRanking dt {
    font-weight: bold;
}

/*adtext*/
#pageFeatures .adText {
    font-size: 116%;
    padding: 0 0 10px 40px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_pr.gif) no-repeat 0 0;
}

#sidebar .adtext {
    margin: 15px 0;
    padding: 0 0 0 25px;
    line-height: 1.5;
    font-weight: bold;
    background: url(http://image.excite.co.jp/jp/news201006/icon_pr_s.gif) no-repeat left 2px;
}

#section01 .adText {
    font-size: 116%;
    border-bottom: dotted 1px #666;
    margin-bottom: 10px;
    padding: 0 0 10px 40px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_pr.gif) no-repeat 0 0;
}

#section01 .yh_adText {
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #666;
}

#section01 .yh_adText a {
    padding: 0 0 5px 40px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_pr.gif) no-repeat 0 0;
}

#pageFeatures .yh_adText a {
    padding: 0 0 10px 40px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_pr.gif) no-repeat 0 0;
}

/*internal*/
#imp_Ad {
    overflow: hidden;
    display: inline-block;
    margin: 0 0 10px
}

#imp_Ad:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

#imp_Ad_img {
    float: left;
    margin-right: 5px;
}

#imp_Ad_text {
    line-height: 1.5
}

#sidebar #internal #imp_Ad {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: dotted 1px #ccc;
    width: 100%;
}

#sidebar #internal #imp_Ad_img {
    float: left;
    margin: 0 5px 0 0;
}

/*side_100x50*/
#side_100x50 {
    margin: 0 0 10px;
}

/*popularKeywords*/
#popular_keywords_main,
#popular_keywords {
    margin-bottom: 10px;
}

.popularKeywords {
    font-size: 108%;
    line-height: 2;
}

.popularKeywords h2 {
    background: url(http://image.excite.co.jp/jp/news201006/icon_hs.gif) no-repeat left;
    padding-left: 20px;
}

.popularKeywords .inner {
    padding: 5px 10px !important;
    font-weight: bold;
    overflow: hidden;
    height: 1%;
}

.popularKeywords ol {
    list-style: none;
}

#popular_keywords_main ol {
    float: left;
    width: 32%;
    margin: 0 0 10px
}

#popular_keywords_main li {
    list-style: none;
    margin: 0 0 0 40px;
    line-height: 1.8
}

#popular_keywords_main .inner {
    overflow: hidden
}

/*rakutenMW*/
#rakutenMW h3 {
    text-indent: 27px;
    background: url("http://image.excite.co.jp/jp/news201006/icon_cart.gif") no-repeat scroll 0 7px transparent;
}

#rakutenMW .inner {
    text-align: center;
    overflow: hidden;
    padding: 5px 0 !important;
    width: 100%;
}

.sponsored {
    padding: 0 4px 1px;
    color: #999;
    font-size: 11px;
    line-height: 1.1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    vertical-align: 1px;
    border: 1px solid #bbb;
    border-radius: 2px;
}

.sponsored-detail-orgn {
    padding: 1px 4px;
    color: #fff;
    font-size: 12px;
    line-height: 37px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    vertical-align: 1px;
    border: 1px solid #fff;
    border-radius: 2px;
}

/*****************
share parts
******************/
/*keyword*/
#pageFeatures .keyword {
    margin: 0 0 8px;
}

.keyword {
    line-height: 2;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    background: #f6ffe2;
    border: solid 1px #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px gray;
}

.keyword .popularKeywords {
    float: left;
    width: 55%;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 100%;
    border: none;
    color: #999;
}

.keyword #subSearch {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.keyword #subSearch .inputSearchWord {
    width: 200px;
}

.keyword .searchType {
    width: 70px;
}

/*breadcrumbs pageinfo*/
.breadcrumbs {
    padding: 0 10px;
    height: 28px;
    margin: 0 0 5px;
    clear: both;
    border-top: 2px solid #95032c;
    background: url(http://image.excite.co.jp/jp/news201006/bg_topicsPath.gif) repeat-x bottom;
}

.breadcrumbs .hList {
    float: left;
}

.breadcrumbs li {
    padding: 0 15px 0 0;
    margin: 0 5px 0 0;
    line-height: 29px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_arrow03.gif) no-repeat right;
}

.breadcrumbs .day {
    line-height: 28px;
    float: right;
}

.pageInfo {
    padding: 0 10px;
}

/*box01*/
.box01 .inner li,
.box01 .inner p {
    margin-bottom: 5px;
    line-height: 1.3;
}

.box01 .inner {
    padding: 10px 15px !important
}

/*pager*/
.pager {
    margin: 0 auto 10px;
    text-align: right;
    overflow: hidden;
    width: 100%;
    clear: both;
    text-align: center;
}

.pager ul,
.pager li {
    display: inline;
    margin-right: 4px;
}

.pager li a,
.pager .cr {
    display: inline-block;
    line-height: 1;
    padding: 12px 13px;
    border: solid 1px #ccc;
    background: #f7f7f7;
    font-size: 130%;
}

.pager .cr {
    padding: 12px 13px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 130%;
}

/*rankingBox*/
.rankingBox {
    background: #dbf1b7;
    margin: 2px 0 10px;
    padding-bottom: 2px;
    border-radius: 5px;
    box-shadow: 0;
}

.rankingBox .hgroup {
    padding: 3px 5px;
}

.rankingBox h3 {
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: url(http://image.excite.co.jp/jp/news201006/icon_ranking.gif) no-repeat 3px 2px;
    padding-left: 33px;
}

.rankingBox .inner {
    margin: 0 3px 1px;
    background: #fff;
    padding: 10px !important;
    border-radius: 0 0 5px 5px;
}

.rankingBox li {
    line-height: 1.3;
    margin: 0 0 10px;
    overflow: hidden;
    _zoom: 1;
}

.rankingBox li:last-child {
    margin: 0;
}

.rankingBox li p {
    margin: 0 0 0 30px;
    background: #fff;
}

.rankingBox .num {
    display: block;
    width: 25px;
    float: left;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.rankingBox .up {
    background: url(http://image.excite.co.jp/jp/news201006/icon_rankStatus_s.png) no-repeat -6px -4px;
    padding: 0 0 0 17px
}

.rankingBox .stay {
    background: url(http://image.excite.co.jp/jp/news201006/icon_rankStatus_s.png) no-repeat -32px -4px;
    padding: 0 0 0 17px
}

.rankingBox .down {
    background: url(http://image.excite.co.jp/jp/news201006/icon_rankStatus_s.png) no-repeat -60px -4px;
    padding: 0 0 0 17px
}

.rankingBox .source {
    color: #666;
    font-size: 10px;
    margin: 0 0 0 10px;
}

.rankingBox .moreRanking a {
    display: block;
    text-align: center;
    background: #f2f2f2;
    border-radius: 5px;
    line-height: 30px;
    margin: 10px 0 0;
    font-weight: bold;
}

.thumb-ranking {
    margin: 0 0 12px;
}

.thumb-ranking .inner {
    padding: 0 0 10px !important;
}

.thumb-ranking li {
    margin: 0;
    padding: 8px 7px 7px 2px;
    border-bottom: 1px dotted #ddd;
}

.thumb-ranking li:hover {
    background: #eee;
}

.thumb-ranking li a {
    display: block;
}

.thumb-ranking.rankingBox a .num {
    color: #222;
    background: rgba(0, 0, 0, 0);
}

.thumb-ranking .thumb {
    float: right;
    width: 46px;
    margin-left: 2px;
    background: #eee;
}

.thumb-ranking .thumb-inner {
    display: table-cell;
    width: 46px;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.thumb-ranking .thumb-inner img {
    max-width: 46px;
    max-height: 46px;
}

.thumb-ranking .item-title {
    display: block;
    overflow: hidden;
}

/*genreTitle*/
.genreTitle {
    height: 37px;
    border-bottom: solid 1px #ccc;
    border-top: solid 3px #95032c;
    margin: 0 0 5px;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    background: #f0f4f6;
}

.genreTitle h1,
.genreTitle h3 {
    float: left;
    font-size: 123.1%;
    font-weight: bold;
    line-height: 2.2;
    color: #000;
    margin-right: 5px;
    text-shadow: 0 1px 1px #fff;
}

.genreTitle .originalLogo {
    float: left;
    margin: 0 5px 0 0;
}

.genreTitle .hSide,
.genreTitle .day {
    float: right;
    line-height: 38px;
    position: absolute;
    right: 15px;
}

.genreTitle .crrent {
    padding-right: 10px;
    line-height: 2.5;
}

.genreTitle .desc {
    line-height: 38px;
}

.genreTitle h3 a {
    color: #222
}

#genreList {
    clear: both;
    overflow: hidden
}

#genreList .genreTitle h3,
    /*backnumber*/
#backnumber {
    margin-bottom: 10px;
}

#backnumber .hgroup {
    margin-bottom: 0;
}

#backnumber .tab_container {
    display: none;
}

#backnumber .active {
    height: 31px;
    overflow: hidden;
    display: block;
}

#bnYearNav {
    height: 25px
}

#bnYearNav a,
#bnYearNav li {
    display: block;
    height: 25px;
    float: left;
}

#bnYearNav a {
    padding: 0 12px;
    line-height: 25px;
    cursor: pointer;
    text-decoration: none
}

#bnYearNav a:hover,
#bnYearNav .cr a {
    background: #fff;
    text-decoration: underline;
    border-bottom: none
}

.bnMonthNav {
    overflow: hidden;
    clear: both;
}

.bnMonthNav {
    height: 31px;
}

.bnMonthNav li {
    display: block;
    height: 31px;
    float: left;
    overflow: hidden
}

.bnMonthNav li a {
    display: block;
    height: 31px;
    float: left;
    padding: 0 10px;
    line-height: 32px;
    text-decoration: none;
    color: #333;
}

.bnMonthNav a:hover,
.bnMonthNav .cr a {
    text-decoration: underline
}

/*reader*/
#reader {
    margin-bottom: 10px;
}

#reader .hgroup {
    border: solid 1px #f7f7f7;
    color: #fff;
    font-weight: bold;
    font-size: 108%;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 5px
}

#reader .inner {
    padding: 0 10px 5px;
}

#reader li {
    line-height: 32px;
    padding-left: 40px;
    margin-bottom: 3px;
}

#reader li.rss {
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideRSS.gif) no-repeat left;
}

#reader li.twitter {
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideTwitter.gif) no-repeat left;
}

#reader li.mail {
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideMail.gif) no-repeat left;
}

#reader li.iPhone {
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideKonetaApp.gif) no-repeat left;
}

#reader li.facebook {
    background: url(http://image.excite.co.jp/jp/news201006/icon_sideFacebook.gif) no-repeat left;
}

/*followme*/
.followme .hgroup {
    color: #fff;
    background: #888;
    font-weight: bold;
    font-size: 108%;
    padding: 5px 8px;
    margin-bottom: 5px;
}

.shoulder {
    position: relative;
    width: 284px;
    overflow: hidden;
}

.shoulder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 14px 14px 0;
    border-style: solid;
    border-color: #fff #fff #ccc #ccc;
    background: #ccc;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), -1px 1px 1px rgba(0, 0, 0, 0.1);
}

.followme-lead {
    padding-left: 5px;
}

.squares {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 296px;
    margin: 5px 2px 12px;
    border-radius: 4px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 2px #e7e7e7;
}

.squares li {
    display: table-cell;
    vertical-align: middle;
    border-left: solid 1px #ccc;
}

.squares li:first-child {
    border-left: none;
}

.squares li a {
    display: block;
    padding: 26px 0 2px;
    font-size: 12px;
    text-decoration: none;
}

.squares li a span {
    display: block;
    text-decoration: none;
}

.squares li a:hover {
    color: #fff;
    text-decoration: underline;
}

.icon-twitter, .icon-youtube, .icon-vine, .icon-instagram, .icon-facebook,
.icon-twitter:hover, .icon-youtube:hover, .icon-vine:hover, .icon-instagram:hover, .icon-facebook:hover {
    background: url(//image.excite.co.jp/jp/news201006/icon-sns.png) center 6px no-repeat;
}

.icon-twitter:hover {
    background-color: #55acee;
    background-position: center -294px;
}

.icon-youtube {
    background-position: center -55px;
}

.icon-youtube:hover {
    background-color: #cd201f;
    background-position: center -355px;
}

.icon-vine {
    background-position: center -115px;
}

.icon-vine:hover {
    background-color: #00B489;
    background-position: center -415px;
}

.icon-instagram {
    background-position: center -174px;
}

.icon-instagram:hover {
    background-color: #000;
    background-position: center -474px;
}

.icon-facebook {
    background-position: center -234px;
}

.icon-facebook:hover {
    background-color: #3B5998;
    background-position: center -534px;
}

/*photoGenreList*/
.photoGenreList {
    width: 100%;
    overflow: hidden
}

.photoGenreList .newsList {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px
}

.photoGenreList .section {
    width: 32%;
    float: left;
    margin: 0 2% 10px 0;
    background: #333;
    border: solid 1px #ccc;
    position: relative;
    clear: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.photoGenreList .section a {
    display: block;
    color: #fff;
    cursor: pointer;
}

.photoGenreList .section:nth-child(3n) {
    margin-right: 0;
}

.photoGenreList .thumb {
    height: 250px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.photoGenreList .thumb img {
    width: 100%;
    height: auto;
}

.photoGenreList .category {
    padding: 0 8px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.photoGenreList .thumbTitle {
    display: block;
    width: 100%;
    min-height: 55px;
    max-height: 75px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.5;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.photoGenreList .title {
    font-size: 116%;
}

.photoGenreList time,
.photoGenreList .source {
    color: #bfbfbf;
    font-size: 11px;
}

.photoGenreList a:hover .category,
.photoGenreList a:hover .thumbTitle {
    background: rgba(0, 0, 0, 0.9);
}

.photoGenreList a:hover .title {
    text-decoration: underline
}

#bottomGraphics .section {
    width: 19%;
    float: left;
    margin: 0 1% 10px 0;
    background: #333;
    border: solid 1px #ccc;
    position: relative;
    clear: none;
}

#bottomGraphics .section:nth-child(5n) {
    margin-right: 0;
}

#bottomGraphics .thumb {
    height: 200px;
    border: none;
    padding: 0;
    float: none;
    margin: 0;
}

#bottomGraphics .thumbTitle {
    max-height: 115px;
}

/*****************
genre id style
******************/
.pageInfo {
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 10px;
    background: url("http://image.excite.co.jp/jp/news201006/bg_pageTitle.gif") repeat-x 0 0;
}

.pageInfo h2 {
    font-weight: bold;
}

/*society genre h2*/
.society .breadcrumbs {
    border-top: solid 2px #95032c;
}

.society .genreTitle {
    border-top: solid 3px #95032c;
}

/*entertainment genre h2*/
.entertainment .breadcrumbs {
    border-top: solid 2px #14773c;
}

.entertainment .genreTitle {
    border-top: solid 3px #14773c;
}

/*sports genre h2*/
.sports .breadcrumbs {
    border-top: solid 2px #25458a;
}

.sports .genreTitle {
    border-top: solid 3px #25458a;
}

/*column genre h2*/
.column .breadcrumbs {
    border-top: solid 2px #bda817;
}

.column .genreTitle {
    border-top: solid 3px #bda817;
}

/*economy genre h2*/
.economy .breadcrumbs {
    border-top: solid 2px #003399;
}

.economy .genreTitle {
    border-top: solid 3px #003399;
}

/*IT genre h2*/
.it .breadcrumbs {
    border-top: solid 2px #666;
}

.it .genreTitle {
    border-top: solid 3px #666;
}

/*world genre h2*/
.world .breadcrumbs {
    border-top: solid 2px #7ba400;
}

.world .genreTitle {
    border-top: solid 3px #7ba400;
}

/* kiji */
.detail .story .s90 { font-weight: bold; color: #ec7f13; font-size: 116%; }
.detail .story .s90:before { content: '■ '; }
.detail .story h3 { margin-bottom: 10px; font-weight: bold; }
.detail .story blockquote, .story .blockquote { position: relative; margin: 0; padding: 26px 20px 10px; background: #f7f7f7; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.detail .story blockquote:before, story .blockquote:before { position: absolute; top: 5px; left: 10px; content: "“"; font-size: 70px; line-height: .76; font-family: 'Times New Roman', sans-serif; color: #ddd; }
.detail .story blockquote:after, .story .blockquote:after { position: absolute; right: 10px;  bottom: 0; content: "”"; font-size: 70px; line-height: .1; font-family: 'Times New Roman', sans-serif; color: #ddd; }
.section .story:before,
.section .story:after { content:""; display:table; }
.section .story:after { clear:both; }
.section .story { zoom:1; }
/*****************
@print
******************/
@media print {
    body {
        font: 13pt Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        *font-size: small;
        *font: x-small;
        color: #111;
        background: #fff
    }

    #wrapper {
        width: auto;
        margin: 0 auto;
        text-align: left;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        background: #fff;
    }

    #wrapperInner {
        margin: 0 10px 10px;
    }

    #container {
        width: 100%;
        margin: 0
    }

    #contents {
        position: relative;
        margin: 0;
    }

    #control,
    #SetStartPage,
    .ad728,
    #rakutenMW,
    #relation,
    #popular_keywords_main,
    .socialModule,
    .keyword,
    #pageFeatures .adText,
    #nav,
    #sidebar,
    #underNav,
    #mediaLink,
    #footer .inner,
    #footerSearch,
    #footerWall {
        display: none
    }

    .qr {
        display: block;
        text-align: center
    }

    .qr img {
        width: 98px;
        margin: 0 auto 5px;
        border: solid 1px #ccc;
    }

    .qr p {
        font-weight: bold;
        line-height: 1.5
    }
}
