/* 
    Document   : anniv
    Created on : 2014/08/28, 11:50:45
    Author     : mshimoji
    Description:
	Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
	background: #F2F2F2;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body #wrapper {
	width: 800px;
	padding-bottom: 32px;
	margin: 0 auto;
	background: #ff98d0;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility:hidden;
}

#wrapper h1 img {
	display: block;
	width: 100%;
	height: auto;
}

#wrapper #container {
	width: 720px;
	padding: 8px;
	margin: -56px auto 0 auto;
	border-radius: 24px;
	background-color: #FFFFFF;
	position: relative;
}

#introduce {
	color: #4E4E4E;
	font-size: 24px;
	/* font-style: oblique; */
	line-height: 40px;
	text-shadow: 2px 0px 0px #FFF, 0px 2px 0px #FFF, -2px 0px 0px #FFF, 0px -2px 0px #FFF, 2px -2px 0px #FFF, 2px 2px 0px #FFF, -2px 2px 0px #FFF, -2px -2px 0px #FFF;
	padding: 16px 24px 24px 24px;
}

#campaign {
	width: 100%;
	padding-bottom: 24px;
	border-radius: 16px;
	background: #66b214;
}

#campaign h2.broadcast {
	width: 720px;
	height: 146px;
	margin: 0 auto -59px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/announce/nico2/h2_broadcast.png") 0 0 no-repeat;
	z-index: 2;
	position: relative;
}

#campaign h2.play,
#campaign h2.watch {
	width: 720px;
	height: 115px;
	margin: 8px auto -75px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/announce/nico2/h2_play.png") 0 0 no-repeat;
	z-index: 2;
	position: relative;
}

#campaign h2.watch {
	background: url("../images/announce/nico2/h2_watch.png") 0 0 no-repeat;
}

.overview {
	width: 672px;
	margin: 16px auto 0 auto;
}

.overview dl {
	line-height: 1.25em;
	padding: 40px 24px 24px;
	background: #f4ffd4;
	border-radius: 8px;
}

.overview dl dt {
	display: block;
	width: 272px;
	height: 44px;
	margin-left: -32px;
}

.overview dl dt h4,
.overview dl dt .front,
.overview dl dt .back {
	float: left;
}

.overview dl dt h4 {
	width: 242px;
	color: #1e8ede;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	background: #ffde00;
}

.overview dl dt .front,
.overview dl dt .back {
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}

.overview dl dt .front {
	width: 22px;
	height: 44px;
	background: url("../images/anniv/h4_deco.png") 100% 100% no-repeat;
}

.overview dl dt .back {
	width: 8px;
	height: 52px;
	margin-top: -8px;
	background: url("../images/anniv/h4_deco.png") 0 100% no-repeat;
}

.overview dl dd + dt {
	margin-top: 24px;
}

dl dd {
	color: #242424;
	margin-top: 14px;
}


dl dd p {
	line-height: 1.25em;
}

dd.date {
	font-size: 24px;
}

dd.date p.period {
	color: #e01818;
	font-weight: bold;
	margin-bottom: 10px;
}

dd.date p.channel {
	color: #317111;
	font-weight: bold;
	margin-bottom: 10px;
}

dd.date a.nico_btn {
	display: block;
	width: 408px;
	height: 83px;
	margin: 20px auto;
	background: url("../images/announce/nico2/nico_btn2.png") no-repeat 0 0;
}
dd.date a.nico_btn:hover {
	background-position: 0 bottom;
}

dd.date .intro {
	display: block;
	color: #7b6415;
	line-height: 26px;
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
}

dd.date .intro div:nth-of-type(1){
	float: left;
}

dd.date .intro div:nth-of-type(2){
	float: right;
	font-size: 0.9em;
	width: 440px;
}

dd.play,
dd.watch,
dd.terms {
	font-size: 20px;
}

dd.play p.period,
dd.terms p.period {
	color: #e01818;
	font-weight: bold;
	margin-bottom: 10px;
}

dd.play .flow,
dd.watch .flow {
	margin: 10px 0;
}

dd.play h5{
	display: block;
	width: 560px;
	height: 52px;
	color: #afff69;
	padding-left:60px;
	line-height: 52px;
	margin: 20px 0 0;
}
dd.play h5 span{
	color: #ffd800;
	padding-left: 20px;
}

dd.play h5.h501{background: url("../images/announce/nico2/h5.png") no-repeat 0 0;}
dd.play h5.h502{background: url("../images/announce/nico2/h5.png") no-repeat 0 -53px;}
dd.play h5.h503{background: url("../images/announce/nico2/h5.png") no-repeat 0 -107px;}
dd.play h5.h504{background: url("../images/announce/nico2/h5.png") no-repeat 0 -159px;}

dd.play .text{
	color: #7b6415;
	line-height: 26px;
	padding: 15px;
	border-radius: 10px;
}

dd.play a.nico_btn {
	display: block;
	width: 408px;
	height: 83px;
	margin: 20px auto;
	background: url("../images/announce/nico2/nico_btn2_02.png") no-repeat 0 0;
}
dd.play a.nico_btn:hover {
	background-position: 0 bottom;
}


dd.terms .attention {
	color: #FFFFFF;
	line-height: 26px;
	background-color: #AE1B1B;
	padding: 15px;
	border-radius: 10px;
}

dd.terms .attention  div:nth-of-type(1){
	float: left;
	font-size: 1.2em;
	width: 485px;
	line-height: 1.3em;
}

dd.terms .attention  div:nth-of-type(2){
	float: right;
}

dd.play .attention,
dd.watch .attention {
	color: #7b6415;
	line-height: 26px;
	background-color: #ebea8d;
	padding: 15px;
	border-radius: 10px;
}
dd.part ul li:after,
dd.tweet ul li:after {
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility:hidden;
}

dd ul li + li {
	margin-top: 12px;
}


dd ul li span {
	float: left;
	width: 20px;
	color: #484848;
	font-weight: bold;
	font-style: oblique;
}

dd ul li p,
dd ul li img {
	float: right;
	width: 600px;
	height: auto;
}

dd.tweet ul li img {
	margin: 4px 0 8px;
}

dd.tweet ul li img + p {
	color: #000;
	font-size: 12px;
}

dd.part ul li iframe {
	display: block;
	margin: 0 auto;
}

dd.announce > p:not(.emp) {
	margin-bottom: 16px;
}

dd.announce > p.emp {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 8px;
}

dd.announce > div {
	margin-top: 16px;
}

dd.announce > div p {
	color: #000;
	font-size: 12px;
}

dd.announce > div p + p {
	margin-top: 6px;
}

#share {
	width: 612px;
	margin: 20px auto 0;
	padding: 8px 26px;
	background-color: #8bc20d;
	border: solid 5px #b8e30c;
	border-radius: 10px;
}

#share h3 {
	width: 290px;
	height: 38px;
	margin: 0 auto;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/announce/nico2/share_text.png") 0 0 no-repeat;
}

#share ul {
	margin-top: 8px;
}

#share ul li {
	display: block;
	width: 32%;
	text-align: center;
	float: left;
}

#share ul li + li {
	margin-left: 2%;
}

#share ul li a {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	display: block;
	padding: 0.5em 0;
	border-radius: 8px;
	background: #3057ba;
}
#share ul li a:hover {background: #5377ce;}

#share ul li.tw a {background: #37b6ff;}
#share ul li.tw a:hover {background: #5fc5ff;}

#share ul li.gp a {background: #de3e2d;}
#share ul li.gp a:hover {background: #ec5e4f;}

.title_base {
	width: 700px;
	background-color: #242424;
	border-radius: 10px;
	padding: 10px;
	margin: 38px auto 0;
}

h2.about {
	width: 230px;
	height: 39px;
	margin: 0 auto;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/announce/nico2/title_about.png") 0 0 no-repeat;
}

#point {
	width: 100%;
	padding: 140px 0 24px 0;
	margin: 56px auto 8px;
	border-radius: 16px;
	background: #66b214;
	position: relative;
}

#point h2 {
	width: 640px;
	height: 58px;
	margin: 0 auto;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: url("../images/anniv/h2_download.png") 0 0 no-repeat;
	position: absolute;
	top: -32px;
	left: 40px;
	z-index: 10;
}

#point img.avatar {
	display: block;
	position: absolute;
	top: -20px;
	right: 24px;
	z-index: 0;
}

#point img.lead {
	display: block;
	position: absolute;
	top: 42px;
	left: 24px;
}

#point > div {
	padding: 16px;
	margin: 0 24px 30px;
	background: #FFF;
	position: relative;
	border-radius: 8px;
}
#point > div:last-of-type {
	margin-bottom: 0;
}

#point #smartphone,
#point #pc {
	
}

#point h3 {
	padding: 8px;
	border-radius: 4px;
	background: #2e7014;
}

#point h3:after {
	content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility:hidden;
}

#point h3 p,
#point h3 span {
	float: left;
}

#point h3 span {
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
}

#point h3 p {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	margin: 4px 0 0 8px;
}

#point #pro h3 span,
#point #sp h3 span {
	width: 18px;
	background: url("../images/anniv/icon.png") 0 0 no-repeat;
	background-size: auto 100%;
}

#point #pc h3 span {
	width: 38px;
	background: url("../images/anniv/icon.png") -18px 0 no-repeat;
	background-size: auto 100%;
}

#point #pro > p,
#point #sp > p,
#point #pc > p {
	color: #333;
	margin: 8px;
	line-height: 1.25em;
}

#point #pc p:nth-of-type(1){
	width: 420px;
	float: left;
	display: block;
}
#point #pc p:nth-of-type(2){
	float: right;
	display: block;
}

#point #pro ul li,
#point #sp ul li {
	width: 208px;
	float: left;
}

#point #pro ul li + li,
#point #sp ul li + li {
	margin-left: 8px;
}

#point #pro .pro_list {
	text-align: center;
	margin-top: 10px;
}
#point h2.point_pro {
	width: 658px;
	height: 126px;
	margin: -28px 0 0 -24px;
	text-indent: 200%;
	overflow: hidden;
	background: url("../images/announce/nico2/about_title1.png") 0 0 no-repeat;
	position: relative;
	top: 0;
	left: 0;
}
#point h2.point_dl {
	width: 622px;
	height: 126px;
	margin: -28px 0 0 -24px;
	text-indent: 200%;
	overflow: hidden;
	background: url("../images/announce/nico2/about_title2.png") 0 0 no-repeat;
	position: relative;
	top: 0;
	left: 0;
}
#point .point_text {
	margin-bottom: 20px;
}

#point #sp ul li h4 {
	width: 208px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	padding: 7px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #242424;
}

#point #sp ul li a {
	display: block;
	width: 208px;
	height: 98px;
	padding: 8px 0;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-image: url("../images/anniv/qr_cord.png");
	background-repeat: no-repeat;
	background-position: 0 8px;
	background-color: #bababa;
}

#point #sp ul li.googleplay a {
	background-image: url("../images/anniv/qr_cord.png");
	background-repeat: no-repeat;
	background-position: -208px 8px;
	background-color: #bababa;
}

#point #sp ul li.download a {
	background-image: url("../images/anniv/qr_cord.png");
	background-repeat: no-repeat;
	background-position: -416px 8px;
	background-color: #bababa;
}

#point #sp ul li a:hover {
	background-color: #D8D8D8 !important;
}

#point #sp ul li.download h4 span {
	font-size: 12px;
	margin-left: 4px;
}

#point #sp ul li.download a:hover {
	cursor: default;
	background-color: #bababa !important;
}

#point #sp {
	margin-top: 24px;
}

#point #pc > p a {
	color: #15c;
	font-weight: bold;
}

#point #pc > p a:hover {
	text-decoration: underline;
}

#point .attention {
	width: 660px;
	color: #072a06;
	font-size: 18px;
	line-height: 22px;
	margin: 24px auto 0;
}

footer {
	background: #242424;
}

footer p {
	color: #FFF;
	padding: 8px;
	text-align: center;
}