@charset "UTF-8";
/* CSS Document */
body{
	color:#ccc;
	background: #240c3e;
}

h1{
	margin:0 auto;
	padding:10px 0 5px;
	font-size:10px; color:#999;
}

h2{
	padding:30px 0;
	text-align:center;
}
h3{
	margin:0 auto 30px;
	padding:0;
	text-align:center;
}
h4{
	margin:0 0 20px;
	padding:0;
}


#header{
	height:70px;
	width:100%;
	text-align: center;
	background-color:#10071d;
}
.header-wrap{
	margin:0 auto;
	padding-top: 5px;
}
	

#gnavi{
	width:100%;
	background-color:#4f1276;
}
#gnavi .gnavi-wrap{
	width:1000px;
	margin:0 auto;
}

.cts-section{
	margin-bottom:30px;
}

#contents{
	width:100%;
}

.contents-wrap{
	width:97%;
	margin:0 auto;
}

.copy img{
	width: 75%;
	margin-bottom: 40px;
}

.contents-btn li{
	width: 32%;
	display: inline-block;
	margin-bottom: 15px; 
}

.contents-btn img{
	width: 93%;
}

#contents .main-img{
	width:100%;
	margin:0 auto 50px;
	text-align: center;
}
.contents-wrap .contents-left{
	float:left;
	width:715px;
}
.contents-left .copy{
	margin-bottom:50px;
	text-align:center;
}
.contents-wrap .contents-right{
	float:right;
	width:225px;
}
.contents-right img{
	margin-bottom:15px;
}

/*==================================================
 ページネーション
================================================== */
.pagenation {
	margin: 0 0 20px;
	text-align: center;
	color: #999;
	font-size: 0;
	letter-spacing: 0;
}

.pagenation li {
	width: 26px;
	margin: 0 2px;
	line-height: 30px;
	color: #999;
	font-size: 13px;
	background: #aaa;
	display: inline-block;
}

.pagenation li > * {
	color: #fff;
	text-decoration: none;
	display: block;
}

.pagenation li:hover,
.pagenation li.current {
	background: #0091b1;
}


/* SNSシェアボタン
------------------------- */
.share-btn-list {
	margin: 0 0 16px;
	text-align: right;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
}

.share-btn-list li {
	margin: 0 0 0 8px;
	vertical-align: top;
	display: inline-block;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* 詳細ページ用　前後の記事
------------------------- */
.prev-next-post {
	overflow: hidden;
}

.prev-next-post .prev-post,
.prev-next-post .next-post {
	width: calc(50% - 4px);
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	float: left;
}

.prev-next-post .next-post {
	float: right;
}

.prev-next-post .next-post {
	float: right;
}

.prev-next-post a {
	padding: 0 20px;
	line-height: 96px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.prev-next-post .prev-post a {
	padding-left: 47px;
	background: url(../img/common/icon_arrow02.png) left 20px center no-repeat;
}

.prev-next-post .next-post a {
	padding-right: 47px;
	background: url(../img/common/icon_arrow01.png) right 20px center no-repeat;
}

.prev-next-post a:hover {
	text-decoration: none;
	background-color: #7a19b8;
}


/* ページトップへ戻る
-------------------------------------------------- */
.backtotop {
	text-align: center;	
	display: none;
	position: fixed;
	right: 20px;
	z-index: 900;
	transition: none;
	bottom: 25px;
}


#footer{
	width:100%;
}
#footer .footer-wrap{
	margin:0 auto;
	position:relative;
}
.footer-wrap .modify{
	position:absolute;
	top:20px;
	right:30px;
}

.f-box li{
	width: 90%;
	margin: 25px auto;
	text-align: center;
}

.footer-wrap .fnavi{
	line-height: 1em;
	font-size:16px;
	color:#fff;
}

.fnavi li{
	border-top: 2px solid #aaaaaa;
 	list-style-type: none;
 	width: calc(50% - 21px);
 	float: left;
 	text-align: left;
	background: url(../img/common/f-nav.png) 90% center no-repeat #240c3e;
	padding: 10px;
}

.fnavi li:nth-child(odd){
	border-right: 2px solid #aaaaaa;
}

.fnavi li a {
  	display: block;
  	text-decoration: none;
  	/* (44-16)/2=14px */
  	padding: 10px;
}

.footer-wrap .copyright{
	text-align:center;
	font-size:12px;
	padding:10px;
	color:#fff;
	background: #2c2365;
}

.error-text{
	color: #e60012;
}


/* ハンバーガーボタン
-------------------------------------------------- */
.wrapper {
	background-color: #ccffcc; /* 背景色 */
	width: 50px;
	height: 50px;
}

/*nabi開閉部分*/
.nav-wrap{
	background: #000;
	display: block;
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

  .gnav {
	  list-style-type: none;
	  background: #000;
	  width: 100%;
	  display: none;
  }

  .gnav li {
  	border-bottom: 1px solid #fff;
 	list-style-type: none;
 	background: #000;
 	width: 50%;
 	float: left;
 	text-align: left;
  }

.gnav li:last-child {
	font-size: 30px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

  .gnav li a {
  	display: block;
  	text-decoration: none;
  	/* (44-16)/2=14px */
  	padding: 10px;
  }
  /*ハンバーガーボタン*/

  .icon-animation {
	  background: url(../img/common/menu.png)center center no-repeat #000;
	  width: 60px;
	  height: 60px;
	  display: block;
	  cursor: pointer;
	  float: right;
	  position: absolute;
	  right: 1rem;
	  text-align: center;
	  top: 10px;
  }

  .icon-animation span {
	  width: 30px;
	  height: 2px;
	  display: block;
	  background: #fff;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  margin-left: -16px;
	  margin-top:-8px;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  transform: rotate(0deg);
  }

  .icon-animation .top {
	  -webkit-transform: translateY(-13px);
	  -ms-transform: translateY(-13px);
	  transform: translateY(-13px);
  }

  .icon-animation .bottom {
	  -webkit-transform: translateY(13px);
	  -ms-transform: translateY(13px);
	  transform: translateY(13px);
  }

  .is-open .middle {
  	background: rgba(51, 51, 51, 0);
  }

  .is-open .top {
	  -webkit-transform: rotate(-45deg) translateY(0px);
	  -ms-transform: rotate(-45deg) translateY(0px);
	  transform: rotate(-45deg) translateY(0px);
  }

  .is-open .bottom {
	  -webkit-transform: rotate(45deg) translateY(0px);
	  -ms-transform: rotate(45deg) translateY(0px);
	  transform: rotate(45deg) translateY(0px);
  }


.repair li{
 	list-style-type: none;
 	width: 50%;
 	float: left;
 	text-align: center;
}
.repair li img{
 	width: 95%;
}


.lp_banner{
	padding: 15px 0;
	background: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	color: #000;
}

.lp_banner span{
	font-size: 10px;
	display: block;
}