@charset "utf-8";

/* @media screen and (min-width: 769px) { */
@media screen and (min-width: 900px) {
/*PC用*/
	.sp {
		display: none;
	}
	#main_ttl {
		text-align: center;
	    font-size: 48px;
	    color: #0052A5;
	    font-weight: bold;
	}
	#btn-retrun {
		text-align: right;
    	font-size: 16px;
		padding-bottom: 5px;
	    width: 1200px;
    	margin: 0 auto;
	}
	#btn-retrun a {
		background-color: #0052A5;
		color: #fff;
		padding: 5px 10px;
	}

	.lower {
		margin-bottom: 50px;
	}
	/*
	.flex {
		display: flex;
	}
	*/

	.section {
		overflow: hidden;
		margin-top: 30px;
	}

	#kisho {
	padding-top: 20px;
	/*	padding-bottom: 30px;*/
	}
	#kisho #table_ttl {
		background: #0052A5;
	    color: #fff;
	    font-size: 24px;
	    font-weight: bold;
	}
	#kisho #date {
		text-align: right;
		/*margin-bottom: 10px;*/
		font-size: 16px;
	}
	#kisho #date_2 {
		/*text-align: right;*/
		margin-bottom: 10px;
	}
	#kisho table {
		width: 100%;
		border-top: 2px solid #333333;
		border-left:  2px solid #333333;
	}
	#kisho td {
		border-bottom:  2px solid #333333;
		border-right:  2px solid #333333;
		padding: 0.5em;
		vertical-align: middle;
		line-height: 1.5em;
	}
	#kisho .sp_alert,
	#kisho .alert {
		color: #ffffff;
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#kisho .sp_alert {
		background-color: #000000;
		width: 20%;
	}
	#kisho .alert {
		background-color: #ff2800;
		width: 20%;
	}
	/*
	#kisho .warning {
		background-color: #faf500;
		color: #000000;
		text-align: center;
		width: 200px;
		font-size: 24px;
		font-weight: bold;
	}
	*/
	#kisho .area {
		background-color: #fefefe;
		font-size: 18px;
		width: 80%;
	}
	#kisho .line {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#keikai-level {
		float: left;
		width: 640px;
		border: 1px solid;
	}
	.cont_ttl {
		text-align: center;
	  background: #0052A5;
	  color: #fff;
	  font-size: 24px;
	  font-weight: bold;
	}

	#lji {
		float: left;
	  width: 800px;
    /*margin-top: -8px;*/
	  /*border: 1px solid;*/
	  /*margin-left: 10px;*/
	}

	.alertArea {
		/*height: 360px;*/
	  /*overflow-y: scroll;*/
	  /*padding-left: 10px;*/
	}

	#lji iframe {
		width: 100%;
		/*height: 360px;*/
		/*overflow-y: scroll;*/
	}

	#live {
		/* float: left; */
		width: 800px;
		/* border: 1px solid; */
		margin: 0 auto;
	}

	#news {
		float: left;
		width: 370px;
    /*height: 490px;*/
		margin-left: 30px;
	}

	.menuBox_tv_news {
		margin-bottom: 20px;
	}

	.tit_specs_tv_newsken {
		margin-top: 5px;
	    margin-left: 5px;
	    margin-right: 5px;
	}

	h2.tit_specs_tv_newsken span:not(.icon) {
		margin-left: 80px;
	}

	.tit_specs_tv_newsken .icon {
	    vertical-align: sub;
	}

	.icon_arrow03 {
		padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
		font-size: 16px;
		height: 430px;
    overflow-y: scroll;
	}

	.border {
		border-left: 1px solid;
		border-right: 1px solid;
		border-bottom: 1px solid;
		/*overflow-y: scroll;*/
	}


	#read-more {
		text-align: right;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#scoop {
		/*text-align: center;*/
	}

/*
	.weather_img_left {
		float: left;
		width: 590px;
		margin-right: 5px;
	}

	.weather_img_right {
		float: left;
		width: 590px;
		margin-left: 5px;
	}

	.weather_second {
		margin-top: 10px;
	}
*/

	.weather_img_left {
		float: left;
		width: 800px;
		/*margin-right: 30px;*/
	}

	#banner {
		/*float: left;*/
		width: 370px;
		margin-left: 30px;
		margin-top: 30px;
	}

	#bsn-app {
		margin-top: 20px;
		font-weight: bold;
		font-size: 16px;
	}

	#bsn-app .link-img {
		margin-top: 10px;
	}

	#bsn-app img {
		width: 300px;
	}

	.right {
		float: right;
	}

	.twitter_left {
		float: left;
		width: 588px;
		margin-right: 5px;
		border: 1px solid;
	}

	.twitter_right {
		/*float: left;*/
		width: 368px;
		margin-left: 30px;
		border: 1px solid;
	}

	.smaller {
		font-size: 80%;
		margin-left: 1em;
	}
	.copyright {
		text-align: center;
		/*margin:15px 0;*/
		background-color:#0052A5;
		color:#ffffff;
		padding:20px 0;
	}

	#link {
		margin-top: 10px;
	}
	#link td {
		width: 25%;;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
/*PC用 ここまで*/
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 899px) {
/*スマホ用*/
	body {
		min-width: 100%;
	}
	.lower {
		margin-bottom: 50px;
	}
	.section,
	#keikai-level,
	#lji,
	#live,
	#news,
	#scoop,
	.weather_img_left,
	.weather_img_right,
	.twitter_left,
	.twitter_right {
		margin-top: 20px;
	}
	.cont_ttl {
		text-align: center;
		background: #0052A5;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	#main_ttl {
		text-align: center;
		/* font-size: 30px; */
		font-size: 7vw;
		color: #0052A5;
		font-weight: bold;
	}
	.button {
		overflow: hidden;
		margin: 5px 0 0;
	}
	#reload {
		float: left;
	}
	#reload input {
		padding:3px;
	}
	#btn-retrun {
		text-align: right;
		font-size: 12px;
		padding-bottom: 5px;
		/* float:right; */
		margin:5px 0 0;
	}
	#btn-retrun a {
		background-color: #0052A5;
		color: #fff;
		padding: 5px 10px;
	}
	.img_bg {
		margin-bottom: 0px;
	}

	#kisho {
		margin-top: 10px;
		/*	padding-bottom: 30px;*/
	}
	#kisho #table_ttl {
		background: #0052A5;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
	}
	#kisho #date {
		text-align: center;
		/*margin-bottom: 10px;*/
		font-size: 14px;
	}
	#kisho #date_2 {
		/*text-align: right;*/
		margin-bottom: 10px;
	}
	#kisho table {
		border-top: 2px solid #333333;
		border-left:  2px solid #333333;
	}
	#kisho td {
		border-bottom:  2px solid #333333;
		border-right:  2px solid #333333;
		padding: 0.5em;
		vertical-align: middle;
		line-height: 1.5em;
	}
	#kisho .sp_alert,
	#kisho .alert {
		color: #ffffff;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	#kisho .sp_alert {
		background-color: #000000;
		width: 15%;
	}
	#kisho .alert {
		background-color: #ff2800;
		width: 15%;

	}
	/*
	#kisho .warning {
		background-color: #faf500;
		color: #000000;
		text-align: center;
		width: 200px;
		font-size: 24px;
		font-weight: bold;
	}
	*/
	#kisho .area {
		background-color: #fefefe;
		font-size: 14px;
		width: 85%;
	}
	#kisho .line {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#keikai-level {
		float: none;
		width: 100%;
		border: 1px solid;
	}
	#lji {
		float: none;
	  width: 100%;
	  margin-left: 0px;
	}
	#lji iframe {
		width: 100%;
		/*height: 360px;*/
		/*overflow-y: scroll;*/
		overflow-y: auto;
		/*transform: translateZ(0);*/
		-webkit-overflow-scrolling: touch;
	}
	.alertArea {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	/*
	.alertArea dl dd.title,
	.alertArea dl dd.detail {
		margin: 0;
	}
	*/
	#youtube {
	  	position: relative;
	  	width: 100%;
	  	padding-top: 56.25%;
	}
	#youtube iframe {
	  	position: absolute;
	  	top: 0;
	  	right: 0;
	  	width: 100% !important;
	  	height: 100% !important;
	}
	h2.tit_specs_tv_newsken span:not(.icon) {
		margin-left: 20px;
	}
	.icon_arrow03 {
		padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 10px;
	    padding-top: 10px;
		font-size: 14px;
	}
	#scoop {
		text-align: center;
	}
	/*
	.twitter_right {
		display: none;
	}
	*/
	.twitter_left,
	.twitter_right {
		border: 1px solid;
	}
	.twitter_left .cont_ttl,
	.twitter_right .cont_ttl {
		/* max-width: 588px; */
	}
	.twitter_left .smaller,
	.twitter_right .smaller {
		font-size: 10px;
		padding-left: 1.0em;
	}
	#bsn-app {
		margin-top: 20px;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	#bsn-app .link-img {
		margin-top: 10px;
	}
	#bsn-app img {
		width: 140px;
	}
	#link {
		margin-top: 10px;
	}
	.copyright {
		text-align: center;
		background-color: #0052A5;
		color: #ffffff;
		padding: 10px;
		font-size: 10px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
/*スマホ用 ここまで*/
}
