@charset "utf-8";
/*=================================================================
	BASE
=================================================================*/

body.news {
	background: url(../img/news/back_news.jpg) no-repeat left top;
	background-attachment: fixed;
}

body.message {
	background: url(../img/message/back_message.jpg) no-repeat left top;
	background-attachment: fixed;
}

/* body.business {
	background: url(../business/img/back_business.jpg) no-repeat left top;
	background-attachment: fixed;
} */

body.agriculture {
	background: url(../business/img/back_agriculture.jpg) no-repeat left top;
	background-attachment: fixed;
}

body.beauty {
	background: url(../business/img/back_beauty.jpg) no-repeat left top;
	background-attachment: fixed;
}

body.medical {
	background: url(../business/img/back_medical.jpg) no-repeat left top;
	background-attachment: fixed;
}

body.water {
	background: url(../business/img/back_water.jpg) no-repeat left top;
	background-attachment: fixed;
}

body.energy {
	background: url(../business/img/back_energy.jpg) no-repeat left top;
	background-attachment: fixed;
}


body.technology {
	background: url(../technology/img/back_technology.jpg) no-repeat left top;
	background-attachment: fixed;
}

#slideshow {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#slideshow li {
	position: fixed;
	display: none;
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

#slideshow li:first-child {
	display: block;
}

/*=================================================================
	#container
=================================================================*/
#container {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding-top: 190px;
	text-align: left;
	background-size: container;
}
#container section {
	line-height: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-left: 10%;
}
@media only screen and (min-width: 1800px) {
	#container section {
		padding: 0;
	}
}
#container section h1 {
	margin: 0 auto 15px;
}

#container section h2.coming {
	margin: 100px auto 150px auto;
	text-align: center;
}

#container section h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2em;
	font-weight: 100;
	line-height: 1.5em;
	display: block;
	margin-bottom: 50px;
}

#container section p.summary {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.8em;
	margin-bottom: 35px;
}

#container section p.summary.min {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#container section p.summary.min .num {
	line-height: 26px;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
}

/*=================================================================
	.culumn
=================================================================*/

.column {
	overflow: hidden;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 60px;
}

@media only screen and (min-width: 1800px) {
	.column {
		max-width: 100%;
	}
}

.column.bubble {
	width: 850px;
	max-width: 850px;
}

.news .column {
	width: 850px;
}

.column .floatLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.column .floatRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.column .floatCenter {
	float: none;
	clear: both;
	width: 100%;
	margin: 15px auto;
	text-align: center;
}

.column p {
	margin-bottom: 15px;
}

.column .link {
	margin: 25px;
}

.column li {
	margin-bottom: 15px;
}

.column h3 {
	font-size: 1.6em;
	margin-bottom: 30px;
}

.column ul.list {
	margin-left: 30px;
}

.column ol.list {
	margin-left: 20px;
	counter-reset: number;
}

.column ol.list li {
	line-height: 24px;
	position: relative;
	padding-left: 35px;
}

.column ol.list li:before {
	line-height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	padding: 2px;
	content: '（'counter(number)'）';
	counter-increment: number;
	text-align: center;
	vertical-align: middle;
}

.column .indent {
	padding-left: 35px;
}

.column .reference {
	display: block;
	margin-left: 25px;
	padding: 20px;
	color: #666;
	border-top: dotted 1px #999;
	border-bottom: dotted 1px #999;
}

.column .product {
	margin-left: 30px;
}


/* product */

#container section p.summary.pro {
	font-size: 2em;
}
.column.pr {
	margin-bottom: 45px;
	border: 1px solid #aaa;
	text-align: center;
	padding: 30px 15px 15px;
}

.column .product dd {
	margin: 10px 0 30px;
	border-bottom: dotted 1px #ddd;
	padding: 0 0 20px;
}

.column .product dt {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.8em;
	margin: 25px 0 5px;
	vertical-align: middle;
}
.column .product dt.progress {
	font-size: 1em;
	margin-bottom: 10px;
	vertical-align: middle;
}

.column .product dt img {
	display: block;
	margin: 0 auto 0 0;
	width: auto;
	max-width: 230px;
	height: auto;
}

/*=================================================================
	.message
=================================================================*/
.message #container section {
	padding-left: 0;
}

.message h1.mesTitle {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.3em;
	font-weight: 100;
	line-height: 1.6em;
	max-width: 750px;
	margin: 0 auto 50px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #333;
}

#container section h2.messubTitle {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.6em;
	margin: 0 auto 50px;
	text-align: center;
}

.message .column p {
	line-height: 2.2em;
	margin-bottom: 30px;
	text-align: center;
}

/*=================================================================
	.news
=================================================================*/

.news h2 {
	color: #0270ff;
}

.news h2 small {
	color: #000;
}

.news dl {
	padding: 10px 0;
	border-bottom: 1px #c1c1c1 solid;
}

.news .column dl:first-child {
	border-top: 1px #c1c1c1 solid;
}

.news dl dt {
	display: inline-block;
	width: 160px;
	text-align: left;
	vertical-align: top;
	color: #0270ff;
}

.news dl dd {
	display: inline-block;
	text-align: left;
}

.news dl dd iframe {
	margin: 10px 0 50px;
}

.news .pagination {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.news .pagination li {
	font-size: 1.4em;
	display: inline-block;
	padding: 5px;
}

/*=================================================================
	.corporate
=================================================================*/
.corporate dl {
	padding: 10px 0;
	border-bottom: 1px #c1c1c1 solid;
}

.corporate .column dl:first-child {
	border-top: 1px #c1c1c1 solid;
}

.corporate dl dt {
	display: inline-block;
	width: 160px;
	text-align: left;
	vertical-align: top;
}

.corporate dl dd {
	display: inline-block;
	text-align: left;
}

.corporate dl dd .chibanote {
	display: inline-block;
	margin-left: 10px;
}


.corporate dl dd .oote img {
	width: 550px;
	height: auto;
	margin: 10px 0 0;
}

.corporate dl dd .oote figcaption {
	text-align: right;
}

.corporate dl dd #map,
.corporate dl dd #map2 {
	width: 550px;
	height: 350px;
	margin: 10px 0;
}

.corporate dl dd .map {
	margin: 10px 0 50px;
	border: 1px #ddd solid;
}

.corporate a.move {
	color: #0270ff;
	display: block;
}

.corporate a.move:before {
	content: '▼';
	display: inline-block;
	margin-right: 3px;
}

.corporate .column figure figcaption {
	text-align: right;
}

/*=================================================================
	.technology
=================================================================*/
.technology dl {
	margin: 0 0 15px;
}

.technology dl dt {
	margin: 0 0 5px;
}

.technology .note {
	font-size: .8em;
	text-align: right;
}

.technology .flow,
.technology .flowHair,
.technology .imgOneCol {
	text-align: center;
}

.technology .flow figure {
	display: inline-block;
	width: 230px;
	margin: 0 5px 15px;
	vertical-align: top;
}

.technology .flow figure figcaption {
	position: relative;
	padding: 0 0 0 15px;
	text-align: left;
}

.technology .flow figure figcaption span {
	position: absolute;
	top: 0;
	left: 0;
}

.technology .flowHair figure {
	display: inline-block;
	width: 300px;
	margin: 0 30px 15px;
	vertical-align: top;
}

.technology .flowHair figure figcaption {
	text-align: left;
}

.technology .imgOneCol figure img,
.technology .flow figure img {
	display: inline-block;
	height: auto;
	vertical-align: top;
}

.technology .flow figure img {
	width: 100%;
}

.technology .imgOneCol figure img {
	max-width: 100%;
}

.technology .imgOneCol figure {
	width: 750px;
	margin: 0 0 15px 0;
}

.technology .imgBoxC {
	width: 750px;
	margin: 0 0 15px 0;
	text-align: center;
}

.technology .imgBoxC img {
	width: 70%;
	height: auto;
}

.technology .imgBoxC.development img {
	width: 245px;
	height: auto;
}

.technology h4 {
	font-size: 1.3em;
	margin: 30px 0 20px;
}

.technology .flowBio {
	position: relative;
	padding: 20px 0;
}

.technology .flowBio p {
	position: absolute;
	top: 170px;
	right: 0;
	width: 185px;
	height: 210px;
}

.technology .flowBio li ul {
	display: table;
}

.technology .flowBio li ul li {
	display: table-cell;
	margin: 0 0 15px 0;
	vertical-align: top;
}

.technology .flowBio li ul li:first-child {
	width: 250px;
}

.technology .flowBio li ul li.arrow {
	padding: 0 10px 0 0;
}

.technology .flowBio li ul li.caution {
	color: #811a1e;
}

.technology .flowBio li:first-child ul li.arrow img {
	display: block;
	padding: 0 30px 0 20px;
	background: url(../technology/img/arrow_red_s.png) no-repeat right center;
}

.technology .flowBio li ul li.arrow img {
	display: block;
	padding: 0 30px 0 20px;
	background: url(../technology/img/arrow_gold_s.png) no-repeat right center;
}

/*=================================================================
	.slideNav
=================================================================*/
.slideNav {
	position: relative;
	width: 850px;
	height: 825px;
	margin: 0 auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
}
.slideNav span.slidePn1 {
	position: absolute;
	display: block;
	width: 300px;
	height: 130px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-size: 100%;
}
.slideNav a {
	position: absolute;
	display: block;
	width: 260px;
	height: 225px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-size: 100%;
}

.slideNav a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1.05);
}

.slideNav a img {
	width: auto;
	height: 225px;
}
.slideNav .slidePn1 {
	top: 50%;
	right: 0;
	left: 0;
	width: 300px;
	height: 130px;
	margin: -94px auto 0;
}
.slideNav .slidePn2 {
	right: 0;
	bottom: 10px;
	left: 0;
	margin: 0 auto;
}
.slideNav .slidePn3 {
	top: 366px;
	left: 10px;
}
.slideNav .slidePn4 {
	top: 10px;
	left: 95px;
}
.slideNav .slidePn5 {
	top: 10px;
	right: 95px;
}
.slideNav .slidePn6 {
	top: 366px;
	right: 10px;
}

/*=================================================================
	business
=================================================================*/
body.business #business {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	overflow: auto;
	margin: auto;
	padding: 130px 0 0;
	width: 100%;
	height: 100vh;
	background: url(../img/business/bsnsbg.jpg) no-repeat center bottom;
	background-size: cover;
}

/* .stageSlide
--------------------------- */
.stageSlide {
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
}
.stageSlide .businessNav {
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: 98;
	margin-bottom: -400px;
	margin-left: -400px;
	width: 800px;
	height: 800px;
	text-align: center;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}
.stageSlide .businessNav span,
.stageSlide .businessNav a {
	position: absolute;
	display: block;
	width: 256px;
	height: 256px;
	background-size: 100%;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
}
.stageSlide .businessNav a:hover {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	transform: scale(1.05);
}
.stageSlide .businessNav span img,
.stageSlide .businessNav a img {
	width: 100%;
	height: auto;
}
.stageSlide .businessNav .slidePn1 {
	top: 283px;
	left: 227px;
	width: 346px;
	height: 150px;
}
.stageSlide .businessNav .slidePn2 {
	top: 527px;
	left: 266px;
}
.stageSlide .businessNav .slidePn3 {
	top: 306px;
	left: -59px;
}
.stageSlide .businessNav .slidePn4 {
	top: -10px;
	left: 29px;
}
.stageSlide .businessNav .slidePn5 {
	top: -10px;
	left: 491px;
}
.stageSlide .businessNav .slidePn6 {
	top: 336px;
	left: 606px;
}
.stageSlide .businessNav.navShort .slidePn1 {
	background: url(../img/business/btn-bsns1_w.png) no-repeat center center;
	background-size: contain;
}
.stageSlide .businessNav.navShort .slidePn1 img {
	display: none;
}
@media only screen and (max-height: 860px) {
	.stageSlide .businessNav {
		bottom: 50%;
		left: 50%;
		margin-bottom: -300px;
		margin-left: -300px;
		width: 600px;
		height: 600px;
	}
	.stageSlide .businessNav a {
		width: 175px;
		height: 175px;
	}
	.stageSlide .businessNav a img {
		width: 100%;
	}
	.stageSlide .businessNav .slidePn1 {
		top: 207px;
		left: 188px;
		width: 213px;
		height: 90px;
	}
	.stageSlide .businessNav .slidePn2 {
		top: 400px;
		left: 210px;
	}
	.stageSlide .businessNav .slidePn3 {
		top: 227px;
		left: 0;
	}
	.stageSlide .businessNav .slidePn4 {
		top: 0;
		left: 32px;
	}
	.stageSlide .businessNav .slidePn5 {
		top: 0;
		left: 392px;
	}
	.stageSlide .businessNav .slidePn6 {
		top: 227px;
		left: 432px;
	}
}
.stageSlide .businessNav.navShort {
	bottom: 50px;
	left: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 300px;
	height: 300px;
}
.stageSlide .businessNav.navShort a {
	width: 80px;
	height: 80px;
	background-size: 100%;
	opacity: .5;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}
.stageSlide .businessNav.navShort a:hover,
.stageSlide .businessNav.navShort a.pnActive {
	opacity: 1;
}
.stageSlide .businessNav.navShort a.slidePn1:hover {
	cursor: pointer;
}
.stageSlide .businessNav.navShort a.pnActive {
	z-index: 99;
	transform: scale(1.3);
}
.stageSlide .businessNav.navShort .slidePn1 {
	top: 145px;
	left: 0;
	width: 205px;
	height: 100px;
	opacity: 1;
}
.stageSlide .businessNav.navShort .slidePn2 {
	top: 0;
	left: 5px;
}
.stageSlide .businessNav.navShort .slidePn3 {
	top: 20px;
	left: 87px;
}
.stageSlide .businessNav.navShort .slidePn4 {
	top: 64px;
	left: 160px;
}
.stageSlide .businessNav.navShort .slidePn5 {
	top: 134px;
	left: 205px;
	width: 86px;
}
.stageSlide .businessNav.navShort .slidePn6 {
	top: 215px;
	left: 240px;
}

/* .bubble
--------------------------- */
body.business #business.water {
	background: url(../img/business/bsns1bg.jpg) no-repeat center center;
	background-size: cover;
}
body.business #business.medical {
	background: url(../img/business/bsns2bg.jpg) no-repeat center center;
	background-size: cover;
}
body.business #business.beauty {
	background: url(../img/business/bsns3bg.jpg) no-repeat center center;
	background-size: cover;
}
body.business #business.agriculture {
	background: url(../img/business/bsns4bg.jpg) no-repeat center center;
	background-size: cover;
}
body.business #business.energy {
	background: url(../img/business/bsns5bg.jpg) no-repeat center center;
	background-size: cover;
}
.slidePanel {
	position: relative;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100%;
}
#business .bubble {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 700px;
	margin-top: -350px;
	margin-left: -350px;
	transform: scale(0);
	text-align: center;
	opacity: 1;
}
#business.water .bubble {
	background: url(../img/business/bsns1_buble.png) no-repeat center center;
	background-size: 700px 700px;
}
#business #business2 .bubble {
	background: url(../img/business/bsns2_buble.png) no-repeat center center;
	background-size: 700px 700px;
}
#business #business3 .bubble {
	background: url(../img/business/bsns3_buble.png) no-repeat center center;
	background-size: 700px 700px;
}
#business #business4 .bubble {
	background: url(../img/business/bsns4_buble.png) no-repeat center center;
	background-size: 700px 700px;
}
#business #business5 .bubble {
	background: url(../img/business/bsns5_buble.png) no-repeat center center;
	background-size: 700px 700px;
}

#business .bubble.bbAcv {
	-webkit-transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
	-moz-transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
	transition: all 1.2s cubic-bezier(0,-.17,0,1.26);
	transform: scale(1);
	opacity: 1;
}
#business .bubble.bbRemove {
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	transition: all 3s linear;
	transform: scale(15);
	opacity: 0;
}
#business .bubble h2 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
}
#business .bubble h2 img {
	margin: 0 auto;
}
#business .bubble h3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 3em;
	line-height: 1.2em;
	padding: 170px 0 30px 0;
	text-align: center;
	opacity: 0;
	color: #fff;
	text-shadow: 0 3px 5px #000;
}
#business .bubble h3 span {
	font-size: .8em;
	display: block;
}
#business .bubble h3 small {
	font-size: .6em;
}
#business .bubble p {
	font-size: 1.2em;
	line-height: 2.3em;
	padding: 15px 0 0 0;
	text-align: center;
	opacity: 0;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
@media only screen and (max-height: 860px) {
	#business .bubble h2 {
		position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	#business .bubble h2 img {
		width: auto;
		max-height: 110px;
		margin: 0 auto;
	}
	#business .bubble h2 img.Agriculture {
		position: absolute;
		right: 50px;
		margin: 0 auto;
	}
	#business .bubble h3 {
		font-size: 2.5em;
		line-height: 1.2em;
		padding: 130px 0 0 0;
	}
	#business .bubble h3 span {
		font-size: .8em;
		display: block;
	}
	#business .bubble p {
		line-height: 1.8em;
		padding: 15px 0 0 0;
	}
	#business1,
	#business2,
	#business3,
	#business4,
	#business5 {
		padding-top: 20px;
	}
	#business .fieldWrap {
		background-size: 650px 650px;
	}
	#business .bubble {
		height: 600px;
		margin-top: -300px;
	}
	#business #business1 .bubble {
		background: url(../img/business/bsns1_buble.png) no-repeat center center;
		background-size: 600px 600px;
	}
	#business #business2 .bubble {
		background: url(../img/business/bsns2_buble.png) no-repeat center center;
		background-size: 600px 600px;
	}
	#business #business3 .bubble {
		background: url(../img/business/bsns3_buble.png) no-repeat center center;
		background-size: 600px 600px;
	}
	#business #business4 .bubble {
		background: url(../img/business/bsns4_buble.png) no-repeat center center;
		background-size: 600px 600px;
	}
	#business #business5 .bubble {
		background: url(../img/business/bsns5_buble.png) no-repeat center center;
		background-size: 600px 600px;
	}
}


/* =====================================
	CSS Animation Elements
===================================== */
.animSt img {
	-webkit-animation: none;
	   -moz-animation: none;
	        animation: none;
}
.stageSlide .businessNav a.animSt img {
	-webkit-animation: blFloating 3s ease-in-out infinite;
	   -moz-animation: blFloating 3s ease-in-out infinite;
	        animation: blFloating 3s ease-in-out infinite;
}
.stageSlide .businessNav.navShort a.animSt img {
	margin-top: 0!important;
	-webkit-animation: none;
	   -moz-animation: none;
	        animation: none;
}
@-moz-keyframes blFloating {
	40% {
		margin-top: 5px;
		transform: scale(.95);
	}
	80% {
		margin-top: -5px;
		transform: scale(1);
	}
}
@-webkit-keyframes blFloating {
	40% {
		margin-top: 5px;
		transform: scale(.95);
	}
	80% {
		margin-top: -5px;
		transform: scale(1);
	}
}
@keyframes blFloating {
	40% {
		margin-top: 5px;
		transform: scale(.95);
	}
	80% {
		margin-top: -5px;
		transform: scale(1);
	}
}

/*=================================================================
	control
=================================================================*/
.active {
	color: #0270ff !important;
}

.attention {
	color: #0270ff !important;
}

.bold {
	font-weight: bold;
}

.is_ab {
	position: absolute;
}

.is_none {
	display: none !important;
}

.is_disable {
	cursor: default;
	text-decoration: none;
	pointer-events: none;
	opacity: .4;

	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.smallText {
	font-size: .9em;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}


/*movie.html*/

#movie {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 65px 0;
	text-align: center;
}

#movie .movieWrap {
	line-height: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

#movie .movieWrap .player {
	line-height: 0;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	text-align: center;
	background: #000;
}


#movie.labo {
	padding: 125px 0 0;
	position: relative;
}

#movie .movieWrap .player {
	margin: 0 auto;
}

#movie.labo .movieWrap iframe {
	height: 720px;
	width: 980px;
}

.tvlink {
	display: block;
	margin: 100px auto 0;
}

.tvlink a {
	color: #333;
	font-size: 1.2em;
	vertical-align: middle;
	padding: 10px 30px;
	border: 1px solid #aaa;
}

a.movie {
	color: #0270ff;
}

.italic {
	font-style: italic;
}