@charset "utf-8";
/* CSS Document */

@import url('reset.css');
@media print{
.pnkz {
	width: 100%;
	margin: auto;
	padding: 0;
}
.pnkz ul {
	padding: 0 0 0 20px;
	list-style: none;
}
.pnkz ul li {
	color: #63717F;
	display: inline-block;
}
.pnkz ul li.home i {
	color: #000;
	position: absolute;
	margin-left: 4px;
	margin-top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 1px 1px 1px 0;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
	background-color: currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pnkz ul li.home i:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 2px;
	width: 9px;
	height: 7px;
	background-color: currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pnkz ul li a {
	color: #63717F;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
}
.pnkz ul li.home a {
	margin-left: 18px;
}
.pnkz ul li a:hover {
	color: #36C;
}
.pnkz ul li:after {
	content: "＞";
	font-size: 12px;
	margin-left: 10px;
}
.pnkz ul li.cat:after {
	content: "";
	margin-left: 0;
}
.pnkz ul li:last-child:after {
	content: "";
	margin: 0;
}
	

	/*------*/
#content {
	width: auto;
	margin: 0 10px 0 15px;
	padding: 0;
	background-color: #fff;
}
	
main {
	float: left;
	width: calc(100% - 320px);
}
_:-ms-fullscreen, :root #fs-result {
	width: calc(100% - 320px);
	float: left;
}
aside{
	float: right;
	width: 300px;
}
/*-------*/
h2.archive_title {
	font-size: 32px;
	background-color: #fff;
}
h2.archive_title img {
	margin-bottom: 10px;
	width: auto;
	max-width: 100%;
}
	
h2.mds {
	flex: 1;
	color: #fff;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    background-color: #333;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}
  #during h3, #list_disp h3 ,.hitherto h3 {
    margin: 30px 0;
    padding: 5px 20px;
    text-align: center;
    background-color: #D3DAE0;
  }
  #during h4, #list_disp h4 ,.hitherto h4 {
    color: #fff;
    padding: 5px 10px 3px;
    display: block;
    width: auto;
    font-size: 90%;
    margin-bottom: 10px;
    background-color: #19448E;
  }
/*-----*/
main .ad {
	margin: 20px auto;
	text-align: center;
}
main .ad div {
	display: inline-block;
}
/*-------*/	
.article {
	font-size: 14px;
}
.article a {
	color: #333;
	text-decoration: none;
}

figure {
	margin: 10px;
	padding: 0;
	float: left;
}
figure a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
}

figure a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
figure.imgh a img {
    width: 100%;
    height: auto;
}	
.article-info {}
	
.article-info h1 {
	float: left;
	margin: 10px 0;
	padding: 0;
    font-weight: bold;
    line-height: 140%;
	font-size: 17px
}
.article-info h1 a {
	font-weight: bold;
}

.article-info p {}

.article-date {
	float: right;
	color: #666;
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-right: 10px;
}
	
	/*-------------記事---------------*/
.article.entry {

}
	
	
.article.entry a:link {
	text-decoration: underline;
}
.article.entry a:visited {
	color: #330099;
	text-decoration: underline;
}
.article.entry a:active {
	text-decoration: underline;
}
.article.entry a:hover {
	color: #0066cc;
	text-decoration: underline;
}
	
.article.entry h1 {
	font-size: 35px;
}
.article.entry h2 {
    font-size: 27px;
}
.article.entry h3 {
}
.article.entry h4 {
}
.article.entry .article-date {
	float: none;
	margin: 30px 0 10px;
	display: block;
	font-size: 14px;
	text-align: right;

}
.article.entry p {
	font-size: 18px;
	line-height: 170%;
}
.article.entry .left {
    width: auto;
    float: left;
  }
.article.entry .right {
    width: auto;
    float: right;
  }
.article.entry .center {
    width: auto;
    text-align: center;
  }
  /*-----画像直接掲載-----*/
.article.entry .e100 {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
  }
.article.entry .image.left {
    clear: both;
    margin-right: 10px;
    display: table;
    width: 33vw; /* minimum width */
    *width: auto; /* for IE7 and below */
}
.article.entry .image.right {
    clear: both;
    margin-left: 10px;
    display: table;
    width: 33vw; /* minimum width */
    *width: auto; /* for IE7 and below */
}
.article.entry .image.right img, .article.entry .image.left img {
    width: 33vw;
}

.article.entry .image p,.article.entry .entry_img p {
    color: #666;
    margin: 0;
    padding: 10px 0;
    font-size: .85em;
    line-height: 1.2em;
    text-align: justify;
  }/*--
.article.entry .entry_img.entry_img_left,.article.entry .entry_slid.entry_img_left {
    float: left;
    padding: 0;
    margin-right: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
.article.entry .entry_img.entry_img_center,.article.entry .entry_slid.entry_img_center {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }
.article.entry .entry_img.entry_img_right,.article.entry .entry_slid.entry_img_right {
    float: right;
    padding: 0;
    margin-left: 10px;
    padding-bottom: 10px;
  }
.article.entry img {
    width: auto;
    height: auto;
    max-width: 100%;
    text-align: center !important;
  }
.article.entry .entry_img img {
    width: auto;
    height: auto;
    max-width: 400px;
    max-height: 400px;
    text-align: inherit !important;
  }--*/
.article.entry .center.img {
    text-align: center;
    margin: 40px 0;
  }
.article.entry img {
    width: auto;
    height: auto;
    max-width: 100%;
    text-align: center !important;
  }
  /*-----画像複数枚-----*/
.article.entry .figure_slider {
    margin: 0 0 10px 10px;
	padding: 0;
    float: right;
    width: 400px;
    height: 365px;
    position: relative;
    background: none;
	list-style: none;
  }
.article.entry .figure_slider.img_left {
    float: left;
    margin: 0 10px 10px 0;
  }
.article.entry .figure_slider.img_center {
    float: none;
    margin: 0 auto;
    text-align: center;
	position: static;
    padding-bottom: 10px;
  }
.article.entry .figure_slider span.imgbg {
    width: 400px;
    height: 300px;
    display: block;
	padding-top: 33px;
    background-image: url(../img/tmp/img_back.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
.article.entry .figure_slider span.imgbg.slide {
    height: 300px;
	padding-top: 41px;
}
.article.entry .figure_slider li {
	margin: 0;
	padding: 0;
    text-align: center;
    width: 400px;
    background-image: url(../img/tmp/img_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
.article.entry .figure_slider .entry_slid_img {
    width: 400px;
    height: 300px;
    max-height: 300px;
  }
.article.entry .figure_slider img {
    max-width: 100%;
    max-height: 300px;
    position: absolute;
    margin: auto;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.article.entry .figure_slider p {
    color: #666;
    margin: 0;
    /*	margin: 40px 0 0;*/
    font-family: Arial;
    display: block;
    font-size: .85em;
    line-height: 1.2em;
    padding: 10px 0 0;
    position: relative;
  }
	
/*-----隠しコンテンツ-----*/
.entry_accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 400px;/*最大幅*/
}
/*ラベル*/
.entry_accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#ffffff;
    font-weight: bold;
    background :#333;
    cursor :pointer;
	text-align: center;
    transition: all 0.5s;
}
.entry_accbox label.red {	 background :#B20000; }
.entry_accbox label.blue {	 background :#284577; }
.entry_accbox label.green {	 background :#238C00; }
.entry_accbox label.yellow {	 background :#8C6900; }
.entry_accbox label.black {	 background :#333; }

/*ラベルホバー時*/
.entry_accbox label:hover {
    background :#666;
}
.entry_accbox label.red:hover {	 background :#FF7373 }
.entry_accbox label.blue:hover {	 background :#85baef; }
.entry_accbox label.green:hover {	 background :#B9FF73 }
.entry_accbox label.yellow:hover  {	 background :#FFDC73 }
.entry_accbox label.black:hover  {	 background :#BBB }

/*チェックは隠す*/
.entry_accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.entry_accbox .entry_accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.entry_accbox .entry_accshow p {
	margin: 10px;
}

/*クリックで中身表示*/
.entry_accc:checked + .entry_accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}
	/*-------------特集TOP---------------*/
.article.tokusyu_top {
	height: 420px;
	overflow: hidden;
    position: relative;
}
.article.tokusyu_top:before {
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 20%, rgba(255, 255, 255, 1) 80%);
}
.next_button {
    position: relative;
    width: 100%;
    bottom: 40px;
    z-index: 5;
}
.next_button a {
    color: #fff !important;
    width: 300px;
    margin: 0 auto;
    padding: 8px 0;
    display: block;
    text-align: center;
    text-decoration: none !important;
    background-color: #36C;
}
.article.entry.tokusyu_top h1 {
    font-size: 27px;
}
	/*-------------特集記事---------------*/
.article.entry.tokusyu_top a.category ,
.article.entry.tokusyu a.category {
    font-size: 27px;
	color: #666;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: none;
}
	/*-------------動画TOP---------------*/	
.article.tokusyu_top.movie_top {
	height: 720px;
}
	/*-----*/
.sns_share {
	float: right;
	width: auto;
	margin: 20px 0 50px;
	padding: 0;

	list-style: none;
}
.sns_share li {
	display: inline-block;
	font-size: 75%;
	margin-left: 3px;
}
.sns_share li a {
	color: #fff;
	display: inline-block;
	padding: 4px 5px 3px;
	line-height: 100%;
	border-radius: 2px;
	text-decoration: none;
}
.sns_share .fb {
	margin: 0;
}
.sns_share .fb a {
    background: #3b5998;
}
.sns_share .fb a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_facebook.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sns_share .tw a {
    background: #55acee;
}
.sns_share .tw a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_twitter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.sns_share .line a {
    background: #09B701;
}
.sns_share .line a:before {
	padding: 0;
	margin: 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 14px;
	background-image: url(../img/tmp/icon_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

	
	/*-------------関連---------------*/
.kanren {
    border-top: #333 double 3px;
    border-bottom: #333 solid 1px;
	font-size: 0;
}
.kanren ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.kanren_more {
	/*float: left;*/
	width: 100%;
	display: block;
	border-top: #C5C3C6 solid 1px;
}
.kanren_more:nth-child(1) {
	border: none;
}
.kanren_more figure a {
	width: 80px;
	height: 80px;
}
.kanren_more figure a span.movie  {
	width: 80px;
	height: 80px;
	display: block;
    position: absolute;
	z-index: 100;
	background: url(../img/tmp/mv_filter2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.kanren_more .article-info {
	float: right;
    width: calc(100% - 100px);
	
	}
.kanren_more .article-info h1 {
	float: none;
	display: block;
}
.kanren_more .article-date {
}
	
	/*-------------一覧---------------*/
.archive {
	
}
.archive_article {
	border-bottom: #C5C3C6 solid 1px;
}
.archive_article:nth-child(1) {
	border-top: #C5C3C6 solid 1px;
}

.archive_article figure a {
	width: 80px;
	height: 80px;
}
.archive_article .article-info {
	float: right;
    width: calc(100% - 100px);
}
.huho .archive_article .article-info {
    width: 100%;
}
.archive_article .article-info h1 {
	float: none;
	display: block;
}
.archive_article .article-date {
	margin-bottom: 10px;
}
.archive_article figure a span.movie  {
	width: 80px;
	height: 80px;
	display: block;
    position: absolute;
	z-index: 100;
	background: url(../img/tmp/mv_filter2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*- pager -*/
.pager {
	margin: 15px auto;
	text-align: center;
}
.pager ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style: none;
	letter-spacing: -.4em;
}
.pager li {
	border: #e5e5e5 1px solid;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.pager li span {
	display: block;
	padding: 10px 12px;
	background-color: #f5f5f5;
}
.pager li a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	background-color: #fff;
}
.pager li a:hover {
	color: #fff;
	background-color: #3CF;
}
/*---------- ライター情報-------*/
  .writer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .writer_img {
    float: left;
    width: 250px;
    height: auto;
  }
  .writer_content {
    float: right;
    width: 660px;
  }
  .writer_content.no_w_image {
    float: none;
    width: auto;
  }
  .writer_content dt, .writer_content dd {
    margin: 0;
    padding: 0;
  }
  .writer_name {}
  .writer_name h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 160%;
  }
  .writer_name span {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 140%;
  }
  .writer_intor {}
  .writer_sns {
    float: left;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .writer_sns li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .writer_sns li a {
    display: block;
  }
  .writer_sns li.sns_f a {}
  .writer_sns li.sns_t a {}
  .writer_sns li.sns_l a {}	
/*----*/
.hsb_archive {
	border-bottom: #ccc solid 1px;
}
.hsb_first {
	border-top: #ccc solid 1px;
	padding: 10px;
}
.hsb_first .article-info h1 {
	margin: 0;
    font-weight: bold;
    line-height: 140%;
	font-size: 36px
}
.hsb_first .article-info .article-date {
    margin: 10px 0;
    padding: 0;
    color: #666;
    text-align: right;
}
.hsb_first .article-info p {
    font-size: 18.5px;
    line-height: 180%;
	margin: 0;
	padding: 0;
}
/*----*/
.hsb_second {
	margin: 0;
	padding: 0;
	width: calc((100vw - 300px)/2 - 20px);
	height: calc((100vw - 300px)/2 - 20px);
	float: left;
}
.hsb_second.photo {
	border-top: #ccc solid 1px;
}

.first_photo.sp {
	display: none;
	margin: 10px;
	padding: 0;
}
.first_photo a {
	width: calc((100vw - 300px)/2 - 40px);
	height: calc((100vw - 300px)/2 - 40px);
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
}
.first_photo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.photo_only {
	margin: 10px 0 0 10px;
	padding: 0;
	width: calc((100vw - 300px)/2 - 40px);
	height: calc((100vw - 300px)/2 - 40px);
	position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
}
.photo_only img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.photo_only .article-info {
	position: absolute;
	bottom: 0;
	width: calc((100vw - 300px)/2 - 60px);
	padding: 20px 10px 10px;
	background-image: url("../img/index/photo_title.png");
	background-position: bottom;
}
.hsb_second .article-info.sp {
	display: none;
}
.photo_only .article-info h1,
.photo_only .article-info .article-date {
	color: #fff;
}
.photo_only .article-info h1:before {
	content: ".";
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
	padding-right: 5px;
	background: url(../img/index/photo_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.photo_only .article-info h1.movie:before {
	background: url(../img/index/movie_mark.png);
}

@media screen and (max-width: 1280px) and (min-width: 1150px) {
.hsb_second {
	margin: 0;
	padding: 0;
    width: calc(100%/2 - 10px);
	height: 400px;
}
.hsb_second.photo {
	border-top: #ccc solid 1px;
}

.first_photo {
	display: none;
	margin: 10px;
	padding: 0;
}
.first_photo a {
	width: 380px;
	height: 380px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
}
.first_photo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.photo_only {
	margin: 10px 0 0 10px;
	padding: 0;
	width: 380px;
	height: 380px;
	position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background-color: #F5F5F5;
}
.photo_only img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.photo_only .article-info {
	position: absolute;
	bottom: 0;
	width: 360px;
	padding: 47px 10px 10px;
	background-image: url("../img/index/photo_title.png");
	background-position: bottom;
}
.hsb_second .article-info.sp {
	display: none;
}
.photo_only .article-info h1,
.photo_only .article-info .article-date {
	color: #fff;
}
.photo_only .article-info h1:before {
	content: ".";
	width: 20px;
	display: inline-block;
	text-indent: -9999px;
	padding-right: 5px;
	background: url(../img/index/photo_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.photo_only .article-info h1.movie:before {
	background: url(../img/index/movie_mark.png);
}

}
	
/*----*/
.hsb_more {
	width: calc((100vw - 300px)/2 - 60px);
	float: left;
	display: inline-block;
	border-top: #C5C3C6 solid 1px;
}
	
.hsb_more figure a {
	width: 80px;
	height: 80px;
}
.hsb_more figure a span.movie  {
	width: 80px;
	height: 80px;
	display: block;
    position: absolute;
	z-index: 100;
	background: url(../img/tmp/mv_filter2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.hsb_more .article-info h1 {
	width: calc(100% - 100px);
}
.hsb_more:nth-last-child(2) ,.hsb_more:nth-last-child(3) ,
.hsb_more:nth-last-child(4) ,.hsb_more:nth-last-child(5) {
	margin-left: 10px;
}
.hsb_more .article-date {
}
/*----学校一覧---*/
h1.hsb {
    margin: 0 0 60px;
    font-size: 260%;
    border-bottom: 3px solid #ccc;
}
.hsb_sch_more {
	display: none;
    border-top: none;
}
	/*---関連記事ボタン---*/
  .hsb_sch_more_btn {
    border-top: #C5C3C6 solid 1px;
    border-bottom: #C5C3C6 solid 1px;
    text-align: center;
    margin: 0;
    clear: both;
    font-size: 12pt;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .hsb_sch_more_btn span {
    color: #fff;
    width: 300px;
    margin: 0 auto;
    padding: 8px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #36C;
  }
/*----*/

.hsb_btn {
	
}

.hsb_btn a {
	width: 400px;
    margin: 0 auto 60px;
    padding: 8px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
.hsb_btn a:link, .hsb_btn a:visited {
    color: #fff;
    background-color: #36C;
}
.hsb_btn a:hover {
    background-color: #000066;
}
.switch {
	color: #fff;
	position: relative;
	display: inline-block;
	float: right;
	margin:0;
	width: 280px;
	font-size: 14px;
	padding: 7px 0 6px 30px;
	margin-bottom: 20px;
	font-weight: bold;
	border-radius: 6px 9px 9px 6px;
	background-color: #333;
}
.switch input {
	display: none;
}
.switch label {
	margin: 0;
	position: absolute;
	right: 4px;
	padding: 0 0 0 12px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.switch label:before {
	padding: 3px 30px 2px;
	content: ' ON ';
	border-radius: 6px 0 0 6px;
	background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
	color: #333;
}
.switch label:after {
	padding: 3px 30px 2px;
	content: 'OFF';
	border-radius: 0 6px 6px 0;
	background: #C30;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1) inset;
	color: #FFF;
}
.switch input + label:hover:before {
	opacity: 0.5;
}
.switch input:checked + label:before {
	background: #9C0;
	color: #FFF;
	opacity: 1;
}
.switch input:checked + label:after {
	background: linear-gradient(to bottom, #F0F0F0 0%, #DDD 100%);
	color: #333;
}
.switch input:checked + label:hover:after {
	opacity: 0.5;
}
/*------*/
.list_disp_btn, .during_btn {
	top: 240px;
	right: 0;
	/*	width: 1280px;*/
	float:right;
	height: 50px;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 100;
	position: fixed;
	pointer-events: none;/*	position: relative;*/
}
.list_disp_btn a, .during_btn a {
	float: right;
	color: #fff;
	width: 305px;
	height: 35px;
	margin: 0;
	padding: 5px 0 0;
	pointer-events:auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #EE0006;
	border: 3px solid #EE0006;
	opacity: 0.7;
	transition: 0.3s;
	background-image: url(../img/tmp/down_arrow.png);
	background-repeat: no-repeat;
	background-position: center 28px;
}
.list_disp_btn a {
	background-color:rgba(10,23,172,1.00);
	border: 3px solid rgba(10,23,172,1.00);
}
.list_disp_btn a:hover, .during_btn a:hover {
	opacity: 1;
}
/*-----*/
.score {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	list-style: none;
}
.score li {
	margin-bottom: 5px;
}
.score div {
	float: left;
	margin-bottom: 5px;
	background: url(../img/tmp/score_tb.jpg) repeat-x;
}
.score table {
	width: 100%;
	table-layout: fixed;
	/*	margin-bottom: 5px;*/
	background-color: #333333;
	border-collapse: collapse;
}
.score th, .score td {
	font-size:100%;
	border: #666 solid 1px;
	text-align: center;
}
.score thead th, .score thead td {
	color: #ccc;
	font-weight: bold;
	padding: 3px 2px;
	height: 24px;
	vertical-align: middle;
	background-color: #204020;
}
.score tbody th, .score tbody td {
	color: #fff;
	height: 28px;
	vertical-align: middle;
	padding: 5px 0px;
}
.score td {
	width: calc(100%/10) !important;
}
.score.s10 td {
	width: calc(100%/11) !important;
}
.score.s11 td {
	width: calc(100%/12) !important;
}
.score.s12 td {
	width: calc(100%/13);
}
.score.s13 td {
	width: calc(100%/12);
}
.score .schoolname {
 width: calc(100%/16*4);
}
.score .schoolname thead th {
	text-align: left;
}
.score .schoolname tbody th {
	text-align: center;
	font-family: "Courier New", Consolas, monospace;
}
.score .schoolname th, .score .schoolname td {
	border-right: none;
}
.score .score {
	margin: 0;
	padding: 0;
 width: calc(100% - (100%/16*6)) !important;
}
.score.s13 .score, .score.s27 .score, .score.s28 .score {
 width: calc(100% - (100%/16*4)) !important;
}
.score.s13 li:nth-child(3) .score, .score.s28 li:nth-child(4) .score {
 width: calc(100% - (100%/16*2)) !important;
}
.score.s27 li:nth-child(3) .score {
 width: calc(100% - (100%/16)) !important;
}
.stadium .score.s13 li:nth-child(3) .score, .stadium .score.s28 li:nth-child(4) .score {
 width: calc(100% - (100%/16*2)) !important;
}
.score.s28 li:nth-child(3) .score {
	width: 100% !important;
	margin-bottom: 5px;
}
.score .total {
 width: calc(100%/16*2) !important;
	font-weight: bold;
	background: none;
}
.score .total th, .score .total td {
	border-left: none;
}
.score.s27 .total {
	width: calc(100%/16) !important;
}
.score .total:not(:target) {
 width: calc(100%/16*2 - 1px)\9 !important; /* IE9, 10 */
}
.score.s27 .total:not(:target) {
	width: calc(100%/16 - 1px)\9 !important; /* IE9, 10 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.score .total:not(:target) {
 width: calc(100%/16*2 - 1px)\9 !important; /* IE10（\9なしでIE11にも適用） */
}
.score.s27 .total:not(:target) {
	width: calc(100%/16 - 1px)\9 !important; /* IE9, 10 */
}
}
.score .total th, .score .total td {
	border-left: none;
}
.score .comment h5 {
	float: left;
	margin: 0;
	padding: 3px 10px;
	width: auto;
	font-size: 120%;
}
.score .comment p {
	float: right;
	width: calc(100% - 150px);
	margin: 0 0 5px;
	padding: 3px 10px;
	word-break: break-all;
	font-size: 80%;
	text-align: right;
	background-color: #eee;
}
.score li:nth-child(2) {
	clear: both;
}
.score .memo {
	clear: both;
	font-size: 80%;
	text-align: right;
}
/*-----*/
/* タブの外枠 */
.stadium {
	letter-spacing: -.4em;
	margin-bottom: 70px;
}
/* タブのスタイル */
.stadium .day-label {
	display: inline-block;
	background-color: #f3f3f3;
	margin-right: 1px;
	padding: 10px 10px;
	font-size: 100%;
	font-weight:bold;
	border-bottom: none;
}
/* タブにマウスカーソルがのったときフッター */
.stadium .day-label:hover {
	opacity: 0.7;
}
/* ラジオボタンと内容を非表示 */
.stadium input[type="radio"], .stadium .day-content {
	display: none;
}
/* タブ内容のスタイル */
.stadium .day-content {
	padding: 20px;
	/*  min-height: 200px;*/
  background-color:#E8ECEF;
}
.stadium input[type="radio"] + .day-label {
	opacity: 0.4;
	background-color: #E8ECEF;
}
/* 選択されているタブのスタイルを変える */
.stadium input[type="radio"]:checked + .day-label {
	opacity: 1;
	background-color: #E8ECEF;
}


/* 選択されているタブのコンテンツのみを表示 */
/*-----   
stadium1
   -----*/
.stadium #day1-1:checked ~ .day1-1-content, .stadium #day1-2:checked ~ .day1-2-content, .stadium #day1-3:checked ~ .day1-3-content, .stadium #day1-4:checked ~ .day1-4-content, .stadium #day1-5:checked ~ .day1-5-content, .stadium #day1-6:checked ~ .day1-6-content, .stadium #day1-7:checked ~ .day1-7-content, .stadium #day1-8:checked ~ .day1-8-content, .stadium #day1-9:checked ~ .day1-9-content, .stadium #day1-10:checked ~ .day1-10-content {
 display: block;
}
/*-----   
stadium2
   -----*/
.stadium #day2-1:checked ~ .day2-1-content, .stadium #day2-2:checked ~ .day2-2-content, .stadium #day2-3:checked ~ .day2-3-content, .stadium #day2-4:checked ~ .day2-4-content, .stadium #day2-5:checked ~ .day2-5-content, .stadium #day2-6:checked ~ .day2-6-content, .stadium #day2-7:checked ~ .day2-7-content, .stadium #day2-8:checked ~ .day2-8-content, .stadium #day2-9:checked ~ .day2-9-content, .stadium #day2-10:checked ~ .day2-10-content {
 display: block;
}
/*-----   
stadium3
   -----*/
.stadium #day3-1:checked ~ .day3-1-content, .stadium #day3-2:checked ~ .day3-2-content, .stadium #day3-3:checked ~ .day3-3-content, .stadium #day3-4:checked ~ .day3-4-content, .stadium #day3-5:checked ~ .day3-5-content, .stadium #day3-6:checked ~ .day3-6-content, .stadium #day3-7:checked ~ .day3-7-content, .stadium #day3-8:checked ~ .day3-8-content, .stadium #day3-9:checked ~ .day3-9-content, .stadium #day3-10:checked ~ .day3-10-content {
 display: block;
}
/*-----   
stadium4
   -----*/
.stadium #day4-1:checked ~ .day4-1-content, .stadium #day4-2:checked ~ .day4-2-content, .stadium #day4-3:checked ~ .day4-3-content, .stadium #day4-4:checked ~ .day4-4-content, .stadium #day4-5:checked ~ .day4-5-content, .stadium #day4-6:checked ~ .day4-6-content, .stadium #day4-7:checked ~ .day4-7-content, .stadium #day4-8:checked ~ .day4-8-content, .stadium #day4-9:checked ~ .day4-9-content, .stadium #day4-10:checked ~ .day4-10-content {
 display: block;
}
/*-----   
stadium5
   -----*/
.stadium #day5-1:checked ~ .day5-1-content, .stadium #day5-2:checked ~ .day5-2-content, .stadium #day5-3:checked ~ .day5-3-content, .stadium #day5-4:checked ~ .day5-4-content, .stadium #day5-5:checked ~ .day5-5-content, .stadium #day5-6:checked ~ .day5-6-content, .stadium #day5-7:checked ~ .day5-7-content, .stadium #day5-8:checked ~ .day5-8-content, .stadium #day5-9:checked ~ .day5-9-content, .stadium #day5-10:checked ~ .day5-10-content {
 display: block;
}
/*-----   
stadium6
   -----*/
.stadium #day6-1:checked ~ .day6-1-content, .stadium #day6-2:checked ~ .day6-2-content, .stadium #day6-3:checked ~ .day6-3-content, .stadium #day6-4:checked ~ .day6-4-content, .stadium #day6-5:checked ~ .day6-5-content, .stadium #day6-6:checked ~ .day6-6-content, .stadium #day6-7:checked ~ .day6-7-content, .stadium #day6-8:checked ~ .day6-8-content, .stadium #day6-9:checked ~ .day6-9-content, .stadium #day6-10:checked ~ .day6-10-content {
 display: block;
}
/*-----   
stadium7
   -----*/
.stadium #day7-1:checked ~ .day7-1-content, .stadium #day7-2:checked ~ .day7-2-content, .stadium #day7-3:checked ~ .day7-3-content, .stadium #day7-4:checked ~ .day7-4-content, .stadium #day7-5:checked ~ .day7-5-content, .stadium #day7-6:checked ~ .day7-6-content, .stadium #day7-7:checked ~ .day7-7-content, .stadium #day7-8:checked ~ .day7-8-content, .stadium #day7-9:checked ~ .day7-9-content, .stadium #day7-10:checked ~ .day7-10-content {
 display: block;
}
/*-----   
stadium8
   -----*/
.stadium #day8-1:checked ~ .day8-1-content, .stadium #day8-2:checked ~ .day8-2-content, .stadium #day8-3:checked ~ .day8-3-content, .stadium #day8-4:checked ~ .day8-4-content, .stadium #day8-5:checked ~ .day8-5-content, .stadium #day8-6:checked ~ .day8-6-content, .stadium #day8-7:checked ~ .day8-7-content, .stadium #day8-8:checked ~ .day8-8-content, .stadium #day8-9:checked ~ .day8-9-content, .stadium #day8-10:checked ~ .day8-10-content {
 display: block;
}
/*-----   
stadium9
   -----*/
.stadium #day9-1:checked ~ .day9-1-content, .stadium #day9-2:checked ~ .day9-2-content, .stadium #day9-3:checked ~ .day9-3-content, .stadium #day9-4:checked ~ .day9-4-content, .stadium #day9-5:checked ~ .day9-5-content, .stadium #day9-6:checked ~ .day9-6-content, .stadium #day9-7:checked ~ .day9-7-content, .stadium #day9-8:checked ~ .day9-8-content, .stadium #day9-9:checked ~ .day9-9-content, .stadium #day9-10:checked ~ .day9-10-content {
 display: block;
}
/*-----   
stadium10
   -----*/
.stadium #day10-1:checked ~ .day10-1-content, .stadium #day10-2:checked ~ .day10-2-content, .stadium #day10-3:checked ~ .day10-3-content, .stadium #day10-4:checked ~ .day10-4-content, .stadium #day10-5:checked ~ .day10-5-content, .stadium #day10-6:checked ~ .day10-6-content, .stadium #day10-7:checked ~ .day10-7-content, .stadium #day10-8:checked ~ .day10-8-content, .stadium #day10-9:checked ~ .day10-9-content, .stadium #day10-10:checked ~ .day10-10-content {
 display: block;
}
.stadium .score .comment p {
	float: right;
	margin: 0 0 5px;
	word-break: break-all;
	width: calc(100% - 150px);
	background-color: #fff;
}
.stadium .score li:nth-child(2) {
	clear: both;
}
.stadium .score.s13 li:nth-child(2) .score {
 width: calc(100% - 100%/16*4) !important;
}
.stadium .score.s13 li:nth-child(3) .score {
 width: calc(100% - 100%/16*2) !important;
}
	
/*出場校一覧*/
.schoollist {
	width: 310px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4px auto 20px auto;
	padding: 0;
	list-style: none;
}
.schoollist li {
	margin: 2px 4px 2px 0;
	width: calc(100%/3 - 4px);
}
.schoollist li:nth-child(3n) {
	width: calc(100%/3 - 2px);
	margin-right: 0;
}
.schoollist li a:link, .schoollist li a:visited {
	width: 100%;
	display: block;
	color: #666;
	padding: 6px 0;
	border: #ccc solid 1px;
	box-sizing: border-box;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	background-color: #f5f5f5;
}
.schoollist li a:hover {
background-color: #ccc;
}
.schoollist li.rengo a:link, .school li.rengo a:visited {
	font-size:70%;
}
	
	/*----*/
	
aside .ad {
	margin: 10px 0;
}	
aside ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
  /*---------- 404-------*/
  .errer {
    width: 100%;
  }
  .errer h2 {
    font-size: 220%;
    line-height: 120%;
    padding: 0 0 10px;
    text-align: center;
  }
  .errer h3 {
    color: #ccc;
    font-size: 160%;
    padding: 0;
    text-align: center;
  }
  .errer p {
    text-align: center;
  }
 /*-防災情報-*/
  .bl-post {}
  .ll_bosai_lists {}
  .ll_bosai_lists li {
    margin-bottom: 12px !important;
  }
  .ll_bosai_lists li a {
    text-align: center;
  }
  /*-インフォメーション-*/
  .info_menu {}
  .info_menu ul {
    margin: 10px 20px;
    width: 100%;
    padding: 0;
    list-style: none;
  }
  .info_menu li {
    width: 270px;
    margin: 0 10px 10px;
    padding: 0;
    display: inline-block;
  }
  .info_menu li a {
    color: #666;
    font-size: 110%;
    text-decoration: none;
    border: #ccc solid 1px;
    display: block;
    text-align: center;
    padding: 6px;
  }
/*-----*/
#_popIn_recommend ._popIn_recommend_header {
	width: auto;
}	
.banner_area img {
	max-width: 100%;
	width: auto;
	height: auto;
}
	.free img {
		width: auto;
		max-width: 100%;
	}
}