
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #111;
}
html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


ul,ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
	font-family: ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, Osaka, 'E­E³ E°ã‚´ã‚·ãƒE‚¯', 'MS PGothic', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   ãƒ¡ã‚¤ãƒ³ãƒ»ãƒˆãƒƒãƒ—ã‚¤ãƒ¡ãƒ¼ã‚¸
   ========================================================================== */
#container{margin: 0 auto; width: 100%; min-height: 100%; height:auto !important; position:relative; background: #fff;}
#wrapper { margin: 0 auto; width: 100%; min-height: 100%; height:auto !important; max-width: 2000px; position:relative; overflow: hidden;}
#content{
	position:relative;
	width:100%;
	z-index:1000;
	margin: 36px auto 0;
}

#main {
	width:100%;
	position: relative;
	background-image: url(../../img/3ds/headerimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*ヘッダーのsnsボタン*/
#siteHeader .sns_btn{ position:absolute; top:0px; right:0px; z-index:1000;}

#siteHeader .sns_btn ul{ margin:0; padding:0;}

#siteHeader .sns_btn ul li { float:left; margin-right:4px;}

#siteHeader .sns_btn ul li.twitter{ width: 66px; padding:5px 0 0 5px; height:30px !important;}
#siteHeader .sns_btn ul li.fb{ padding:0 2px 6px 2px; top:-8px;}

#nicoSiteHeader{ display:none;}


#header-container {
	background-image: url(../../img/3ds/header_bg.jpg);
	background-repeat: repeat no-repeat;
	-moz-box-shadow: 0px 0px 19px #000000;
	-webkit-box-shadow: 0px 0px 19px #000000;
	box-shadow: 0px 0px 19px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	width: 100%;
	z-index: 2000;
	position:relative;
}

#header-container .wrapper {
  height:75px;
  margin:0 auto;
  position:relative;
  width:970px;
}

#header-container .wrapper h1 {
	background-image: url(../../img/3ds/niconico.gif);
	background-position: 0 0;
	background-repeat: no-repeat no-repeat;
	height: 75px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 325px;
	margin:0;
}

#header-container .wrapper h2{
	background-image: url(../../img/3ds/3ds_logo.png);
	background-repeat: no-repeat no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width:136px;
	height:73px;
	text-indent: -9999px;
	margin:0;
}

#header-container .wrapper nav {
	width: 500px;
	position:absolute;
	top:12px;
	left:325px;
}

#header-container .wrapper nav li{
	float:left;
	text-indent: -9999px;
	height:63px;
	width:125px;
	list-style-type:none;
}

#header-container .wrapper nav li a{
	display:block;
	height:63px;
	width:125px;
}

.menu1{
	background-image: url(../../img/3ds/h_menu_ov.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu1:hover{
	background-image: url(../../img/3ds/h_menu_up.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu2{
	background-image: url(../../img/3ds/h_menu_ov.png);
	background-repeat: no-repeat;
	background-position: -125px top;
}

.menu2:hover{
	background-image: url(../../img/3ds/h_menu_up.png);
	background-repeat: no-repeat;
	background-position: -125px top;
}

.menu3{
	background-image: url(../../img/3ds/h_menu_ov.png);
	background-repeat: no-repeat;
	background-position: -250px top;
}

.menu3:hover{
	background-image: url(../../img/3ds/h_menu_up.png);
	background-repeat: no-repeat;
	background-position: -250px top;
}

.menu4{
	background-image: url(../../img/3ds/h_menu_up.png);
	background-repeat: no-repeat;
	background-position: -375px top;
}

.menu4:hover{
	background-image: url(../../img/3ds/h_menu_up.png);
	background-repeat: no-repeat;
	background-position: -375px top;
}

#main .inner{
	padding-top:480px;
	position:relative;
	margin:0 auto;
	max-width:970px;
}

#main .inner p.catch{
	text-indent: -9999px;
}

#main .inner p.eshop{
	padding:10px 0 10px 0;
	text-align:center;
	text-indent: -9999px;
}

.great1{
	width:485px;
	height:175px;
	float:left;
	margin-bottom:100px;
}

.great2{
	width:485px;
	height:175px;
	float:left;
}

.campaign_banner{
	width: 620px;
	height: 166px;
	margin: 0 auto 80px;
}

.movie_btn{
	position: absolute;
	top: 95px;
	right: 0px;
	width:260px;
	height:125px;
}

.banner_btn{
	position: absolute;
	top: 95px;
	right: 0px;
	width:260px;
	height:125px;
}

#sp_banner{ position:relative; width:100%; display:none;}
.banner_btn_sp{ display:none;}

#news_ttl{position:relative;width:100%;}
#news_ttl .inner { margin: 0 auto; max-width: 970px; position: relative; /* padding-top:1.5em;*/ }
#news_ttl a{ color:#333; text-decoration:none;}
#news_ttl a:hover{ color:#093; text-decoration:underline;}
#news_ttl ul { clear: both; }
#news_ttl ul li { padding: 10px 0; border-bottom:dotted 1px #666; text-decoration:none;}
#news_ttl ul li .tw{ display: inline-block; margin-right: 15px; width: 11em; color: #33ccff; font-weight: bold; background: url(../../img/3ds/ico_arrow.png) no-repeat 10.5em center; }
#news_ttl ul li .day_other{ display: inline-block; margin-right: 15px; width: 11em; color: #ff9933; font-weight: bold; background: url(../../img/3ds/ico_arrow.png) no-repeat 10.5em center; }
#news_ttl ul li .txt { display: block; margin-top: -1.4em; padding-left: 12em; line-height: 1.6em; color:#333; text-decoration:none;}
#news_ttl li .tw_bt {float:right;  margin-top: -1.4em; }

#news_wrapper{position:relative;width:100%;}

#news { margin-bottom:0; margin: 0 auto; max-width: 970px; position: relative;}
/*#news .inner { margin: 0 auto; max-width: 970px; position: relative;}*/
#news a{ color:#333; text-decoration:none;}
#news a:hover{ color:#093; text-decoration:underline;}
/*#news h2 { width:165px; height:40px; background-color:#060; padding:5px; margin-bottom: 20px; text-align:center; line-height:1.5em; color:#fff; -moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS}*/
#news ul { clear: both; }
#news ul li { padding: 10px 0; border-bottom:dotted 1px #666; text-decoration:none;}
#news ul li p { padding: 2px 0; }
#news ul li a { padding: 2px 0; }
#news ul li .day{ display: inline-block; margin-right: 15px; width: 11em; color: #e60012; font-weight: bold; background: url(../../img/3ds/ico_arrow.png) no-repeat 10.5em center; }
#news ul li .tw{ display: inline-block; margin-right: 15px; width: 11em; color: #33ccff; font-weight: bold; background: url(../../img/3ds/ico_arrow.png) no-repeat 10.5em center; }
#news ul li .tw_bt {float:right;  margin-top: -1.4em; }
#news ul li .txt { display: block; margin-top: -1.4em; padding-left: 12em; line-height: 1.6em; color:#333; text-decoration:none;}
#news ul li .tw_txt { display: block; margin-top: -1.4em; padding-left: 12em; line-height: 1.6em; color:#333; text-decoration:none; }
#news ul li a:hover { text-decoration: underline; }
#news ul li .more{ text-align:right; background:none;}
#news ul li a .more{ text-align:right;  background:none;}
#news_more { margin-bottom:0; margin: 0 auto; max-width: 970px; position: relative;}
#news_more a{ color:#333; text-decoration:none;}
#news_more a:hover{ color:#093; text-decoration:underline;}
.more{ text-align:right; padding:10px 0; background: url(../../img/3ds/ico_arrow.png) no-repeat right center; padding-right:25px;}

#undercontent{
	position: relative;
	width: 100%;
	background-image: url(../../img/3ds/pat_srm.png);
	background-repeat: repeat;
	border-top:solid 8px #99cc99;
	border-bottom:solid 8px #99cc99;
	-moz-box-shadow: 0px 0px 19px #000000;
	-webkit-box-shadow: 0px 0px 19px #000000;
	box-shadow: 0px 0px 19px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
 }

#great1{ margin-top:50px;}
#great1 .inner {
	margin: 0 auto;
	max-width: 970px;
	position: relative;
	background-image: url(../../img/3ds/pat_squareblock_blue.png);
	background-repeat: repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	border:solid 10px #219cc4;
	padding:20px 20px 0 20px;
	box-sizing:border-box;
}

#great1 h1{ padding-left:155px; margin:0; width:300px;}
#great1 h1 img{ width:100%;}
#great1 h2{ font-size:1.3em;}

.great_txtarea{float:left; width:50%;}
.great_txt{ margin:5px auto 30px 0; display:block; }
.great_img{ float:right; width:424px;}
.great_img img{ width:100%;}
.btn{ margin-bottom:10px;}
.video_srm{ margin-bottom: 0.8em;}
/*配信情報*/
#great_info{
	background-color:#fff;
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:30px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000 inset;
	-webkit-box-shadow: 0px 0px 10px #000000 inset;
	box-shadow: 0px 0px 10px #000000 inset;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	border:solid 10px #219cc4;
	position: relative;
}
.great_info_ttl{ position: absolute; top: -27px; left: 20px;}
#info_box a{ text-decoration: none; color: #000;}
#info_box a:hover{ text-decoration: underline; color: #116989; }
#info_box ul{ clear: both;}
#info_box ul li{ padding: 10px 0; border-bottom: dotted 1px #666;}
#info_box ul li .day{
	display: inline-block;
	margin-right: 15px;
	width: 11em;
	color: #116989;
	font-weight: bold;
}
#info_box ul li .txt{
	display: block;
	margin-top: -1.4em;
	padding-left: 12em;
	line-height: 1.6em;
	color: #333;
	text-decoration: none;
}
.moremore{ text-align:right; padding:5px 25px 0; background: url(../../img/3ds/ico_arrow2.png) no-repeat right center;}
.moremore a{ text-decoration: none; color:#000;}
.moremore a:hover{ text-decoration: underline; color: #116989; }

.great_catch{ position:absolute; top:-30px; left:0;}
.great_catch2{ position:absolute; bottom: 400px; left:0;}
.kacho1{ position:absolute; top:19px; right:-210px;}
.kacho2{ position:absolute; top:0px; left:-330px;}
.kacho3{ position:absolute; top:130px; right:-264px;}
.srm1{ border-bottom:dotted 4px #fff; margin-bottom:20px;}
.srm2{}

#about{ margin:60px 0;}
#about .inner {
	margin: 0 auto;
	max-width: 970px;
	position: relative;
	background-color:#fff;
	background-repeat: repeat;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 20px #000000;
	-webkit-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about_ttl{ text-align:center; width:100%;}
.about_txt{
	background-image: url(../../img/3ds/pat_squareblock_white.png);
	background-repeat: repeat;
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:30px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000 inset;
	-webkit-box-shadow: 0px 0px 10px #000000 inset;
	box-shadow: 0px 0px 10px #000000 inset;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	}

.about_txt .txt{ text-align: center; width: 100%;}
.about_txt .video{ float: right; width: 45%;}

#footer {
	width:100%;
	background-image: url(../../img/3ds/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:370px;
}

#footer .inner{ margin: 0 auto; max-width:970px; position:relative; color:#fff; padding-top:1.5em;}

#footer p.copy{ margin-top: 100px; text-align: center; margin-bottom: 0;}
#footer ul {margin:0 auto ; text-align:center; width:100%; margin-top:70px;}
#footer ul li { padding:0; text-decoration:none; float:left;}
#footer ul li p { padding: 2px 0; }
#footer ul li a { padding: 2px 0; text-indent:-9999px; }
p.devicelink a{ color: #fff; text-decoration: none;}
p.devicelink a:hover{ color: #ccc;}



#pagetop {
	bottom:50px;
	height:47px;
	position:fixed;
	right:0;
	text-align:center;
	width:47px;
 	z-index:9998;
	margin-right:25px;
}

#pagetop a {
	background-image: url(../../img/3ds/pagetop.png);
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
	display: block;
	height: 47px;
	text-indent: -9999px;
	width: 47px;
}
#pagetop a:hover {
  opacity:0.7;
}

#sns{ display: none;}
.s_img{
	margin-bottom: 15px;
}

/* ==========================================================================
   デバイスメニュー一覧
   ========================================================================== */

#gnav{
	background: #272727;
	color:#fff;
	font-size: 13px;
	width:150px;
	position: absolute;
	top:0;
	right:0px;
	}
#gnav .inner{
	max-width:150px;
	margin:0 auto;
	position:relative;
	z-index:10000;
	height:36px;
	}

#menu {
    width: 150px;
    margin: 0;
    padding: 5px 0 0 0;
    list-style: none;
	position:absolute;
	top:0;
	right:0;
	position: fixed;
}

#menu li {
    float: right;
    padding: 0 0 10px 0;
    position: relative;
	z-index:10000;
}


#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #fff;
    text-transform: uppercase;
    font: bold 12px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover > a {
    color: #fafafa;
}

*html #menu li a:hover { /* IE6 */
    color: #fafafa;
}

#menu li:hover > ul {
    display: block;
}

/* Sub-menu */
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background-color: #444;
    background-image: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
	width:120px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: 0 1px 0 #111111,
                0 2px 0 #777777;
}

#menu ul li:last-child {
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a { /* IE6 */
    height: 10px;
    width: 150px;
}

*:first-child+html #menu ul a { /* IE7 */
    height: 10px;
    width: 150px;
}

#menu ul a:hover {
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child a {
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#menu ul li:last-child a {
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */





@media only screen and (max-width: 768px){
	body{ line-height:1em;}
	img { width:100%;}
	#content{ margin: 0 }
	#gnav{ display: none;}
	#siteHeader{ display:none;}
	#header-container .wrapper {display: none;}
	#main{
		background-image: url(../../img/3ds/headerimg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.campaign_banner{ display: none;}
	#nicoSiteHeader{ display:block;}
	#header-container .wrapper h1 {
		background-image: url(../../img/3ds/niconico.gif);
		background-position: 0 0;
		background-repeat: no-repeat no-repeat;
		background-size:55%;
		height: 40px;
		left: 0;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 48%;
	}

	#header-container .wrapper nav {
		width: 100%;
		position:absolute;
		left:0;
		z-index: 1000;
	}
	#header-container .wrapper h2{
		display:none;
	}

	#header-container .wrapper nav li{
		width:100%;
		height:30px;
		margin:0;
		background-color:#333;
		filter:alpha(opacity=85);
     	-moz-opacity:0.85;
     	-khtml-opacity: 0.85;
     	opacity:0.85;
		float:none;
		padding:5px;
		border-bottom:solid 1px #999;
	}

	#header-container .wrapper nav li a{
		width:100%;
		height:30px;
		margin:0;
		background-color:#333;
		float:none;
		display:block;
	}
	.menu1{ background-image: url(../../img/3ds/h_menu_up_sp.png); background-repeat: no-repeat;}
	.menu1:hover{ background-image: url(../../img/3ds/h_menu_ov_sp.png); background-repeat: no-repeat;}
	.menu2{ background-image: url(../../img/3ds/h_menu_up_sp.png); background-repeat: no-repeat; background-position: 0 -30px ;}
	.menu2:hover{ background-image: url(../../img/3ds/h_menu_ov_sp.png); background-repeat: no-repeat;background-position:0  -30px ;}
	.menu3{ background-image: url(../../img/3ds/h_menu_up_sp.png); background-repeat: no-repeat; background-position: 0 -60px ;}
	.menu3:hover{ background-image: url(../../img/3ds/h_menu_ov_sp.png); background-repeat: no-repeat;background-position: 0 -60px ;}
	.menu4{ background-image: url(../../img/3ds/h_menu_up_sp.png); background-repeat: no-repeat;background-position: 0 -90px ;}
	.menu4:hover{ background-image: url(../../img/3ds/h_menu_ov_sp.png); background-repeat: no-repeat;background-position: 0 -90px ;}

	#main{
		background-image: url(../../img/3ds/headerimg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size:200% auto;
	}

	#main .inner{
		padding-top:45%;
		position:relative;
		margin:0 auto;
		width:100%;
	}

	.great1{ width:50%; height:auto; margin-bottom:90px;}
	/*.great1{
		margin:0 auto;
		width:100%;
		height:100%;
		margin-bottom:10px
	}*/
	.movie_btn{ display:none;}
	.banner_btn{ display:none;}

	#sp_banner{ position:relative; width:100%; display:block;}
	.banner_btn_sp{ display:block; margin:0 auto; padding-bottom:10px; width:95%;}

	/*.movie_btn{
		width:100%;
		position: static;
		top: 50px;
		right: 0px;
	}*/

	.movie_btn{ display:none;}

	#news_ttl{position:relative;width:100%;}
	#news_ttl .inner { padding: 0; overflow:hidden;}
	#news_ttl h2 img { width: auto; height: 30px; margin-left:20px; }
	#news_ttl ul { clear: both; }
	#news_ttl ul li { padding: 0; text-decoration:none; }
	#news_ttl ul li a { display: block; padding: 15px 38px 15px 20px; background: url(../../img/3ds/ico_arrow_retina.png) no-repeat right center; -moz-background-size: 19px 14px; background-size: 19px 14px; color:#333;  text-decoration:none;  }
	#news_ttl ul li .tw { display: block; margin-right: 0; width: auto; background: none; padding-bottom: 5px; }
	#news_ttl ul li .day_other { display: block; margin-right: 0; width: auto; background: none; padding-bottom: 5px; }
	#news_ttl ul li .txt { display: inherit; margin-top: 0; padding-left: 0; color:#333; }
	#news_ttl ul li .tw_bt {position:absolute; top:35px; right:3%; background-image: none;  }

	#news_wrapper{position:relative;width:100%;}

	#news { margin-bottom: 0px; position: static; }
	#news .inner { padding: 0; }
	/*#news h2 { width:165px; height:40px; background-color:#060; margin: 0 20px 10px; font-size:1.5em;line-height:1.5em; }*/
	#news h2 img { width: auto; height: 30px; margin-left:20px; }
	#news ul { clear: both; }
	#news ul li { padding: 0; text-decoration:none; }
	#news ul li p { display: block; padding: 15px 38px 15px 20px; }
	#news ul li a {
		display: block;
		padding: 15px 38px 15px 20px;
		background: url(../../img/3ds/ico_arrow_retina.png) no-repeat right center;
		-moz-background-size: 19px 14px;
		-webkit-background-size: 19px 14px;
		background-size: 19px 14px;
		color:#333;
		text-decoration:none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#news ul li .tw { display: block; margin-right: 0; width: auto; background: none; padding-bottom: 5px; }
	#news ul li .day { display: block; margin-right: 0; width: auto; background: none; padding-bottom: 5px; }
	#news ul li .txt { display: inherit; margin-top: 0; padding-left: 0; color:#333; }
	#news ul li .tw_txt { display: inherit; margin-top: 0; padding: 15px 38px 15px 20px; color:#333; }
	#news ul li .tw_bt {position:absolute; top:35px; right:3%; background-image: none;  }
	#news ul li .tw_li { background: none; }
	.more {  text-align:right; padding: 15px 38px 15px 20px; background: url(../../img/3ds/ico_arrow_retina.png) no-repeat right center; -moz-background-size: 19px 14px; background-size: 19px 14px;}

	#great1 { margin-bottom: 0px; position: relative; width:100%;}
	#great1 .inner { width:100%; padding: 10px; border:0; border-radius:0; }
	#great1 h1{ padding-left:0; margin:0 auto; width:60%;}
	#great1 h1 img{ width:100%;}
	#great1 h2{ line-height:1.2em; font-size:1.1em;}
	.great_catch{ width:20%; position:absolute; left:0;}
	.great_txtarea{float:left; width:100%;}
	.great_img{ float:none; width:100%;}
	/*配信情報*/
	#great_info{ display: none;}



	#about { margin-bottom: 30px; position: static; width:100%; }
	#about .inner { width:100%; padding: 10px; border:0; border-radius:0; }
	.about_txt .txt{ width: 100%; margin-bottom: 1.2em;}
	.about_txt .video{ width: 100%;}

	.kacho1{ display:none;}
	.kacho2{ display:none;}
	.kacho3{ display:none;}

	#footer{
		background-color: #2d1404;
		background-image: none;
		background-repeat: no-repeat;
		background-position: center top;
		width:auto;
		padding:10px;
		padding-bottom:40px;
		height:auto;
	}
/*	#footer{
		width:100%;
		background-color: #2d1404;
		background-image: none;
		background-repeat: repeat;
		background-position: center top;
		height:370px;
	}*/

	#footer h2 img { width: auto; height: 30px;}

	#footer img{ width:50%;}
	#footer ul {margin:0 auto ; text-align:center; width:100%;}
	#footer ul li{ font-size:0.3em; width:50%}
	#footer p.copy{ margin-top: 20px;}


	#pagetop { display:none;}

	#footer .sns_sp{ float:inherit; text-align:center;}

	#sns {
	position: absolute;
	bottom: 10px;
	right:0;
	width: 100%;
	height: 20px;
	z-index: 1000;
	padding:0px;
	border-radius: 0px;
	box-shadow: none;
	text-align:center;
	display: block;
	}

	#sns li{ float:left; margin-left:20px;}


}

@media only screen and (max-width: 480px){
	#header-container .wrapper h1 {
		background-image: url(../../img/3ds/niconico.gif);
		background-position: 0 0;
		background-repeat: no-repeat no-repeat;
		background-size:88%;
		height: 40px;
		left: 0;
		position: absolute;
		text-indent: -9999px;
		top: 0;
		width: 50%;
		margin-top:3px
	}
	.great1{ width:50%; height:auto; margin-bottom:55px;}
	.great_catch{ width:28%; position:absolute; left:0; top:-50px;}
	#nicoSiteHeader{ display:block;}


}

@media only screen and (max-width: 320px){

}

