@charset "UTF-8";

/**======================================
	video
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.select_wrap{
  position: relative;
  display: inline-block;
}

.select_wrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.select_wrap select.monthy_list {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}

.select_wrap select::-ms-expand {
    display: none;
}

/*--------------------------------------
	index
---------------------------------------*/

.monthly_title {
	margin-top: -50px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
}

.news_box ul.news_archive {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.news_box ul.news_archive li {
	border-bottom: 1px dotted #e6e6e6;
}

.news_box ul.news_archive li:last-child {
	border-bottom: none;
}

.news_box ul.news_archive .news_list .news_date {
    font-size: 1.2rem;
    line-height: 1.3em;
    color: #999;
}

.news_box .news_archive {
}

@media screen and (max-width: 599px) {	
	
	.monthly_title {
		margin-top: -40px;
	}
	
	.news_box ul.news_archive  {
		margin-left: 5%;
		margin-right: 5%;
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
	
	.news_box ul.news_archive .news_date date  {
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 600px) {

	.news_box ul.news_archive {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

/*--------------------------------------
	single
---------------------------------------*/

#single_news_contents {
	max-width: 860px !important;
}