﻿@charset "utf-8";
/*--------------------------------------------------------
  eachColumn
  01. forPC Layout
  02. forSP Layout
--------------------------------------------------------*/

a:link, a:visited {
	text-decoration: none;
}
/********************************************************************************

  01. forPC Layout

********************************************************************************/

body {
    min-width: 1000px;
}
.nte_content_document{
	min-height: 800px;
}

/*--------------------------------------------------------
 title
--------------------------------------------------------*/
.nte_top2 {
	background: #eeb0b7;
}
.nte_top_inner2 {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background: transparent;
	position: relative;
	padding: 47px 0 22px;
}
.nte_top2 h1 {
	display: inline-block;
	position: relative;
	left: 20px;
	z-index: 5;
	height: 68px;
	padding: 1px 0;
	background: #00afdc;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height:1.7;
	border: none;
}
.nte_top_title2 {
	width: 917px;
}
.nte_top2 h1 .font1 {
	position: relative;
	top: -2px;
	font-size:30px;
}
.nte_top2 h1:before, .nte_top2 h1:after {
	content: '';
	border: 35px solid transparent;
	position: absolute;
	top: 0;
	z-index: -1;
	transform: scalex(.5);
}
.nte_top2 h1:before {
	left: -35px;
	border-color: #00afdc;
	border-left-color: transparent;
}
.nte_top2 h1:after {
	right: -35px;
	border-color: #00afdc;
	border-right-color: transparent;
}
.nte_top2 h1 .icon_left {
	position: relative;
	top: 5px;
	left:-20px;
}
.nte_top2 h1 .icon_right {
	position: relative;
	top: 5px;
	left:20px;
}
.nte_top2 h1 .backnumber {
	display: block;
	color: #694a31;
	font-size:28px;
	padding: 18px 0 0 0;
}
/*--------------------------------------------------------
 main
--------------------------------------------------------*/
.nte_content_document {
	min-width: inherit;
	padding: 40px 0;
	background: #f7f1e8;
}
.nte_content_document_inner {
	width: auto;
	padding: 10px 0px 37px;
	background: none;
}
.backnumber h2 {
	width: 960px;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 10px;
	cursor: pointer;
	border-bottom: solid 3px #eeb0b7;
}
.backnumber h2.switchIcon {
	cursor: pointer;
	background: url(../../img/common/ico_pullup_subcat@1.5x.png) 100% 0 no-repeat;
	background-size: 40px auto;
}
.backnumber h2.active {
	background: url(../../img/common/ico_pulldown_subcat@1.5x.png) 100% 0 no-repeat;
	background-size: 40px auto;
}
.backnumber h2.switchIcon.top {
	background: url(../../img/common/ico_pulldown_subcat@1.5x.png) 100% 0 no-repeat;
	background-size: 40px auto;
}
.backnumber h2.active.top {
	background: url(../../img/common/ico_pullup_subcat@1.5x.png) 100% 0 no-repeat;
	background-size: 40px auto;
}
.backnumber_inner {
	display: none;
}
/* box
--------------------------------------------------------*/
.backnumber_inner {
	max-width: 960px;
	margin: 0 auto;
	letter-spacing: -0.4em;
}
.backnumber .box {
	position: relative;
	display: inline-block;
	letter-spacing: normal;
	margin-top: 14px;
	margin-right: 26px;
}
.backnumber .box:nth-child(4n) {
	margin: 0;
}
.backnumber .calendar {
	overflow: hidden;
	position: absolute;
	left: -20px;
	top: -10px;
	z-index: 5;
	height: 60px;
	width: 60px;
	border-radius: 40px;
	border: 2px solid #00afdc;
	background: #fff;
	font-size: 27px;
}
.backnumber .calendar .cyan {
	color: #00afdc;
}
.backnumber .calendar .magenta {
	color: #ff4d8d;
}
.backnumber .calendar span {
	position: absolute;
	display: inline-block;
}
.backnumber .calendar .month {
	left: 10px;
	top: 2px;
	width: 28px;
	text-align: center;
}
.backnumber .calendar .date {
	top: 4px;
	right: 17px;
	width: 28px;
	text-align: center;
}
.backnumber .calendar .day {
	bottom: 6px;
	left: 9px;
	width: 43px;
	text-align: center;
	font-size: 15px;
}
.backnumber .calendar .dash {
	top: 2px;
	left: 4px;
	width: 40px;
	text-indent: -9999px;
	border-bottom: 2px solid #00afdc;
	transform: rotate(-40deg);
}
.backnumber .mainichi_photo {
	overflow: hidden;
	box-sizing: border-box;
	width: 220px;
	height: 165px;
	margin: 0 0 10px;
	border-radius: 20px;
	border: 3px solid #87c4d9;
}
/* fancybox
--------------------------------------------------------*/
.fancybox-slide--image .fancybox-close-small {
    background: #00aee0;
    color: #f2f4f6;
    height: 50px;
    opacity: 1;
    padding: 6px;
    right: -25px;
    top: -25px;
    width: 50px;
    border-radius: 25px;
}
.fancybox-button {
    background: transparent;
}
.fancybox-button polygon {
    fill: #fff;
}

/********************************************************************************

  02. forSP Layout
    *横幅が667px以下の場合
  

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {


body {
    min-width: auto;
}
.nte_top_inner2 {
	width: auto;
	text-align:center;
	padding: 30px 0 22px;
	}
.nte_top2 h1 img {
	width:28px;
}
.nte_top2 h1 {
	font-size:26px;
	left:auto;
}
.nte_top_title2 {
	width: 280px;
}
.nte_top2 h1 .icon_left {
	position: relative;
	top: 15px;
	left:-5px;
}
.nte_top2 h1 .icon_right {
	position: relative;
	top: 13px;
	left:5px;
}
.nte_top2 h1 .font1 {
	top: 10px;
	font-size:15px;
}
.nte_top2 h1 .font2 {
	position:relative;
	top: 10px;
}
.nte_top2 h1 .backnumber {
	font-size:20px;
	padding:30px 0 0 0;
}
	
.backnumber h2 {
	width: auto;
}
	
.backnumber .box {
	display:block;
	margin: 0 auto 20px;
	width: 220px;
}
.backnumber .box:nth-child(4n) {
	display:block;
	margin: 0 auto 20px;
	width: 220px;
}
/* fancybox
--------------------------------------------------------*/
.fancybox-slide--image .fancybox-close-small {
    right: 0;
}	
	
.nte_content_document_inner {
	width: 94%;
}
.nte_content_document_report {
	float: none;
	width: 100%;
}
.nte_content_document_report .inner_details {
	padding: 30px 15px;
}
.nte_article_school {
	position: relative;
	padding: 10px 8px 7px 52px;
	margin-bottom: 20px;
	background: #d0d922;
	font-size: 20px;
}
.nte_article_school img {
	left: 8px;
	width: 38px;
}
.nte_content_document_list {
	float: none;
}
/* ページング
----------------------------- */
.link.ico_nav {
	width: 90px;
	font-size: 13px;
}
/* 画像の回りこみ
----------------------------- */
.imgLeft {
	display: block;
	float: none;
	margin: 0 auto 25px;
}
.imgRight {
	display: block;
	float: none;
	margin: 0 auto 25px;
}
/* 余白
----------------------------- */
.mbauto_sp {
	margin-bottom: auto !important;
}
.mt15_sp {
	margin-top: 15px !important;
}
.mt30_sp {
	margin-top: 30px !important;
}
.mlauto_sp {
	margin-left: auto !important;
}
.ml00_sp {
	margin-left: 0px !important;
}
.ml10_sp {
	margin-left: 10px !important;
}
.ml15_sp {
	margin-left: 15px !important;
}
.mrauto_sp {
	margin-right: auto !important;
}
.mr10_sp {
	margin-right: 10px !important;
}
.mr15_sp {
	margin-right: 15px !important;
}
}
