@charset "UTF-8";

/*----------------------------------------------------
 clearfix
 ----------------------------------------------------*/

.clr:after {
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0%;
	display: block;
	content: "";
}
.clr {
	zoom: 1;
}

/*----------------------------------------------------
 css reset
 ----------------------------------------------------*/
body {
	font-family: Arial, Helvetica, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	color: #333;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
form {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
abbr, acronym, fieldset {
	border: 0;
}
img {
	border: 0;
	border: none;
	-webkit-touch-callout: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}

* {
	zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#nol_header *, #nol_header, #resFooter, #resFooter * {
	box-sizing: content-box;
}

#nol_header {
	/*border-bottom: 1px solid #ccc;*/
}

/*----------------------------------------------------
 color setting
 ----------------------------------------------------*/

.baseColor {
	color: #007CD2;
	border:2px solid #007CD2;
}

.storageColor {
	color: #DA243E;
	border:2px solid #DA243E;
}

.nodColor {
	color: #EA7E1D;
	border:2px solid #EA7E1D;
}

.oplColor {
	color: #40783C;
	border:2px solid #40783C;
}

.aboutColor {
	color: #7D67BF;
	border:2px solid #7D67BF;
}

.toAbout.baseColor,.backBtn.baseColor,#infoArea.baseColor .info_header {
	background-color: #007CD2;
	color:#fff;
}

.toAbout.storageColor,.backBtn.storageColor,.timemachine_link.storageColor,#infoArea.storageColor .info_header {
	background-color: #DA243E;
	color:#fff;
}

.toView {
	background-color:#fff !important;
	color:#007CD2;
	border:2px solid #007CD2;
}

.toView span {
	background-image: url(../images/common/arrow_broadcast.png);
	background-repeat: no-repeat;
}

.toView.storageColor {
	background-color:#fff;
	color:#DA243E;
	border:2px solid #DA243E;
}

.toView.storageColor span {
	background-image: url(../images/common/arrow_str.png);
	background-repeat: no-repeat;
}

.toView.nodColor {
	background-color:#fff;
	color:#EA7E1D;
	border:2px solid #EA7E1D;
}

.toView.nodColor span {
	background-image: url(../images/common/arrow_nod.png);
	background-repeat: no-repeat;
}

.toView.oplColor {
	background-color:#fff;
	color:#40783C;
	border:2px solid #40783C;
}

.toView.oplColor span {
	background-image: url(../images/common/arrow_opl.png);
	background-repeat: no-repeat;
}

.toAbout.nodColor,.backBtn.nodColor,.timemachine_link.nodColor,#infoArea.nodColor .info_header {
	background-color: #EA7E1D;
	color:#fff;
}

.toAbout.oplColor,.backBtn.oplColor,.timemachine_link.oplColor,#infoArea.oplColor .info_header {
	background-color: #40783C;
	color:#fff;
}

#globalNav.baseColor {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #007CD2;
	border-radius: 0px;
}

#globalNav.storageColor {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #DA243E;
	border-radius: 0px;
}

#globalNav.nodColor {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #EA7E1D;
	border-radius: 0px;
}

#globalNav.oplColor {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #40783C;
	border-radius: 0px;
}

#globalNav.aboutColor {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 3px solid #7D67BF;
	border-radius: 0px;
}

.page_title h2.baseColor {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 12px solid #007CD2;
	color: #007CD2;
}

.page_title h2.storageColor {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 12px solid #DA243E;
	color: #DA243E;
}

.page_title h2.nodColor {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 12px solid #EA7E1D;
	color: #EA7E1D;
}

.page_title h2.oplColor {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 12px solid #40783C;
	color: #40783C;
}

.page_title h2.aboutColor {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 12px solid #7D67BF;
	color: #7D67BF;
}


/*----------------------------------------------------
 base style
 ----------------------------------------------------*/

body, html {
	min-height: 100%;
	height: 100%;
}

#content, .col {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
}

#globalNav .col , #footer .col {
	position: relative;
    max-width: 1000px;
    margin: 0 auto 0 auto;
    text-align: left;
    clear: both;
    box-sizing: border-box;
    padding: 0 5px 0 5px;
}

#contentWrap {
	position: relative;
}

#wrapper {
	position: relative;
    height: auto;
    min-height: 100%;
}

.snsContainer {
	text-align: right;
	margin: 10px 0 20px 0;
}
.page_title .snsContainer {
	top: 0px;
	right: 0px;
}

.detailPage .page_title .snsContainer {
	top: 0px;
	right: 205px;
}

.snsContainer span {
	font-size: 12px;
}

/*パンくず*/
.bread {
	margin: 0 0 20px 0;
}

.bread li {
	display: inline-block;
	font-size: 13px;
	*display: inline;  
    *zoom: 1;  
}

.bread li + li:before {
	margin: 0 5px;
	content: ">";
	font-weight: normal;
}


ol.bread a:hover {
	text-decoration: underline;
}

.centerBox {
	position: relative;
	max-width: 840px;
	margin: 0 auto 0 auto;
	text-align: left;
	clear: both;
}

.harf {
	width: 50%;
	float: left;
}

.main_content {
	width: 725px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.col7 {
	width: 74%;
}

.col3 {
	width: 25%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

.desc {
	font-size: 12px;
	margin: 45px 0 10px 0;
	line-height: 2.3;
}

.smShow {
	display: none;
}

.btn {
	display: inline-block;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color: #111;
	padding: 5px 10px;
	font-size: 12px;
	margin: 10px 0;
}

.btn:hover {
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
	cursor: pointer;
}

.archives {
	display: inline-block;
    width: 138px;
    height: 40px;
    background-image: url(../images/common/logo_header.png);
    background-size: 140px 38px;
    background-repeat: no-repeat;
}

.openNavSearch {
	/* margin: 10px auto; */
	padding: 10px;
	width: 90%;
	margin: 15px auto 60px auto;
	text-align: center;
	background-color: #007CD2;
	color: #FFF;
	border-radius: 5px;
	padding: 15px 20px;
	cursor:pointer;
}

.openNavSearch span {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin: 0 5px 0 0;
	background-image: url(../images/top/toAboutArrow.png);
}

.basicArrow {
display: inline-block;
	width: 16px;
	height: 12px;
	margin: 0 5px 0 0;
	background-image: url(../images/top/toAboutArrow.png);
}

.timemachine_link .basicArrow {

	display: inline-block;
    position: absolute;
    width: 14px;
    height: 12px;
    margin: auto;
    background-image: url(../images/common/arrow_str.png);
	background-repeat: no-repeat;
    top: -2px;
    bottom: 0;
    left: 6px;

}



#nav_title {
 position: relative;
}

.openNavSearch.close {
	width:25px;
	height:25px;
	background-image: url(../images/common/close_nav.png);
	-webkit-background-size: 25px;
	background-size: 25px;
	padding:0;
	margin:0;
	text-indent: -9999px;
	position: absolute;
	top:-5px;
	right:5px;
	
}

.openNavSearch:hover {
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
}

/* 740px */
@media screen and (max-width: 740px) {

	.harf {
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	.main_content {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 3px;
	}
	.smHide {
		display: none;
	}
	.smShow {
		display: block;
	}
	.sm-center {
		text-align: center;
	}
	.sm-resposive {
		width: 100%;
	}
	.col7 {
		width: 100%;
	}

	.col3 {
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.mHide {
		display: none;
	}
	.col7 {
		width: 100%;
		margin: 0 0 10px;
	}

	.col3 {
		width: 100%;
	}
}
/*----------------------------------------------------
 #header
 ----------------------------------------------------*/
#header {
	border-bottom: 1px solid #ccc;
}

/*----------------------------------------------------
 #globalNav
 ----------------------------------------------------*/
#globalNav {
	position: relative;
	padding: 8px 10px 0px 8px;
	margin: 0;
	box-sizing: border-box;
	z-index:100;
}

#globalNav .help span {
	background-image: url(../images/common/help_arr.png);
	background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 11px;
}

#globalNav .help {
	font-size: 12px;
	margin-right:1px;
}

#gnavTab {
	float: right;
}

#gnavTab li {
	float: left;
	margin-left: 10px;
	width: 165px;
	font-size: 14px;
}

#gnavTab li a {
	display:block;
	height: 39px;
	background-repeat: no-repeat;
	width: 165px;
	text-indent: -9999px;
}

#gnavTab li a.baseColor {
	background-image: url(../images/btn/menu_base_btn.png);
	border:none;
}

#gnavTab li a.storageColor {
	background-image: url(../images/btn/menu_st_btn.png);
	border:none;
}

#gnavTab li a.nodColor {
	background-image: url(../images/btn/menu_nod_btn.png);
	border:none;
}

#gnavTab li a.oplColor {
	background-image: url(../images/btn/menu_opl_btn.png);
	border:none;
}

#gnavTab li a.aboutColor {
	background-image: url(../images/btn/menu_chr_btn.png);
	border:none;
}


#gnavTab li.active a.baseColor {
	background-image: url(../images/btn/menu_base_btn_on.png);
}

#gnavTab li.active a.storageColor {
	background-image: url(../images/btn/menu_st_btn_on.png);
}

#gnavTab li.active a.nodColor {
	background-image: url(../images/btn/menu_nod_btn_on.png);
}

#gnavTab li.active a.oplColor {
	background-image: url(../images/btn/menu_opl_btn_on.png);
}

#gnavTab li.active a.aboutColor {
	background-image: url(../images/btn/menu_chr_btn_on.png);
}

#gnavTab li.active a {
	color: #fff;
    height: 44px;
    text-indent: -9999px;
}

#gnavTab li:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

.nhksns img:hover {
		opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
}

#aboutPage .btn_area a > img:hover  , .pageTop a:hover{
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

#gnavTab li.active:hover {
		opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}

#globalNav .logo_chronicle {
	width: 205px;
    position: absolute;
    top: 15px;
    left: 0px;
}

#globalNav .logo_archives {
	width: 120px;
	position: absolute;
	top: 15px;
	left: 905px;
}

#gnavBtn {
	text-align: right;
}

#spBar {
	display: none;
}

#spMenuBar {
	height: 50px;
	border-top: 1px solid #ccc;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

#resGlobalNav {

}

.sm_logo_chronicle {
	width: 40%;
	margin: 10px;
	float: left;
	max-width: 150px;
}

#spBar .spBtn {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
}

/* スマホメニュー　*/

#smartMenu {
	display: none;
	position: absolute;
    background-color: #fff;
    width: 100%;
    top: 48px;
}

#smartMenu li {
	border-bottom:1px solid #ccc;
}

#smartMenu li:hover {
	background-color: #ccc;
}

#smartMenu li a {
	border: none;
	display: block;
    padding:8px 10px;
    font-weight:bold;
}

#smartMenu li a span {
    display: inline-block;
    width: 20px;
    height: 16px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-right: 10px;
}

#smartMenu li a.baseColor span {
	background-image: url(../images/top/sp/menu_brd_arr_sp.png);
}

#smartMenu li a.storageColor span {
	background-image: url(../images/top/sp/menu_str_arr_sp.png);
}

#smartMenu li a.nodColor span {
	background-image: url(../images/top/sp/menu_nod_arr_sp.png);
}

#smartMenu li a.oplColor span {
	background-image: url(../images/top/sp/menu_opl_arr_sp.png);
}

#smartMenu li a.aboutColor span {
	background-image: url(../images/top/sp/menu_abt_arr_sp.png);
}

#smartMenu li a.helpColor span {
	background-image: url(../images/top/sp/menu_help_arr_sp.png);
}

/* 960px */
@media screen and (max-width: 1040px) {
	
	#globalNav {
		padding: 8px 5px 0px 5px;
	}
	
	#globalNav .col {
		padding:0px;
	}

	#globalNav .logo_chronicle {
		width: 205px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#gnavTab {
		float: right;
		margin: 20px 0 0 0;
	}

	#gnavTab li {
		float: left;
	    margin-left: 2px;
    	width: 140px;
	}
	
	#gnavTab li a {
    	width: 140px;
    	background-size:140px 39px;
	}
	
	#gnavTab li.active a {
    	background-size:140px 44px;
	}
}

/* 740px */
@media screen and (max-width: 740px) {
	
	#globalNav .col {
		padding:0 10px;
	}

	#globalNav {
		padding: 0;
		border-bottom: 1px solid #ccc;
		margin: 0;
		position: relative;
	}

	#globalNav .col {
		padding: 0;
	}

	#globalNav .logo_chronicle {
		width: 60px;
		top: 10px;
		position: absolute;
	}

	#gnavBtn {
		width: 50%;
		float: right;
	}

	#spBar {
		display: block;
	}

	#gnavTab {
		margin: 0 auto;
		width: 100%;
		float: left;
	}

	#gnavTab li {
		float: left;
		margin-right: 0px;
		width: 25%;
		padding: 0 0 0 1px;
	}

	#gnavTab li:first-child {
		padding: 0;
	}

	#gnavTab li a {
		text-align: center;
		box-sizing: border-box;
		width: auto;
		height: 35px;
		display: block;
		background-color: #CCC;
		border-radius: 5px 5px 0 0;
		padding: 5px;
		font-size: 8px;
	}

	#globalNav .logo_archives {
		width: 80px;
		position: relative;
		padding: 5px 0 0 0;
		top: auto;
		left: auto;
	}
}

/*slidemenu*/
.slidemenu {
	background-color: #333;
}
.slidemenu li {
	list-style: none;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 1.8;
}
.slidemenu li a {
	padding: 10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.slidemenu li:first-child {
	border-top: none;
}
.slidemenu li:last-child {
	border-bottom: none;
}
.slidemenu .slidemenu-header {
	height: 49px;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	background-color: #333;
}
.slidemenu .slidemenu-header div {
	padding: 17px 0px 0px 19px;
	text-decoration: none;
	color: #fff;
}

/*plugin*/
#main {
	z-index: 1;
}
.slidemenu {
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -1;
}
.slidemenu .slidemenu-header {
	position: relative;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}

/*----------------------------------------------------
 #footer
 ----------------------------------------------------*/
#resFooter {
	display: none;
	box-sizing: border-box;
}

#footer {
	position: absolute;
    border-top: 1px solid #303030;
    background: #000;
    font-size: 12px;
    padding: 5px;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.result #footer , .detailPage #footer {
	margin:50px 0 0 0;	
}

#footer .toTop {
	display: none;
}

.result #footer .toTop , .detailPage #footer .toTop {
	display: block;
    position: absolute;
    height: 37px;
    width: 79px;
    background-image: url(../images/common/toTop.png);
    top: -45px;
    right: 25px;
}

#footer ul {
	padding: 0 12px;
	overflow: hidden;
	margin: 5px 0 0 36px;
}
#footer li {
	float: left;
    font-size: 100%;
    line-height: 1.00;
    padding: 0px 22px;
    margin: 5px 0;
	border-left: 1px solid #d6d5d5;
}
#footer li:first-child {
	border-left: 1px solid #d6d5d5;
}

#footer li:last-child {
	border-right: 1px solid #d6d5d5;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover {
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
}
#footer .copyright {
	color: #fff;
	font-size: 92%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	line-height:1.5;
}

#footer .zyushinryo {
	color: #fff;
	font-size: 92%;
	padding: 2px 0 0 0;
	line-height:1.5;
}

#footer .copyrightWrap {
	width: 860px;
	margin: 0 auto;
}

#footer .logo_nhk {
	display: block;
    width: 86px;
    height: 52px;
	background-image: url(../images/common/logo-nhk.png);
	float: left;
}

#footer .logoWrap {
	float: left;
    margin: 0 13px 0 103px
}

/* 740px */
@media screen and (max-width: 740px) {
	#footer {
		display: none;
	}

	#resFooter {
		display: block;
	    left: 0px;
	    bottom: 0px;
	    position: absolute;
	    width: 100%;
	}
}

@media screen and (max-width: 960px) {
	#footer .copyrightWrap {
		width: 100%;
	}
	#footer .logoWrap {
		float: left;
	    margin: 0 13px 0 13px
	}
}

/*----------------------------------------------------
 AboutPage
 ----------------------------------------------------*/

#aboutPage #content {
	font-size: 14px;
}

#aboutPage p {
	line-height: 2.0;
}

#aboutPage .period_table {
	border: 1px solid #ccc;
	width: 100%;
	margin: 15px 0 0 0;
}

#aboutPage .period_table td, #aboutPage .period_table th {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
}

#aboutPage .period_table .label1 {
	width: 25%;
}

#aboutPage .period_table .label2 {
	width: 37%;
}

#aboutPage .period_table .label3 {
	width: 38%;
}

#aboutPage .goiken {
	color: #0A7DD5;
}

#aboutPage .point {
	margin:5px 0;
}

#aboutPage .point div {
	padding:0 0 0 16px;
}

#aboutPage .point span {
	position:absolute;
	display:block;
	width:13px;
	height:12px;
    top: 7px;
	left:0;
	background-image: url(../images/about/about_circle.png);
}

#aboutPage .point dd {
	float:left;
	width:100%;
	position: relative;
}

#contentWrap {
	background-image: url(../images/common/bg.png);
	padding: 0 0 20px 0;
}

#aboutPage #contentWrap {
	background-image: none;
}

/*
 * クロニクルについて
 */
#aboutPage.chronicle_about .page_title h2 {
	border-left : solid 12px #7D67BF;
	color:#7D67BF;
	font-size: 34px;
	padding-left: 12px;
    line-height: 38px;
}

#aboutPage.chronicle_about .article {
	padding:25px 0 0 0;
	line-height: 1.9;
	font-size:15px;
}

#aboutPage.chronicle_about h3.sectionHeader {
	padding:0px 2px;
	background-color: #7D67BF;
	font-size:24px;
	color:#fff;
	margin:40px 0;
}

#aboutPage.chronicle_about h3.sectionHeader.pad-left {
	padding:0px 5px  0 15px;
	background-color: #7D67BF;
	font-size:24px;
	color:#fff;
	margin:40px 0;
}

#aboutPage.chronicle_about .section_img {
	width: 100%;
	height:auto;
	margin-bottom:10px;
}

#aboutPage.chronicle_about .section4 {
	margin-bottom:80px;
}

#aboutPage.chronicle_about .pageTop {
	text-align: right;
	padding:40px 0 0 0;
}

#aboutPage.chronicle_about .btn_area {
	margin:40px 0 40px 0;
}

#aboutPage.chronicle_about .btn_area .pad {
	width: 1.3%;
    height: 5px;
    float: left;
}

#aboutPage.chronicle_about .btn_area .section_img {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
}

#aboutPage.chronicle_about .btn_area a {
	display:block;
	width:24%;
	float:left;
}

#aboutPage.chronicle_about .btn_area a#btn_first {
	padding:0;
}
#aboutPage.chronicle_about #history_about_btn {
	display:inline-block;
	width:323px;
	height:50px;
	background-image: url(../images/about/history_about_btn.jpg);
}

/* 740px */
@media screen and (max-width: 740px) {
	#aboutPage.chronicle_about .btn_area a {
		display:block;
		width:49%;
		padding:0 0 0 5px;
		float:left;
	}

	#aboutPage.chronicle_about .btn_area a {
		padding:0;
	}
	
	#aboutPage.chronicle_about .btn_area .pad {

	}
	
	#aboutPage.chronicle_about .btn_area .pad.clearer {
		width:0;
		clear:both;
	}
	
	#aboutPage.chronicle_about #history_about_btn {
		display: inline-block;
	    width: 239px;
	    height: 37px;
	    background-image: url(../images/about/history_about_btn.jpg);
	    background-size: cover;
	}
}


#aboutPage.chronicle_about .pageTop a {
	display:inline-block;
	width:102px;
	height:15px;
	background-image: url(../images/about/about_btn_pagetop.png);
}



#aboutPage.chronicle_about #history_about_btn:hover {
	opacity: 0.75;
}



/*
 放送番組表ヒストリーについて
 * */

#aboutPage.history_about .page_title h2 {
	border-left : solid 12px #007CD2;
	color:#007CD2;
	font-size: 34px;
	padding-left: 12px;
    line-height: 38px;
}

#aboutPage.history_about .article {
	padding:25px 0 0 0;
	line-height: 1.9;
	font-size:15px;
}

#aboutPage.history_about h3.sectionHeader {
	padding:2px 20px;
	background-color: #007CD2;
	font-size:24px;
	color:#fff;
	margin:40px 0;
}

#aboutPage.history_about h3.sectionHeader.pad-left {
	padding:0px 5px  0 15px;
	background-color: #7D67BF;
	font-size:24px;
	color:#fff;
	margin:40px 0;
}

#aboutPage.history_about .section_img {
	width: 100%;
	height:auto;
	margin-bottom:10px;
}

#aboutPage.history_about .section4 {
	margin-bottom:80px;
}

#aboutPage.history_about .pageTop {
	text-align: right;
	padding:40px 0 0 0;
}

#aboutPage.history_about .btn_area {
	margin:40px 0 40px 0;
}

#aboutPage.history_about .btn_area .pad {
	width: 1.3%;
    height: 5px;
    float: left;
}

#aboutPage.history_about .btn_area .section_img {
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
}

#aboutPage.history_about .btn_area a {
	display:block;
	width:24%;
	float:left;
}

#aboutPage.history_about .btn_area a#btn_first {
	padding:0;
}

#aboutPage.history_about table {
	width: 95%;
	margin:0 auto;
	border:none;
}

#aboutPage.history_about table th {
	box-sizing: border-box;
    border: 2px solid #333;
    border-right: 0px;
    border-left: 0px;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

#aboutPage.history_about table th.common_label.label2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#aboutPage.history_about table th.common_label.label2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#aboutPage.history_about table td {
	box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-right:none;
    padding: 20px;
    font-size: 14px;
    vertical-align: top;
}

#aboutPage.history_about table td {
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right:none;
	padding: 10px;
	font-size: 14px;
	vertical-align: middle;
	padding-left: 1.5em;
}

#aboutPage.history_about table td.primary {
	font-size: 16px;
	padding-left: 0;
	font-weight: bold;
}

#aboutPage.history_about table td.emp {
	border-right:0px;
}

#aboutPage.history_about table td .dateWrap:first-child {
	display:inline-block;
	min-width:170px;
	padding-left:0;
}

#aboutPage.history_about table td .dateWrap {
	display:inline-block;
	min-width:170px;
	padding-left:10px;
}

#aboutPage.history_about .right-sec {
	float:right;
	margin-left:1em;
}

#aboutPage.history_about table tr td:first-child {
	border-left:none;
}

#aboutPage.history_about .pageTop a {
	display:inline-block;
	width:102px;
	height:15px;
	background-image: url(../images/about/about_btn_pagetop.png);
}

#aboutPage.history_about .akaisan {
	position: relative;
	height:100px;
}

#aboutPage.history_about .akaisan .bnr {
	position: absolute;
	top:30px;
	left:0px;
}

#aboutPage.history_about .akaisan .bnr img {
	display: block;
}

#aboutPage.history_about .akaisan .text {
	position: absolute;
	top:85px;
	left:230px;
}

#aboutPage .other_sites p {
	line-height: 1.5;
}
/* 740px */
@media screen and (max-width: 740px) {
	#aboutPage.history_about .left-sec {
		float:left;
	}
	#aboutPage.history_about .right-sec {
		float:none;
		margin-left:0px;
	}
	#aboutPage.history_about .akaisan {
		position: relative;
		height:100px;
		margin-top:20px;
	}

	#aboutPage.history_about .akaisan .bnr {
		
		position: relative;
		top:0px;
		left:0px;
	}
	
	#aboutPage.history_about .akaisan .text {
		position: relative;
		top:0px;
		left:0px;
	}
}

.bgBorder {
	display: block;
	height: 8px;
	background-image: url(../images/common/bg.png);
	border: none;
}

.searchInfo {
	margin: 0px 0 20px 0;
}

.searchInfo #count {
	font-size: 22px;
	font-weight: bold;
}

.nav_table table {
	width: 100%;
}

/*
 * スマホメニュー
 *
 */

#hamburger-botton {
	position: absolute;
	width: 30px;
	height: 4px;
	top: 24px;
	right: 0;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: linear .5s;
	-webkit-transition: all linear .5s;
	background: #333;
	cursor: pointer;
}
#hamburger-botton::after {
	content: ' ';
	position: absolute;
	width: 30px;
	height: 4px;
	top: 250%;
	left: 0;
	background: #333;
	cursor: pointer;
}
#hamburger-botton::before {
	content: ' ';
	position: absolute;
	width: 30px;
	height: 4px;
	top: -250%;
	left: 0;
	background: #333;
	cursor: pointer;
}

.btn_submit:hover {
	opacity: 0.75;
	-ms-filter: "alpha(opacity=75)";
}


#kensaku_icon_detail {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top:-50px;
	margin-left:-57px;
		display:none;
}

.kensakuIconWrap {
	width: 100%;
    text-align: center;
    padding:250px 0 0 0;
}

@media screen and (max-width: 960px) {
	.kensakuIconWrap {
	    padding:40px 0 0 0;
	}
	
	#kensaku_icon_detail {
		position: fixed;
	    top: 50%;
	    left: 50%;
	    margin-top:-50px;
	    margin-left:-57px;
	    	display:none;
	}
}
.matualLinksBlock {
	margin-top: -10px;
	margin-bottom: 10px;
}
.matualLinksBlock a {
	width:25%;
	padding:7px 5px;
}

a.toView.disabled {
	cursor:default;
	display: none !important;
}

a.toView.disabled:hover {
	opacity: 1 !important;
}

#directPager {
	display:none;
}
