/* "STYLE" Style Sheet */


/* LAYOUT
===================================================== */
.left {
	float: left;
}
.right {
	float: right;
}

@media screen and (min-width:736px){
	.sp {
		display: none;
	}
	.long {
		margin-bottom: 50px !important;
	}
	.middle {
		margin-bottom: 30px !important;
	}
	.short {
		margin-bottom: 10px !important;
	}
	img.flex {}
	div.inner {
		width: 1000px;
		margin: 0 auto;
	}
	div.wrap {}
	ul.list-double,
	ol.list-double {
		width: 100%;
		text-align: left;
		
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	ul.list-double li,
	ol.list-double li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		
		letter-spacing: 0.03em; /* 文字間を通常に戻す */
	}
	ul.list-triple,
	ol.list-triple {
		width: 100%;
		text-align: left;
		
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	ul.list-triple li,
	ol.list-triple li {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		
		letter-spacing: 0.03em; /* 文字間を通常に戻す */
	}
	ul.list-quad,
	ol.list-quad {
		width: 100%;
		text-align: left;
		
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	ul.list-quad li,
	ol.list-quad li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
		
		letter-spacing: 0.03em; /* 文字間を通常に戻す */
	}
	figure.catch-text {
		width: 100%;
		display: table;
		border-collapse: separate;
	}
	figure.catch-text img {
		display: table-cell;
		vertical-align: top;
		padding-right: 15px;
	}
	figure.catch-text figcaption {
		width: 100%;
		display: table-cell;
		vertical-align: top;
		text-align: left;
	}
	figure.icon-text {
		display: table;
	}
	figure.icon-text img {
		display: table-cell;
		vertical-align: top;
	}
	figure.icon-text figcaption {
		display: table-cell;
		vertical-align: top;
		padding-left: 20px;
	}
}

@media screen and (max-width:736px){
	.pc {
		display: none;
	}
	.long {
		margin-bottom: 30px !important;
	}
	.middle {
		margin-bottom: 20px !important;
	}
	.short {
		margin-bottom: 10px !important;
	}
	img.flex {
	  border:none;
		width:100%;
		height:auto;
		vertical-align: top;
	}
	div.inner {}
	div.wrap {
		width: 92%;
		margin: 0 auto;
	}
	ul.list-double,
	ol.list-double {
		width: 100%;
	}
	ul.list-double li,
	ol.list-double li {
		width: 100%;
		margin-bottom: 10px;
	}
	ul.list-triple,
	ol.list-triple {
		width: 100%;
		text-align: left;
		
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	ul.list-triple li,
	ol.list-triple li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		
		letter-spacing: 0.03em; /* 文字間を通常に戻す */
	}
	ul.list-quad,
	ol.list-quad {
		width: 100%;
		text-align: left;
		
		letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	}
	ul.list-quad li,
	ol.list-quad li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		
		letter-spacing: 0.03em; /* 文字間を通常に戻す */
	}
	figure.catch-text {
		width: 100%;
		text-align: center;
	}
	figure.catch-text img {
		max-width: 300px;
		margin-bottom: 20px;
	}
	figure.catch-text figcaption {
		text-align: left;
	}
	figure.icon-text {
		display: table;
	}
	figure.icon-text img {
		display: table-cell;
		vertical-align: top;
		width: 60px;
		height: auto;
	}
	figure.icon-text figcaption {
		display: table-cell;
		vertical-align: top;
		padding-left: 10px;
	}
}



/* TEXT
===================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.line-text {
	overflow: hidden;
}
.line-text > span {
	display: inline-block;
	padding: 0 1em;
	position: relative;
}
.line-text > span:before,
.line-text > span:after {
	height: 3px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	content: "";
	position: absolute;
	top: 45%;
	width: 99em;
}
.line-text > span:before {
	right: 100%;
}
.line-text > span:after {
	left: 100%;
}
.marker-text {
	background: linear-gradient(transparent 50%, #CCC 50%);
}



/* BUTTON
===================================================== */
.push-btn {
	font-size: 150%;
  line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background-color: #666;
	border-radius: 5px;
	box-shadow: 0 3px 0 #333;
	text-shadow: 0 -1px 0 #333;
	padding: 30px 10px;
	margin: 0 auto;
}
.push-btn a {
	display: block;
	color: #FFF;
}
.push-btn a:hover {
	text-decoration: none;
}
.push-btn a:after {
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 120%;
  color: #FFF;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
	content: "\f105";
	margin-left: 10px;
}
.push-btn:hover {
	box-shadow: none;
	position: relative;
	top: 3px;
}



/* FUKIDASHI
===================================================== */
.fukidashi-b,
.fukidashi-t,
.fukidashi-l,
.fukidashi-r {
	position: relative;
	display: inline-block;
	min-width: 300px;
	text-align: center;
	color: #FFF;
	background-color: #333;
	padding: 20px;
}
.fukidashi-b:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
}
.fukidashi-t:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #333 transparent;
}
.fukidashi-l:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #333 transparent transparent;
}
.fukidashi-r:after {
	content: "";
	position: absolute;
	top: 50%; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #333;
}



/* PAGE NATION
===================================================== */
/*
【HTML】<center><div class="post-pagination"><span>Page 1 of 2</span><span class="current">1</span><a href="javascript:void(0)" class="inactive">2</a></div></center>
【WP】<center><?php if (function_exists("pagination")) {pagination($additional_loop->max_num_pages);} ?></center>
*/
.post-pagination {
	display: inline-block;
	vertical-align: top;
	line-height: 1.6em;
  padding-top: 30px;
  position: relative;
}
.post-pagination span, .post-pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 3px 10px;
  text-decoration: none;
  width: auto;
  color: #666;
  border: solid 1px #666;
  border-radius: 3px;
}
.post-pagination a:hover{
  color: #FFF;
  background: #666;
}
.post-pagination .current{
  padding: 3px 10px;
  background: #666;
  color: #FFF;
}

/*
【HTML】
<div class="prev-next clearfix">
	<div class="left"><a href="javascript:vild(0)" rel="prev"><i class="fa fa-chevron-circle-left fa-lg"></i>PREV</a></div>
	<div class="right"><a href="javascript:vild(0)" rel="next">NEXT<i class="fa fa-chevron-circle-right fa-lg"></i></a></div>
</div>
【WP】
<div class="prev-next clearfix">
	<div class="left"><?php previous_post_link('%link','<i class="fa fa-chevron-circle-left fa-lg"></i>PREV',TRUE,''); ?></div>
	<div class="right"><?php next_post_link('%link','NEXT<i class="fa fa-chevron-circle-right fa-lg"></i>',TRUE,''); ?></div>
</div>
*/
.prev-next {
	line-height: 1.6em;
  padding-top: 30px;
}
.prev-next a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 3px 10px;
  text-decoration: none;
  width: auto;
  color: #666;
  border: solid 1px #666;
  border-radius: 3px;
}
.prev-next a:hover{
  color: #FFF;
  background: #666;
}
.prev-next i.fa-chevron-circle-left {
	margin-right: 5px;
}
.prev-next i.fa-chevron-circle-right {
	margin-left: 5px;
	margin-right: 0;
}



/* HOVER IMAGE
===================================================== */
a:hover img {
	cursor: pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
}



/* SCROLL BAR
===================================================== */
.scrollbar::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.scrollbar::-webkit-scrollbar:horizontal {
  height: 5px;
}
.scrollbar::-webkit-scrollbar-button {
	display: none;
}
.scrollbar::-webkit-scrollbar-piece {
  background: #EEE;
}
.scrollbar::-webkit-scrollbar-piece:start {
	background: #EEE;
}
.scrollbar::-webkit-scrollbar-piece {
  background: transparent;
}
.scrollbar::-webkit-scrollbar-piece:start {
	background: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #666;
}
.scrollbar::-webkit-scrollbar-corner {
  overflow:hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #666;
}



/* FLEX YOUTUBE
===================================================== */
.flex-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.flex-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* CLEARFIX
===================================================== */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both;
	border: none;
}





