<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 共通
============================================= */
body{
	position: relative;
	background: #fff url("../../img/pc/bg.png") center center repeat;
}
body:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background: transparent url("../../img/pc/bg_w.png") center center repeat-y;
	z-index: -1;
}
.smp{
	display:none;
}
.txt_center{
	text-align: center;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p,
dl + p{
	margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a{
	color: #006699;
	text-decoration: underline;
}
a:hover{
	color: #2da7e3;
	text-decoration: none;
}

/* =============================================
 ヘッダー
============================================= */
.header{
	position: relative;
	display: block;
	clear: both;
	background:url("../../img/common/bg_kancolle.png");
	border-bottom: 2px solid #4f9825;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px 7px;
	text-align: center;
	color: #fff;
	z-index: 5;
	overflow: hidden;
}
h1{
	font-size: 32px;
	line-height: 1;
	padding-right: 280px;
}
.header p{
	display: block;
	line-height: 1;
}
.header span{
}
.header .logo{
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.header_inner{
	display: table;
	position: relative;
	width: 1180px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100px;
}
.header_inner:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.header_left{
	display: table-cell;
	vertical-align: middle;
}
.header_right{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
/* -------------------------------------------
 ヘッダー - SNS
------------------------------------------- */
.header-sns{
	position: absolute;
	bottom: 0;
	right: 0;
}
.header-sns:after{
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -71px;
	content: "";
	width: 100%;
	text-align: center;
	width: 152px;
	height: 14px;
	background: transparent url("../../img/pc/share-txt_w.png") 0 0 no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-sns li{
	display: inline-block;
}
.header-sns a{
	display: block;
	position: relative;
	width: 76px;
	height: 76px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:3px solid #4f9825;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.header-sns a:hover{
	border:3px solid #fff;
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	transform: translate(0,-5px);
}
.sns-facebook a{
	background: #fff url("../../../../template/img/pc/icon_facebook.png") center center no-repeat;
}
.sns-facebook a:hover{
	background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") center center no-repeat;
}
.sns-twitter a{
	background: #fff url("../../../../template/img/pc/icon_twitter.png") center center no-repeat;
}
.sns-twitter a:hover{
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") center center no-repeat;
}
.sns-line a{
	background: #fff url("../../../../template/img/pc/icon_line.png") center center no-repeat;
}
.sns-line a:hover{
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") center center no-repeat;
}

/* -------------------------------------------
 ヘッダー - 放送時間
------------------------------------------- */
.header-time{
	width: 100%;
	color: #fff;
	font-size: 32px;
	border-top: 1px solid #fff;
	padding-top: 8px;
	margin-top: 8px;
	}
	.header-time span{
		display: inline-block;
		font-size: 22px;
	}


/* =============================================
 info
============================================= */
.info{
	position: relative;
	border-bottom: 3px solid #4f9825;
	color:#333;
	z-index: 5;
	background-repeat: repeat;
	background:#fff url(../../img/common/header_bg.png);
	
	font-weight:bold;
}
.info_1{
	background-image:url("../../../../template/img/pc/info_bg1.png");
}
.info_2{
	background-image:url("../../../../template/img/pc/info_bg2.png");
}
.info_3{
	background-image:url("../../../../template/img/pc/info_bg3.png");
}
.info_4{
	background-image:url("../../../../template/img/pc/info_bg4.png");
}
.info_5{
	background-image:url("../../../../template/img/pc/info_bg5.png");
}
.info_6{
	background-image:url("../../../../template/img/pc/info_bg6.png");
}
.info_7{
	background-image:url("../../../../template/img/pc/info_bg7.png");
}
.info_8{
	background-image:url("../../../../template/img/pc/info_bg8.png");
}
.info_9{
	background-image:url("../../../../template/img/pc/info_bg9.png");
}
.info_10{
	background-image:url("../../../../template/img/pc/info_bg10.png");
}
.info_11{
	background-image:url("../../../../template/img/pc/info_bg11.png");
}
.info_12{
	background-image:url("../../../../template/img/pc/info_bg12.png");
}
.info_13{
	background-image:url("../../../../template/img/pc/info_bg13.png");
	background-repeat: repeat-x;
}
.info_inner{
	position: relative;
	width: 1180px;
	margin: 0 auto;
  min-height: 427px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info_inner:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}

/* -------------------------------------------
 ヘッダー - 出演者情報
------------------------------------------- */
.info-txt{
	display: block;
	width: 400px;
	padding: 10px 0 10px 780px;
}
.info-txt dl{
	margin-bottom:15px;
}
.info-txt dt{
	display: block;
	padding-left:24px;
	margin-bottom:5px;
}
.info-txt dd{
	padding-left: 0px;
}
.info-txt .mc dt{
	  background:url(../../img/common/icon_mike.png) no-repeat;
  }
.info-txt .guest dt{
	background:url(../../img/common/icon_human.png) no-repeat;
}
.info-txt .progres dt{
	background:url(../../img/common/icon_progres.png) no-repeat;
}

/* 右カラム - 出演者 */
.cast_tit {
	border-top: 3px solid #4f9825;
	padding: 10px 20px 6px;
	background-color: #db2727;
	background-image:url("../../img/common/bg_kancolle.png");
	background-repeat: repeat;
	color: #fff;
	font-size: 34px;
	line-height: 1.1em;
	margin-top:25px;
}
.cast {
	padding:30px 15px;
	border:2px solid #4f9825;
	margin-bottom:10px;
	}

/* -------------------------------------------
 ヘッダー - ビデオ（画像）
------------------------------------------- */
.info-video{
	position: absolute;
	display: block;
	width: 760px;
	height: 427px;
	left: 0;
	top: 0;
}
.info-video iframe{
	width: 760px;
	height: 427px;
	display: block;
}
.info-video img{
	display: block;
	width: 760px;
	height: auto;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin:0 0 20px 0;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =============================================
 contents
============================================= */
.contents{
	width: 1180px;
	margin: 0 auto;
}
.contents:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main{
	width: 800px;
	float: left;
	padding:25px 20px 100px 0;
	/*background: #fff url("../../img/pc/bg.png") left center repeat-y;*/
	/*background: #fff url("../../img/pc/test.png") left center repeat;*/
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.contents_main h2{
	border-top: 3px solid #4f9825;
	border-bottom: 3px solid #4f9825;
	padding: 10px 20px 6px;
	background-color: #db2727;
	background-image:url("../../img/common/bg_kancolle.png");
	background-repeat: repeat;
	color: #fff;
	font-size: 34px;
	line-height: 1.1em;
}
.contents_main h2.open,
.contents_main h2.close{
	cursor: pointer;
}
.contents_main h2.open:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.contents_main h2.close:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}


.contents_main h2 span{
	font-size: 24px;
	line-height: 1.1em;
	vertical-align: middle;
}
.contents_main h3{
	position: relative;
	margin: 20px 20px 0;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #cfcfcf;
	font-size: 24px;
	line-height: 1.1em;
}
.contents_main h3 span{
	font-size: 18px;
	line-height: 1.1em;
	vertical-align: middle;
}
.contents_main h3:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left:0;
	width: 50px;
	height: 2px;
	background: #db2727;
}
.contents_main &gt; h2{
	margin-top: 35px;
}

.contents_main h2.sub-title{
	border-top:none;
	padding: 0px 0px 10px;
	background: none;
	color: #333;
	position: relative;
	margin: 20px 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	font-size: 24px;
	line-height: 1.1em;
}

.contents_main h2.sub-title span{
	font-size: 18px;
	line-height: 1.1em;
	vertical-align: middle;
}
.contents_main h2.sub-title:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left:0;
	width: 50px;
	height: 2px;
	background: #e60012;
}


/* -------------------------------------------
 ul
------------------------------------------- */
.contents_main ul{
	display: block;
	clear: both;
	list-style: none;
	margin: 5px 0;
}
.contents_main li{
	position: relative;
	background: #ececec;
	padding: 10px 20px 10px 40px;
}
.contents_main li+li{
	margin-top: 3px;
}
.contents_main li:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.contents_main li a{
	display: block;
}

/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn_normal{
	display: block;
	position: relative;
	background: #eaa51f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
}
a.btn_normal img{
	vertical-align: middle;
	margin: 0 10px;
	width: auto;
	max-height: 35px;
}
a.btn_normal:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
a.btn_normal:hover{
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0);
	box-shadow: 0 2px 5px rgba(0,0,0,0);
}
a.btn_normal:hover:after{
	width: 100%;
	height: 100%;
	background: #fae1b0;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.box + .box,
.wrap_horizontal + .box,
.box + .wrap_horizontal,
h2 + .box{
	margin-top: 25px;
}

.box_inner{
	padding: 20px;
}


.wrap_horizontal{
	margin-top: 25px;
}
.wrap_horizontal .wrap{
	display: table;
	width: 840px;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 20px 0;
	position: relative;
	left: -20px;
}
.wrap_horizontal .wrap +.wrap{
	margin-top: 20px;
}
.wrap_horizontal .box{
	display: table-cell;
}
.wrap_horizontal:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.wrap_horizontal .box{
	vertical-align: top;
	border-top: 5px solid #4f9825;
}
.wrap_horizontal .box_none{
	padding: 0;
	margin: 0;
	background: transparent;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border-top: 0 solid #fff;
}

/* -------------------------------------------
 column2
------------------------------------------- */
.column2{
	display: block;
	clear: both;
	padding-top: 20px;
	width:670px;
	margin:0 auto;
}
.box_inner .column2:first-child{
	padding-top: 0;
}
.column2:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.column2-left{
	float: left;
	margin-right: 25px;
	max-width: 50%;
}
.column2-right{
	float: left;
	max-width: 50%;
}


/* =============================================
 contents_side
============================================= */
.contents_side{
	width: 360px;
	float: right;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contents_side h2{
	color: #db2727;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #e5b628;
	padding: 10px 10px 3px;
}
.contents_side h2 span{
	font-size: 18px;
}

/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns{
	margin: 20px 0;
}
.side-sns li{
	display: block;
}
.side-sns li+li{
	margin-top: 3px;
}
.side-sns a{
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding: 12px 40px 12px 70px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	word-break: break-all;
	line-height: 1.1em;
}

.side-sns-facebook a{
	background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
}
.side-sns-facebook a:hover{
	color: #3b5998;
	background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
}
.side-sns-twitter a{
	background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
}
.side-sns-twitter a:hover{
	color: #55acee;
	background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
}
.side-sns-line a{
	background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
}
.side-sns-line a:hover{
	color: #00c300;
	background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
}

/* -------------------------------------------
 side-history
------------------------------------------- */
.side-history{
	margin: 20px 0;
}
.side-history dd:last-of-type{
		margin-bottom: 40px;
}
.side-history dt{
	cursor: pointer;
	font-size: 24px;
	padding-left: 20px;
	background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.side-history dt.open{
	background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.side-history dt{
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-history dt:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.side-history dd{
	display: block;
	clear: both;
	padding: 10px;
	line-height: 1.3em;
}
.side-history a:before{
	content: "●";
}
.side-history dd:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.side-history dd a{
	display: block;
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-history dd a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.side-history dd img{
	text-align: right;
	float: right;
	margin-left: 5px;
}
.side-history dd:nth-child(2n-1){
	background: #f1f1f1;
}

/* -------------------------------------------
 side-menu
------------------------------------------- */
.side-menu{
	display: block;
	clear: both;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #424242;
	margin-bottom: 20px;
}
.side-menu a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	display: block;
	clear: both;
	padding: 15px 15px 15px 30px;
	text-align: center;
	line-height: 1.3em;
	border-top: 1px solid #676767;
	background: transparent url(../../img/common/icon_arrow.png) 15px center no-repeat;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	overflow: hidden;
	text-align:left;
}
.side-menu a:hover{
	background: transparent url(../../img/common/icon_arrow.png) 10px center no-repeat;
}
.side-menu a span{
	font-size: 80%;
	display:block;
}
.side-menu a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.side-menu a:hover:after{
	width: 100%;
	height: 100%;
	background: #999;
	opacity: 0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";

	zoom: 1;
}
.side-menu li:first-child a{
	border-top: 0 solid #fff;
}


/* =============================================
 pageMenu
============================================= */
.pageMenu{
	position: fixed;
	right: -305px;
	top:10%;
}
.pageMenu-toggle{
	position: absolute;
	left: -50px;
	width: 50px;
	height: 100px;
	background: #5e5b5b;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:hover{
	background:#999;
}
.pageMenu-toggle span{
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: relative;
	top: 48px;
	left: -2px;
	font-size: 18px;
	font-family: "Arial";
}
.pageMenu-toggle:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 10px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu-toggle:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	width: 21px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu:before{
	content: "";
	position: absolute;
	left: -25px;
	margin-left: -10px;
	top: 24px;
	width: 21px;
	height: 2px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMenu_contents{
	width: 300px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	padding-top: 0;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-ms-border-radius: 0 0 0 5px;
	-o-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.open.pageMenu:before{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.open .pageMenu-toggle:after{
	-webkit-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle:before{
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}

/* =============================================
 footer
============================================= */
.footer{
	display: block;
	clear: both;
}
.copy{
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #222426;
	text-align: center;
	padding: 20px 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pageTop{
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 1;
}
.pageTop a{
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover{
	
	-webkit-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	transform: translate(0,-10px);
	
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
@keyframes boundAnime {
	0% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	50% {
		-webkit-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
	}
	70% {
		-webkit-transform: translate(0,3px);
		-ms-transform: translate(0,3px);
		-o-transform: translate(0,3px);
		transform: translate(0,3px);
	}
	100% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}


.banner {
	width:760px;
	margin:30px 0 0;
}</pre></body></html>