@charset "utf-8";
/* ----------------------------------------------

ニコニコ動画
http://www.nicovideo.jp/

---------------------------------------------- */

/* #Basic Styles
================================================== */
body {
    background-color: #F7F7EE;
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
* {
    zoom: 1;
}
a:link {
    color: #00468C;
}
a:visited {
    color: #00468C;
}
a:hover,
a:focus,
a:active {
    color: #00468C;
    text-decoration: none;
}
#contents:after,
.outlineTop:after,
.timeShiftArea:after,
.profile-area:after,
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
#main-visual .band a:hover img,
#contents .contents-right .bannerArea a:hover img,
#contents .contents-right .twitterArea .btn a:hover img {
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.wrapper {
    /* background: url(../../img/pc/bg-lightning.png) 50% 10px no-repeat #112037;
    */
}
.m0 {
    margin: 0 !important;
}

/* ----------------------------------------------

index.html

---------------------------------------------- */
/************************************************ siteHeader ************************************************/
#siteHeader {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #272727;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    font-size: 12px;
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    text-align: left;
    vertical-align: baseline;
}
#siteHeader #siteHeaderInner {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
#siteHeader #navi {
    height: 30px;
    position: absolute;
    left: 0;
    display: block;
}
#siteHeader #navi li {
    height: 30px;
    float: left;
}
#siteHeader #navi li a {
    padding: 7px 10px 0;
    display: block;
    height: 23px;
    color: #FFF;
    background: url(../../img/pc/site_head_divider.gif) left center no-repeat;
    text-decoration: none;
    line-height: 1.5;
}
#siteHeader #navi li:nth-child(1) a {
    background: none;
}
#siteHeader #navi li:hover a {
    background: #474747;
    text-decoration: none;
}
#siteHeader #sns {
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    height: 30px;
}
#siteHeader #sns li {
    width: 110px !important;
    float: left;
}

/* toPageTop
---------------------------------------------- */
#to-top {
    width: 100%;
    height: 46px;
    margin: 0 auto;
    background: url(../../img/pc/bg_to-top.png) 50% 100% no-repeat;
}
#to-top .to-content {
    width: 960px;
    height: 46px;
    margin: 0 auto;
    position: relative;
}
#to-top a {
    position: absolute;
    right: 5px;
    bottom: -2px;
    display: block;
    width: 96px;
    cursor: pointer;
}

/************************************************ #main-visual ************************************************/
#main-visual {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
}
#main-visual h1 {
    width: 100%;
    height: 138px;
    margin: 0 auto;
    text-align: center;
    background: url(../../img/pc/bg_index_band.png) 50% 100% repeat-x;
}
#main-visual .icon {
    width: 1050px;
    height: 151px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    background:
    url(../../img/pc/icon_1st-left.png) 0 0 no-repeat,
    url(../../img/pc/icon_1st-right.png) 100% 0 no-repeat,
    url(../../img/pc/icon_2nd-left.png) 0 100% no-repeat,
    url(../../img/pc/icon_2nd-right.png) 100% 100% no-repeat;

    -pie-background:
    url(../../img/pc/icon_1st-left.png) 0 0 no-repeat,
    url(../../img/pc/icon_1st-right.png) 100% 0 no-repeat,
    url(../../img/pc/icon_2nd-left.png) 0 100% no-repeat,
    url(../../img/pc/icon_2nd-right.png) 100% 100% no-repeat;

    behavior: url(PIE.htc);
}
#main-visual .visual {
    width: 100%;
    height: 342px;
    margin: -5px 0 0 0;
    background: url(../../img/pc/bg_main_visual.png) 50% 0 no-repeat, url(../../img/pc/bg_gradation.png) 50% 0 repeat-x;
     -pie-background: url(../../img/pc/bg_main_visual.png) 50% 0 no-repeat, url(../../img/pc/bg_gradation.png) 50% 0 repeat-x;

    behavior: url(PIE.htc);
}
h2 {
    margin: 0 0 40px 0;
    text-align: center;
}

/************************************************ #contents ************************************************/
#contents {
    width: 960px;
    margin: 0 auto;
}
#contents .contentsLeft {
    width: 700px;
    float: left;
}
#contents .contents-right {
    width: 222px;
    float: right;
}

/* outline */
#contents .contentsLeft .frame {
    margin: 0 0 40px 0;
}
#contents .contentsLeft .frame h3 {
    margin: 0 0 20px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #CCC;
}
#contents .contentsLeft .frame .outlineTop {
    margin: 0 0 20px 0;
}
#contents .contentsLeft .frame h4 {
    margin: 0 0 10px 0;
    font-size: 137.5%;
    font-weight: bold;
    line-height: 130%;
    color: #7D724E;
}
#contents .contentsLeft .frame .outlineTop h4 span {
    font-size: 87.5%;
}
#contents .contentsLeft .frame .left_sentence {
    width: 380px;
    float: left;
}
#contents .contentsLeft .frame .left_sentence p {
    margin: 0 0 20px 0;
    font-size: 87.5%;
    line-height: 130%;
    letter-spacing: 1px;
    color: #000;
}
#contents .contentsLeft .frame .right_pv {
    float: right;
}
#contents .contentsLeft .frame .outlineTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}
#contents .contentsLeft .frame .outlineTable th {
    width: 100px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 87.5%;
    letter-spacing: 1px;
    color: #FFF;
    background-color: #C1BAA2;
}
#contents .contentsLeft .frame .outlineTable td {
    padding: 10px;
    font-size: 87.5%;
    line-height: 130%;
    letter-spacing: 1px;
    color: #000;
    background-color: #EFEFEF;
}

/* profile */
.profile-area {
    margin: 0 0 30px 0;
}
#contents .contentsLeft .frame .leftImg {
    float: left;
}
#contents .contentsLeft .frame .middle-sentence {
    width: 550px;
    float: right;
}
#contents .contentsLeft .frame .middle-sentence p {
    margin: 0 0 20px 0;
    font-size: 87.5%;
    line-height: 130%;
    letter-spacing: 1px;
    color: #000;
}
#contents .contentsLeft .frame .rightPv {
    float: right;
}

/* twitterArea */
#contents .contents-right h3 {
    padding: 10px 0 5px 0;
    text-align: center;
    background-color: #A0936E;
}
#contents .contents-right .twitterArea {
    margin: 30px 0;
    width: 223px;
    /* padding: 10px;
    background-color: #32577C;
    */
}
#contents .contents-right .twitterArea .timeline {
    /* margin: 0 0 15px 0;
    */
}

/************************************************ footer ************************************************/
#siteFooter {
    margin: 0 auto;
    padding: 20px 0;
    background: #000;
    width: 100%;
    font-size: 75%;
    color: #4d4d4d;
    display: block;
}
.footer-contents {
    width: 960px;
    margin: 0 auto;
}
#siteFooter a {
    color: #fff;
    text-decoration: none;
}
#siteFooter a:hover {
    text-decoration: underline;
}
#siteFooter #copyright {
    float: right;
    color: #fff;
}
