@charset "utf-8";

/* tag */
html {
	font-size: 62.5%;
}
body {
  color: #1A1A1A;
  margin: 0;
  padding: 0;
  background: #FFF;
  font: 1em/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
h2 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
  color: rgba(114,114,114,1.00);
}
img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
	transition: all .3s;
}
a:visited {
	color: #666666;
	text-decoration: none;
	transition: all .3s;
}
a:hover, a:active {
  color: #555555;
  text-decoration: underline;
  transition: all .3s;
}
a:hover img, a:active img {
  opacity: 0.7;
}

/* float */
.left {
	float: left;
}
.right {
	float: right;
}
.cf:after {
   content:".";
   display:block;
   font-size:0;
   height:0;
   clear:both;
   visibility:hidden;
}

/* inner */
.inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* header */
#header {
  background-color: #000000;
  color: #FFFFFF;
}
#header #web_title {
  padding: 5px 0;
}
#header #web_title img {
  margin-right: 10px;
  display: inline-block;
  float: left;
}
#header #web_title #yj_copy {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  padding-top: 30px;
}
#header #tonari {
  padding: 30px 0 19px 10px;
  border-left: 1px solid #666666;
}

/* nav */
#nav {
  background-color: #333333;
  padding: 0;
  margin-bottom: 35px;
}
#nav #menu {
  width: 700px;
}
#nav #menu li {
  float: left;
  padding: 0;
  margin: 0;
}
#nav #menu li a {
  color: #FFFFFF;
  background-color: #333333;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: bold;
  padding: 10px;
  display: block;
  text-decoration: none;
  transition: all .3s;
}
#nav #menu li a:hover {
  background-color: #A20000;
  transition: all .3s;
}
/*#nav ul li a:hover {
  color: #FFFFFF;
  background-color: #000000;
}*/
#nav #yj_twitter {
  padding: 0;
  margin-right: 1px;
}
#nav #yjg_twitter {
  padding: 0;
}
#nav #yj_twitter a,
#nav #yjg_twitter a {
  display: block;
  background-color: #1DA1F2;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1em;
  background-image: url(../img/logo_twitter.png);
  background-repeat: no-repeat;
  padding: 11px 6px 11px 24px;
  text-decoration: none;
  background-position: 0% center;
  transition: all .3s;
}
#nav #yj_twitter a:hover,
#nav #yjg_twitter a:hover {
  opacity: 0.7;
  transition: all .3s;
}

/* aside */
#main aside {
  width: 300px;
}
aside #magazine {
  margin-bottom: 35px;
  padding: 15px;
  background-color: #E7E4E5;
}
aside #magazine h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
  color: #A20000;
}
aside #magazine .cover {
  width: 116px;
  height: 164px;
  float: left;
}
aside #magazine .detail {
  width: 140px;
  float: right;
}
aside #magazine .detail .num {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.2em;
}
aside #magazine .detail p {
  font-size: 11px;
  line-height: 1.6em;
}
aside #magazine .detail .other {
  margin-bottom: 10px;
}
aside #magazine #go_magazine {
  margin-bottom: 5px;
}
aside #magazine #go_magazine a,
aside #magazine #go_backnumber a {
  display: block;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  color: #A20000;
  background-image: url(../img/cursor_10px.png);
  background-repeat: no-repeat;
  padding: 10px 7px;
  background-position: 125px center;
}
aside #magazine #go_magazine a:hover,
aside #magazine #go_backnumber a:hover {
  background-color: rgba(255,255,255,0.60);
}
aside #recommend h2 {
  display: none;
}
aside #recommend ul {
  margin-bottom: 25px;
}
aside #recommend ul li {
  list-style: none;
  margin-bottom: 10px;
}

/* footer */
#footer {
  background-color: #000000;
  color: #FFFFFF;
}
#footer .inner a {
  color: #FFFFFF;
}
#footer .inner {
  padding: 30px 0;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  font-size: 11px;
  line-height: 1em;
  list-style: none;
  margin: 0 2em;
  display: inline;
}
#footer #abj {
  padding-top: 20px;
}
#abj p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5em;
}
#abj p a {
  text-decoration: underline;
}
#abj .abj_icon {
  margin-bottom: 10px;
}
#abj .abj_icon img {
  width: 54px;
}
#footer #copyright {
  padding: 20px 0 0;
  text-align: center;
}

/* ad */
#ad {
  width: 728px;
  height: 90px;
  margin: 0 auto 20px;
  background-color: #E9E9E9;
}
#ad_s {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  background-color: #E9E9E9;
}

/* tooltip */
.tip_trigger {}
.tip {
  color: #fff;
  background: #000;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  font-size: x-small;
}
.tip_trigger .tip { display:none; }

/* page top */
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 11px;
}
#pagetop a {
  background-color: rgba(74,74,74,0.60);
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 21px;
}
#pagetop a:hover {
  text-decoration: none;
  background-color: rgba(74,74,74,1.00);
}

/* object fit */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
