.bg-document {
	opacity: 0;
	transition: opacity 0.5s;
}
.bg-document {
	overflow-x:hidden;
}
body {
	font-family: "Georgia", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	/*background-color: #F6F5EF;*/
	color: #181818;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body.modal-open {
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Martel", "メイリオ", Meiryo, serif;
	font-weight: 600;
	line-height: 1.5;
}
h1 {
	font-size: 2.85714rem;
	font-weight: 900;
	text-align: center;
}
h2 {
	margin-top: 15px;
}
h2.c-title {
	line-height: 2;

	font-size: 2.14286rem;
}
h3.article-item--title {
	margin-top: 15px;
}
h4 {
	font-size: 0.85714rem;
}
@media screen and (max-width: 410px) {
	h1 {
		font-size: 2.14286rem;
	}
}

li {
	list-style: disc;
	list-position: outside;
}
ul {
	padding-left: 30px;
}
a {
	color: #1D4090;
	text-decoration: none;
	-webkit-transition: color .15s, opacity 0.5s;
	-o-transition: color .15s, opacity 0.5s;
	transition: color .15s, opacity 0.5s;
}
a h4,
a p,
a li{
	color: #181818;
}
a:hover h4,
a:hover p,
a:hover li{
	color: #181818;
}
a:hover {
	opacity: 0.7;
	color: #C64444;
}
/*
#a-header {
	padding: 30px 0 0;
	text-align: center;
}
.a-header {
	margin-bottom: 0 !important;
}
*/
.weekly-header {
	margin-bottom: 0;
	background: #fff;
	padding: 30px 0 0;
	text-align: center;
	padding-bottom: 10px;
}
#a-billboard {
	padding: 0;
}
#a-billboard:after {
	content: "";
	clear: both;
	width: 100%;
	border-bottom: 1px solid #181818;
}
#a-footer {
	font-size: 0.85714rem;
}
#weekly-template {
	display: none;
}
#weekly-header h4 {
  font-size: 1.0rem;
  padding-bottom: 18px;
  border-bottom: 3px solid #181818;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}
.weekly-nav {
	float: left;
	width: 50%;
	padding-bottom: 10px;
}
.weekly-share {
	float: left;
	width: 50%;
	text-align: right;
	padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.jpgo-header-menu-main-button {
		text-indent: -90000px !important;
		color: #fff;
	}
	.jpgo-modal ul {
		padding-left: 0;
	}
	#a-header {
		/*padding: 15px 15px 0;*/
		/* height: 105px; */
	}
	#a-billboard {
		/*padding: 10px 15px;*/
	}
	#weekly-header img {
		max-width: 80%;
	}
	.weekly-nav,
	.weekly-share {
		width:100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.weekly-share ul {
		padding-left: 0;
	}
}
@media screen and (max-width: 400px) {
	#a-header {
		/*padding: 15px 15px 0;*/
		/* height: 90px; */
	}
}
.weekly-share ul {
	margin-left: 0;
}
.weekly-share li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
.weekly-share li a {
	font-family: "Arial";
	font-size: 0.85714rem;
	padding: 2px 6px 2px 4px;
	display: inline-block;
	border-radius: 4px;
	color: #fff;
}
.weekly-share-link--facebook {
	background: #3b5998;
}
.weekly-share-link--twitter {
	background: #55acee;
}
.weekly-share-link--gplus {
	background: #dd4b39;
}
.weekly-share-link--linkedin {
	background: #007bb5;
}

.article-wrapper {
	margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.article-wrapper:after {
	clear: both;
}
.article-item {
	display: block;
	padding: 0 15px;
	width: 33.3333333%;
	position: relative;
}
.article-item.article-item--backnumber {
	width: 25%;
}
.article-item--container {
	border-top: 1px solid #181818;
	padding-top: 20px;
	margin-top: 15px;
	height: 560px;
	overflow: hidden;
}
.article-item--backnumber .article-item--container {
	border: none;
	height: auto;
}
.article-item--image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.article-item--container h2:first-child,
.weekly-modal h2 {
	margin-top: 0;
}

.article-item:after {
	position: absolute;
	content:"";
	background: url(images/cover-white.png) repeat-x;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	display: block;
}
.article-item--backnumber.article-item:after {
	display: none;
}
@media screen and (min-width: 641px) {
	.article-item:nth-child(1) .article-item--container,
	.article-item:nth-child(2) .article-item--container,
	.article-item:nth-child(3) .article-item--container {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
		height: 540px;
	}
	.article-item--backnumber.article-item:nth-child(1) .article-item--container,
	.article-item--backnumber.article-item:nth-child(2) .article-item--container,
	.article-item--backnumber.article-item:nth-child(3) .article-item--container,
	.article-item--backnumber.article-item:nth-child(4) .article-item--container{
		border-top: none;
		padding-top: 0;
		margin-top: 0;
		height: auto;
	}

	.article-item {
		border-right: 1px solid #181818;
	}
	.article-item.article-item--backnumber {
		border: none;
	}
	.article-item:nth-child(3n) {
		border-right: none;
	}
}/*
@media screen and (min-width: 768px) and (max-width: 959px) {
	.article-item {
		width: 50%;
	}
	.article-item:nth-child(1) .article-item--container,
	.article-item:nth-child(2) .article-item--container {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}
	.article-item:nth-child(2n-1) {
		border-right: 1px solid #181818;
	}
}*/
@media screen and (max-width: 640px) {
	.article-item, .article-item.article-item--backnumber {
		width: 100%;
	}
	.article-item:after {
		/*display:none;*/
	}
	.article-item--container {
		/*height: auto;*/
	}
	.article-item:nth-child(1) .article-item--container {
		border-top: none;
		padding-top: 0;
		margin-top: 0;
	}

}
.article-item--image {
	position: relative;
	padding-bottom: 70%;
}
.article-item--image-container {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
}
.article-item--image-container img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 640px) {
	h3.article-item--title {
		margin-top: 0;
	}

	.article-item--image {
		padding-bottom: 70%;
	    width: 100%;
	    /*float: left;*/
	    /*margin-right: 10px;*/
	}
	.article-item--backnumber .article-item--image {
		width: 25%;
		padding-bottom: 25%;
		float: left;
		margin-right: 10px;
	}
}
.weekly-footer > div:before {
	width: 100%;
	border-top: 3px solid #181818;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.weekly-footer div {
		text-align: center !important;
	}
}

.weekly-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	overflow-y: scroll;
	overflow-x: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 1.2em;
	color: #181818;
}

.weekly-modal-container {
	padding: 50px;
	position: relative;
	max-width: 750px;
	margin: 0 auto;
}
.weekly-modal-close {
	top: 9px;
	right: 12px;
}
.weekly-modal-close:before {
	content: ' ';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url('images/close.svg') center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 640px) {
	.weekly-modal-container {
		padding:65px 0 0;
	}
}

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?84529574');
  src: url('font/fontello.eot?84529574#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?84529574') format('woff2'),
       url('font/fontello.woff?84529574') format('woff'),
       url('font/fontello.ttf?84529574') format('truetype'),
       url('font/fontello.svg?84529574#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84529574#fontello') format('svg');
  }
}
*/

#weekly-share [class^="i-"]:before, #weekly-share [class*=" i-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.i-facebook:before { content: '\e800'; } /* '' */
.i-gplus:before { content: '\f0d5'; } /* '' */
.i-twitter:before { content: '\f309'; } /* '' */
.i-linkedin:before { content: '\f318'; } /* '' */

#backnumber-index .active {
	font-weight: 700;
	text-decoration: underline;
}



.a-header .site_frame {
    padding:0 !important;
}
#bakkuheda {
		border-bottom: 1px solid #000;
}
#bakkuheda > div:first-child {
	float: right;
	margin-top: 20px;
}
#bakkuheda h2 {
	margin-top: 5px;
}
#bakkuheda > div:nth-child(2) {
	float: left;
	margin-top: 0;
}

#jpgo-header-menu-main > .c-list-sign {
	padding-left: 0;
}
