@charset "utf-8";

/*index*/
html,body {
	background:#FFF;
	color:#000;
	margin:0;
}
#container {
	margin:0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.target{
    margin-top:-130px !important;
    padding-top:130px !important;
	/* display: inline-block !important;  required for webkit browsers */
	vertical-align: top !important;
	display: block !important;
}

/*menu*/
body.index #second-h1{
	display:none;
}
#second-h1 a.sp{
	display:none;
}
.menu-btn{
	display:none;
}
#menu{
	background:#000;
	margin:0 auto 0;
	height: auto;
	box-shadow: 0 0 5px 0 #333;
}
#menu nav#nav {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#menu nav#nav ul {
	text-align: center;
	display: table;
	margin:6px auto 6px;
}
#menu nav#nav ul li {
	display: inline-block;
	margin:0 20px 0 0;
	font-size:16px;
	color:#FFF;
}
#menu nav#nav ul li.none {
	color:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor:default;
}
#menu nav#nav ul li small {
	font-size:8px;
}
#menu nav#nav ul li a {
	color:#FFF;
}
#menu nav#nav ul li a:hover {
	text-decoration:none;
	color:#FF0505;
}
#menu nav#nav ul li.icon {
	margin:0 3px 0 0;
	font-size:26px;
	line-height:26px;
}
#menu nav#nav ul li.facebook {
	margin-left:0;
}
#menu nav#nav ul li i {
	margin:0 3px 0 0;
}
#menu nav#nav ul li.icon a span.sp{
	display:none;
}
#menu nav#nav ul.mini {
	margin-top:5px;
	margin-bottom:5px;
}
#menu nav#nav ul.mini li {
	margin:0 5px 0 0;
	font-size:12px;
	line-height:26px;
	background: #FF0505;
	border-radius: 13px;/* CSS3草案 */
	-webkit-border-radius: 13px;/* Safari,Google Chrome用 */
	-moz-border-radius: 13px;/* Firefox用 */
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#menu nav#nav ul.mini li:hover {
	background: #990000;
}
#menu nav#nav ul.mini li a {
	color:#FFF;
	padding:0 10px;
}

/*#foot-sp-menu*/
#foot-sp-menu{
	display:none;
}

/*#body*/
#container{
	width:100%;
	height:auto;
}
#body #sp-index{
	display:none;
}
#body .float{
	width:800px;
	height:auto;
	margin:0 auto;
}
#body article#index-main{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:url(../img/index_main_bg.jpg) top center repeat-x;
}
#body article#index-main section.copy section.float{
	position:relative;
	height:570px;
	width:1000px;
}
#body article#index-main section.copy section.float h1{
	position:absolute;
	top:10px;
	left:250px;
	width:520px;
	height:170px;
}
#body article#index-main section.copy section.float h2{
	position:absolute;
	top:15px;
	left:865px;
	width:30px;
	height:370px;
}
#body article#index-main section.copy section.float h3{
	position:absolute;
	top:420px;
	left:300px;
	width:410px;
	height:55px;
}
#body article#index-main section.copy section.float h4{
	position:absolute;
	top:490px;
	left:325px;
	width:360px;
	height:50px;
}
#body article#index-main section.copy section.float .ticket{
	position:absolute;
	top:20px;
	left:0px;
	width:230px;
	height:220px;
}


#body article#index-main section.release{
	padding:5px 0;
}
#body article#index-main section.release p{
	text-align:center;
	font-size:10px;
	margin:10px 0 5px;
	line-height:1.2;
}
#body article#index-main section.release h2{
	margin:0 0 10px;
	text-align:center;
	font-size:24px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/*#socialmedia*/
#socialmedia{
	margin:5px auto 0;
	padding:10px 0;
}
#socialmedia ul{
	width:auto;
	text-align:center;
}
#socialmedia ul li{
	display: inline-block;
	margin:0 5px 0;
}
#socialmedia ul li span{
	vertical-align: baseline !important;
}
.fb-like iframe {
    max-width: none !important;
}

/*#socialmedia ul.share-btn*/
#socialmedia ul.share-btn{
	margin:0 auto;
	width:205px;
	height:45px;
}
#socialmedia ul.share-btn li{
	display:block;
	margin:0 5px 0 0;
	float:left;
	text-align:center;
	font-size:10px;
	width:100px;
	height:40px;
	line-height:1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#socialmedia ul.share-btn li a{
	color:#FFF;
	text-decoration:none;
}
#socialmedia ul.share-btn li a:hover{
	text-decoration:none;
}
#socialmedia ul.share-btn li i{
	display:block;
	font-size:18px;
	font-style:normal;
	margin:6px 0 0 0;
}
#socialmedia ul.share-btn li.twitter{
	background:#45B0E3;
}
#socialmedia ul.share-btn li.twitter:hover {
	background-color:#7DD5FF;
}
#socialmedia ul.share-btn li.facebook{
	background:#39599F;
	margin-right:0;
}
#socialmedia ul.share-btn li.facebook:hover {
	background-color:#447BEE;
}
#socialmedia ul.share-btn li.line{
	display:none;
	background:#12C712;
	margin-right:0;
}
#socialmedia ul.share-btn li.line:hover {
	background-color:#4BF84B;
}
#socialmedia ul.share-btn li,
#socialmedia ul.share-btn li::before,
#socialmedia ul.share-btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#socialmedia ul.buttons{
	margin:5px auto 0;
}
#socialmedia ul.buttons li iframe{
	height:20px !important;
}


/*.cloudbanner*/
.cloudbanner{
	margin:50px auto;
	text-align:center;
}


/*.banner*/
.banner{
	display:none;
	margin:50px auto;
	text-align:center;
}
.banner img{
	width:550px;
	height:auto;
}


/*#index-intro*/
#index-intro{
	margin:0 auto 50px;
}
#index-intro figure{
	margin:10px auto 20px;
	width:100%;
	max-width:1300px;
	height:auto;
}
#index-intro figure img{
	width:100%;
	height:auto;
}
#index-intro h1{
	margin:30px auto 15px;
	width:800px;
	font-size:24px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#index-intro p{
	margin:0 auto 15px;
	width:800px;
	font-size:18px;
}
#index-intro .comment{
	margin:50px auto;
	width:800px;
}
#index-intro .comment p{
	margin:0 auto 5px;
	font-size:22px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-weight:800;
	line-height:1.3;
	text-align:center;
}
#index-intro .comment h3{
	font-size:22px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}


/*#index-story*/
#index-story{
	margin:0 auto 50px;
	padding:50px 0;
	background:#EDEDED url(../img/index_story_bg.jpg) top center;
	background-size:cover;
}
#index-story h1{
	margin:0 0 0 0;
	font-size:46px;	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	width:200px;
	float:left;
}
#index-story p{
	margin:0 0 15px 0;
	font-size:18px;
	width:580px;
	float:right;
}
#index-story figure{
	clear:both;
}
#index-story figure img.story01{
	margin:0 0 20px 0;
}
#index-story figure img.story02{
	margin:0 20px 0 0;
}
#index-story figure img.story03{
	margin:0 0 0 0;
}


/*#index-director*/
#index-director{
	margin:0 auto 50px;
}
#index-director h1{
	margin:0 auto 20px;
	font-size:28px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#index-director h1 small{
	margin-left:5px;
	font-size:16px;
}
#index-director figure{
	width:400px;
	float:left;
}
#index-director .txt{
	width:380px;
	float:right;
}
#index-director .txt h2{
	margin:0 auto 10px;
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#index-director .txt p{
	margin:0 auto 10px;
	font-size:14px;
}


/*#index-comment*/
#index-comment{
	margin:0 auto 50px;
	padding:40px 0 0;
	background:#000;
}
#index-comment p{
	margin:0 auto 10px;
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#FFFFFF;
}
#index-comment h3{
	margin:0 auto 40px;
	font-size:24px;	
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#FFFFFF;
}
#index-comment figure{
	margin:0 auto;
	background:url(../img/index_comment_bg.jpg) repeat-x;
	text-align:center;
}



/*#index-dice*/
#index-dice{
	margin:0 auto 50px;
	padding:0 0 0 0;
}
#index-dice h1{
	margin:0 auto 10px;
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#index-dice section.dice{
	margin:0 auto 20px;
}
#index-dice h4{
	margin:0 auto 0;
	font-size:14px;
	color:#FF0004;
	text-align:center;
}
#index-dice h2{
	margin:0 auto 0;
	font-size:18px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
}
#index-dice h2 a{
	text-decoration:underline;
}
#index-dice h2 a:hover{
	text-decoration:none;
}
#index-dice p{
	margin:0 auto 0;
	font-size:14px;
	text-align:center;
}


/*#index-trailer*/
#body #index-trailer{
	background:#000000;
	text-align:center;
	padding:25px 0;
}


/*#index-photos*/
#body img#index-photos{
	width:100%;
	height:auto;
}


/*uplink*/
#uplink{
	margin:50px 0 0 0;
	padding:20px 0;
	width:100%;
	background:#FFFFFF;
	box-shadow: 0 0 5px 0 #333;
}
body.index #uplink{
	margin:0 0 0 0;
}
#uplink h1{
	margin:0 auto;
	height:auto;
	text-align:center;
}
#uplink h1 img{
	width:50px;
	height:auto;
}
#uplink ul{
	margin:10px auto 0;
	width:1000px;
	text-align:center;
}
#uplink ul li{
	display:inline;
	margin:0 10px 0 0;
}
#uplink ul li.last{
	margin-right:0;
}
#uplink ul li a{
	font-size:30px;
	color:#000;
}

/*second*/
body.second #container #menu {
	margin:0 auto;
	height:auto;
}
body.second #container #menu #second-h1 {
	margin: 0 auto;
	padding:0 0 0 0 ;
	width:1000px;
	text-align:center;
}
body.second #container #menu #second-h1 img {
	width:270px;
	height:auto;
}

/*second theater*/
body.second.theater #container {
	background: url(../img/theater_bg.jpg) top center fixed;
	background-size:cover;
}
#body.second.theater .page{
	margin:0 auto;
	padding:30px 0 50px;
	width:1000px;
	height:auto;
}
#body.second.theater .page h1{
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#000;
}
#body.second.theater .page section.contents{
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100%;
}
#body.second.theater .page .ticket{
	margin:10px auto;
	text-align:center;
}
#body.second.theater .page .ticket img{
	width:500px;
}

#body.second.theater .page header nav{
	margin:30px 0;
}
#body.second.theater .page header nav ul.theater-list{
	margin:0;
}
#body.second.theater .page header nav ul.theater-list li{
	background:#000;
	float:left;
	margin:0 2% 0 0;
	width:12.57142857142857%;
	height:45px;
	text-align:center;
	line-height:45px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}
#body.second.theater .page header nav ul.theater-list li:hover{
	background:#FF0004;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#body.second.theater .page header nav ul.theater-list li.last{
	margin:0 0 0 0;
}
#body.second.theater .page header nav ul.theater-list li a{
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:14px;
}
#body.second.theater .page header nav ul.theater-list li a:hover{
	text-decoration:none;
	color:#FFF;
}
#body.second.theater .page section.contents{
	margin:0;
	padding:0;
	color:#000;
}
#body.second.theater .page section.contents a.target{
    margin-top:-133px;
    padding-top:133px;
	display: inline-block; /* required for webkit browsers */
	vertical-align: top;
}
#body.second.theater .page section.contents .ken-box{
	background:#FFF;
	margin:0 0 30px;
	border-bottom:#000 solid 2px;
	border-top:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .ken{
	background:#000;
	width:20%;
	float:left;
	font-weight:800;
	line-height:50px;
	color:#FFF;
}
#body.second.theater .page section.contents .ken-box .ken h2{
	color:#FFF;
	font-size:20px;
	font-weight:800;
	padding:10px;
}
#body.second.theater .page section.contents .ken-box .theaters{
	width:80%;
	float:right;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box{
	border-bottom:#000 solid 2px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box.last{
	border-bottom:none;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name{
	float:left;
	width:40%;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h4{
	color:#000;
	font-size:14px;
	
	line-height:1.4;
	margin:10px 10px 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .theater-name h3{
	font-size:20px;
	line-height:1.4;
	margin:0 10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt{
	float:right;
	width:60%;
	font-size:14px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p{
	margin:10px;
}
#body.second.theater .page section.contents .ken-box .theaters .theater-box .txt p strong{
	font-size:16px;
}

/*second comments*/
body.second.comments #container {
	background: url(../img/comment_bg.jpg) top center fixed;
	background-size:cover;
}
body.second.comments #container #body article.page {
	padding:30px 0 50px;
}
body.second.comments #container #body article.page h1 {
	font-size:32px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:15px;
	color:#000;
}
body.second.comments #container #body article.page h1 small {
	font-size:12px;
}
body.second.comments #container #body article.page .contents {
	background:#FFF;
	padding:25px 0;
	background-color:rgba(255,255,255,0.90);
}
body.second.comments #container #body article.page .contents .comment {
	margin:50px;
}
body.second.comments #container #body article.page .contents .comment h2 {
	margin:0 0 10px;
	padding:10px 0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	font-size:28px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}
body.second.comments #container #body article.page .contents .comment h2 small {
	font-size:18px;
}
body.second.comments #container #body article.page .contents .comment p {
	font-size:18px;
}



/*second special*/
body.second.special #container {
	background: url(../img/special_bg.jpg) top center fixed;
	background-size:cover;
}
body.second.special #container #body article.page {
	padding:0 0 0 0;
}
body.second.special #container #body article.page hgroup.title {
	background:#FFFFFF;
	padding:20px 0;
}
body.second.special #container #body article.page hgroup.title h1 {
	font-size:48px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:10px;
	color:#000;
}
body.second.special #container #body article.page hgroup.title h2 {
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	color:#000;
}
body.second.special #container #body article.page .message{
	background-color:rgba(0,0,0,0.80);
	padding:20px 0 10px;
	margin-bottom:20px;
}
body.second.special #container #body article.page .message p{
	margin:0 auto 10px;
	max-width:900px;
	color:#FFFFFF;
	font-size:18px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

body.second.special #container #body article.page h1 small {
	font-size:24px;
}
body.second.special #container #body article.page .contents {
	margin:0 auto;
	max-width:1000px;
}
body.second.special #container #body article.page .contents .content {
	width:100%;
	margin:0 0 25px;
	padding:0 0 0 0;
	background-color:rgba(255,255,255,0.90);
	border-bottom:#000000 solid 1px;
}
body.second.special #container #body article.page .contents .content hgroup {
	margin:0 0 0 0;
	padding:20px 0;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
}
body.second.special #container #body article.page .contents .content hgroup h2 {
	margin:0;
	text-align:center;
	font-size:20px;
	color:#646464;
	/*color:#FF0505;*/
}
body.second.special #container #body article.page .contents .content hgroup h1 {
	margin:0;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	font-size:30px;
}
body.second.special #container #body article.page .contents .content hgroup h3 {
	margin:0;
	text-align:center;
	font-size:18px;
}
body.second.special #container #body article.page .contents .content hgroup h2 small {
	font-size:16px;
}

body.second.special #container #body article.page .contents .content .content-body {
	clear:both;
	margin:0 1%;
}
body.second.special #container #body article.page .contents .content .content-body figure {
	width:42%;
	margin:10px 1%;
	float:left;
}
body.second.special #container #body article.page .contents .content .content-body figure img {
	width:100%;
}
body.second.special #container #body article.page .contents .content .content-body figure img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
}
body.second.special #container #body article.page .contents .content .content-body .txt{
	width:54%;
	margin:10px 1%;
	float:right;
}
body.second.special #container #body article.page .contents .content .content-body .txt p{
	font-size:16px;
	margin:0 0 10px;
}
body.second.special #container #body article.page .contents .content .content-body .txt p.mini{
	font-size:14px;
}


/*second article*/
body.second.article #container #body article.page {
	padding:0 0 0 0;
}
body.second.article #container #body article.page hgroup.title {
	background:#FFFFFF;
	padding:20px 0;
}
body.second.article #container #body article.page hgroup.title h1 {
	font-size:35px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	text-align:center;
	margin-bottom:10px;
	color:#000;
}
body.second.article #container #body article.page .contents{
	margin:0 auto 50px;
	width:800px;
}
body.second.article #container #body article.page .photos{
	background:#000000;
	width:100%;
	height:auto;
	margin:0 auto 30px;
}
body.second.article #container #body article.page .photos .photo {
	width:800px;
	margin:0 auto;
}
body.second.article #container #body article.page section.dice{
	margin:0 auto 30px;
}
body.second.article #container #body article.page .contents h4{
	margin:0 auto 5px;
	font-size:14px;
	color:#FF0004;
	text-align:center;
}
body.second.article #container #body article.page .contents h2{
	margin:0 auto 5px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:18px;
	text-align:center;
}
body.second.article #container #body article.page .contents h2 a{
	text-decoration:underline;
}
body.second.article #container #body article.page .contents h2 a:hover{
	text-decoration:none;
}
body.second.article #container #body article.page .contents p{
	font-size:16px;
	text-align:center;
}
body.second.article #container #body article.page .profile h4{
	font-size:24px;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	color:#000;
	border-top: #000000 dotted 1px;
	padding-top:20px;
}
body.second.article #container #body article.page .profile p{
	font-size:16px;
	text-align:left;
}

/*news*/
article.news {
	padding:0 0 50px;
	margin-top:50px;
}
article.news h2{
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:30px;
	color:#000;
	line-height:1;
	text-align:center;
	font-weight: 400;
	margin:20px 0;
}
article.news .body{
	background:#FFF;
	width:850px;
	margin:0 auto 15px;
	padding:15px 30px;
	overflow:auto;
	border: solid ; 
	border-width: 1px;
}
article.news .body h3{
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	margin:0 0 20px;
	text-align:center;
	font-size:26px;
	font-weight:800;
	color:#000;
}

article.news .body h4{
	margin:0 0 20px;
	font-size:20px;
	font-weight:800;
	color:#FF3185;
}

article.news .body p{
	margin:0 0 10px;
	color:#000;
	font-size:16px;
	
}
article.news .body .red{
	color:red;
	font-weight:600;
}


/*#vod-btn*/
ul#vod-btn{
	margin:20px 0;
}
ul#vod-btn li{
	float:left;
	width:23%;
	margin:0 1% 10px;
}
ul#vod-btn li img{
	width:100%;
	height:auto;
}

/*#vod-cloud-btn*/
ul#vod-cloud-btn{
	margin:20px 0;
	text-align:center;
}
ul#vod-cloud-btn li{
	float:center;
	width:23%;
	margin:0 auto 10px;
}
ul#vod-cloud-btn li img{
	width:100%;
	height:auto;
}









