@charset "utf-8";

/* ========================================================
	contents.css => ページ共通用css
======================================================== */

.sp {
	display: none !important;
}
.lang_en #div-gpt-ad-1456772986320-0 {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
		border-bottom: 1px solid #ededed;
	}
	span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	.lang_en .bnr-b-ja-sp {
		display: none !important;
	}
	.lang_en .ad_lista {
		display: none !important;
	}
	.lang_en .bnr-640 {
		display: none !important;
	}
	.lang_en .posttag-sp {
		// margin-bottom: -20px;
	}
	.tw-sp {
		border-top: 1px solid #fff;
	}
}


/* hv_wh
============================================================================================================ */
.hv_wh {
	position: relative;
	display: block;
}
.hv_wh:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.3);
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 3;
}
.hv_wh:hover:after {
	opacity: 1;
}
@media screen and (max-width: 680px) {
	.hv_wh:after {
		content: none;
	}
}



/* bt
============================================================================================================ */
.bt {
	padding-top: 40px;
	border-top: 1px solid #ececec;
}
.bt.index {
	padding-top: 20px;
}
#archive.bt {
	border-top: none;
}

@media screen and (max-width: 680px) {
	.bt.index {
		padding-top: 0;
	}
}


/* bnr_single
============================================================================================================ */
.bnr_single {
	width: 340px;
}
.bnr_single > * {
	display: block;
	padding: 19px;
	text-align: center;
	background: url(../images/parts/bg_slash.png);
	border-bottom: 1px solid #ececec;
}
.bnr_single img {
	border: 0;
}
.bnr_single:hover {
	-webkit-filter: contrast(130%);
	-moz-filter: contrast(130%);
	-o-filter: contrast(130%);
	-ms-filter: contrast(130%);
	filter: contrast(130%); 
	//opacity: 0.8; 
}

@media screen and (max-width: 680px) {
	#list .bnr_single{
		border-bottom: 1px solid #ececec;
	}
	.bnr_single {
		width: auto !important;
		padding: 0;
		background: none;
		text-align: center;
	}
	.bnr_single > * {
		width: auto !important;
		padding: 20px 10px;
		-webkit-background-size: 16px;
		background-size: 16px;
		border-bottom: 1px solid #FFF;
	}
	.bnr_single > .in > * {
		width: auto !important;
	}
	.bnr_single img {
	// border: 1px solid #C0C0C0;
	}
}


@media screen and (max-width: 680px) {
	.sp_bnr_related img {
	border: 1px solid #C0C0C0 !important;
	}
}


/* bnr-640
============================================================================================================ */
.bnr-640 {
	width: 680px !important;
	height: 315px !important;
	text-align: center;  
	position: absolute;
	left: 0px;
	padding-top: 20px; 
	background: url(../images/parts/bg_slash.png);
	display: none !important;
}
.bnr-640 img {
	width: 640px !important;
	height: auto; 
	text-align: center; 
	// margin: 20px; 
}
.bnr-640:hover {
	-webkit-filter: contrast(130%);
	-moz-filter: contrast(130%);
	-o-filter: contrast(130%);
	-ms-filter: contrast(130%);
	filter: contrast(130%); 
	// opacity: 0.8; 
}

/* social_s
============================================================================================================ */
.social_s {
	float: right;
	padding-left: 10px;
}
.social_s li {
	float: left;
	height: 30px;
}
.social_s li > * {
	display: block;
	padding: 5px 0 5px 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.social_s li.fb {
	width: 50px;
	background: #395693 url(../images/parts/social_icon_fb.png) no-repeat 5px 50%;
}
.social_s li.fb2 {
	width: 50px;
	background: #395693 url(../images/parts/social_icon_fb.png) no-repeat 5px 50%;
}
.social_s li.tw {
	width: 50px;
	background: #31c6f7 url(../images/parts/social_icon_tw.png) no-repeat 5px 50%;
}


@media screen and (max-width: 680px) {
.social_s li {
	float: left;
	height: 28px;
}

}

/* ======================================================================================================

	index

====================================================================================================== */

/* indexMain
============================================================================================================ */
#indexMain {
	position: relative;
	//height: 525px;
	height: 600px;
	overflow: hidden;
	margin-bottom: 30px;
}
#indexMain li a {
	position: relative;
	display: block;
	//height: 525px;
	height: 600px;
	overflow: hidden;
}
#indexMain a .img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
}
#indexMain a:hover .img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
#indexMain a .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	padding: 26px;
}
#indexMain a .bg span {
	display: block;
}
#indexMain a .title {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.3;
	font-weight: 100;
}
#indexMain a .text {
	margin-top: 6px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 300;
}
#indexMain .arrow {
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	background-color: #676767;
	border-radius: 52px;
	margin-top: -26px;
	-webkit-transition: -webkit-transform 0.2s, background 0.2s;
	-o-transition: -o-transform 0.2s, background 0.2s;
	transition: transform 0.2s, background 0.2s;
	cursor: pointer;
}
#indexMain .arrow:hover {
	background-color: #221815;
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
#indexMain .arrow:before,
#indexMain .arrow:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 3px;
	background: #fff;
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
#indexMain .arrow.prev:before,
#indexMain .arrow.prev:after {
	margin-left: -6px;
}
#indexMain .arrow.prev:before {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#indexMain .arrow.prev:after {
	margin-top: -1px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#indexMain .arrow.next:before,
#indexMain .arrow.next:after {
	margin-left: 4px;
}
#indexMain .arrow.next:before {
	margin-top: -1px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#indexMain .arrow.next:after {
	margin-top: -2px;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

#indexMain .arrow.prev {
	left: 26px;
}
#indexMain .arrow.next {
	right: 26px;
}

@media screen and (max-width: 680px) {
	.slick-slider {
		margin-bottom: 0;
	}
	#indexMain {
		height: auto;
		margin-bottom: 0;
	}
	#indexMain li a {
		height: auto;
		padding-top: 65%;
	}
	#indexMain a .bg {
		padding: 10px;
	}
	#indexMain a .title {
		font-size: 1.5rem;
	}
	#indexMain a .text {
		margin-top: 2px;
		font-size: 1rem;
	}
	#indexMain .arrow {
		-webkit-transform: scale(0.6) !important;
		-ms-transform: scale(0.6) !important;
		-o-transform: scale(0.6) !important;
		transform: scale(0.6) !important;
	}
	#indexMain .arrow.prev {
		left: 0;
	}
	#indexMain .arrow.next {
		right: 0;
	}
}


/* ======================================================================================================

	list

====================================================================================================== */

/* list
============================================================================================================ */
#list {
	position: relative;
	display: block;
}
#list > * {
	width: 340px;
	border-bottom: 1px solid #ffffff;
}
#list article a {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #656565;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
#list article a:hover {
	background-color: #ffff00;
}
#list article .cate {
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.1;
}
#list article .ph {
	margin-bottom: 15px;
	text-align: center;
}
#list article h1 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
#list article h1 {
	// margin-right: 110px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
#list article p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
}
#list article time {
	display: block;
	margin: 15px 0;
	color: #808080;
}

#list .bnr_single a {
	border-bottom: 1px solid #ececec;
}
#list .bnr_single a:hover {
	background-color: #ffff00;
}

@media screen and (max-width: 680px) {
	#list {
		position: static !important;
		height: auto;
	}
	#list > * {
		width: auto !important;
		position: static !important;
		margin: 0;
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
	}
	#list article a {
		padding: 20px 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	#list article h1 {
		font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		font-size: 1.8rem;
		margin-bottom: -5px;
	}
	#list article .cate {
		margin-bottom: 14px;
		font-size: 1.3rem;
	}
	#list article .ph {
		padding-top: 60%;
		background-position: 50%;
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#list article .ph img {
		display: none;
	}
}
@media screen and (min-width: 681px) {
	#list article .ph {
		background: none !important;
	}

}


@media screen and (max-width: 680px) and (orientation: landscape) {
	#list {
	// margin-top: 10px;
	// clear: both;
	}
	#list a {
	height: 260px !important;
	// padding-bottom: 10px;
	border-bottom: none;
	// clear: both;
	}
	#list article {
	height: 210px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	}
	#list article h1 {
	max-height: 50px;
	// white-space: nowrap;
	overflow: hidden;
	// text-overflow: ellipsis;
	}
	#list article .p {
	//min-height: 150px !important;
	//display: block;
	}
	#list article .ph {
	padding-top: 30%;
	width: 160px;
	height: auto;
	// background-position: 50% 50% !important;
	float: left;
	margin-right: 10px;
	}
	#list article .ph img {
	// height: 150em !important;
	// background-position: 50% 50%;
	}
}



/* pager
============================================================================================================ */
.wp-pagenavi {
	margin-top: 20px;
	padding: 15px 9px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;

}
.wp-pagenavi > * {
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
	margin: 0 5px;
	width: 40px;
	background-color: #ececec;
	text-align: center;
	color: #b2b2b2;
}
.wp-pagenavi .page:hover, 
.wp-pagenavi .current {
	background-color: #b2b2b2;
	color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
	text-transform: uppercase;
	padding: 0 0.5em;
	color: #b2b2b2;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover {
	color: #221815;
}
.wp-pagenavi .previouspostslink {
	margin-right: 30px;
	display:none;
}
.wp-pagenavi .nextpostslink {
	margin-left: 30px;
	display:none;
}
@media screen and (max-width: 680px) {
	.wp-pagenavi {
		border-top: none;
		margin-top: -2px;
		position: relative;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.wp-pagenavi > * {
		line-height: 30px;
	}
	.wp-pagenavi .page,
	.wp-pagenavi .current {
		margin: 0 3px;
		width: 30px;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		top: -30px;
		position: absolute;
		font-size: 1.5rem;
		padding: 0 1em;
		margin: 0;
	}
	.wp-pagenavi .previouspostslink {
		left: 0;
		display:none;
	}
	.wp-pagenavi .nextpostslink {
		right: 0;
		display:none;
	}
}



/* 


============================================================================================================ */

.page-links {
	margin-top: 35px;
	padding: 9px 0 4px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

.page-links_n {
display: inline-block;
position: relative;
}

.page-links_t {
margin: 0 2px 5px;
padding:7px 17px;
width: 15px;
display: inline-block;
background: #b2b2b2;
color: #FFF;
}

.page-links_tp {
font-size: 16px
} a

.page-links_t, a
.page-links_tp {
background: #ececec;
color: #b2b2b2;
font-weight: normal;
} a:hover 

.page-links_t, a:hover
.page-links_tp {
background: #b2b2b2;
color: #FFF;
}

.prev,
.next {
padding: 0 0;
font-family: Latha, Courier New;
text-transform: uppercase;
color: #b2b2b2;
margin-top: 7px;
}

.prev {
float:left;
margin-right: -50px;
}

.next {
float:right;
margin-left: -50px;
}

.prev:hover,
.next:hover {
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter: "alpha( opacity=30 )";
// color: #221815;
}

@media screen and (max-width: 680px) {
	.wp-link_pages {
		margin-top: 30px;
		position: relative;
		font-size: 1.3rem;
	}
	.wp-link_pages > * {
		line-height: 30px;
	}
	.wp-link_pages .page,
	.wp-link_pages .current {
		margin: 0 3px;
		width: 20px;
	}
	.prev,
	.next {
		font-size: 2.0rem;
		margin: 5px 0 0 0;

	}

	.prev {
	margin-right: -50px;
	}

	.next {
	margin-left: -50px;
	}
}



#next_prev_ {
}

.prev_ {
float:left;
margin:25px 0 35px 0;
}

.next_ {
float:right;
margin:25px 0 35px 0;
}

@media screen and (max-width: 680px) {
	#next_prev_ {
	// display:block;
	display:none;
	margin: 20px 0;
	}

	.prev_ {
	float:left;
	margin:0 0 0 0;
	}

	.next_ {
	float:right;
	margin:0 0 0 0;
	}

	.page-links {
	margin-top: 25px;
	// margin-top: 20px;
	margin-bottom: 20px;
	}
}

/* 

======================================================================================================

	archive

====================================================================================================== */
#archive {
	padding-top: 0;
}
#archive.search {
	padding-top: 30px;
}
#archive > header {
	padding-bottom: 40px;
	text-align: center;
}
#archive > header h1 {
	font-size: 40px;
	font-size: 4rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}
#archive > header h1 span {
	font-size: 21px;
	font-size: 2.1rem;
	width:100%;
}
#archive > header h1 strong {
	font-style: normal;
}
#archive > header h1 + p {
	margin-top: 10px;
}

#PD {
	-webkit-transition: height 0.2s;
	-o-transition: height 0.2s;
	transition: height 0.2s;
	min-height: 23px;
}

/* Safariのみ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#PD {
	//-webkit-transition: 0 !important;
	// -webkit-transform:perspective(0);
     }
}

#archive .tag_list {
	//min-height: 23px;
	padding: 20px 0;
	background-color: #ededed;
	font-style: italic;
}
#archive .tag_list .w {
	position: relative;
}
#archive .tag_list .open {
	position: absolute;
	right: 10px;
	//top: 2px;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 50px;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	z-index: 3;
}
#archive .tag_list .open:before,
#archive .tag_list .open:after {
	content: "";
	position: absolute;
	background-color: #a3a3a3;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#archive .tag_list .open:before {
	left: 6px;
	right: 6px;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	//transform: rotate(45deg);
	//margin-left: -8px;
}
#archive .tag_list .open:after {
	top: 6px;
	bottom: 6px;
	left: 50%;
	width: 4px;
	margin-left: -2px;
	//transform: rotate(45deg);
	//margin-left: 10px;
}
#archive .tag_list .open:hover {
	background-color: #808080;
}
#archive .tag_list .open:hover:before,
#archive .tag_list .open:hover:after {
	background-color: #ededed;
}
#archive .tag_list.opened .open:after {
	opacity: 0;
}
#archive .tag_list .wrap {
	/*height: 1.6em;*/
	//height: auto;
	height: 23px;
	overflow: hidden;
	padding-left: 50px;
	padding-right: 50px;
	background: url(../images/parts/ico_tag_l.png) 0 0.3em no-repeat;
	font-size: 13px;
	font-size: 1.3rem;
	zoom: 1;
}
#archive .tag_list ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#archive .tag_list li {
	float: left;
	padding-right: 1em;
}
#archive .tag_list li a {
	text-decoration: none;
	color: #999999;
}
#archive .tag_list li a:hover {
	color: #221815;
}

#archive .tag_checked_list {
	padding: 5px 0;
	background-color: #a3a3a3;
	font-style: italic;
}
#archive .tag_checked_list ul {
	padding-left: 50px;
	background: url(../images/parts/ico_b_arrow.png) 0 0.3em no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	zoom: 1;
}
#archive .tag_checked_list ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#archive .tag_checked_list li {
	float: left;
	padding-right: 1em;
}
#archive .tag_checked_list li a {
	padding: 5px 34px 5px 0;
	background: url(../images/parts/ico_close.png) 100% 50% no-repeat;
	text-decoration: none;
	color: #fff;
}
#archive .tag_checked_list li a:hover {
	text-decoration: line-through;
}

@media screen and (max-width: 680px) {
	#archive.search {
		padding-top: 0;
	}
	#archive.search .bnr_single {
		margin-bottom: 40px;
	}
	#archive > header {
		margin-top: -20px;
		padding-bottom: 20px;
	}
	#archive > header h1 {
		font-size: 3rem;
	}
	#archive > header h1 + p {
		margin-top: 5px;
	}
	#archive .tag_list {
		margin: 0;
		padding: 13px 0 10px;
	}
	#archive .tag_checked_list {
		margin: 0;
	}
	#archive .tag_list .wrap {
		//height: 16px;
		padding-left: 40px;
		background-position: 5px 0.5em;
		-webkit-background-size: 20px;
		background-size: 20px;
		font-size: 1.2rem;
	}
	#archive .tag_list .open {
		top: -3px;
		-webkit-transition: background 0;
		-o-transition: background 0;
		transition: background 0;
	}
	#archive .tag_checked_list ul {
		padding-left: 40px;
		background-position: 5px 0.5em;
		-webkit-background-size: 18px;
		background-size: 18px;
		font-size: 1.6rem;
	}
	#archive .tag_checked_list li a {
		-webkit-background-size: 18px;
		background-size: 18px;
	}
}


/* ======================================================================================================

	single

====================================================================================================== */

/* single
============================================================================================================ */
#single {
		margin-bottom: -40;
}
#columnMain {
	width: 700px;
	float: left;
	margin-bottom: 40px;
}

#single article {
	padding: 30px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#single article > header {
	position: relative;
	margin-bottom: 30px;
}
#single article > header h1 {
	margin-bottom: 20px;
	margin-right: 120px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.4;
}
#single article > header p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}
#single article > header p > * {
	display: inline-block;
}
#single article > header p > * + * {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #ededed;
}
#single article > header p a {
	text-decoration: none;
}
#single article > header p a:hover {
	text-decoration: none;
}
#single article > header p .posted a {
	text-transform: capitalize;
}

#single article .body {
	margin-bottom: 1.5em;
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	word-wrap: break-word;
	zoom: 1;
}
#single article .body:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}

#single article .body p {
	margin-bottom: 1.5em;
}
#single article .body a,
#single article .body a:hover {
	padding: 0.2em 0;
	text-decoration: none;
	//background-color: #ffff00;
	border-bottom: 2px solid #ffff00;
	box-shadow: inset 0 -4px 0 #ffff00;
}
#single article .body a.no-padding {
	// padding-left: 0;
	// padding-right: 0;
	padding: 0;
}
#single article .body a:hover {
	//text-decoration: underline;
	//text-decoration: none;
}
#single article .body *:last-child {
	margin-bottom: 0;
}

#single article .postedby {
	// margin-top: 1.5em;
}
#single article .postedby a {
	text-decoration: none;
	text-transform: capitalize;
}
#single article .postedby a:hover {
	text-decoration: none;
	// color: #999;
}
.posttag {
	margin-top: 1.5em;
	padding-left: 26px;
	background: url(../images/parts/ico_tag.png) 0 50% no-repeat;
	font-style: italic;
	font-size: 16px;
	font-size: 1.4rem;
	color: #999;
	text-transform: uppercase;
	// height: 15px;
	// overflow:hidden;
}
.posttag a {
	color: #999;
	text-decoration: none;
}
.posttag a:hover {
	color: #000;
}

#single article .social_s {
	position: absolute;
	right: 0;
	top: 5px;
}

.fcp .posttag {
	text-transform: none !important;
}

#single article .social_s li.fb {
	width:55px;
	height:37px;
}

#single article .social_s  li.tw {
	width:55px;
	height:37px;
}

#single article .body p img {
max-height:468px !important;
margin-top:10px;
}

.alignnone img {
pointer-events: none;
}

@media screen and (max-width: 680px) {
	#single article .social_s {
		top: 0;
	}

	#single article .social_s li.fb {
		width:50px;
		height:28px;
	}

	#single article .social_s li.tw {
		width:50px;
		height:28px;
	}
}



.disc {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #696969;
	line-height: 1.5;
	border-top : 5px solid #FFF;
	text-align: left !important;
}
span.disc a, 
span.disc a:hover {
	color: #696969;
	text-decoration: none;
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.wp-caption {
	padding-top: 10px;
	margin-bottom: 20px;
}
.wp-caption-text {
	display: inline-block;
	margin-top: 8px;
	font-size: 12px;
	// font-size: 1.2rem;
	color: #696969;
	line-height: 1.5;
	text-align: left !important;
	width: 640px !important;
}

.wp-caption-text a, 
.wp-caption-text a:hover {
	color: #696969;
	text-decoration: none;
	border-bottom: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

.social_single {
	margin: 40px 0 20px;
}
.social_single ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.social_single li {
	display: table-cell;
}
.social_single li > * {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.social_single li a span {
	padding: 10px 0 10px 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.social_single li.fb {
	background: #3b5998;
}
.social_single li.tw {
	background: #33ccff;
}
.social_single li.ln {
	background: #69d01d;
}
.social_single li.guide {
	background: #333333;
}
.social_single li.fb span {
	background-image: url(../images/parts/social_icon_fb_l.png);
	margin-left: -4px;
}
.social_single li.tw span {
	background-image: url(../images/parts/social_icon_tw_l.png);
}
.social_single li.ln span {
	background-image: url(../images/parts/social_icon_ln_l.png);
	margin-left: 3px;
}
.social_single li.guide span {
	background-image: url(../images/parts/social_icon_guide_l.png);
}



.table_dotmov {
	margin-top: -10px;
	margin-bottom: 20px;
}
.table_dotmov ul {
	display: table;
	margin-bottom: 40px;
	width: 100%;
	table-layout: fixed;
}
.table_dotmov li {
	display: table-cell;
}
.table_dotmov li > * {
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.table_dotmov li.c2 {
	padding: 0px 0px 0px 10px;
	width: 66.66%;
}
.table_dotmov li.c1 span {
}
.table_dotmov li.c2 a {
	text-align: left;
	display: inline;
}
.table_dotmov .text {
	text-align: left;
	margin-top: 13px;
}
.dotmov-screen {
	text-align:left;
	margin-bottom:30px;
}
.dotmov-sscreen {
	text-align:left;
	margin-top:40px;
}

.ad_lista {
display: none;
}

@media screen and (max-width: 680px) {
	#single {
		padding-top: 0;
	}
	#columnMain {
		width: auto;
		float: none;
		margin-bottom: 0;
	}

	#single article {
		padding: 20px 10px 0;
	}
	#single article > header {
		margin-bottom: 20px;
	}
	#single article > header:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}

	#single article > header .social_s {
		position: relative;
		float: right;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#single article > header h1 {
		font-family: Noto Sans Japanese, 'Noto Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		margin-top: 5px;
		margin-bottom: 18px;
		// margin-right: 110px;
		margin-right: 0;
		// font-size: 1.8rem;
		font-size: 2.3rem;
		width: 100%;
	}
	#single article > header p {
		line-height: 1.5;
	}
	#single article > header p > * {
		display: inline-block;
	}
	#single article > header p > * + * {
		margin-left: 0;
		padding-left: 0;
		padding-right: 1em;
		border-left: 0;
	}
	#single article > header p .posted {
	}
	#single header span {
		padding-right: 1em;
	}
	#single article .body {
		margin-bottom: 1.2em;
		font-size: 1.4rem;
	}
	#single article .body * {
		// text-align: left;
		max-width: 100% !important;
	}
	#single article .body p {
		margin-bottom: 1.2em;
	}
	#single article .postedby {
		// margin-top: 1.2em;
		// margin-bottom: 1.5em;
	}
	.posttag {
		margin-top: 1.2em;
		font-size: 1.2rem;
	}
	.posttag-sp {
		display: block;
		// margin-top: 0;
		margin-top: 1.5em;
		// margin-bottom: 20px;
	}

	.social_single {
		display: block;
		margin: 8px 0 0 0 !important;
		width: 100%;
		background: #69d01d;
	}
	.social_single ul {
		display: block;
	}
	.social_single ul:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	.social_single li {
		display: block;
		float: left;
		width: 33.33%;
		width : -webkit-calc(100% / 3);
		width : calc(100% / 3);
	}
	.social_single li a span {
		padding-left: 20px;
		padding-right: 10px;
		-webkit-background-size: 18px;
		background-size: 18px;
	}
	.social_single li.guide {
		float: none;
		clear: left;
		width: 100%;
	}


	.ad_lista {
		display: inline-block;
		background-color: white;
		margin:  1.2em 0 20px 0;
	}


	.table_dotmov {
		display: block;
		margin: -30px 0 0 0 ;
		background: #FFFFFF;
	}
	.table_dotmov ul {
		display: block;
		margin: 0 0 0 -10px;
	}
	.table_dotmov ul:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	.table_dotmov li {
		margin-bottom:6px;
	}
	.table_dotmov li.c1 {
		padding: 10px 0;
		display: block;
		float: left;
		width: 100%;
		margin-left:10px;
		margin-top:15px;
	}
	.table_dotmov li.c2 {
		float: none;
		clear: left;
		width: 100%;
		min-width: 300px;
		// margin-top:-15px;
	}
	.table_dotmov img {
		width: 300px !important;
	}
	.table_dotmov li.c1 span {
		font-size: 13px !important;
		line-height: 1.7;
	}
	.table_dotmov li.none {
		margin-top: -5px;
	}
	.dotmov-screen {
		margin-bottom:20px;
	}
	.dotmov-sscreen {
		margin-top:0;
	}

	.disc  {
		margin-bottom: 0px;
	}
	.wp-caption {
		margin-bottom: 0px;
		padding-bottom: 18px;
		width: 100% !important;
	}
	.wp-caption-text {
		margin-bottom: 0px !important;
		// width: 100% !important;
	}

}


/* 記事リスト
============================================================================================================ */
.post_list {
	position: relative;
	margin-top: 30px;
	padding: 20px 20px 20px 150px;
	background-color: #fff;
}
.post_list h1 {
	position: absolute;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-left: -120px;
	text-transform: uppercase;
}
.post_list h1.spot {
	font-size: 16px;
	font-size: 1.6rem;
}
.post_list h1.spot strong {
	font-size: 18px;
	font-size: 1.8rem;
}
.post_list h1.popular {
}

.post_list ul + ul {
	margin-top: 20px;
}
.post_list ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.post_list li {
	float: left;
	width: 50%;
}
.post_list li a {
	display: block;
	padding-right: 10px;
	text-decoration: none;
	line-height: 1.3;
}
.post_list li a:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.post_list li a .ph {
	overflow: hidden;
	position: relative;
	float: left;
	width: 98px;
	height: 68px;
	border: 1px solid #e6e6e6;
}
.post_list li a .ph span {
	display: block;
	width: 98px;
	height: 68px;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: transform 0.2s;
}
.post_list li a .ph ~ * {
	margin-left: 110px;
}
.post_list li a .category {
	margin-bottom: 0.2em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #808080;
}
.post_list li a .posttag {
	margin-top: 0.4em;
	font-size: 12px;
	font-size: 1.2rem;
	background: url(../images/parts/ico_tag.png) 0 3px no-repeat;
	height: 15px;
	overflow:hidden;
}

.post_list li .title {
	font-weight: bold;
}

.post_list li a:hover .title {
	//text-decoration: underline;
	text-decoration: none;
}
.post_list li a:hover .ph span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 680px) {
	.post_list {
		position: relative;
		margin-top: 0;
		padding: 0;
		border-top: 1px solid #ededed;
	}
	.post_list h1 {
		font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		position: relative;
		font-size: 1.6rem;
		margin-left: 10px;
		padding: 15px 0 3px;
		text-transform: uppercase;
	}
	.post_list h1 br {
		display: none;
	}
	.post_list h1:before {
		content: none;
	}
	.post_list h1.spot {
		font-size: 1.3rem;
	}
	.post_list h1.spot strong {
		font-size: 1.4rem;
	}
	.post_list h1.popular {
	}
	.post_list ul + ul {
		margin-top: 0;
	}
	.post_list ul:after {
		content: none;
	}
	.post_list li {
		float: none;
		width: auto;
		border-bottom: 1px solid #ececec;
	}
	.post_list li a {
		padding: 10px;
	}
	.post_list li a:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	.post_list li a .ph {
		// width: 65px;
		// height: 50px;
		width: 90px;
		height: 65px;
	}
	.post_list li a .ph span {
		// width: 65px;
		// height: 50px;
		width: 90px;
		height: 65px;
	}
	.post_list li a .ph ~ * {
		// margin-left: 75px;
		margin-left: 100px;
	}
	.post_list li a .category {
		margin-bottom: 0.1em;
		font-size: 1rem;
	}
	.post_list li a .posttag {
		margin-top: 0.2em;
		font-size: 1rem;
	}
	.post_list li a .title {
		font-family: Noto Sans Japanese, 'Noto Sans', Helvetica !important;
		font-size: 1.35rem;
		line-height: 1.3;
		letter-spacing:-0.2px !important;
	}
}




/* 関連記事
---------------------------------------------------- */
#relation {
	border: none;
	margin-top: 10px;
	margin-bottom: -30px;
	// margin-right: -10px;
	margin-right: -30px;
	// padding-right: 0;
	padding-right: 20px;
	// padding-left: 120px;
	padding-left: 150px;
	margin-left: -30px;
}
#relation:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#relation h1 {
}
#relation .bnr {
	display: none;
}
#relation ul.sp {
	display: none;
}
#relation ul.fcp {
	margin-top: 20px;
}

article .yarpp-related {
	margin: 0 !important;
	// margin-bottom: -20px !important;
}
article .yarpp-related yarpp-related-none {
	margin-bottom: -20px !important;
}
.yarpp-related #relation a {
	font-weight: normal !important;
}
.yarpp-related-none ul.fcp {
	display: none;
}
.yarpp-related .linksynergy {
	display: none;
}
.yarpp-related-none .linksynergy {
	display: inline-block;
	// margin-top: 30px;
}

@media screen and (max-width: 680px) {
	#relation {
		margin: 0 -10px;
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
	}
	#relation h1 {
		margin-top: 10px;
	}
	#relation ul {
		float: none;
		width: auto;
	}
	#relation li a {
	}
	#relation li a:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	#relation li + li {
		margin-top: 0;
	}
	#relation .bnr {
		display: block;
	}
	#relation ul.sp {
		display: inline-block;
		border-bottom: none;
	}
	#relation ul.fcp {
		margin-top: 0;
	}
	article .yarpp-related-none {
		width: auto !important;
		margin: 20px -10px 0 !important;
		border-top: 1px solid #ededed;
		// border: none;
	}
	.lang_ja article .yarpp-related-none {
		border: none;
	}
	article .yarpp-related-none p {
		display: none;
	}
}


/* single_bnr
============================================================================================================ */
.single_bnr {
	float: right;
	width: 300px;
}
.single_bnr .bnr + .bnr {
	margin-top: 20px;
}

.bnr:hover {
	//opacity: 0.8; 
	-webkit-filter: contrast(140%);
	-moz-filter: contrast(140%);
	-o-filter: contrast(140%);
	-ms-filter: contrast(140%);
	filter: contrast(140%); 
}

@media screen and (max-width: 680px) {
	.single_bnr {
		display: none;
	}
}


/* 

/* bnr-b
============================================================================================================ */
.bnr-b {
	float: right;
	margin-top: 20px;
	width: 300px;
}
.bnr-b-ja-sp {
	display: none !important;
}
.bnr-b-ja-wb {
	float: right;
	margin-top: 20px;
	width: 300px;
}
@media screen and (max-width: 680px) {
	.bnr-b {
	float: none;
	display: block;
	width: auto !important;
	padding: 20px 10px;
	margin-top: 0px;
	border-bottom: 1px solid #ededed;
	text-align: center;
	background: url(../images/parts/bg_slash.png);
	-webkit-background-size: 16px;
	background-size: 16px;
	}
	.bnr-b-ja-sp {
	float: none;
	display: block !important;
	width: auto !important;
	padding: 20px 10px;
	margin-top: 0px;
	border-bottom: 1px solid #ededed;
	text-align: center;
	background: url(../images/parts/bg_slash.png);
	-webkit-background-size: 16px;
	background-size: 16px;
	}
	.bnr-b-ja-wb {
	display: none !important;
	}
	#list .bnr-b-ja-sp {
	border-bottom: 1px solid #FFF;
	}
}




/* 

/* bnr-b-popular
============================================================================================================ */
.bnr-b-popular {
	float: right;
	margin-top: 20px;
	width: 300px;
}

@media screen and (max-width: 680px) {
	.bnr-b-popular {
	float: none;
	display: block;
	width: auto !important;
	padding: 0;
	margin: 0px 10px;
	text-align: center !important;
	background: url(../images/parts/bg_slash.png);
	-webkit-background-size: 16px;
	background-size: 16px;
	}
	.bnr-b-popular-in {
	float: none;
	display: block;
	width: 80%;
	margin: 0px auto;
	padding: 20px 0;
	}
}


/* リストバナー言語振り分け
============================================================================================================ */

.lang_ja .bnr-en {
	display: none !important;
}
.lang_en .bnr-ja {
	display: none !important;
}
.lang_cn .bnr-ja {
	display: none !important;
}

 

/* bnr
============================================================================================================ */
#billboard {
	display: none !important;
}

.bnr-300x600 {
	float: right;
	margin-top: 20px;
	// margin-bottom: -10px;
	width: 300px;
	height: 600px;
}

@media screen and (max-width: 680px) {
	.bnr-300x600 {
	float: none;
	display: none;
	}
}


.overwhite a:hover img{
	-webkit-filter: contrast(130%);
	-moz-filter: contrast(130%);
	-o-filter: contrast(130%);
	-ms-filter: contrast(130%);
	filter: contrast(130%); 
// opacity: 0.8;
// filter: alpha(opacity=80);
// -moz-opacity:0.8;
}

#bottom-bar {
  position: fixed;
  top: 1000;
}
.fixed-bottom {
  position: fixed;
  background: white;
  width:700px;
  // height:180px;
  // top:35%;
  height:250px;
  top:30%;
  margin-left:-30px;
  left:auto;
  right:auto;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:250px;
  // z-index:-1;
}

#side-tab {
  position: fixed;
  // left:-840px;
  left:-0px;
  // top: -1000px;
}
.tab1 {
  position: fixed;
  // background: white;
  // width:700px;
  // top:35%;
  // height:250px;
  top:35%;
  left:100px;
  // right:auto;
  text-align:center;
  vertical-align:middle;
  // layout-grid-line:250px;
  // z-index:-1;
}

#bottom-autad {
	width: 980px;
	// width: 728px;
	// height: 90px;
	height: 120px;
	margin: 0 auto;
	padding: 40px auto;
	// border-top: 1px solid #ededed;
	// border-bottom: 1px solid #ededed;
	// background: url(../images/parts/bg_slash.png);
	// -webkit-background-size: 16px;
}

	@media screen and (max-width: 680px) {
		#bottom-autad-bg {
		width: 100%;
		height: auto;
		background: #fff;
		padding: 0;
		// display: none;
		}
		#bottom-autad {
		width: 320px;
		height: auto;
		border-top: none;
		border-bottom: none;
		background: #fff;
		// padding: 0 0 20px 0;
		padding: 0;
		margin-bottom: -1px;
		// display: none;
		}
}


#bottom-ad-fixed {
  position: fixed;
  // width:728px;
  width:980px;
  left:auto;
  right:auto;
  // top: 70%;
}
.fixed-bottom-ad {
  position: fixed;
  // background: white;
  // height:180px;
  // top:35%;
  height:120px;
  // bottom:243px;
  bottom:203px;
  // margin-left:-30px;
  left:auto;
  right:auto;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:120px;
  // z-index:-1;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: -55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}


/* Random Quote
============================================================================================================ */
.randomquote {
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: Times, "游明朝", YuMincho, serif, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Sans Japanese', 'メイリオ', 'Meiryo';
	font-size: 23pt; 
	text-align: center;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	text-decoration:none;
}

.quote {
	padding: 15px 20px 0 20px;
	display: block;
	text-align: left;
	text-decoration: underline;
}

.quote a {
	text-decoration: underline;
}

.quote a:hover {
	color: #000;
	text-decoration: underline;
}

.name {
	font-style: normal;
	font-size: 16px;
	text-align: right;
	padding: 0px 25px 20px 20px;
}

@media screen and (max-width: 680px) {
	.randomquote {
	float: none;
	display: block;
	width: auto !important;
	padding: 20px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
}



/* ======================================================================================================

	newsletter

====================================================================================================== */
.newsletter {
	background-color: #FFF;
	display: none;
	text-align: center;
	padding-top: 40px;
}

@media screen and (max-width: 680px) {
	.newsletter {
	padding: 0;
	}
}

.newsletter-siderbar {
display: none;
	height:220px;
	width:300px;
	background: url(../images/parts/bg_slash.png);
	-webkit-background-size: 16px;
	background-color:#ff69b4;
	text-align:center;
	margin-top: 10px;
	padding: 15px 0;
}

@media screen and (max-width: 680px) {
	.newsletter-siderbar {
	margin: 0px auto;
	display: none;
	text-align:center;
	width: 100%;
	padding: 10px 50px 10px 10px;
	float: none;
	}
	.mn-sidebar {
	margin: 0px auto;
	width: 80%;
	}
}


/* 
======================================================================================================

	news_content_ad

====================================================================================================== */

.news_content_ad {
  float:left;
  // margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.advttil {
  display: none;
}

@media screen and (max-width: 680px) {
	.news_content_ad {

	  // margin: 0 auto 0;
	 margin: 0 auto 30px;
	  //  display: none;
	display: block;
	text-align:center;
	width: 100%;
	float: none;
	}
	.advttil {
	display: block;
	width: 100%;
	color: #808080;
	font-size: 1rem;
	font-family: 'Oswald';
	letter-spacing: 1px;
	margin-bottom: 5px;
	}
}


/* 
======================================================================================================

	support

====================================================================================================== */

.support {
  float:left;
  width:300px;
  font-size:12px;
  margin: 10px;
  padding-bottom: 30px;
}

.support img {
  margin-left: auto;
  margin-right: auto;
}

.support a {
  border-bottom: 0 solid #fff !important;
  box-shadow: inset 0 -4px 0 #fff !important;
}

@media screen and (max-width: 680px) {
	.support {
	  width: 100%;
	  margin: 0 !important;
	  float: none !important;
	}
}



/* 
======================================================================================================

	font awesome

====================================================================================================== */

.fa-stack {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 250px;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-300x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-300x {
  font-size: 15em !important;
}
.fa-inverse {
  color: #ffffff;
}


/* 
======================================================================================================

	animation effects

====================================================================================================== */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.rotate {
  -webkit-transform-origin: 50% 45px;
  transform-origin: 50% 45px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

.swing {
  -webkit-transform-origin: 50% 45px;
  transform-origin: 50% 45px;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}


/* * * * * * * * * * * * * * * * * * * * *\  
  CSShake :: shake-slow
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake-slow {
  display: inline-block;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake-slow:hover,
.shake-trigger:hover .shake-slow {
  animation-play-state: running; }

@keyframes shake-slow {
  2% {
    transform: translate(0px, 4px) rotate(-0.5deg); }
  4% {
    transform: translate(-3px, 9px) rotate(-0.5deg); }
  6% {
    transform: translate(4px, 10px) rotate(-0.5deg); }
  8% {
    transform: translate(0px, -2px) rotate(0.5deg); }
  10% {
    transform: translate(9px, -9px) rotate(1.5deg); }
  12% {
    transform: translate(-9px, 9px) rotate(1.5deg); }
  14% {
    transform: translate(10px, -1px) rotate(-0.5deg); }
  16% {
    transform: translate(7px, -1px) rotate(0.5deg); }
  18% {
    transform: translate(-8px, 8px) rotate(1.5deg); }
  20% {
    transform: translate(1px, -9px) rotate(0.5deg); }
  22% {
    transform: translate(7px, -6px) rotate(0.5deg); }
  24% {
    transform: translate(-8px, -4px) rotate(-1.5deg); }
  26% {
    transform: translate(-9px, 5px) rotate(-1.5deg); }
  28% {
    transform: translate(7px, 3px) rotate(-1.5deg); }
  30% {
    transform: translate(9px, 3px) rotate(2.5deg); }
  32% {
    transform: translate(2px, -6px) rotate(-1.5deg); }
  34% {
    transform: translate(10px, -7px) rotate(2.5deg); }
  36% {
    transform: translate(-2px, 10px) rotate(-2.5deg); }
  38% {
    transform: translate(-6px, -8px) rotate(-1.5deg); }
  40% {
    transform: translate(1px, 0px) rotate(-2.5deg); }
  42% {
    transform: translate(10px, 8px) rotate(3.5deg); }
  44% {
    transform: translate(4px, 2px) rotate(2.5deg); }
  46% {
    transform: translate(10px, -2px) rotate(-1.5deg); }
  48% {
    transform: translate(10px, 0px) rotate(-2.5deg); }
  50% {
    transform: translate(-2px, 5px) rotate(-0.5deg); }
  52% {
    transform: translate(4px, 1px) rotate(3.5deg); }
  54% {
    transform: translate(-8px, -5px) rotate(2.5deg); }
  56% {
    transform: translate(8px, -8px) rotate(2.5deg); }
  58% {
    transform: translate(-3px, -6px) rotate(1.5deg); }
  60% {
    transform: translate(-3px, -5px) rotate(0.5deg); }
  62% {
    transform: translate(-1px, 0px) rotate(-0.5deg); }
  64% {
    transform: translate(2px, 10px) rotate(3.5deg); }
  66% {
    transform: translate(-4px, -1px) rotate(-0.5deg); }
  68% {
    transform: translate(8px, -5px) rotate(1.5deg); }
  70% {
    transform: translate(-3px, 2px) rotate(-1.5deg); }
  72% {
    transform: translate(9px, -3px) rotate(-0.5deg); }
  74% {
    transform: translate(-2px, 6px) rotate(1.5deg); }
  76% {
    transform: translate(-7px, -8px) rotate(-1.5deg); }
  78% {
    transform: translate(7px, -4px) rotate(0.5deg); }
  80% {
    transform: translate(-4px, -5px) rotate(-1.5deg); }
  82% {
    transform: translate(8px, 6px) rotate(3.5deg); }
  84% {
    transform: translate(0px, -7px) rotate(-1.5deg); }
  86% {
    transform: translate(0px, 1px) rotate(3.5deg); }
  88% {
    transform: translate(-6px, -3px) rotate(2.5deg); }
  90% {
    transform: translate(1px, 3px) rotate(-0.5deg); }
  92% {
    transform: translate(-9px, -4px) rotate(-2.5deg); }
  94% {
    transform: translate(-7px, -6px) rotate(2.5deg); }
  96% {
    transform: translate(5px, -3px) rotate(-1.5deg); }
  98% {
    transform: translate(8px, 4px) rotate(0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-slow:hover,
.shake-trigger:hover .shake-slow,
.shake-slow.shake-freeze,
.shake-slow.shake-constant {
  animation: shake-slow 30s ease-in-out infinite; 
}
.my-custom-shake {
  @include do-shake(
        $name: 'my-custom-shake', /* {String} is the name for the keyframes animation */
        $h: 5px, /*  {Number} is the max number for random to assign in x axis */
        $v: 5px, /* {Number} is the max number for random to assign in y axis */
        $r: 3deg, /* {Number} is the max number for random rotation */
        $dur: 100ms, /* {Number} is the animation-duration time value */
        $precision: .02, /* {Number} is the precision of the keyframes animation. For example .02 generates keyframes each 2% and .1 each 10%. The calculation is $step: 100 * $precision; */
        $opacity: false, 
        $q: infinite, /* {String} is the animation-iteration-count value */
        $t: ease-in-out, /* {String} animation-timing-function value */
        $delay: null, /* {Number} animation-delay time value */
        $chunk: 100%); /* {Number} is the part of the keyframes where apply the animation */
}
.shake-slow { 
opacity:0.1;
}

@keyframes shake-opacity {
  10% {
    transform: translate(-1px, 2px) rotate(-1.5deg);
    opacity: 0.8; }
  20% {
    transform: translate(0px, -1px) rotate(0.5deg);
    opacity: 0.4; }
  30% {
    transform: translate(1px, -2px) rotate(0.5deg);
    opacity: 0.3; }
  40% {
    transform: translate(1px, 0px) rotate(1.0deg);
    opacity: 0.2; }
  50% {
    transform: translate(1px, -1px) rotate(0.5deg);
    opacity: 0.5; }
  60% {
    transform: translate(1px, 1px) rotate(-0.5deg);
    opacity: 0.7; }
  70% {
    transform: translate(0px, 1px) rotate(0.5deg);
    opacity: 0.2; }
  80% {
    transform: translate(1px, 4px) rotate(1.0deg);
    opacity: 0.6; }
  90% {
    transform: translate(0px, 2px) rotate(-2.5deg);
    opacity: 0.5; }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }

.shake-opacity:hover,
.shake-trigger:hover .shake-opacity,
.shake-opacity.shake-freeze,
.shake-opacity.shake-constant {
  animation: shake-opacity 10s ease-in-out infinite; }

.shake-opacity { 
opacity:0.1;
}


/* 
======================================================================================================

	search

====================================================================================================== */
.nothing {
	font-size: 30px;
	font-size: 3rem;
	padding: 50px; w
}

/* 
======================================================================================================

	sideside

====================================================================================================== */
#sideside{
width:300px;
float:right;
margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
	#sideside {
	width: auto;
	float: none;
	margin-bottom: 0;
	}
}

/* 
======================================================================================================

	none

====================================================================================================== */
// #single #columnMain .body p img.none { display:none; }