@charset "UTF-8";

/*--------------------------------------------------------------
Html , Body
--------------------------------------------------------------*/
/*PCで非表示*/
.pc-none{
 display:none;}

html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	font-size:62.5%;
	color: #333333;	
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background-color: #fff;}

html,body{
	/*width: 100%;
	min-width: 970px;*/}

* {
	margin: 0;
	padding: 0;}

*, *:before, *:after {
  box-sizing: border-box;}

img{
  border:none;}

.view-wrap {
  position: relative;
  width: 1050px;
  margin: 0 auto;}

html * {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix{
  zoom:1;}

.clearfix:after{
  content:".";
  display: block;
  height:0px;
  clear:both;
  visibility:hidden;}

/*--------------------------------------------------------------
 * 404
 --------------------------------------------------------------*/

#error404 .site-contents .view-wrap {
  margin: 100px auto;}

#error404 .site-contents .view-wrap p {
  text-align: center;}

#error404 p.notes{
	font-size: 1.8rem;}
#error404 p.notes span{
	display:block;
	font-size: 1.2rem;
	line-height:1.8rem;
	margin-top:30px;}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  z-index: 999;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header.fixed {
  height: 110px;
  border-bottom: 1px solid #f3f7f8;
}

.site-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header .logo:hover {
  opacity: 0.8;
}

.site-header .logo img {
  width: 180px;
  height: 180px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header.fixed .logo img {
  width: 130px;
  height: 130px;
}

.site-header .search-btn {
  position: absolute;
  top: 70px;
  right: 0;
  border-right: 1px solid #ddd;
  background: url(/blog/images/common/header/search-icon_on.png) no-repeat 23px 18px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header.fixed .search-btn {
  top: 40px;
}

.site-header .search-btn a {
  display: block;
  padding: 18px 22px 18px 23px;
  text-align: center;
}

.site-header .search-btn:hover > a > img {
  opacity: 0;
}

.site-header .search-btn .search-box {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 422px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
}

.site-header .search-btn .search-box:after {
  content: " ";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 4px;
  height: 9px;
  background: #fff;
}

.site-header .search-btn:hover .search-box {
  display: block;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

.site-header .search-btn .search-box form {
  padding: 25px 15px 15px;
}

.site-header .search-btn .search-box input[type="text"]{
  width: 300px;
  height: 40px;
  margin-right: 8px;
  padding: 10px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 1.4rem;
}

.site-header .search-btn .search-box input[type="submit"]{
  width: 80px;
  height: 40px;
  border: none;
  color: #ffffff;
  font-family: Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
  background: #e40011;
  cursor: pointer;
}
.site-header .search-btn .search-box input[type="submit"]:hover{
  background: #e93341;
}


/*--------------------------------------------------------------
NAVI
--------------------------------------------------------------*/
.site-header .nav {
  padding: 70px 0 0 182px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header.fixed .nav {
  padding: 40px 0 0 178px;

}

.site-header .nav > li {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 70px;
  margin: 0 -2px;
  text-align: center;
  line-height: 1;
  top:-1px;
}

.site-header .nav > li:hover {
  cursor: pointer;
}

.site-header .nav > li:hover:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  top: 67px;
  left: 0;
  background: #fff;
}

.site-header .nav > li p {
  position: relative;
  height: 60px;
  margin: 0 auto;
  border-right: 1px solid #eeeeee;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header .nav > li.nav1 p {
  padding: 2px 0 0;
}
.site-header .nav > li.nav2 p {
  padding: 4px 0 0;
}
.site-header .nav > li.nav3 {
  width: 201px;
}
.site-header .nav > li.nav3 p {
  padding: 5px 0 0;
}
.site-header .nav > li.nav4 {
  width: 202px;
}
.site-header .nav > li.nav4 p {
  padding: 7px 0 0;
  border-right: 1px solid #ddd;
}

.site-header .nav > li p a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 39px 0 0;
}

.site-header .nav > li:hover p a,
.lower .site-header .nav > li.on p a {
  color: #e40011;
}

.site-header .nav > li > p:before {
  content: "";
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.site-header .nav > li.nav1 p:before {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  background-image: url(/blog/images/common/header/gnav-icon1_off.png);
}
.site-header .nav > li.nav1:hover p:before,
.lower .site-header .nav > li.nav1.on p:before {
  background-image: url(/blog/images/common/header/gnav-icon1_on.png);
}

.site-header .nav > li.nav2 p:before {
  width: 16px;
  height: 25px;
  margin-bottom: 9px;
  background-image: url(/blog/images/common/header/gnav-icon2_off.png);
}
.site-header .nav > li.nav2:hover p:before,
.lower .site-header .nav > li.nav2.on p:before {
  background-image: url(/blog/images/common/header/gnav-icon2_on.png);
}

.site-header .nav > li.nav3 p:before {
  width: 28px;
  height: 24px;
  margin-bottom: 9px;
  background-image: url(/blog/images/common/header/gnav-icon3_off.png);
}
.site-header .nav > li.nav3:hover p:before,
.lower .site-header .nav > li.nav3.on p:before {
  background-image: url(/blog/images/common/header/gnav-icon3_on.png);
}

.site-header .nav > li.nav4 p:before {
  width: 25px;
  height: 24px;
  margin-bottom: 7px;
  background-image: url(/blog/images/common/header/gnav-icon4_off.png);
}
.site-header .nav > li.nav4:hover p:before,
.lower .site-header .nav > li.nav4.on p:before {
  background-image: url(/blog/images/common/header/gnav-icon4_on.png);
}

.site-header .nav > li.on p:after,
.site-header .nav > li:hover p:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 13%;
  width: 150px;
  height: 1px;
  margin: 0 auto;
  padding: 0 0 16px;
  border-bottom: 2px solid #e40011;
  z-index: 1;
}

.site-header .nav > li .sub {
  display: none;
  position: absolute;
  top: 70px;
  /*left: 1px;*/
  overflow-y: hidden;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
  background: rgba(255, 255, 255, 0.95);
}

.site-header .nav > li:hover .sub {
}

.site-header .nav .sub li {
  /*width: 198px;*/
  width: 199px;
  height: 50px;
  /*padding: 0 30px;*/
  padding: 0 20px;
  color: #333333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.site-header .nav .sub li a {
  display: block;
  position: relative;
  height: 50px;
  border-top: 1px solid #dddddd;
}

.site-header .nav .sub li a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0,-50%);
}

.site-header .nav .sub li a:hover {
  color: #e40011;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-header .nav .sub li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
  width: 4px;
  height: 7px;
  background: url(/blog/images/common/header/gnav-arrow.png) no-repeat 0 0;
  background-size:4px 7px;
}

.site-header .nav .sub li:first-child a {
  border: none;
}



/*--------------------------------------------------------------
site-contents  
--------------------------------------------------------------*/
.site-contents .sect-title {
  margin: 0 0 40px;
  text-align: center;
  color: #333333;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.site-contents .writer-btn {
  position: relative;
}

.site-contents .writer-btn a {
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  width: 169px;
  height: 36px;
  padding: 0 0 0 44px;
  border: 1px solid #efefef;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 36px;
  background: #f9f9f9;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-contents .writer-btn :hover {
  color: #e40011;
}

.site-contents .writer-btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 26px;
  width: 10px;
  height: 10px;
  background: url(/blog/images/common/btn-plus.png) no-repeat 0 0;
}

/*--------------------------------------------------------------
site-contents  / ブログリスト(new、ランキング、ピックアップ)
--------------------------------------------------------------*/
.site-contents .common-list {
  overflow: hidden;
}

.site-contents .common-list li {
  float: left;
  position: relative;
  width: 330px;
  margin: 90px 30px 0 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-contents .common-list li:hover {
  opacity: 0.8;
}

.site-contents .common-list li:nth-child(3n) {
  margin: 90px 0 0 0;
}

.site-contents .common-list li:nth-of-type(-n+3) {
  margin-top: 0;
}

.site-contents .common-list li:nth-child(3n-2) {
  clear: both;
}

.site-contents .common-list li .ranking-number {
  position: absolute;
  width: 45px;
}

.site-contents .common-list li .ranking-number img {
  width: 100%;
}

.site-contents .common-list .thumbnail {
  margin: 0 0 18px;
  text-align: center;
}

.site-contents .common-list .thumbnail img {
  width: 100%;
  height: auto;
}

.site-contents .common-list .article-title {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
}

.site-contents .common-list li:hover .article-title{
  color: #e40011;
}

.site-contents .common-list time {
  display: inline-block;
  position: relative;
  right: -1px;
  width: 100%;
  margin: 12px 0 0;
  color: #333333;
  font-size: 1rem;
  line-height: 1;
  text-align: right;
}

.site-contents .article-list {
  padding: 0 0 130px;
}

.site-contents .article-list .common-list {
  margin: 0 0 80px;
}

.site-contents .article-list .common-list li.category-new:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 30px;
  background: url(/blog/images/common/category-new.png) no-repeat 0 0;
}

.site-contents .ranking {
  padding: 2px 0 80px;
}

.site-contents .ranking .sect-title {
  margin: 0 0 38px;
}

.site-contents .ranking .common-list {
  width: 1051px;
  margin: 0 0 40px;
  border-left: 1px solid #dddddd;
}

.site-contents .ranking .common-list li {
  float: left;
  position: relative;
  width: 350px;
  margin: 15px 0 0 0;
  padding: 0 0 18px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.site-contents .ranking .common-list li:first-child {
}

.site-contents .ranking .common-list li:nth-child(3n+1) {
  clear: both;
}

.site-contents .ranking .common-list li:nth-of-type(-n+3) {
  margin-top: 0;
}

.site-contents .ranking .common-list li .ranking-number {
  position: absolute;
  width: 45px;
}

.site-contents .ranking .common-list li .ranking-number img {
  width: 100%;
}

.site-contents .ranking .article-title {
  padding: 0 20px;
  font-size:1.6rem;
  line-height:2.1rem;
}

.site-contents .pickup {
  padding: 0 0 80px;
}

.site-contents .pickup .common-list {
  margin: 0 0 40px;
}

.site-contents .pickup .common-list li {
  display: none;
}

.site-contents .pickup .common-list li:nth-child(1),
.site-contents .pickup .common-list li:nth-child(2),
.site-contents .pickup .common-list li:nth-child(3) {
  display: block;
}

/*--------------------------------------------------------------
site-contents / もっと見るボタン
--------------------------------------------------------------*/
.site-contents .more-btn a {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 60px;
  background: #e40011;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-contents .more-btn a:hover {
  opacity: 0.8;
}

.site-contents .more-btn a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  right: 25px;
  width: 6px;
  height: 10px;
  background: url(/blog/images/common/btn-arrow-right.png) no-repeat 0 0;
  background-size:6px 10px;
}

.site-contents .more-btn.btn-progress-indicator a {
  width: 400px;
}

.site-contents .more-btn.btn-progress-indicator a:after {
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(/blog/images/common/btn-progress-indicator.png) no-repeat 0 0;
  background-size:20px 20px;
}

.site-contents .hide,
#infscr-loading {
  display: none !important;
}

/*--------------------------------------------------------------
site-contents / タグリスト
--------------------------------------------------------------*/
.site-contents .tag-list {
  margin: 0 0 50px;
}
.site-contents .tag-list ul {
  display: inline-block;
}
.site-contents .tag-list ul li {
  display: inline-block;
  margin: 0 2px 12px;
}
.site-contents .tag-list ul li a {
  display: inline-block;
  padding: 5px 10px 5px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  font-size: 1.4rem;
  font-weight: bold;
}
.site-contents .tag-list ul li a:hover {
  color: #e40011;
}
.site-contents .tag-list ul li a span {
  display: inline-block;
  margin: 0 2px 0 0;
  color: #cccccc;
  font-size: 1.6rem;
}



/*--------------------------------------------------------------
site-contents / 月別アーカイブ　フリーワード検索
--------------------------------------------------------------*/
.site-contents .article-search {
  padding: 75px 0 103px;
  border-top: 1px solid #dddddd;
}

.site-contents .article-search .inner {
  background: #f2f5f8;
}

.site-contents .article-search .inner ul {
  overflow: hidden;
}

.site-contents .article-search .inner li {
  float: left;
  /*width: 50%;*/
  width: 100%;
  padding: 64px 0 60px;
}

.site-contents .article-search .inner li p {
  margin: 0 0 34px;
  text-align: center;
  color: #333333;
  font-size: 3rem;
  line-height: 1;
}

.site-contents .article-search .inner li.archive {
  border-right: 1px solid #ffffff;
}

.site-contents .article-search .inner li.archive p {
  margin-right: 15px;
}

.site-contents .article-search .inner li.archive .btn {
  margin-right: 15px;
  text-align: center;
}

.site-contents .article-search .inner li.archive select {
  width: 250px;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0 70px;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-family: Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 40px;
  outline: none;
	appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  background: #ffffff url(/blog/images/common/btn-search-arcive.png) no-repeat right 0;
  cursor: pointer;
}

.site-contents .article-search .inner li.archive select:hover {
  background: #ffffff url(/blog/images/common/btn-search-arcive-on.png) no-repeat right 0;
}

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

.site-contents .article-search .inner li.free-word .search-box {
  width: 392px;
  height: 40px;
  margin: 0 auto;
}

.site-contents .article-search .inner li.free-word .search-box input[type="text"]{
  width: 300px;
  height: 40px;
  margin-right: 8px;
  padding: 10px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 1.4rem;
}

.site-contents .article-search .inner li.free-word .search-box input[type="submit"]{
  width: 80px;
  height: 40px;
  /*padding: 11px 0;*/
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  /*line-height: 1;*/
  background: #e40011;
  cursor: pointer;
}

.site-contents .article-search .inner li.free-word .search-box input[type="submit"]:hover{
  background: #e93341;
}


/*--------------------------------------------------------------
site-contents / ページトップボタン
--------------------------------------------------------------*/
.site-contents .pagetop {
  position: relative;
}

.site-contents .pagetop a {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 37px;
  width: 60px;
  height: 60px;
  padding: 23px 0;
  text-align: center;
  background: #b4b4b4;
}

.site-contents .pagetop a img{
	width:23px;}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  min-width: 1050px;
  color: #333333;
  background: #f9f9f3;
}

.site-footer .sns {
  margin: 0 0 47px;
  text-align: center;
  background: #e40011;
  overflow: hidden;
}

.site-footer .sns li {
  float: left;
  /*width: 260px;*/
  width: calc(100% / 5);
  height: 80px;
  text-align: center;
  border-left: 1px solid #c60412;
  background: #e40011;
}

.site-footer .sns li:last-child {
  border-right: 1px solid #c60412;
}

.site-footer .sns li:hover {
  background: #e93341;
}

.site-footer .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-footer .sns li a:hover {
  opacity: 0.8;
}

.site-footer .sns li:nth-child(1) img  {
  /*width: 20px;*/
  width: 40px;
  height: auto;
}
.site-footer .sns li:nth-child(2) img  {
  position: relative;
  /*top: 6px;
  width: 34px;*/
  top: 2px;
  width: 44px;
  height: auto;
}
.site-footer .sns li:nth-child(3) img  {
  position: relative;
  top: 5px;
  width: 42px;
  height: auto;
}
.site-footer .sns li:nth-child(4) img  {
  width: 40px;
  height: auto;
}

.site-footer .footer-nav {
  margin: 0 auto 34px;
  overflow: hidden;
}

.site-footer .footer-nav section {
  float: left;
}

.site-footer .footer-nav section .nav-title {
  margin: 0 0 17px;
  color: #8e8e75;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.site-footer .footer-nav section > ul > li p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
}

.site-footer .footer-nav section > ul > li p a:hover {
  color: #e40011;
  text-decoration: underline;
}

.site-footer .footer-nav ul li {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.site-footer .footer-nav .category-list .sub li a,
.site-footer .footer-nav .external-links li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.site-footer .footer-nav .category-list .sub li a:hover,
.site-footer .footer-nav .external-links li a:hover {
  color: #e40011;
  text-decoration: underline;
}

.site-footer .footer-nav .category-list > ul > li {
  float: left;
}

.site-footer .footer-nav .category-list {
  margin-right: 222px;
}

.site-footer .footer-nav .category-list > ul > li:first-child {
  margin-right: 19px;
}
.site-footer .footer-nav .category-list > ul > li:nth-child(2) {
  margin-right: 60px;
}
.site-footer .footer-nav .category-list > ul > li:nth-child(3) {
  margin-right: 80px;
}

.site-footer .footer-links {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 20px;
  overflow: hidden;
}

.site-footer .footer-links ul {
  float: left;
  margin-top: 56px;
  margin-left: -4px;
  font-size: 1rem;
  line-height: 1rem;
}

.site-footer .footer-links ul li {
  display: inline-block;
  margin-left: 4px;
  padding: 0 0 0 10px;
  border-left: 1px solid #cccccc;
}

.site-footer .footer-links ul li:first-child {
  margin: 0;
  border-left: none;
}

.site-footer .footer-links ul li:after {
  content: url(/blog/images/common/footer/external-icon.png);
  margin: 0 5px 0 3px;
}

.site-footer .footer-links ul li a {
  transition: all 0.2s ease;
}

.site-footer .footer-links ul li a:hover {
  color: #e40011;
}

.site-footer .copyright {
  float: right;
  text-align: right;
}

.site-footer .copyright img {
  margin: 0 6px 0 0;
  width: 75px;
  height: auto;
}

.site-footer .copyright .text {
  margin: 15px 5px 0 0;
  font-size: 1rem;
  line-height: 1;
}


/*--------------------------------------------------------------
Lower (下層ページ用)
--------------------------------------------------------------*/

.lower .category-navi {
  min-width: 1050px;
  margin: 0 0 47px;
  padding: 140px 0 0;
  background: #eeeeee;
}

.lower .category-navi ul {
  max-width: 760px;
  height: 70px;
  margin: 0 0 0 calc(50% - 310px);
  overflow: hidden;
  text-align: center;
}

.lower .category-navi ul li {
  display: inline-block;
  min-width: 100px;
  margin: 28px 0;
  padding: 0 10px;
  border-right: 1px solid #dddddd;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}

.lower .category-navi ul li:last-child {
  border: none; 
}

.lower .category-navi ul li.on a {
  color: #e40011;
}

.lower .category-navi ul li a {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.lower .category-navi ul li:hover a {
  color: #e40011;
}

.lower .site-contents .pan {
  width: 100%;
  margin: 0 0 50px;
}

.lower .site-contents .pan li {
  display: inline-block;
  color: #333333;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
}

.lower .site-contents .pan li:after {
  content: " > ";
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
}

.lower .site-contents .pan li:last-child:after {
  display: none;
}

.lower .site-contents .pan li a {
  text-decoration: underline;
  font-weight: normal;
}

.lower .site-contents .pan li a:hover {
  color: #e40011;
}

.lower .site-contents .page-title {
  margin: 0 0 80px;
  text-align: center;
  color: #333333;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}

.lower .site-contents .page-title:after {
  content: "";
  display: block;
  width: 39px;
  height: 2px;
  margin: 20px auto 0;
  background: #e40011;
}





/*--------------------------------------------------------------
 Search / 検索結果
--------------------------------------------------------------*/
#search .category-navi ul li {
  display: none;
}

#search #yjserp {
  margin: 0 0 130px;
}

/*--------------------------------------------------------------
writerProfile
--------------------------------------------------------------*/

.mfp-container {
	padding:0;}

#writerProfile > section {
	width:600px;
	margin:60px auto 30px auto;
	padding:40px 35px 65px 35px;
	background:rgba(255,255,255,0.95);
	box-sizing:content-box;}


#writerProfile section .profileWrap > h2 {
	margin:0 0 40px 0;
	font-size:1.8rem;
	font-weight:bold;
	line-height:100%;}
#writerProfile section .profileWrap ul li {
	letter-spacing:-0.4rem;}
#writerProfile section .profileWrap ul li .profileIcon {
	display:inline-block;
	width:40px;
	margin:0 16px 0 0;
	letter-spacing:normal;
	vertical-align:top;
	border-radius:4px;
	overflow:hidden;}
#writerProfile section .profileWrap ul li .profileIcon > img {
	width:100%;}
#writerProfile section .profileWrap ul li .profileText {
	display:inline-block;
	width:510px;
	margin:0 0 20px 0;
	padding:2px 0 20px 0;
	border-bottom:1px solid #ddd;
	letter-spacing:normal;}
#writerProfile section .profileWrap ul li:last-child .profileText {
	margin-bottom:0;
	padding-bottom:0;
	border:none;}
#writerProfile section .profileWrap ul li .profileText > h3 {
	margin:0 0 16px 0;
	font-size:1.4rem;
	line-height:100%;}
#writerProfile section .profileWrap ul li .profileText > p {
	margin:0 0 16px 0;
	font-size:1.2rem;
	line-height:2rem;
	color:#666;}
#writerProfile section .profileWrap ul li .profileText .writerFav > li {
	display:inline-block;
	margin:0 30px 0 0;
	font-size:1.2rem;
	line-height:100%;
	letter-spacing:normal;}
#writerProfile section .profileWrap ul li .profileText .writerFav li:last-child {
	margin-right:0;}
#writerProfile section .profileWrap ul li .profileText .writerFav li > span {
	font-weight:bold;}


#writerProfile .mfp-close {
  width: 60px;
  height: 60px;
  line-height:60px;
  position: absolute;
  top:30px;
  right:calc((100% - 670px) / 2 + 30px);
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding:0;
  background:url(/blog/images/profile/btn_profile-close.gif) no-repeat;
  background-size:contain;
  box-shadow:0px 0px 3px 0px rgba(0,0,0,0.4);
  text-indent:110%;
  white-space:nowrap;
  overflow:hidden;
  transition-duration:0.2s;}
  #writerProfile .mfp-close:hover, .mfp-close:focus {
    opacity: 0.7;
    filter: alpha(opacity=70);
	transition-duration:0.2s;}

