/*
* 設定
------------------------------------------------------------------*/
@font-face {
  font-family: 'kin';
  src: url('./font/kin/KINKIE_.TTF') format('truetype');
}

@font-face {
  font-family: 'ni';
  src: url('./font/ni/NIS-R10.TTC') format('truetype');
}

body {
	background: url(../images/common/bg.jpg);
	max-width: 100%;
	position: relative;
	margin: 0 auto;
}
img {
	max-width: 100%;
}
.mb0 {
	margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .break-pc {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .break-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
	.container {
		background: url(../images/common/bg_container.jpg);
		padding: 0 1.5rem 2rem;
	}
}
@media (max-width: 991px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-pc {
    display: none !important;
  }
}

/*
* header
************************************************************************/
header {
	margin: 1rem 1.5rem;
}
header h1 {
  margin: 0;
}
header ul li a {
	color: #fff !important;
}
header .navbar {
	min-height: 0;
	margin-bottom: 0;
}
header .nav>li>a:focus, header .nav>li>a:hover {
	background: none;
}
header .nav>li>a {
	padding: 0;
}
header .navbar-toggle {
	margin-top: 22px;
}
@media (max-width: 767px) {
	body > div.container > div:nth-of-type(2){
		padding-top: 80px;
	}
	header {
		margin: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: url(../images/common/bg_container.jpg);
	}
	header button, .navbar-collapse {
		background: #fff !important;
	}
	header .navbar-toggle .icon-bar {
		background: #000 !important;
	}
	header ul li {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	header ul li a {
		color: #000 !important;
		display: inline-block !important;
	}
	.navbar-collapse ul {
		padding: 1rem;
	}
}
@media (min-width: 768px) {
	header nav .container-fluid {
		display: flex;
		align-items: flex-end;
	}
	header .navbar-header, header .navbar-nav {
		float: none;
	}
	header ul li {
		padding-left: 1rem;
	}
	header ul li a {
		display: inline-block !important;
		vertical-align: middle;
	}
	header ul li:not(:first-child):before {
		content: "|";
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		padding-right: 7px;
	}
}

/*
* main
------------------------------------------------------------------*/
@media (min-width:992px) {
	.main-container {
		display: flex;
	}
}
.main-container > div {
	float: none;
}
.main-container .main .articleList .articleDetail:not(:first-child) {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 2px dashed #ccc;
}
.main-container .main h2 {
	margin: 0;
	margin-bottom: 1rem;
	color: #e2007d;
	font-weight: bold;
	font-size: 20px;
}
.main-container .main h2 a {
	color: #e2007d;
	font-size: 20px;
	font-weight: bold;
}
.main-container .main {
	margin-left: 15px;
	margin-right: 15px;
	background: #fff;
}
@media (max-width:991px) {
	.main-container .main {
		margin-bottom: 2rem;
	}
}

/*
* side
------------------------------------------------------------------*/
.side .side-container {
	background: #fff;
	padding: 1rem 0;
	position: relative;
}
.side h3 {
	color: #e2007d;
	margin: 0;
	font-size: 16px;
	padding: 1rem 0 1rem 4rem;
  margin-bottom: 1rem;
}
.side .side-profile h3 {
	background: url(../images/common/right/profile_icon.png) no-repeat center left;
}
.side .side-article h3 {
	background: url(../images/common/right/note.png) no-repeat center left;
}
.side .side-search h3 {
	background: url(../images/common/right/search.png) no-repeat center left;
}
.side .side-archive h3 {
	background: url(../images/common/right/calendar.png) no-repeat center left;
}
.side .side-twitter h3 {
	background: url(../images/common/right/twitter.png) no-repeat center left;
}
.side .side-qr h3 {
	background: url(../images/common/right/qrcode.png) no-repeat center left;
}
.side-profile .side-name {
	color: #e2007d;
	font-weight: bold;
	font-size: 20px;
}
.side-profile .side-comment {
	max-width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-profile .side-comment:before {
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #e2007d;
}
.side-profile .read-more {
	font-weight: bold;
}
.side ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.side ul li a {
	color: #000;
}
.side ul li:not(last-child) {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.side .sec-border {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 2px solid #d0a972;
}
.side .side-search form {
	border: 1px solid #996c33;
	border-radius: 20px
}
.side .side-search .form-inline {
	display: flex;
	justify-content: space-between;
}
.side .side-search input {
	border: none !important;
	box-shadow: none !important;
	border-radius: 20px
}
@media (min-width: 768px) {
	.form-inline .form-control {
	  width: 90% !important;
	}
}
.side .side-search button {
	background: none;
}
.main-container .side {
	margin-left: 15px;
	margin-right: 15px;
	background: #fff;
}
@media (max-width:767px) {
	.main-container .main, .main-container .side {
		background-image: url(../images/common/line_check_x.gif), url(../images/common/line_check_x.gif), url(../images/common/line_check_y.gif), url(../images/common/line_check_y.gif);
		background-position: left top, left bottom, left top, right top;
		background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
		background-color: #fff;
		padding: 5px 15px 5px;
		margin-bottom: 1rem;
	}
}
@media (min-width:992px) {
	.main-container .main {
	  padding: 1rem;
	}
}

/*
* comment
------------------------------------------------------------------*/
form.coment > div:not(.errArea) {
	/*display: flex;
	align-items: center;
	border-bottom: 1px dashed #ccc;*/
	padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
/*form.coment > div:not(.errArea) div:first-child {
	width: 60px;
}*/
@media (max-width: 767px) {
  .page-top {
    opacity: 0.7;
    font-size: 1.5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  .page-top:hover {
    opacity: 1;
  }
  .page-top a {
    width: 35px;
    padding: 7px;
  }
  .page-top span {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-top a {
    width: 100px;
    padding: 30px 0;
  }
}
form#form > div > div {
	display: block;
}
form#form input, form#form textarea {
  max-width: 350px;
	width: 100%;
}
.comment-title {
  position: relative;
  padding: 0.4em;
  background: #f00;
	color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
.comment-title:after {
	position: absolute;
  content: '';
  top: 100%;
  left: 10px;
  border: 10px solid transparent;
  border-top: 10px solid #f00;
  width: 0;
  height: 0;
}

/*
* article
************************************************************************/
.sns ul li {
  line-height: 1;
  vertical-align: top;
}
.sns ul li .comment-counter {
  border-radius: 3px;
  padding: 0.2rem 0 0.2rem 0.2rem;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.sns ul li .comment-counter span:first-child {
  background: #000;
}
.sns ul li .comment-counter span:last-child {
  background: #fff;
  color: #000;
  padding: 0 0.5rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.article-box {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #b5b5b5;
}
.article-box h5 a {
	color: #000;
	font-weight: bold;
}
.article-box:after {
  content: "";
  display: table;
  clear: both;
}
.article-box:not(:first-child) {
  margin-top: 1rem;
}
.article-box .images {
  float:left;
  overflow: hidden;
  position: relative;
  width: 120px;
  margin-right: 2%;
  height: 120px;
  background: #ddd;
  border: 1px solid #ccc;
}
.article-box .images img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.article-box > a:hover .images {
  opacity: 0.7;
}
.article-box .text-contents {
  overflow: hidden;
  font-size: 14px;
}
@media (max-width: 400px) {
  .article-box .images {
    width: 90px;
    height: 90px;
  }
}
.select-arrow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}

/*
* page top
************************************************************************/
.page-top {
  background-color: rgba(229,0,0,1);
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1000;
}
.page-top a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}

/*
* footer
************************************************************************/
footer {
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
footer ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0 0.5rem;
}
footer address {
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 1rem;
  background-color: #f00;
}
footer.footer {
  margin-top: 1rem;
  padding-top: 1rem;
	padding-bottom: 1rem;
}
footer.footer ul {
  font-size: 12px;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
footer.footer li {
  margin: 0 0.2rem;
}
footer.footer li.active {
  color: #f00;
}
@media(min-width: 768px) {
  footer {
    text-align: center;
  }
}
@media(max-width: 991px) {
  footer.footer address {
    color: #fff;
  }
}
@media(min-width: 992px) {
  footer.footer address {
    background: url(../images/common/footer_bg.gif) no-repeat center top !important;
    background-size: contain;
    height: 60px;
    padding-top: 22px;
  }
}

/*
* 記事一覧
------------------------------------------------------------------*/
.articleDetail {
	padding: 5px;
	margin-bottom: 20px;
}
.articleDetail h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.articleBody img {
	max-width: 100%;
	margin: 0 auto;
}

/*
* アラート
------------------------------------------------------------------*/
.form-alert {
    background-color: #ffebee;
    border: #f44336 solid 1px;
}

p.form-alert-msg {
	color: #f44336;
	margin-bottom: 5px;
}

/*
* エラー表示
------------------------------------------------------------------*/
.errArea {
	display:none;
	padding: 5px;
	color: #FF0000;
	margin-bottom: 1rem;
}

/*
* index
-------------------------------------------------------------------*/
.blog-rank {
  font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.staff_list_wrap {
  padding: 10px 0 0;
}
@media (max-width: 639px) {
  .rank-pc {
    display: none !important;
  }
  .staff_list_wrap.sub-layout {
    display: block;
    margin: 0 0 2rem;
    padding: 0;
  }
  .staff_list_wrap.sub-layout .staff_list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .staff_list_wrap.sub-layout .staff_list:first-child {
    border-top: 1px solid #ccc;
  }
  .staff_list_wrap.sub-layout .staff_list a, .staff_list_wrap.sub-layout .staff_list .border {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .staff_list_wrap.sub-layout .staff_list .border {
    justify-content: space-between;
  }
  .staff_list_wrap.sub-layout .staff_list .staff_list_img {
    width: 100%;
    max-width: 26%;
  }
  .staff_list_wrap.sub-layout .staff_list .border {
    width: 100%;
    max-width: 74%;
    background: none;
    padding: 0 1rem;
    position: relative;
  }
  .staff_list_wrap.sub-layout .staff_list .border .staff_list_name:after, .staff_list_wrap.sub-layout .staff_list .event-btn:before,
  .staff_list_wrap.sub-layout .event-btn,
  .staff_list_wrap.sub-layout .staff_list:after,
  .staff_list_info span {
    display: none;
  }
  .staff_list_wrap.sub-layout a .staff_list_name,
  .staff_list_wrap.sub-layout a .staff_list_size,
  .staff_list_wrap.sub-layout a .staff_list_info div {
    font-size: 16px;
  }
  .staff_list_wrap.sub-layout a .staff_list_name {
    color: #000;
  }
  .staff_list_wrap.sub-layout .arrow {
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 4px;
  }
  .staff_list_wrap.sub-layout .arrow-bg {
    background: rgba(0,0,0,.3);
    padding: 1rem;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    position: relative;
  }
  .staff_list_wrap.sub-layout {
    margin: 0;
  }
  .staff_list_wrap.sub-layout .staff_list .border {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
  .staff_list_wrap.sub-layout .staff_list {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .staff_list_wrap.sub-layout .staff_list_info {
    color: #fff;
  }
  .rank1-5 .staff_list_rank:after {
    content: url(../images/common/ranking/crown1.png);
    vertical-align: middle;
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(2) .staff_list_rank:after {
    content: url(../images/common/ranking/crown2.png);
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(3) .staff_list_rank:after {
    content: url(../images/common/ranking/crown3.png);
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(4) .staff_list_rank:after {
    content: url(../images/common/ranking/crown4.png);
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(5) .staff_list_rank:after {
    content: url(../images/common/ranking/crown5.png);
  }
  .staff_list_name_en {
    display: none;
  }
  .chronology:active .pastyear {
    display: block;
  }
}

@media (min-width: 640px) {
  .staff_list_wrap.sub-layout .staff_list a {
    text-decoration: none;
    font-weight: bold;
  }
  .staff_list_wrap.sub-layout .staff_list a:after {
    content: "";
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .staff_list_wrap.sub-layout.rank1-5 .staff_list a:after {
    background: url(../images/common/ranking/blog_rnaking_area1.png) no-repeat center top;
    background-size: cover;
  }
  .staff_list_wrap.sub-layout.rank6-20 .staff_list a:after {
    background: url(../images/common/ranking/blog_rnaking_area2.png) no-repeat center top;
    background-size: cover;
  }
  .staff_list_wrap.sub-layout.rank21 .staff_list a:after {
    background: url(../images/common/ranking/blog_rnaking_area3center.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout.rank21 .staff_list:nth-child(5n) a:after {
    background: url(../images/common/ranking/blog_rnaking_area3right.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout.rank21 .staff_list:nth-child(1) a:after,
  .staff_list_wrap.sub-layout.rank21 .staff_list:nth-child(5n+1) a:after {
    background: url(../images/common/ranking/blog_rnaking_area3left.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout .staff_list a, .staff_list_wrap.sub-layout.rank1-5 .staff_list a div.border > div {
      display: -webkit-flex;
      display: flex;
      align-items: center;
  }
  .staff_list_wrap.sub-layout .border, .staff_list_wrap.sub-layout div.border, .staff_list_wrap.sub-layout .staff_list:after, .staff_list_wrap.sub-layout .staff_list_name:after {
    background: none;
  }
  .rank1-5 .staff_list_wrap {
    display: block;
    padding: 0;
    margin: 1rem 0 0;
    max-width: 100%;
  }
  .rank1-5 .staff_list {
    width: 100%;
    max-width: 613px;
    margin: 0 auto 1rem;
    display: block;
  }
  .staff_list_wrap.rank6-20 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 1rem;
  }
  .staff_list_wrap.rank21 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 1rem;
  }
  .staff_list_wrap.rank21 .staff_list_img {
    display: none;
  }
  .staff_list_wrap.rank6-20 .staff_list {
    width: 32%;
    margin: 0 2% 1rem 0;
  }
  .staff_list_wrap.rank6-20 .staff_list:nth-of-type(3n) {
    margin-right: 0;
  }
  .staff_list_wrap.rank1-5 .staff_list a .staff_list_img {
    max-width: 15%;
    width: 100%;
    margin: 0;
  }
  .staff_list_wrap.rank1-5 .border {
    width: 85%;
  }
  .staff_list_wrap.rank6-20 .staff_list a .staff_list_img {
    max-width: 44%;
    width: 100%;
    margin: 0 1% 0 0;
  }
  .staff_list_wrap.rank6-20 .border {
    width: 55%;
  }
  .staff_list_wrap.rank6-20 .staff_list a {
    align-items: flex-start;
  }
  .staff_list_wrap.rank21 a {
    display: block;
    width: 100%;
    height: 107px;
  }
  .staff_list_wrap.rank6-20 .staff_list_rank, .staff_list_wrap.rank21 .staff_list_rank {
    font-size: 16px;
    text-align: left;
    padding: 1rem 0;
    color: #000;
  }
  .rank1-5 .staff_list_rank span {
    font-size: 26px;
  }
  .rank6-20 .staff_list_rank span, .rank21 .staff_list_rank span {
    font-size: 12px;
    font-weight: normal;
  }
  .staff_list_wrap.rank21 .staff_list_rank {
    padding: 1rem 0.5rem 0 0.5rem;
  }
  .staff_list_wrap.rank6-20 .border, .staff_list_wrap.rank21 .border {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
  }
  .staff_list_wrap.rank21 .border {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
  }
  .staff_list_wrap.rank6-20 .staff_list_info_wrap, .staff_list_wrap.rank21 .staff_list_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105px;
    z-index: 101;
    font-size: 18px;
    padding-right: 1rem;
  }
  .staff_list_wrap.rank6-20 .staff_list_name, .staff_list_wrap.rank21 .staff_list_name {
    position: absolute;
    top: 2px;
    right: 0;
    left: 28px;
    font-size: 20px;
  }
  .staff_list_wrap.rank21 .staff_list_name {
    right: 0;
    left: 30px;
  }
  .staff_list_wrap.rank6-20 .staff_list_info, .staff_list_wrap.rank21 .staff_list_info {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    font-size: 18px;
    padding-right: 1rem;
  }
  .staff_list_wrap.rank21 .staff_list_info {
    padding-right: 0;
  }
  .staff_list_wrap.rank6-20 .staff_list_name_en, .staff_list_wrap.rank21 .staff_list_name_en {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem 1rem 0 0;
    font-size: 22px;
  }
  .staff_list_wrap.rank21 .staff_list_name_en {
    padding: 0;
    bottom: 5px;
  }
  .staff_list_wrap.rank1-5 .staff_list_rank {
    width: 15%;
    margin-right: 1%;
    font-size: 30px;
    color: #000;
  }
	.staff_list .border .staff_list_name {
    padding: 0.5rem 0;
  }
  .rank1-5 .staff_list_rank:after {
    content: "";
    display: inline-block;
    background: url(../images/common/ranking/crown1.png) no-repeat center top;
    vertical-align: middle;
    width: 40px;
    height: 35px;
    background-size: 100%;
    margin: 0 auto;
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(2) .staff_list_rank:after {
    background: url(../images/common/ranking/crown2.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(3) .staff_list_rank:after {
    background: url(../images/common/ranking/crown3.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(4) .staff_list_rank:after {
    background: url(../images/common/ranking/crown4.png) no-repeat center top;
  }
  .staff_list_wrap.sub-layout.rank1-5 div.staff_list:nth-of-type(5) .staff_list_rank:after {
    background: url(../images/common/ranking/crown5.png) no-repeat center top;
  }
  .rank1-5 .staff_list_rank:after {
    display: block;
  }
  .rank1-5 .staff_list_info_wrap {
    font-size: 21px;
    width: 21%;
  }
  .staff_list_wrap.sub-layout.rank21 .staff_list {
    width: 20%;
    margin: 0 0 1rem;
    padding: 0;
  }
  .staff_list_info_wrap span {
    display: none;
  }
  .staff_list_wrap .staff_list_name_en {
    position: absolute;
    right: 0;
    z-index: 101;
    color: #f00;
    text-shadow:1px 1px 0px #ffff00,-1px 1px 0px #ffff00,1px -1px 0px #ffff00,-1px -1px 0px #ffff00;
		font-family: 'kin';
    font-weight: normal;
  }
	.staff_list_wrap .staff_list_rank, .staff_list_wrap .staff_list_name {
    font-family: 'ni';
  }
  .staff_list_wrap.rank1-5 .staff_list_name_en {
    width: 53.5%;
    font-size: 50px;
    padding-top: 3%;
  }
  .staff_list_info {
    color: #fff;
    text-shadow:1px 1px 0px #009944,-1px 1px 0px #009944,1px -1px 0px #009944,-1px -1px 0px #009944;
  }
  .staff_list_name {
    font-size: 27px;
    color: #f00;
    text-shadow:1px 1px 0px #000,-1px 1px 0px #000,1px -1px 0px #000,-1px -1px 0px #000;
  }
  .chronology:hover .pastyear {
    display: block;
  }
}
.staff_list_wrap {
	overflow: hidden;
	padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 820px;
}
.staff_list {
  width: 22%;
  margin-bottom: 10px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  text-align: center;
  position: relative;
}
@media(min-width: 940px) {
  #index .staff_list {
    width: 17%;
  }
}
.staff_list .nmark {
  position:absolute;
  width: 25%;
  bottom: 5px;
  left: 6px;
}
.staff_list a {
  display: block;
}
.staff_list a:hover {
  opacity:0.9;
}
.staff_list a .staff_list_img {
    overflow: hidden;
    position: relative;
    max-width: 144px;
    margin: 0 auto;
}
.staff_list .nmark {
    position: absolute;
    width: 25%;
    bottom: 5px;
    left: 6px;
}
.staff_list:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/common/ranking/schedule_border_x.jpg) repeat-x left bottom;
}
@media(max-width: 360px) {
  .staff_list_wrap {
    margin: 0.5rem -3.5% !important;
  }
}
@media(max-width: 479px) {
  .staff_list_wrap .staff_list_info span {
    display: none;
  }
}
@media(max-width: 639px) {
  .staff_list_wrap {
    margin: 0.5rem 1.5%;
    font-weight: bold;
  }
  a .staff_list_name {
    color: deeppink;
  }
  .staff_list_size {
    font-size: 10px;
    color: deeppink;
  }
  .staff_list {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .staff_list .border, .staff_list:after, .staff_list .event-btn {
    max-width: 144px;
    margin: 0 auto;
  }
  .staff_list a:hover {
    text-decoration: none;
  }
}
@media(max-width: 939px) {
  .staff_list_wrap {
    max-width: 650px;
  }
}
@media(min-width: 640px) {
  .staff_list_size {
    display: none;
  }
}
.this_month_title{
	margin-bottom:10px;
}
.ranking_list_wrap{
	width: 650px;
	overflow:hidden;
}
.ranking_list_wrap a{
	display:block;
}
.blog_l, .blog_m, .blog_s{
	background-repeat:no-repeat;
}
.blog_l{
	width:613px;
	height:127px;
	margin: 0 auto 10px auto;
}
.blog_l a{
	display:block;
}
.ranking_list_wrap_m a, .ranking_list_wrap_s a{
	display:block;
}
.blog_m{
	margin-left:18px;
	margin-bottom:10px;
}
.blog_m, .blog_s{
	float:left;
}
.blog_s{
	margin-bottom:10px;
}
.ranking_list_wrap_s{
	width: 650px;
	padding-left:20px;
	overflow:hidden;
	margin-bottom:10px;
}
.ranking_list_wrap_s a:hover{
	opacity:.9;
}
.chronology{
	max-width:600px;
  width: 100%;
	margin:0 auto;
	position:relative;
}
.chronology ul{
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	opacity: 0.9;
	background-color: #444;
}
.chronology ul li:hover{
	background-color: white;
}
.chronology:hover{
	display:block;
}
.history_list{
	max-width:600px;
  width: 100%;
	margin:0 auto 20px auto;
}
.history_list ul{
	margin:0;
	padding:0;
  display: flex;
  flex-wrap: wrap;
	list-style:none;
}
.history_list ul li a:hover{
	opacity:.7;
}
.pastyear {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 600px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  right: 0;
  left: 0;
}
.blog-shop {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}
.blog-shop > div, .blog-shop > div > div > div:first-child {
  display: -webkit-flex;
  display: flex;
}
/*.blog-shop > div > div > div:last-child img {
  max-width: 50%;
}*/
