.spbtn,
.spbtnread,
#sphone-header,
#sphone-footer,
#sphoneTit {
  display: none;
}

iframe {
	border: 0;
}
.init-ad-wrapper {
  min-width: 1200px;
}

#sphone-header {
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.4, #f7f7f7));
  background-image: -moz-linear-gradient(-90deg, white 0%, #f7f7f7 40%);
  background-image: linear-gradient(-90deg, #ffffff 0%, #f7f7f7 40%);
  border-bottom: 1px solid #979797;
  width: 100%;
}


#tvasahiLogo a {
	display:block;
	width:114px;
	height:40px;
	text-indent:-9999px;
	-moz-background-size   :114px 24px;
	-webkit-background-size:114px 24px;
	-o-background-size     :114px 24px;
	-ms-background-size    :114px 24px;
	background-image:url(/sphone/images/logo_tvasahi_x2.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	float:left;
	margin-left: 5px;
}

#search {
  margin: 6px 5px 0 0;
  float: right;
}

#search #inputKeyword {
  width: 100px;
}

#inputKeyword {
  height: 25px;
  padding: 0 5px;
  border: 0;
  -webkit-box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  -moz-box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  box-shadow: inset 1px 1px 2px 0px #b2b2b2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fbfbfb), color-stop(1, #dfdede));
  background-image: -moz-linear-gradient(-90deg, #fbfbfb 0%, #dfdede 100%);
  background-image: linear-gradient(-90deg, #fbfbfb 0%, #dfdede 100%);
  float: left;
}

#submitKeyword {
  width: 25px;
  height: 25px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url(/sphone/common_program/images/btn_submit.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #656d77), color-stop(1, #3a3e44));
  background-image: url(/sphone/common_program/images/btn_submit.png), -moz-linear-gradient(-90deg, #656d77 0%, #3a3e44 100%);
  background-image: url(/sphone/common_program/images/btn_submit.png), linear-gradient(-90deg, #656d77 0%, #3a3e44 100%);
  background-repeat: no-repeat, repeat;
  background-position: 50% 50%, 0 0;
  float: right;
}

#sphone-footer {
  background-color: #ffffff;
}

#globalNavi {
  background-color: #b0b4b5;
  padding: 2px 3px;
}

#globalNavi li {
  float: left;
  width: 25%;
}

#globalNavi li a {
  display: block;
  height: 44px;
  text-indent: -9999px;
  margin: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 6px 0px #555;
  -moz-box-shadow: inset 0px 0px 6px 0px #555;
  box-shadow: inset 0px 0px 6px 0px #555;
  border-top: solid 1px #505151;
  border-right: solid 1px #C8CBCB;
  border-bottom: solid 1px #D2D4D4;
  border-left: solid 1px #747777;
  background-repeat: no-repeat, repeat;
  -moz-background-size: 100px 400px, auto;
  -webkit-background-size: 100px 400px, auto;
  -o-background-size: 100px 400px, auto;
  -ms-background-size: 100px 400px, auto;
  background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #a5a4a4), color-stop(1, #787777));
  background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(-90deg, #a5a4a4 0%, #787777 100%);
  background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(-90deg, #a5a4a4 0%, #787777 100%);
}

#globalNavi li a:hover,
#globalNavi li a:active {
  background-image: url(/sphone/images/btn_global_navi_x2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #1ea1b5), color-stop(1, #147190));
  background-image: url(/sphone/images/btn_global_navi_x2.png), -moz-linear-gradient(-90deg, #1ea1b5 0%, #147190 100%);
  background-image: url(/sphone/images/btn_global_navi_x2.png), linear-gradient(-90deg, #1ea1b5 0%, #147190 100%);
}

a.gNaviBangumi {
  background-position: 50% -3px, top left;
}

a.gNaviNews {
  background-position: 50% -53px, top left;
}

a.gNaviDrama {
  background-position: 50% -103px, top left;
}

a.gNaviVariety {
  background-position: 50% -153px, top left;
}

a.gNaviMusic {
  background-position: 50% -203px, top left;
}

a.gNaviSports {
  background-position: 50% -253px, top left;
}

a.gNaviAnime {
  background-position: 50% -303px, top left;
}

a.gNaviCooking {
  background-position: 50% -353px, top left;
}

#toRoot {
  padding: 20px 0;
  text-align: center;
}

#toRoot a:link,
#toRoot a:visited {
  padding: 0.5em 1.8em;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, lightgrey));
  background-image: -moz-linear-gradient(-90deg, white 0%, lightgrey 100%);
  background-image: linear-gradient(-90deg, #ffffff 0%, #d3d3d3 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 0px 1px 0px white;
  -ms-box-shadow: -2px -2px 2px rgba(51, 51, 51, 0.5);
  color: #4c4c4c;
  border: solid 1px #a6a6a6;
}

#copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 0.5em;
  background: #434343;
  padding: 10px;
  color: #fff;
}

a:link {
  color: ff9999;
  text-decoration: none;
}

a:hover {
  color: ff3333;
  text-decoration: none;
}

a:visited {
  color: ff9999;
  text-decoration: none;
}

a:active {
  color: ff9999;
  text-decoration: none;
}

/*clearfix*/
section {
  zoom: 1;
}

section:after {
  content: "";
  display: block;
  clear: both;
}

.block {
  zoom: 1;
}

.block:after {
  content: "";
  display: block;
  clear: both;
}

#wrapper {
	color: #333;
	font-size: 16px;
	line-height: 1.8em;
	position: relative;
}

#sb-container {
  display: none;
}

#main {
	width: 100%;
	top: 140px;
	background: #FFF url(../img/pc_title_back.jpg) repeat-x Center Top;
	min-width: 1200px;
	position:relative;
	padding:0 0 20px 0;
}
#infoArea {
	width: 100%;
	height: 60px;
	margin: 0 0 140px 0;
	background: #FFF url(../img/info_back.gif) repeat Center Top;
	min-width: 1200px;
	position: relative;
	top: 140px;
}
#infoMain {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	max-width: 1280px;
}
#smeBnr {
	margin: 0;
	padding:0;
	float:left;
	height:auto;
	width:240px;
	line-height:1.3em;
	font-size:10px;
	color:#CCC;
}
#smeBnr p {
	margin: 2px 0 0 0;
	padding:0;
}
#smeBnr img {
	margin: 0;
	padding:0;
	height:60px;
	width:240px;
}
#sns {
	float:right;
}


/* MENU AREA */
#menuArea {
	position: absolute;
	width: 100%;
	min-width:1200px;
	top: 0px;
	left: 0px;
	background: url(../img/pc_menu_back.jpg) repeat-x Center Top;
}
#menuArea ul {
	width: 1040px;
	margin:0 auto;
	position:relative;
	height:140px;
	padding:0;
}
#menuArea ul #menuLogo,
#menuArea ul #menuPapa,
#menuArea ul #menu1,
#menuArea ul #menu2,
#menuArea ul #menu3,
#menuArea ul #menu4,
#menuArea ul #menu5,
#menuArea ul #menu6,
#menuArea ul #menu7,
#menuArea ul #menu8,
#menuArea ul #menu_top,
#menuArea ul #menuMusuko {
	position:absolute;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0px;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	box-shadow:none;
}
#menuArea ul li img {
padding:0;
}

#menuArea ul #menuLogo{
	left:20px;
	top:0px;
}
#menuArea ul #menuPapa{
	left:240px;
	top:12px;
}
#menuArea ul #menu1{
	left:332px;
	top:16px;
}
#menuArea ul #menu2{
	left:382px;
	top:16px;
}
#menuArea ul #menu3{
	left:538px;
	top:16px;
}
#menuArea ul #menu4{
	left:734px;
	top:16px;
}
#menuArea ul #menu5{
	left:402px;
	top:84px;
}
#menuArea ul #menu6{
	left:499px;
	top:84px;
}
#menuArea ul #menu7{
	left:589px;
	top:84px;
}
#menuArea ul #menu8{
	left:738px;
	top:84px;
}
#menuArea ul #menu_top{
	left:837px;
	top:75px;
	width:52px;
	text-align:left;
}
#menuArea ul #menuMusuko{
	left:930px;
	top:6px;
}
.imgPc{
	display: block;
}
.imgSp{
	display: none;
}
