
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family		: Meiryo, "MS PGothic", Osaka, sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	overflow: hidden;
	min-width: 1100px;
}

/* body */

#body{
	width: 100%;
	text-align: left;
}


/* header */

header{
	position: relative;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 25px;
}

.header_a .top_info{
	width: 620px;
	height: 35px;
	font-size: 20px;
	line-height: 34px;
	border-width: 1px;
	border-style: solid;
	border-radius: 17.5px;
	position: absolute;
	bottom: 75px;
	left: calc(50% - 310px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.header_a .top_info p{	display: inline;}
.header_a .top_info br{	display: none;}
.header_a .top_info em{
	font-size: 14px;
}

.header_b .top_info{
	display: table;
	width: 460px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	position: absolute;
	left: calc(50% + 90px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.header_b .top_info p{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header_b .top_info p:nth-of-type(1){
	width: 220px;
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
}
.header_b .top_info p:nth-of-type(1) em{	font-size: 14px;}

.header_b .top_info p:nth-of-type(2){
	font-size: 24px;
	line-height: 23px;
}
.header_b .top_info p:nth-of-type(2) em{	font-size: 14px;}


/** nav **/

nav{
	font-size: 0;
	line-height: 0;
	height: 60px;
	padding: 4px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav li{
	display: inline-block;
	vertical-align: top;
	margin: 0 1px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav li a{
	position: relative;
	display: inline-block;
	width: 156px;
	height: 50px;
	font-size: 11px;
	line-height: 16px;
	padding-top: 7px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav li a:hover{
	text-decoration: none;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

nav li a span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 20px;
}
nav li a span:before{
	display:block;
	content:attr(title);
	position:absolute;
	top:0;
	left:0;
}

nav li a em{
	font-style: normal;
}

nav li a i{	display: none;}
nav > a.bt1{	display: none;}
nav .sp_nav_li{	display: none;}


/** sub **/

#sub{
	display: none;
	width: 100%;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: fixed;
	padding: 0 10px;
	z-index: 1000;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sub_menu{
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0 3px 0;
}

.sub_info{
	font-size: 12px;
	line-height: 20px;
}

.sub_info br{	display: none;}
.sub_info a{
	text-decoration: none;
	cursor: default;
}


/** headline **/

#headline_bg{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#headline{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#headline p{
	font-size: 13px;
	line-height: 25px;
	position: absolute;
	top: 0;
	left: 20px;
}

#headline .ticker{
	font-size: 11px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 0 145px;
}

div.ticker{
	position: relative;
	overflow: hidden;
}

div.ticker ul{
	height: 25px;
}

div.ticker ul li{
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	position: relative;
	line-height: 25px;
	margin-bottom: -25px;
}

div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}


/** main **/

main{	display: block;}

main .page_title{
	display: block;
	height: 100px;
	font-size: 13px;
	line-height: 14px;
	padding: 25px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

main .page_title em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	line-height: 36px;
}

main .title{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	height: 60px;
	margin: 0 0 15px 0;
	padding-top: 14px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

main .title em{
	font-size: 26px;
	position: relative;
}

#today .title{
	padding-top: 20px;
}

#today .title em{
	font-size: 18px;
}

.s_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	height: 60px;
	padding-top: 17px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title em{
	font-size: 11px;
	font-weight: normal;
}

.ss_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 7px;
}


/** footer **/

footer{
	clear: left;
	width: 100%;
	text-align: center;
	height: 270px;
}

#up{
	padding: 5px 0;
}

#up a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 40px;
	font-size: 14px;
	line-height: 16px;
	border-width: 1px;
	border-style: solid;
	padding: 16px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#up a:after{
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -4px;
	width: 6px;
	height: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#up a:hover{
	text-decoration: none;
}

#footer{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#textlink{
	position: relative;
	display: inline-block;
	font-size: 11px;
	line-height: 25px;
	margin: 0 0 25px 0;
	padding: 0 20px;
	z-index: 2;
}

#textlink p{
	position: relative;
	z-index: 10;
}
#textlink p br{	display: none;}

#textlink:before,
#textlink:after{
	content: '';
	width: 205px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#textlink:before{
	position: absolute;
	top: 12px;
	right: -205px;
}
#textlink:after{
	position: absolute;
	top: 12px;
	left: -205px;
}

#finfo{
	display: table;
	width: 960px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
}

#finfo_r{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding: 0 0 0 0;
}

#finfo h2{
	font-size: 11px;
	font-weight: normal;
}

#ad{
	text-align: right;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 104px;
	right: calc(50% - 480px);
	font-size: 10px;
	line-height: 16px;
}

#ad br{	display: none;}

#copy{
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	position: absolute;
	top: 129px;
	right: calc(50% - 480px);
}


/** color **/

.sat{	color	: #0066ff;}
.sun{	color	: #ff0000;}
.red{	color	: #ff0000;}
.tel{	color	: #6699ff;}
.on{	color	: #ff3333;}
.off{	color	: #999999;}
.next{	color	: #6173a1;}


/** rollover **/

.fade{
	display: inline-block;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.hover,
.fade input{
	-webkit-transition	: 0.3s ease-in-out;
	-moz-transition	: 0.3s ease-in-out;
	-o-transition	: 0.3s ease-in-out;
	transition		: 0.3s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

.hover:hover,
.fade input:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***** none *****/
#topimg,
#navToggle{	display: none;}
#page-top{
	position: absolute;
	top: -9999px;
}


/***************************************************
ANIMATION CSS
***************************************************/


/** BASE **/
.delighter{
	opacity: 0;
	filter: alpha(opacity=0);
}

/** START **/
.delighter.started{
	-webkit-transition	: 0.5s ease-in-out;
	-moz-transition	: 0.5s ease-in-out;
	-o-transition	: 0.5s ease-in-out;
	transition		: 0.5s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}

/** END **/
.delighter.started.ended{
	opacity: 1;
	filter: alpha(opacity=100);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{	min-width: 0; padding-top: 55px;}
	a:hover{	text-decoration: none;}
	body::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
	}

	/** header **/
	header{
		width: 100%;
		height: 55px !important;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
	}
	header h1{
		height: 55px !important;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	header .top_info{	display: none !important;}
	#mtop a{
		position: absolute;
		top: 0px;
		left: 0px;
		display:block;
		width: 150px;
		height: 55px;
		text-indent: -9999px;
	}
	#navToggle{	display: block;}
	#navToggle button{
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		display:block;
		width: 40px;
		height: 35px;/** header,nav,SAME HEIGHT **/
		text-indent: -9999px;
		border-width: 1px;
		border-style: solid;
		border-radius: 1px;
		background: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#navToggle button span,
	#navToggle button span:before,
	#navToggle button span:after{
		display: inline-block;
		width: 22px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
	}
	#navToggle button span{
		position: absolute;
		top: 9px;
		right: 8px;
	}
	#navToggle button span:before,
	#navToggle button span:after{
		content: "";
		display: block;
		clear: both;
	}
	#navToggle button span:before{
		position: absolute;
		top: 6px;
		right: 0;
	}
	#navToggle button span:after{
		position: absolute;
		top: 12px;
		right: 0;
	}
	#navToggle .closebt span{
		position: absolute;
		top: 15px;
		right: 8px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	#navToggle .closebt span:before{
		content: "";
		clear: both;
		position: absolute;
		top: 0px;
		right: 0px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		opacity:0;
	}
	#navToggle .closebt span:after{
		content: "";
		display: block;
		clear: both;
		position: absolute;
		top: 0px;
		left: 0px;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
	}
	nav{
		width: 190px;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: absolute;
		right: -200px;
		top: 55px;/** header,nav,SAME HEIGHT **/
		z-index: 1000;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 55px 0;
	}
	nav.opennav{
		width: 190px;
		height: 100vh;
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar{
	  display: none;
	}
	nav{
		padding: 0 10px 10px 10px;
	}
	nav ul{
		padding-bottom: 120px;
	}
	nav li{	display: block;}
	nav li.sp_nav_li{	display: block;}
	nav li a{
		display: block;
		width: auto;
		height: auto;
		font-size: 13px;
		line-height: 20px;
		text-decoration: none;
		margin: 0;
		padding: 15px 0 14px 2px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	nav li > a{
		background: url(../../www.tmpt1.com/ipn/img/all/i1.png) no-repeat 100% 50% !important;
		-webkit-background-size: 24px 10px !important;
		background-size: 24px 10px !important;
	}
	nav > a.bt1 , nav > a.bt1:hover{
		display: block;
		font-size: 13px;
		margin: 10px 0 0 0;
		line-height: 15px;
		border: none;
	}
	nav li a em,
	nav li a br{	display: none;}
	nav li a span{
		font-size: 13px;
		line-height: 20px;
		font-family		: Meiryo, "MS PGothic", Osaka, sans-serif !important;
	}
	nav li a i{
		display: inline;
		font-style: normal;
	}

	/** sub **/
	#sub{
		display: block !important;
		width: 100%;
		height: 50px !important;
		text-align: center;
		padding: 0 10px;
		position: static;
		background-image: none !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.sub_menu{	display: none;}
	.sub_info{
		font-size: 11px;
		line-height: 18px;
		padding: 7px 0 0 0;
	}
	.sub_info span{	display: none;}
	.sub_info br{	display: inline;}
	.sub_info a{	font-size: 17px; cursor: pointer;}

	/** headline **/
	#headline{
		position: relative;
		width: 100%;
		margin: 0;
	}
	#headline p{	display: none;}
	#headline .ticker{
		font-size: 11px;
		line-height: 25px;
		margin: 0;
	}
	div.ticker ul{	height: 25px;}
	div.ticker ul li{
		line-height: 25px;
		margin-bottom: -25px;
	}

	/** main **/
	main{
		text-align: left;
	}
	#topimg{
		display: block;
		width: 100%;
		position: relative;
		margin: 0 0 0 0;
		padding-top: calc(180 / 320 * 100%);
	}
	#topimg h2{
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	main .page_title{
		height: 80px;
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		padding: 18px 0 0 0;
		border-top-width: 1px;
		border-top-style: solid;
	}
	main .page_title em{
		font-size: 28px;
		line-height: 30px;
	}
	main .title{
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		height: 60px;
		margin: 0 0 20px 0;
		padding-top: 20px;
		border-left: none;
		border-right: none;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	main .title em{
		font-size: 26px;
		position: relative;
	}
	.s_title{
		font-size: 15px;
		font-weight: bold;
		line-height: 16px;
		text-align: center;
		height: 60px;
		padding-top: 13px;
		border: none;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-top-style: solid;
		border-bottom-style: solid;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.s_title em{
		font-size: 11px;
		font-weight: normal;
	}
	#cnt{
		display: block;
		width: auto;
		background: none !important;
		margin: 0;
	}
	#right{
		display: block;
		width: auto;
		padding: 0 0 10px 0;
	}

	/** page-top **/
	#page-top{
		display: none;
		width: 100%;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		text-align: right;
		position: fixed;
		z-index: 1000;
		top: auto;
		right: 0;
		bottom: 0;
		padding: 3px 0;
	}
	#page-top a , #page-top a:hover{	color: #ffffff;}
	#page-top table{	width: 100%;}
	#page-top tr{	vertical-align: middle;}
	#page-top td{	padding: 0 1px;}
	#page-top tr td:first-child{	padding-left: 3px;}
	#page-top tr td:last-child{	padding-right: 3px;}
	#page-top td.pg_td{	width: 50px;}
	.pg_tel1{
		display: block;
		height: 50px;
		text-align: left;
		border-radius: 3px;
	}
	.pg_tel1 a{
		position: relative;
		display: block;
		height: 50px;
		font-weight: normal;
		text-decoration: none;
	}
	.pg_tel1 a em,
	.pg_tel1 a span{
		display: block;
	}
	.pg_tel1 a em{
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		padding: 5px 0 0 25px;
	}
	.pg_tel1 a span{
		font-size: 25px;
		line-height: 28px;
		padding: 0 0 0 5px;
	}
	.pg_tel2{
		display: block;
		height: 50px;
		text-align: left;
		border-radius: 3px;
	}
	.pg_tel2 a{
		position: relative;
		display: block;
		height: 50px;
		text-decoration: none;
		font-size: 24px;
		font-weight: normal;
		line-height: 50px;
		text-align: left;
	}
	.pg_tel2 a em,
	.pg_tel2 a span{
		display: block;
	}
	.pg_tel2 a em{
		font-size: 10px;
		font-weight: bold;
		line-height: 16px;
		padding: 9px 0 0 25px;
	}
	.pg_tel2 a span{
		font-size: 13px;
		line-height: 20px;
		padding: 0 0 0 7px;
	}
	#pg_top,
	#pg_up{
		display: block;
		width: 50px;
		height: 50px;
	}
	#pg_top a,
	#pg_up a{
		display: block;
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 50px;
		text-align: center;
	}
	#move-page-top{
		text-decoration: none;
		display: block;
		cursor: pointer;
	}
	.pg_tel1 a{	background-image: url(../img/fd_i1.png); background-repeat: no-repeat; background-position: 3px 3px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
	.pg_tel2 a{	background-image: url(../img/fd_i1.png); background-repeat: no-repeat; background-position: 5px 7px; -webkit-background-size: 20px 20px; background-size: 20px 20px;}
	#pg_top a{	background-image: url(../img/fd_i2.png); background-repeat: no-repeat; background-position: top center; -webkit-background-size: 50px 50px; background-size: 50px 50px;}
	#pg_up a{	background-image: url(../img/fd_i3.png); background-repeat: no-repeat; background-position: top center; -webkit-background-size: 50px 50px; background-size: 50px 50px;}

	/** footer **/
	footer{
		width: 100%;
		height: auto;
	}
	#footer{
		width: auto;
		margin: 0;
		padding: 10px 10px 70px 10px;
	}
	#textlink{
		display: block;
		font-size: 10px;
		line-height: 16px;
		margin: 0 0 10px 0;
		padding: 6px 0px;
		border-radius: 0;
	}
	#textlink p{
		position: relative;
		z-index: 10;
		letter-spacing: -2px;
	}
	#textlink a{
		position: relative;
		z-index: 10;
		letter-spacing: 0px;
	}
	#textlink p span,
	#textlink:before , #textlink:after{	display: none;}
	#textlink p br{	display: inline;}
	#finfo{
		width: 100%;
		margin: 0 0 10px 0;
	}
	#finfo_r{
		display: block;
	}
	#finfo_r{
		height: auto;
		font-size: 11px;
		line-height: 18px;
		text-align: center;
		padding: 0;
	}
	#finfo_r p span{	display: none;}
	#finfo h2{
		font-size: 11px;
		font-weight: normal;
	}
	#ad{
		position: static;
		margin: 0;
		text-align: center;
	}
	#ad br{	display: inline;}
	#ad em{	display: none;}
	#copy{
		position: static;
		padding: 10px 0 0 0;
		line-height: 16px;
		text-align: center;
	}

	/***** none *****/
	#left{	display: none !important;}
	
	img.lazy{
		-webkit-transition	: none !important;
		-moz-transition		: none !important;
		-o-transition		: none !important;
		transition		: none !important;
	}
}
