@charset"utf-8";

/*--Common--*/

.h2_ttl {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 2em;
  text-align: center;
}

.leadtxt {
  margin-bottom: 2em;
  padding: 0 4%;
  text-align: center;
}

.sec01 {
  padding: 0.2em 0 1em;
}

.sec02 {
  padding: 1em 0;
}

.row.anchor_timeshift {
	
}

.new_link {
	font-size: 1.15em;
}

.new_link a {
	font-weight: bold;
}


/*--header--*/

.h_left {
  float: left;
  padding: 10px 2%;
  width: 200px;
  text-align: left;
}

.h_left img {
  padding: 0;
  width: auto;
}

.menu_btn {
  display: block;
  width: 52px;
  height: 50px;
  background: url(./site_parts/btn_menu_off.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.h_nav {
  top: 51px;
  overflow: scroll;
  background: none;
}

.h_nav_ttl {
  margin: 0;
  padding: 0.8em 1em 0.7em 2.5em;
  color: #ffffff;
  font-size: 1.5em;
  background: url(./site_parts/icon_note.png) no-repeat 1em 50%;
  background-size: auto 24px;
  background-color: #000000;
}

.h_nav .h_nav_ttl:before {
  content: "";
}

.h_nav ul {
  background-color: #fff;
  border-bottom: 4px solid #67c7e9;
}

.h_nav ul li {
  padding: 0;
}

.h_nav ul li a {
  padding: 1em 1em 1em 2em;
  color: #000000;
  border-bottom: 1px solid #dfdfdf;
}

.h_nav ul li a:before {
  content: "";
  width: 9px;
  height: 11px;
  background: url(./site_parts/icon_arrow03.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 39%;
  left: 1em;
}

.h_nav ul.h_navMenu li.ttl a:before {
  content: "";
  color: #67c7e9;
  background: url(./site_parts/icon_arrow04.png) no-repeat 0 0;
  background-size: cover;
}

.h_nav ul.h_navMenu li ul.child {
  border: 0;
}

.h_nav ul.h_navMenu li ul.child a {
  background-color: #ededed;
}

.h_nav ul.h_navMenu li ul.child a:before {
  padding: 0;
  content: "";
  background: url(./site_parts/icon_arrow05.png) no-repeat 0 0;
  background-size: cover;
}

.h_nav ul li.copyright {
  padding: 1em 2%;
  color: #999999;
}


/*----*/

.kv {
  width: 100%;
  text-align: center;
  position: relative;
}

.kv img {
  width: 100%;
  height: auto;
}

.kv_txt {
  margin-top: -20%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
}

.kv_txt span.t1, .kv_txt span.t2, .kv_txt span.t3 {
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.05em 0.1em;
  font-size: 2em;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
}

.kv_txt span.t1 {
  font-size: 1.5em;
}

.kv_txt span.block {
  display: block;
}


/*--footer--*/

.pagetop {
	padding: 1em;
	display: inline-block;
	position: fixed;
	bottom: 5%;
	right: 2%;
  background-color: #43b9e3;
}

.pagetop p {
	text-align: center;
}

.pagetop img {
	max-width: 80%;
}

.site-footer {
  padding: 0;
  background-color: #202020;
}

.footer_navigation {
  padding: 0.5em 4%;
}

.f_nav_list li a {
  color: #ffffff;
}

.copyright {
  margin-bottom: 0;
  padding: 0.5em 4%;
  color: #ffffff;
  font-size: 0.85em;
  background-color: transparent;
}

.copyright span {
  display: inline-block;
  margin-left: 1em;
}


/*--content--*/

.site-main {
  padding-top: 51px;
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.container .inner {
  padding: 0 4%;
}


/* [tips] */

.tips {
  background-color: #000000;
}

.tipsBox {
  padding: 1em 1em;
  color: #ffffff;
}

.tipsBox .block {
  display: block;
}

.tipsIco {
  display: inline-block;
  margin-right: 0.5em;
  padding: 2px 0 0;
  vertical-align: top;
}

.tipsVolume {
  font-size: 1.57em;
  font-weight: bold;
}

.tipsDate {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.tipsDate span {
  font-size: 1.57em;
  vertical-align: top;
}


/*----*/

.tipsBox02 {
  padding: 0.7em 1em 0.7em 0.5em;
  line-height: 1;
  background-color: #ffffff;
}

.btnForbid {
  color: #cb0000;
  line-height: 1;
  display: inline-block !important;
}

.btnBackNumber {
  float: right;
  color: #989898;
  text-decoration: none;
  line-height: 1;
}

.btnBackNumber:before {
  content: "\3e";
  display: inline-block;
  margin-right: 0.5em;
  color: #989898;
  line-height: 1;
}


/* [anchorBox] */

.anchorBox {
  padding: 0.5em 1em;
  background-color: #43b9e3;
}

.anchorBox ul li {
  float: left;
  margin: 0.2em 0;
  width: 25%;
  min-height: 80px;
  text-align: center;
}


@media screen and (max-width: 767px) {

.anchorBox.anchor_timeshift ul {
  width: 20rem;
}

.anchorBox.anchor_timeshift ul li {
  width: 50%;
}

}

.anchorBox ul li a {
  display: table;
  margin: 0 auto;
  padding: 0.5em 0;
  width: 94%;
  height: 100%;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 4px;
}

.anchorBox ul li a .txt {
  display: table-row;
}

.anchorBox ul li a .icon {
  display: table-cell !important;
  width: 100%;
  text-align: center;
  vertical-align: bottom;
}

.anchorBox ul li a .icon img {
  width: 70%;
}


/*[top10_table]*/

.top10_table {
  margin-top: -51px;
  padding-top: 51px;
  margin-bottom: 34px;
	display: block !important;
}

.rt_category_title {
  margin: 0.5em auto;
  width: 96%;
  padding: 0.7em 0.8em;
  border-left: 5px solid #43b9e3;
}

.top10_table table, .top10_table tbody, .top10_table tr {
  display: block;
}

.top10_table table {
  border-top: 1px solid #000000;
  width: 100% !important;
  height: auto !important;
}

.top10_table tr {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000;
}

.top10_table td {
  display: inline-block;
  padding: 0 0.6em;
}

.top10_table td:nth-child(2) {
  display: block;
}

.top10_table tr:not(:first-child) td:nth-child(4):after {
  content: "分間";
  display: inline-block;
}

.top10_table tr:not(:first-child) td:nth-child(5):after {
  content: "%";
  display: inline-block;
}

.top10_table tr:not(:first-child) td:nth-child(5){
  font-weight: bold;
}
.top10_table .title {
  display: block;
  margin: 0 0 0.5em;
  padding: 0.25em 0.6em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #cbcbcb;
}

.top10_table tr:first-child .title {
  margin-top: 0;
}


/*[timeshift_table]*/

.timeshift_table {
  margin-top: -51px;
  padding-top: 51px;
  margin-bottom: 34px;
	display: block !important;
}

.timeshift_table table, .timeshift_table tbody, .timeshift_table tr {
  display: block;
}

.timeshift_table table {
  border-top: 1px solid #000000;
  width: 100% !important;
  height: auto !important;
}

.timeshift_table tr {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.timeshift_table td {
  display: inline-block;
  padding: 0 0.6em;
}

.timeshift_table tr:not(:first-child) td:nth-child(6):after {
  content: "分間";
  display: inline-block;
}

.timeshift_table tr:not(:first-child) td:nth-child(7):after,
.timeshift_table tr:not(:first-child) td:nth-child(8):after,
.timeshift_table tr:not(:first-child) td:nth-child(9):after {
  content: "%";
  display: inline-block;
}

.timeshift_table tr td:nth-child(4),
.timeshift_table tr td:nth-child(5){
  white-space: nowrap;
}
.mainContents .timeshift_table:nth-child(2) tr td:nth-child(8) {
  color: #32a9c9;
	font-weight: bold;
}
.mainContents .timeshift_table:nth-child(3) tr td:nth-child(9) {
  color: #32a9c9;
	font-weight: bold;
}

.timeshift_table .title {
  margin: 0 0 0.5em;
  padding: 0.25em 0.6em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #cbcbcb;
}
.timeshift_table .title:first-child,
.timeshift_table .title:nth-child(2) {
  width: 11%;
}
.timeshift_table .title:nth-child(3) {
  width: 78%;
}

.timeshift_table tr:first-child .title {
  margin-top: 0;
}

.timeshift_table tr:first-child br {
  display: none;
}

.list_cat {
	margin-top: 0.7rem;
	text-align: right;
}

.list_cat li {
	margin-left: 1.5rem;
	display: inline-block;
}

/*

.list_cat li:first-child span {
	color: #f00;
}

.list_cat li:nth-child(2) span {
	color: #396;
}

.list_cat li:nth-child(3) span {
	color: #00f;
}

.list_cat li:nth-child(4) span {
	color: #333;
}

.list_cat li:nth-child(5) span {
	color: #333;
}

*/


/*[forbidBox]*/

.forbidBox {
  margin-top: -51px;
  padding: 51px 4% 0;
}

.forbidBox .t1 {
  color: #cb0000;
}

.forbidBox .t2, .forbidBox .t2 a, .forbidBox .t3, .forbidBox .t3 a {
  color: #2095f2;
}

.forbidBox .txt1, .forbidBox .txt2 {
  margin-bottom: 0.2em;
}

.forbidBox .txt1, .forbidBox .txt2 + .txt2 {
  margin-top: 1.2em;
	text-align: right;
}


/*[cautionBox]*/

.cautionBox {
  margin-bottom: 1em;
  padding: 0 4%;
}

.cautionBox .t1 {
  padding-left: 3em;
  text-indent: -3em;
}

.cautionBox .t2 {
  padding-left: 3em;
}

.cautionBox ul {
	padding-left: 1.5em;
}

.cautionBox ul li {
	list-style: disc;
}


/*[fNavi]*/

.fNavi {
  padding: 1em 4%;
  text-align: center;
  background-color: #cbcbcb;
}

.fNavi li {
  display: inline-block;
  margin: 0.3em 0.1em;
}

.fNavi li a {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
}

.fNavi li a:before {
  content: url(./site_parts/icon_arrow.png);
  display: inline-block;
  margin-right: 2px;
}


/*[feature_list]*/

.feature_list {
  margin-bottom: 2em;
  padding: 0 4%;
}

.feature_item {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1em;
  background-color: #ffffff;
  border: 4px solid #e5e5e5;
  transition: 0.6s all;
}

.feature_item:hover {
  border: 4px solid #3399cc;
}

.feature_item:after {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  background: url(../../../common/images/mark_file.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  top: 2%;
  right: 2%;
}

.feature_item a {
  text-decoration: none;
}

.feature_date {
  color: #3399cc;
}

.feature_ttl {
  font-size: 1.2em;
  font-weight: bold;
}

/* webpage */

.archives {
	padding: 2rem 0;
	background-color: #fff;
}

.archives_list::after {
	content: "";
	clear: both;
	display: block;
}

.archives_list li {
	margin-bottom: 3px;
	list-style: disc;
}

.past {
	padding: 2rem 0;
	text-align: center;
	background-color: #fff;
}

.webpage {
	padding: 2rem;
	background-color: #fff;
}

.webpage .rt_category_title {
  margin-bottom: 1.5rem;
}

.webpage p {
	margin-bottom: 1.5em;
}

.webpage .box_img {
	margin-bottom: 2rem;
	text-align: center;
}


@media screen and (min-width: 360px) {
  .kv_txt {
    margin-top: -12%;
  }
}

@media screen and (min-width: 768px) {
  /*----*/
  .h2_ttl {
    font-size: 1.7em;
  }
  .leadtxt {
    font-size: 1.15em;
  }
  /*----*/
	
	.site-header {
		display: none;
	}
  .h_left {
    float: none;
    margin: 0 auto;
    padding: 23px 2%;
    width: 100%;
    text-align: center;
    max-width: 1200px;
    position: relative;
  }
  .go_to_sitetop {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 2%;
  }
  .go_to_sitetop a {
    display: block;
    padding: 9px 2em 9px 3em;
    color: #989898;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #dfdfdf;
    transition: 0.4s all;
  }
  .go_to_sitetop a:hover {
    opacity: 0.7;
  }
  .go_to_sitetop a:before {
    content: "\3e";
    display: block;
    color: #989898;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 30%;
    left: 2em;
  }
  /*----*/
  .site-main {
    padding-top: 0;
    background-color: #ededed;
  }
  /*[kv]*/
  .kv_txt {
    margin-top: -48px;
    top: 50%;
  }
  .kv_txt span.t1 {
    font-size: 1.6em;
  }
  .kv_txt span.t2 {
    font-size: 2.5em;
  }
  .kv_txt span.t3 {
    font-size: 2.5em;
  }
  /*[footer]*/
  .pagetop {
    padding: 1.64em;
  }
  .pagetop a {
    transition: 0.4s all;
  }
  .footer_navigation {
    margin-bottom: 30px;
    padding: 20px 4% 0;
  }
  .copyright {
    padding-bottom: 25px;
  }
  /*[container]*/
  .sec01 {
    padding: 37px 0 60px;
  }
  .sec02 {
    padding: 50px 15px 100px;
    background-color: #ffffff;
  }
  .container {
    margin: 0 auto;
    padding: 0 15px;
    width: 1230px;
    max-width: 100%;
  }
  .menu_btn {
    display: none;
  }
  .mainContents {
    float: right;
    width: calc( 100% - 260px);
    position: relative;
  }
  .leftSidebar {
    float: left;
    width: 230px;
  }
  /*[tips]*/
  .tips .inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    max-width: 1230px;
  }
  .tipsBox {
    padding: 1em 0;
  }
  .tipsBox .inner {
    padding: 0;
    width: 100%;
    max-width: 1200px;
  }
  .row_t1 {
    float: left;
    height: 26px;
  }
  .tipsDate {
    float: left;
    display: block;
    padding: 0;
    height: 26px;
    font-size: 1.57em;
  }
  .tipsBox02 {
    padding: 0.7em 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
  }
  .btnForbid {
    display: none!important;
  }
  a.btnBackNumber {
    display: block;
    padding: 9px 2em 9px 3em;
    color: #989898;
    font-size: 0.85em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    border: 1px solid #989898;
    transition: 0.4s all;
  }
  a.btnBackNumber:hover {
    opacity: 0.7;
  }
  .btnBackNumber:before {
    content: "\3e";
    display: block;
    color: #989898;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 4em;
  }
  /* [anchorBox] */
  .anchorBox {
    margin-bottom: 100px;
    padding: 23px 1.5em;
  }
  .anchorBox ul {
    display: block;
    width: 100%;
  }
  .anchorBox ul li {
    display: block;
    margin-right: 2.4em;
    width: auto;
    min-height: inherit;
  }
  .anchorBox ul li:last-child {
    margin-right: 0;
  }
  .anchorBox ul li a {
    display: inline;
    padding: 0;
    color: #ffffff;
    background: none;
    border-radius: inherit;
  }
  .anchorBox ul li a:hover {
    text-decoration: underline;
  }
  .anchorBox ul li a .txt {
    color: #ffffff;
    font-size: 1.27em;
    font-weight: bold;
  }
  .anchorBox ul li a .txt:before {
    content: url(./site_parts/icon_arrow02.png);
    width: 11px;
    height: 9px;
    margin-right: 0.2em;
  }
  .anchorBox ul li a .icon {
    display: none!important;
  }
  /*[top10_table]*/
  .rt_category_title {
    width: 100%;
  }
  .top10_table {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .top10_table.last {
    margin-bottom: 1em;
  }
  .top10_table table {
    display: table;
    width: 100% !important;
    background-color: #ffffff;
    border: 0;
  }
  .top10_table table thead {
    background-color: #f9f9f9;
  }
  .top10_table table thead th {
    height: 60px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
  }
  .top10_table table tbody {
    display: table-row-group;
  }
  .top10_table table tbody tr:first-child td {
    height: 60px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    background-color: #a3d9ef;
  }
  .top10_table table tr {
    display: table-row;
    width: 100%;
		border-bottom: 1px solid #cbcbcb;
  }
  .top10_table table tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .top10_table table td {
    display: table-cell;
    text-align: center;
    height: 50px;
  }
  .top10_table td:nth-child(2) {
    display: table-cell;
    white-space: nowrap;
  }
  .top10_table td:nth-child(4):after, .top10_table td:nth-child(5):after {
    display: none;
  }
  .top10_table .title {
    display: table-cell;
    /*width: 310px;*/
    text-align: left;
    background-color: transparent;
		width: 45%;
  }
  /*[timeshift_table]*/
  .timeshift_table {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .timeshift_table.last {
    margin-bottom: 1em;
  }
  .timeshift_table table {
    display: table;
    width: 100% !important;
    background-color: #ffffff;
    border: 0;
  }
  .timeshift_table table thead {
    background-color: #f9f9f9;
  }
  .timeshift_table table thead th {
    height: 60px;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
  }
  .timeshift_table table tbody {
    display: table-row-group;
  }
  .timeshift_table table tbody tr:first-child td {
    height: 60px;
		color: #fff;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    background-color: #000;
  }
  .timeshift_table table tr {
    display: table-row;
    width: 100%;
		border-bottom: 1px solid #cbcbcb;
  }
  .timeshift_table table td:nth-child(odd) {
    background-color: #f9f9f9;
  }
  .timeshift_table table td {
    display: table-cell;
    text-align: center;
    height: 50px;
  }
  .timeshift_table td:nth-child(4):after, .timeshift_table td:nth-child(5):after {
    display: none;
  }
.mainContents .timeshift_table:nth-child(2) tr:first-child td:nth-child(8) {
	color: #fff;
	font-weight: normal;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.mainContents .timeshift_table:nth-child(3) tr:first-child td:nth-child(9) {
	color: #fff;
	font-weight: normal;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.mainContents .timeshift_table:nth-child(2) tr:not(:first-child) td:nth-child(8) {
  color: #333;
	font-weight: normal;
	border-left: 2px solid #32a9c9;
	border-right: 2px solid #32a9c9;
	background-color: #f5feff;
}
.mainContents .timeshift_table:nth-child(3) tr:not(:first-child) td:nth-child(9) {
  color: #333;
	font-weight: normal;
	border-left: 2px solid #32a9c9;
	border-right: 2px solid #32a9c9;
	background-color: #f5feff;
}
  .timeshift_table .title {
    display: table-cell;
    background-color: transparent;
  }
.timeshift_table .title:first-child,
.timeshift_table .title:nth-child(2) {
  width: 5%;
}
.timeshift_table .title:nth-child(3) {
	text-align: left;
  width: 30%;
}
.timeshift_table tr:not(:first-child) td:nth-child(n+4) {
  white-space: nowrap;
}
  /*[forbidBox]*/
  .forbidBox {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 90px;
    right: 0;
  }
  .forbidBox .t2 {
    margin-right: 1em;
  }
  /*[cautionBox]*/
  .cautionBox {
    margin-bottom: 2em;
    padding: 0;
  }
  /*[fNavi]*/
  .fNavi li {
    float: left;
    margin-right: 42px;
  }
  .fNavi li:last-child {
    margin-right: 0;
  }
  /*[sideBlock]*/
  .sideBlock {
    margin-bottom: 30px;
    background-color: #ffffff;
  }
  .sideBlock h3 {
    margin: 0;
    padding: 22px 0;
    color: #ffffff;
    font-size: 1.15em;
    text-align: center;
    line-height: 1;
    background-color: #000000;
    border-bottom: 4px solid #43b9e3;
  }
  .sideBlock h3.recommend_ttl {
    border-bottom: 4px solid #989898;
  }
  .sideBlock h3 > a {
		color: #fff;
		text-decoration: none;
  }
  .sideBlock li a {
    display: block;
    padding: 20px 1em;
    text-decoration: none;
    border-bottom: 1px solid #ededed;
    position: relative;
  }
  .sideBlock li a:hover, .sideBlock li a:hover span {
    text-decoration: underline;
  }
  /*----*/
  .sideBlock .sideMenu li a {
    padding: 20px 1em 20px 2em;
  }
  /*----*/
  .sideBlock .sideMenu li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    background: url(./site_parts/icon_arrow03.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 1em;
    top: 27px;
  }
  /*[ratings]*/
  .ratings_ttl:before {
    content: url(./site_parts/icon_note_small.png);
    display: inline-block;
    margin-right: 0.5em;
    width: 14px;
    height: 16px;
    line-height: 1;
    position: relative;
    top: 2px;
  }
  .sideBlock li.ttl a:before {
    background: url(./site_parts/icon_arrow04.png) no-repeat 0 0;
    background-size: cover;
  }
  /*----*/
  .sideBlock .child li a {
    background-color: #f9f9f9;
  }
  .sideBlock .child li a:before {
    background: url(./site_parts/icon_arrow05.png) no-repeat 0 0;
    background-size: cover;
  }
  /*[recommend]*/
  .recommend_ttl:before {
    content: url(./site_parts/icon_pen.png);
    display: inline-block;
    margin-right: 0.5em;
    width: 14px;
    height: 16px;
    line-height: 1;
    position: relative;
    top: 2px;
  }
  .sideBlock li .lang_ja {
    display: inline-block;
    line-height: 1.4;
  }
  .sideBlock li .date {
    display: block;
    color: #3398cb;
    font-size: 0.85em;
  }
  /*[feature_list]*/
  .feature_list {
    margin-bottom: 0;
    padding: 0;
  }
  .feature_item {
    float: left;
    margin-right: 1%;
    width: 32.666666%;
  }
  .feature_item:nth-child(3n) {
    margin-right: 0;
  }
  .feature_date {
    font-size: 1.15em;
  }
  .feature_ttl {
    font-size: 1.28em;
  }
  .feature_txtarea {
    font-size: 1.15em;
  }


/* archives */

.archives_list li {
	width: 50%;
	float: left;
}

}