@charset "UTF-8";
/* style.css */

body{
	background:#000000;
}

#content {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #000;
	height: 250px;
}

.banner_yusen {
  width:300px;
  margin: 0 auto -10px;
  position: relative;
  padding: 0 15px 0 20px;
  width: 100%;
  max-width: 500px;
  box-sizing:border-box;
}

.banner_yusen img {
  display: block;
  width: 100%;
  height: auto;
}

.medama{
  margin: 0 auto;
  width: 90%;
}

.medama img{
    margin: 0 auto;
    width: 100%;
}

.main{
	z-index: 0;
}

.tokaigiList{
	width:100%;
	margin:0 auto;
	padding-top: 10px;
}

.tokaigiList li{
	margin: 0 auto;
	width:90%;
}

.go-to-makuhari,
.everyday-broadcast{
	display: block;
    margin: 0 auto;
}

.go-to-makuhari{
    width: 77.44%;
}

.everyday-broadcast{
    width:52.44%;
}

.tokaigiList li a img{
	margin: 0 auto;
	width:100%;
}

.grand-prix,
.tokaigitv{
	position: relative;
    margin-top: 14px;
}

.tokaigiBox {
	width: 100%;
}

p.recital img{
	width: 100%;
}
p.onair{
	width: 254px;
	margin: 10px auto;
}
p.showOnair{
	margin: 20px auto;
	width: 80%;
}
p.showOnair img{
	width: 100%;
}


p.banner2016{
	width:100%;
	margin:0 auto;
}

p.banner2016 img{
	width:100%;
}

p.point{
	margin: 15px auto;
	width:10%;
}
p.point img{
	width: 100%;
}

.poa {
	position: absolute;
	width: 100px;
}
.poa img{
	width: 100%;
}

header {
	height: 55px;
	position: relative;
	background: #000;
}
header h1 {
	top: 8px;
	left: 15px
}

.menuBtn {
	position: absolute;
	width: 39px;
	height: 39px;
	top: 7px;
	right: 10px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../img/header_btn_menu.png);
	background-size: 39px 78px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 0;
}


input[type="checkbox"].on-off{
    display: none;
}
.menu{
	position: absolute;
	width: 80%;
	overflow: hidden;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.9);
}

.menu li a{
    padding: 20px 30px;
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 160px;
}

.readtext{
	width: 90%;
	margin: 0 auto;
	padding:50px 0 20px;
	}

.readtext img{
	width: 100%;
}

/*------------------past------------------*/
.past {
	width: 100%;
	margin:20px auto;
}
.past p{
	font-size: 16px;
	color: #7c7c7c;
	text-align: center;
	margin-bottom: 5px;
}
.past a{
	text-decoration: none;
}


.past ul {
    width: 94%;
    margin:0 auto;
    clear: both;
    overflow: hidden;
    margin-bottom: 100px;
}

.past ul li{
    width: 50%;
    float: left;
}

.past ul li img{
        width: 100%;
}

footer{
	clear:both;
	color:#fff;
	width:100%;
	font-size: 10px;
	background:#500000;
	margin-top: 60px;
	padding:20px 0;
	text-align:center;}

.pagetop{
	background:url(../img/icon_arrow.png) 50% 50% no-repeat #500000;
	bottom: 45px;
    display: block;
    height: 50px;
    position: fixed;
    right: 33px;
    width: 48px;
    z-index: 130;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}

.linkBanner {
  background:url(../img/bg_link_banner.png) repeat;
  margin:30px auto 60px;
  padding:45px 0 5px 0;
  position:relative;
  width:240px;
}

.linkBanner img,
.linkBanner a {
  display:block;
}

.titleLinkBanner {
  width:260px;
  position:absolute;
  margin:0 0 0 -130px;
  left:50%;
  top:-10px;
}

.titleLinkBanner img {
  width:100%;
}

.linkBanner ul li {
  width:210px;
  margin:0 auto;
  padding:0 0 10px 0;
}

.linkBanner ul li img {
  width:210px;
  height:auto;
}



/*------------------headerSet------------------*/


.header {
	background: #231815 none repeat scroll 0 0;
	height: 34px;
	width: 100%;
	font-size: 12px;
}
.header a {
	color: #eee;
}
.header .inner {
	margin: 0 auto;
	width: 1024px;
}
.serviceLinks::before, .serviceLinks::after {
	content: " ";
	display: table;
}
.serviceLinks::after {
	clear: both;
}
.serviceLinks::before, .serviceLinks::after {
	content: " ";
	display: table;
}
.serviceLinks {
	float: left;
	padding-top: 11px;
}
.service:first-child::before {
	content: " ";
	margin-right: 0;
}
.service::before {
	color: #eee;
	content: "|";
	margin-right: 8px;
}
.header li {
	float: left;
}
.service {
	margin-right: 8px;
}

#footerSns {
text-align: center;
  width: 90%;
  margin:15px auto;
}
#footerSns ul {
  line-height: 100%;
  font-size: 0;
}
#footerSns ul li {
  display: inline-block;
  line-height: 100%;
  margin: 0 0 0 5px;
}
#footerSns ul li a {
  display: block;
}
