@charset "utf-8";
/*
Theme Name: 2018 v1.0.4
Theme URI: http://gadget-shot.com
Description: 2018/02/14-2019/11/5
Author: 管理人
Version: 1.0.4
*/

/* CSSリセット */
a img {border:0px;}

/* micro clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 書式 */
html,body {
	-webkit-text-size-adjust: none;
	min-width: 320px;
}

body {
	font-size: 16px;
	color: #333;
	line-height: 1.4em;
	font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",YuGothic,"Meiryo","MS Gothic", sans-serif;
	-webkit-text-size-adjust: none;
	background: #FAFAFA;
	padding-top: 180px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #51B0B9;
}

a:hover {
	color: #5fd4df;
	text-decoration: underline;
}

.clear {
	clear: both;	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.entry table td {
	padding: 6px;
	text-align: left;
	border: 1px solid #CCC;
}

.entry table {
	margin: 0px auto 30px auto;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}

.entry .alignleft {
	float: left;
	margin-right: 10px;
}

.entry .alignright {
	float: right;
	margin-left: 10px;
}

.entry .center {
	text-align: center;
}

.twitter-tweet, .vine-embed {
	margin: 0 auto !important;
}

#wpstats {
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}


/* layout */
html, body {min-height: 100%;}

.hoge {
	-webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

#entries {
	width: 1065px;
	margin: 0px auto;
	padding-left: 30px;
	padding-top: 30px;
}

#entries:after {
    content: " ";
    display: table;
}

#entries:after {
    clear: both;
}

#entries li.post,
#entries li.page {
	width: 320px;
	height: 480px;
	float: left;
	background: #FFF;
	margin: 0px 30px 30px 0px;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 0px 0px 0px 0px transparent;
	overflow: hidden;
	position: relative;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

#entries li.post:hover,
#entries li.page:hover  {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 0px 0px 0px 4px #51B0B9;
}

#entries li.post.ad-post:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.15), 0px 0px 0px 4px #CCC;
}

.header-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	padding-top: 30px;
	z-index: 999;
	min-width: 320px;
}

.loaded .header-bar {
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
}

.header-bar-inner {
	width: 960px;
	margin: 0px auto;
	position: relative;
	height: 100%;
}

.home .header-bar-inner,
.archive .header-bar-inner,
.search-results .header-bar-inner {
	width: 1036px;
}

.scrolled .header-bar {
	padding-top: 0px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	height: 60px;
}

.scrolled.loaded .header-bar {
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.header-bar h2 {
	position: relative;
	width: 100%;
}

.header-bar h2 a.main-logo {
	display: block;
	width: 350px;
	height: 90px;
	background-image: url(img/logo.png);
	background-size: 350px 90px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -300em;
	margin-left: 305px;
	position: relative;
	z-index: 100;
	border-radius: 3px;
	top: 0px;
}

.home .header-bar h2 a.main-logo,
.archive .header-bar h2 a.main-logo,
.search-results .header-bar h2 a.main-logo {
	margin-left: 343px;
}

.scrolled .header-bar h2 a.main-logo {
	width: 233px;
	height: 60px;
	background-size: 233px 60px;
	margin-left: -160px;
	opacity: 0;
}

.header-bar h2 a.sub-logo {
	background-image: url(img/sub-logo.png);
	display: block;
	position: absolute;
	left: 566px;
	top: 18px;
	background-repeat: no-repeat;
	background-size: 42px 42px;
	background-position: 9px 9px;
	width: 60px;
	height: 56px;
	transform: scale3d(1.5,1.5,1);
	opacity: 0;
	z-index: 50;
}

.scrolled .header-bar h2 a.sub-logo {
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: scale3d(1,1,1);
	border-bottom: 4px solid transparent;
	z-index: 150;

}

.scrolled .header-bar h2 a.sub-logo:hover {
	border-bottom: 4px solid #abbcd2;
}

.loaded .header-bar h2 a {
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.scrolled.loaded .header-bar h2 a {
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.loaded .header-bar h2 a.main-logo:hover {
	box-shadow: 0px 0px 0px 3px #51B0B9;
}

.global-nav {
	position: absolute;
	top: 0px;
	left: 60px;
	opacity: 0;
	transition: all 0.1s cubic-bezier(.55,0,.1,1);
}

.scrolled .global-nav {
	opacity: 1;
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.global-nav li {
	display: block;
	float: left;
	padding-top: 6px;
}

.global-nav li a {
	display: block;
	line-height: 48px;
	font-size: 14px;
	color: #8C99AA;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	padding: 0px 16px;
	font-weight: bold;
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
	border: 1px solid transparent;
	position: relative;
	box-shadow: 0px 4px 0px transparent;
}

.global-nav li a:hover {
	text-decoration: none;
	color: #abbcd2;
	box-shadow: 0px 4px 0px #abbcd2;
}

.category-news li.cat-news a,
.category-column li.cat-column a,
.category-review li.cat-review a,
.category-guide li.cat-guide a {
	color: #51B0B9;
	box-shadow: 0px 4px 0px #51B0B9;
}

.header-search {
	position: absolute;
	right: 50%;
	margin-right: -121px;
	top: 108px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.scrolled .header-search {
	right: 12px;
	top: 12px;
	margin-right: 0px;
}

.search-form {
	background-color: #FFF;
	border: 2px solid #F0F0F0;
	border-radius: 18px;
	line-height: 32px;
	height: 32px;
	width: 200px;
	padding: 0px 28px 0px 10px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
	background-image: url(img/search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 32px 32px;
	font-size: 14px;
	color: #444;
}

.search-form:focus {
	outline: 0;
	border: 2px solid #51B0B9;
	background-color: #FFF;
}


/* 記事 */
.main {
	width: 960px;
	background: #FFF;
	margin: 30px auto 0px auto;
	box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
	border-radius: 4px;
	position: relative;
	z-index: 50;
}

.error404 .main {
	width: 420px;
}

.single-entry .entry {
	padding: 30px 30px 0px 30px;
}

.single-entry .entry,
.single-page .entry {
	position: relative;
	background: #FFF;
	border-radius: 4px;
	background-color: #FFF;
/*	overflow-x: hidden; */
}

.single-page .entry {
	padding: 30px;
}

.single-entry .entry h1 {
	padding-bottom: 20px;
}

.single-page .entry h1 {
	text-align: center;
}

.single-entry .entry h1 a,
.single-page .entry h1 a  {
	font-size: 32px;
	font-weight: 800;
	color: #333;
	line-height: 48px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-entry .entry h1 a:hover,
.single-page .entry h1 a:hover {
	color: #999;
}

.entry-header-img img {
	margin: -30px -30px 20px -30px;
}

.single-page .entry-header-img img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.entry-info {
	border-top: 1px solid #DEDEDE;
	position: relative;
	margin-top: 8px;
}

.entry-info-date {
	color: #8C99AA;
	text-align: center;
	margin-top: -16px;
	line-height: 32px;
}

.entry-info-date .date-posted {
	color: #8C99AA;
	background-color: #FFF;
	padding: 0px 16px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.entry-category {
	line-height: 32px;
	text-align: center;
}

.entry-category a {
	background-color: #8C99AA;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 14px auto 24px auto;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	position: relative;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 16px;
	font-weight: bold;
}

.entry-category a:hover {
	background-color: #b4c6cb;
}

.entry-date {
	background: #FAFAFA;
	border-top: 1px solid #F0F0F0;
	margin: 30px -30px 0px -30px;
	line-height: 32px;
	font-size: 12px;
	color: #CCC;
	text-align: right;
	padding: 0px 10px;
}

.link-pages {
	position: absolute;
	top: -42px;
	left: 20px;
}

.entry .link-page-navi {
	width: 100%;
	padding: 0px;
}

.entry .link-pages ul li {
	display: block;
	float: left;
	background: #FFF;
	text-align: center;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
	border-radius: 4px 4px 0px 0px;
	margin-right: 8px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}

.link-pages ul a {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	background: #FFF;
	color: #666;
	border-radius: 4px 4px 0px 0px;
	margin-right: 8px;
	color: #666;
}

.link-pages ul a:hover li {
	background: #F0F0F0;
}

.entry .link-pages ul a li {
	box-shadow: inset 0px -4px 4px -4px rgba(0,0,0,0.4);
}

.ad-before-entry {
	width: 728px;
	height: 90px;
	margin: 0px auto;
	padding-top: 30px;
}

.link-pages-bottom {
	text-align: center;
	clear: both;
}

.link-pages-bottom a {
	margin: 20px 10px;
	display: inline-block;
	background: #666;
	color: #FFF;
	width: 120px;
	text-align: center;
	border-radius: 21px;
	line-height: 42px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 0px #00B986,0px 2px 4px rgba(0,0,0,0.1);
	position: relative;
	font-size: 16px;
}

.link-pages-bottom a:hover {
	background: #00c88f;
	box-shadow: 0px 0px 0px 1px #00c88f,0px 4px 16px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.link-pages-bottom a:active {
	box-shadow: 0px 0px 0px 0px #00c88f,0px 0px 1px rgba(0,0,0,0.1),inset 0px 2px 6px rgba(0,0,0,0.2);
	text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

.exit-links {
	text-align: center;
	margin: 20px -30px 0px -30px;
	padding-bottom: 16px;
	clear: both;
}

.exit-links a {
	display: inline-block;
	text-decoration: none;
	line-height: 42px;
	border-radius: 3px;
	color: #FFF;
	background-color: #51B0B9;
	background-image: linear-gradient(to right, #51b0b9 0%,#3e8bc5 100%);
	padding: 0px 18px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 12px 8px 0px 8px;
	max-width: 100%;
	overflow: hidden;
}

.exit-links a:hover {
	background-color: #51B0B9;
	background-image: linear-gradient(to right, #51b0b9 0%,#3e8bc5 100%);
	box-shadow: 0px 0px 0px 6px #DDD;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.exit-links a:active {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.1),inset 0px 2px 6px rgba(0,0,0,0.2);
	text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
}

.exit-links a[href*="amazon.co.jp"] {
	background: #f1c40f;
}

.exit-links a[href*="rakuten.co.jp"] {
	background: #c0392b;
}

.exit-links a[href*="ymobile.jp"],
.exit-links a[href*="yahoo.co.jp"],
.exit-links a[href*="sid=2772189&pid=884262239"] {
	background: #ED3037;
}

.exit-links a[href*="play.google.com"] {
	background: #54A21E;
}

.exit-links a[href*="itunes."], .exit-links a[href*="prf.hn"] {
	background: #000;
}

.exit-links a[href*="expansys.jp"] {
	background: #0099E1;
}

.exit-links a.au {
	background: #FE4700;
}

.exit-links a.docomo {
	background: #D50029;
}

.tags {
	padding-bottom: 20px;
	text-align: center;
}

.tags a {
	font-size: 14px;
	transition: all 0.1s ease-in-out;
	margin-right: 4px;
	color: #8C99AA;
}

.tags a:before {
	content: "#";
}

.tags a:hover {
	color: #51B0B9;
	text-decoration: underline;
}

.author-box {
	width: 260px;
	border-radius: 3px;
	background-color: #FFF;
	margin: 40px auto 0px auto;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.author-box .avatar {
	border-radius: 50%;
	padding: 8px;
	width: 96px;
	height: 96px;
	margin: -57px auto 0px auto;
	display: block;
	background: #FFF;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.author-name {
	text-align: center;
	font-size: 24px;
	padding-top: 14px;
	font-weight: 800;
}

.author-links {
	text-align: center;
}

.author-links a {
	background: #999;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	text-indent: -300em;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 12px 4px 0px 4px;
	box-shadow: 0px 0px 0px 0px #999;
	padding: 4px;
	background-position: 4px 4px;
}

.author-links a:hover {
	background: #CCC;
	background-position: 4px 4px;
	box-shadow: 0px 0px 0px 2px #CCC, 0px 2px 4px 2px rgba(0,0,0,0.1);
}

.author-links a.author-twitter {
	background-image: url(img/author-tw.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.author-links .author-posts a {
	background-image: url(img/author-more.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

.author-profile {
	font-size: 13px;
	text-align: left;
	color: #999;
	margin: 0px auto;
	padding: 16px 30px 30px 30px;
}

.afterpost-block {
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
}

.next-post-box,
.prev-post-box {
	position: absolute;
	top: 60px;
}

.next-post-box {
	left: 0px;
}

.prev-post-box {
	right: 0px;
}

.next-post-box:after,
.prev-post-box:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	position: absolute;
	top: 160px;
	width: 80px;
	height: 80px;
	opacity: 0;
	transition: all 0.25s cubic-bezier(.55,0,.1,1);
	transform:scale3d(1,0,1);
	border-radius: 50%;
	pointer-events: none;
}

.next-post-box:after {
	background-image: url(img/arrow2.png);
	right: 100px;
}

.prev-post-box:after {
	background-image: url(img/arrow.png);
	left: 100px;
}

.prev-post-box:hover:after,
.next-post-box:hover:after {
	opacity: 1;
	transform:scale3d(1,1,1);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.next-post-box:hover:after {
	right: 120px;
}

.prev-post-box:hover:after {
	left: 120px;
}

.next-entry,
.prev-entry,
.next-post,
.prev-post,
.next-post p,
.prev-post p,
.next-post-box .thumb img,
.prev-post-box .thumb img,
.rectangle-logo {
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.next-entry,
.prev-entry {
	font-weight: 800;
	font-size: 28px;
	text-align: center;
	line-height: 60px;
	padding-bottom: 10px;
	color: #666;
}

.next-post-box:hover .next-entry,
.next-post-box:hover .next-post p,
.prev-post-box:hover .prev-entry,
.prev-post-box:hover .prev-post p {
	color: #51B0B9;
}

.next-post,
.prev-post {
	width: 320px;
	min-height: 267px;
	background-color: #FFF;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

.next-post-box:hover .next-post,
.prev-post-box:hover .prev-post {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2), 0px 0px 0px 4px #51B0B9;
}

.next-post-box:hover .thumb img,
.prev-post-box:hover .thumb img,
.next-post-box:hover .rectangle-logo {
	opacity: 0.5;
}

.next-post p,
.prev-post p {
	padding: 16px 20px 20px 20px;
	font-weight: 800;
}

.next-post a,
.prev-post a {
	color: #333;
	text-decoration: none;
	display: block;
}

.next-post-box.link-to-top a {
	height: 240px;
	display: block;
}

.rectangle-logo {
	width: 320px;
	height: 267px;
	background-image: url(img/rectangle-logo.png);
    background-size: 320px 240px;
    background-position: center center;
    background-repeat: no-repeat;
	opacity: 1;
}

.in-site-link {
	display: block;
	clear: both;
	background: #FFF;
	margin: 30px auto 15px auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2), 0px 0px 0px 0px #51B0B9;
	position: relative;
	overflow: hidden;
	-ms-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
	width: 720px;
	height: 200px;
	border-radius: 3px;
	overflow: hidden;
}

.in-site-link:hover {
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2), 0px 0px 0px 4px #51B0B9;
}

.in-site-link-thumb {
	width: 240px;
	height: 240px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.in-site-link-thumb img {
	width: 240px;
	height: 240px;
	transform: rotate3d(0,0,1,-5deg);
	position: absolute;
	left: -10px;
	top: -10px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.in-site-link:hover .in-site-link-thumb img {
	opacity: 0.4;
}

.in-site-link:after {
	content: "";
	display: block;
	background-image: url(img/arrow.png);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	position: absolute;
	top: 60px;
	left: 60px;
	width: 80px;
	height: 80px;
	opacity: 0;
	transition: all 0.25s cubic-bezier(.55,0,.1,1);
	transform:scale3d(1,0,1);
	border-radius: 50%;
}

.in-site-link:hover:after {
	opacity: 1;
	left: 70px;
	transform:scale3d(1,1,1);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.in-site-link-text {
	display: block;
	color: #333;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 240px;
	right: 0px;
	line-height: 1.4;
}

.in-site-link-title {
	font-weight: 800;
	font-size: 24px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.in-site-link:hover .in-site-link-text {
	color: #51B0B9;
}

.in-site-link-excerpt {
	display: block;
	font-size: 14px;
	color: #AAA;
	padding-top: 10px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.in-site-link:hover .in-site-link-excerpt {
	color: #CCC;
}

.in-site-link-date {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 240px;
	padding: 18px 8px 0px 0px;
	text-align: right;
	color: #CCC;
	font-size: 10px;	background-color: #FFF;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
}

.post-timeline {
	position: relative;
	z-index: 100;
}

.share-section {
	margin: 0px -30px 0px -30px;
	height: 360px;
	position: relative;
	overflow: hidden;
	background-color: #FAFAFB;
	border-top: 1px solid #F0F0F0;
}

.share-section img {
	width: 240px;
	height: 240px;
	padding: 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2),0px 0px 0px 0px transparent;
	background-color: #FFF;
	position: absolute;
	top: 40px;
	left: 60px;
	transform: rotate3d(0,0,1,-5deg);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.share-section.tw-active img,
.share-section.fb-active img,
.share-section.gp-active img,
.share-section.hb-active img,
.share-section.pk-active img,
.share-section.ln-active img {
	transform: rotate3d(0,0,1,-6deg) translate3d(-1px,-3px,0px);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.3),0px 0px 0px 0px transparent;
	
}

.share-title {
	height: 28px;
	line-height: 28px;
	padding-bottom: 28px;
	position: relative;
}

.share-title li {
	font-size: 28px;
	font-weight: 800;
	padding-bottom: 32px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	transition: all 0.2s linear;
}

.share-text {
	transition: all 0.2s linear;
}

.share-title li.share-default {opacity: 1;}
.share-section.tw-active .share-title li.share-default .share-text,
.share-section.fb-active .share-title li.share-default .share-text,
.share-section.gp-active .share-title li.share-default .share-text,
.share-section.hb-active .share-title li.share-default .share-text,
.share-section.pk-active .share-title li.share-default .share-text,
.share-section.ln-active .share-title li.share-default .share-text {
	opacity: 0;
}

.share-section.tw-active .share-title li.share-tw {opacity: 1;}
.share-section.fb-active .share-title li.share-fb {opacity: 1;}
.share-section.gp-active .share-title li.share-gp {opacity: 1;}
.share-section.hb-active .share-title li.share-hb {opacity: 1;}
.share-section.pk-active .share-title li.share-pk {opacity: 1;}
.share-section.ln-active .share-title li.share-ln {opacity: 1;}

.tw-color {color: #55acee;}
.fb-color {color: #39579A;}
.gp-color {color: #DC4E41;}
.hb-color {color: #00A4E1;}
.pk-color {color: #DD4F5A;}
.ln-color {color: #00b900;}

.share-box {
	position: absolute;
	top: 54px;
	left: 380px;
}

.share li {
	display: block;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.share li a {
	text-decoration: none;
	display: block;
	width: 240px;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	text-indent: 44px;
	border-radius: 3px;
	background: #666;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-repeat: no-repeat;
	background-size: 42px 42px;
}

.share .tw a {
	background-image: url(img/share-tw.png);
	background-color: #55acee;
}

.share .fb a {
	background-image: url(img/share-fb.png);
	background-color: #39579A;
}

.share .gp a {
	background-image: url(img/share-gp.png);
	background-color: #DC4E41;
}

.share .hb a {
	background-image: url(img/share-hb.png);
	background-color: #00A4E1;
}

.share .pk a {
	background-image: url(img/share-pk.png);
	background-color: #DD4F5A;
}

.share .ln a {
	background-image: url(img/share-ln.png);
	background-color: #00b900;
}

.share li a:hover {
	box-shadow: 0px 0px 0px 6px #DDD;
	
}

#rocket {
	width: 48px;
	height: 48px;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0px auto;
	display: block;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	text-indent: -300em;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
	background-size: 48px 48px;
	-webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

#rocket:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}

#footer {
	height: 0px;
	overflow: hidden;
}

.rich-footer {
	background-color: #FAFAFA;
	padding-bottom: 120px;
	max-width: 100%;
	overflow: hidden;
}

.footer-top {
	width: 900px;
	height: 4px;
	border-radius: 2px;
	background-color: #F0F0F0;
	border: none;
	margin: 90px auto 90px auto;
	position: relative;
}

.footer-top:after {
	content: "";
	width: 12px;
	height: 12px;
	border: 6px solid #FAFAFA;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -10px;
	background-color: #EEE;
	margin-left: -12px;
}

.footer-camera {
	width: 551px;
	height: 421px;
	background-image: url(img/camera.png);
	background-repeat: no-repeat;
	background-size: 551px 421px;
	position: absolute;
	left: -621px;
	top: 160px;
}

.footer-instagram {
	width: 160px;
	height: 240px;
	position: absolute;
	right: -320px;
	top: 120px;
	transform: rotate3d(0,0,1,-20deg);
}

.instagram-title {
	display: block;
	height: 37px;
	width: 230px;
	background-image: url(img/instagram.png);
	background-repeat: no-repeat;
	background-size: 230px 37px;
	margin-bottom: 40px;
	margin-left: 10px;
	transition: all 0.1s cubic-bezier(.55,0,.1,1);
}

.instagram-title:hover {
	opacity: 0.8;
	transform: rotate3d(0,0,1,-2deg);
}

.sbi_photo {
	opacity: 1 !important;
}

.sbi_item {
	box-shadow: 0px 0px 0px 8px #FFF, 0px 2px 4px 8px rgba(0,0,0,0.2);
	opacity: 1 !important;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.sbi_item:hover {
	box-shadow: 0px 0px 0px 8px #FFF, 0px 4px 12px 8px rgba(0,0,0,0.3);
	transform: translate(5px,-5px)
}

.sbi_item {
	position: relative;
}

.sbi_item:first-child {
	transform: rotate3d(0,0,1,15deg);
	z-index: 50;
}

.sbi_item:nth-child(2) {
	transform: rotate3d(0,0,1,30deg);
	z-index: 40;
	top: -60px;
}

.sbi_item:nth-child(3) {
	transform: rotate3d(0,0,1,45deg);
	z-index: 30;
	top: -120px;
}

.footer-message {
	background-color: #FFF;
	border-radius: 8px;
	width: 300px;
	margin: 0px auto;
	position: relative;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
	background-image: url(img/footer-wave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 300px 90px;
	padding-bottom: 90px;
}

.footer-message-logo {
	padding: 40px 0px;
}

.footer-hole {
	width: 52px;
	height: 30px;
	position: absolute;
	top: 22px;
	right: -8px;
	background-image: url(img/hole.png);
	background-size: 52px 30px;
	background-position: right top;
	background-repeat: no-repeat;
}

.footer-strap {
	width: 86px;
	height: 500px;
	background-image: url(img/strap.png);
	background-repeat: no-repeat;
	background-size: 86px 500px;
	position: absolute;
	top: 46px;
	right: -86px;
}

.footer-message-logo a {
	background-image: url(img/footer-logo.png);
	background-size: 64px 64px;
	background-repeat: no-repeat;
	display: block;
	margin: 0px auto;
	width: 64px;
	height: 64px;
	text-indent: -300em;
	overflow: hidden;
}

.footer-message p {
	width: 240px;
	margin: 0px auto;
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}

.footer-links {
	padding: 20px 60px;
}

.footer-links a {
	color: #999;
	display: block;
	padding-left: 48px;
	line-height: 42px;
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
	border-radius: 2px;
	box-shadow: 0px 0px 0px 1px transparent;
}

.footer-links a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 0px 1px #51B0B9;
	color: #51B0B9;
}

.footer-contact {
	background-image: url(img/footer-contact.png);
	background-repeat: no-repeat;
	background-size: 20px 16px;
	background-position: left 16px center;
}

.footer-about {
	background-image: url(img/footer-about.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left 16px center;
}

.footer-splitter {
	width: 240px;
	height: 2px;
	background-color: #F0F0F0;
	border-radius: 2px;
	margin: 0px auto;
	position: relative;
}

.footer-splitter:after {
	content: "";
	width: 12px;
	height: 12px;
	border: 6px solid #FFF;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -11px;
	background-color: #EEE;
	margin-left: -12px;
}

.footer-subscription {
	padding: 40px 0px;
	width: 180px;
	margin: 0px auto;
	height: 30px;
}

.header-subscription {
	padding: 40px 0px 0px 0px;
	width: 180px;
	margin: 0px auto;
	height: 30px;
}

.header-subscription-box {
	position: absolute;
	top: 160px;
	left: 0px;
	right: 0px;
	opacity: 0;
	transition: all 0.45s cubic-bezier(.55,0,.1,1);
	display: none;
}

.menu-active .header-subscription-box {
	top: 215px;
	opacity: 1;
}

.footer-subscription li a,
.header-subscription li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #CCC;
	border-radius: 2px;
	text-indent: -300em;
	overflow: hidden;
	float: left;
	margin: 0px 15px;
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
	box-shadow: 0px 0px 0px 0px #F0F0F0;
}

.footer-subscription li a:hover {
	box-shadow: 0px 0px 0px 8px #F0F0F0;
}

.footer-facebook a,
.header-facebook a {
	background-image: url(img/footer-f.png);
	background-size: 14px 26px;
	background-repeat: no-repeat;
	background-position: 12px 5px;
}

.footer-twitter a,
.header-twitter a {
	background-image: url(img/footer-tw.png);
	background-size: 19px 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-rss a,
.header-rss a {
	background-image: url(img/footer-rss.png);
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-facebook a:hover,
.header-subscription li.header-facebook a {
	background-color: #4968AD;
}

.footer-twitter a:hover,
.header-subscription li.header-twitter a {
	background-color: #49A0ED;
}

.footer-rss a:hover,
.header-subscription li.header-rss a {
	background-color: #F5A623;
}

.footer-copyright {
	padding-top: 120px;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	text-shadow: 0 1px 1px #FFF;
}

.footer-copyright a {
	color: #CCC;
}

.wp-pagenavi {
	text-align: center;
	padding-top: 60px;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi .current {
	font-weight: bold;
	color: #50ADB6;
}

.wp-pagenavi .current:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #50ADB6;
}

.wp-pagenavi .page {
	color: #CCC;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.wp-pagenavi .page:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -7px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #CCC;
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
	transform: scale3d(0.7,0.7,1);
}

.wp-pagenavi .page:hover:after {
	transform: scale3d(1,1,1);
	background-color: #50ADB6;
}

.wp-pagenavi .page:hover {
	color: #50ADB6;
	font-weight: bold;
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	border: none;
	position: relative;
	padding: 32px 0px 0px 0px;
	display: inline-block;
	width: 36px;
	height: 42px;
	margin: 0px;
	line-height: 42px;
	text-align: center;
}

.wp-pagenavi a.nextpostslink {
	background-image: url(img/next.png);
	background-size: 8px 12px;
}

.wp-pagenavi a.nextpostslink:hover {
	background-image: url(img/next_w.png);
}

.wp-pagenavi a.previouspostslink {
	background-image: url(img/prev.png);
	background-size: 8px 12px;
}

.wp-pagenavi a.previouspostslink:hover {
	background-image: url(img/prev_w.png);
}

.wp-pagenavi a.last {
	background-image: url(img/last.png);
	background-size: 12px 12px;
}

.wp-pagenavi a.last:hover {
	background-image: url(img/last_w.png);
}

.wp-pagenavi a.first {
	background-image: url(img/first.png);
	background-size: 12px 12px;
}

.wp-pagenavi a.first:hover {
	background-image: url(img/first_w.png);
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	border-color: transparent;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	top: -36px;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	box-shadow: 0px 0px 0px 0px transparent;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover {
	background-color: #50ADB6;
	border-color: transparent;
	box-shadow: 0px 0px 0px 4px #50ADB6;
}

.post-categories {
	text-align: center;
}

.post-categories a {
	color: #CCC;
	font-size: 14px;
	line-height: 56px;
}

.list-post-title {
	padding: 0px 30px;
}

.list-post-title a {
	display: block;
	color: #444;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4em;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

#entries li.post:hover .list-post-title a {
	color: #51B0B9;
}

.list-post-content {
	padding: 16px 30px;
	color: #999;
	font-size: 14px;
}

.list-post-content a {
	color: #999;
}

.list-post-date {
	text-align: center;
	color: #999;
	display: block;
	line-height: 56px;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%);
	padding-top: 28px;
}

.list-post-linker {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	display: block;
}

.author-page-profile {
	position: relative;
}

.author-page-profile .author-name {
	color: #FFF;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	font-size: 30px;
	line-height: 36px
}

.author-page-profile .author-profile {
	color: #FFF;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	padding-top: 0px;
	max-width: 90%;
}

.author-page-profile .author-links a {
	background-color: #adadad;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.author-page-profile .author-links a:hover {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	background-color: #CCC;
}

.contact-name input,
.contact-email input,
.contact-title input {
	border: 2px solid #F0F0F0;
	padding: 8px;
	border-radius: 4px;
	width: 320px;
	max-width: calc(100% - 16px);
	margin-bottom: 8px;
	outline: none;
	font-size: 16px;
	-webkit-appearance: none;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.contact-name input:focus,
.contact-email input:focus,
.contact-title input:focus,
.contact-form .contact-content textarea:focus {
	border: 2px solid #51B0B9;
}

.contact-name,
.contact-email,
.contact-title {
	clear: both;
	padding-bottom: 8px;
	text-align: right;
	line-height: 36px;
	max-width: 480px;
	margin: 0px auto;
}

.contact-form {
	padding-top: 30px;
}

.contact-form .contact-content textarea {
	border: 2px solid #F0F0F0;
	border-radius: 4px;
	width: 480px;
	max-width: calc(100% - 16px);
	height: 150px;
	padding: 8px;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	margin: 10px auto 20px auto;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.contact-content {
	margin: 0px auto;
	max-width: 480px;
	clear: both;
}

.contact-form .contact-send {
	width: calc(100% + 60px);
	margin: 0px -30px;
	clear: both;
}

.contact-send .g-recaptcha {
	width: 304px;
	margin: 0px auto 30px auto;
}

.contact-send input {
	width: 160px;
	font-size: 20px;
	margin: 0px auto;
	display: block;
	line-height: 42px;
	height: 42px;
	border-radius: 4px;
	background: #51B0B9;
	color: #FFF;
	border: none;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.contact-send input:hover{
	background: #999;
	cursor: pointer;
}

.contact-send input:active {
	margin-top: 1px;
	border-bottom: 1px solid #333;
}

.contact-send input[disabled] {
	color: #CCC;
	cursor:not-allowed;
}

.page-not-found-main-text {
	text-align: center;
}

.list-title {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 900px;
	margin: 0px auto;
	line-height: 1.4;
}

.list-ad-header {
	padding-top: 80px;
	height: 80px;
	background-color: #FFF;
}

.list-ad-header hr {
	border: none;
	display: block;
	width: 200px;
	background-color: #F0F0F0;
	border-radius: 2px;
	height: 4px;
	margin: 0px auto 0px auto;
}
.list-ad-banner {
	width: 300px;
	height: 250px;
	margin: 10px auto;
	background-color: #F0F0F0;
}

.list-ad-footer {
	text-align: center;
	color: #CCC;
	font-size: 12px;
	line-height: 42px;
}

.page-title {
	width: 900px;
	margin: 30px auto 10px auto;
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
	text-align: center;
}

.entry-main-content ul.timeline {
	width: 400px;
	margin: 60px auto;
	position: relative;
	padding-bottom: 10px;
	padding-left: 120px;
}

.timeline:before {
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 120px;
	width: 6px;
	height: 6px;
	z-index: 10;
}

.timeline:after {
	content: "";
	display: block;
	background-color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 120px;
	width: 0px;
	height: 0px;
	z-index: 10;
	border-left: 8px solid #ebebeb;
	border-bottom: 8px solid transparent;
	border-top: 8px solid #ebebeb;
	border-right: 8px solid transparent;
}

.tl-year {
	position: absolute;
	width: 100px;
	left: -121px;
	text-align: right;
	font-size: 18px;
	font-weight: 800;
	color: #999;
}

.tl-year:after {
	content: "";
	display: block;
	background-color: #51B0B9;
	border-radius: 7px;
	width: 14px;
	height: 14px;
	position: absolute;
	right: -26px;
	top: 5px;
	z-index: 20;
}

.entry-main-content ul.timeline li {
	background: none;
	padding: 0px;
	position: relative;
	border-left: 4px solid #ebebeb;
	padding-bottom: 56px;
	padding-left: 16px;
	font-size: 15px;
	color: #666;
}

.share-menu {
	position: fixed;
	top: 60px;
	right: -248px;
	width: 240px;
	background-color: #FAFAFA;
	border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	z-index: 1100;
	transition: all 0.3s cubic-bezier(0.680, -0.750, 0.265, 1.750);
	opacity: 0;
}

.share-menu img {
	width: 240px;
	height: auto;
	opacity: 0.7;
}

.share-menu-thumb {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	width: 240px;
	height: 120px;
	overflow: hidden;
	background-color: #000;
	position: relative;
}

.share-menu-thumb p {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 16px;
	overflow: hidden;
	color: #FFF;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	font-weight: bold;
}

.share-active .share-menu {
	right: 8px;
	opacity: 1;
}

.share-bg {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	transition: opacity 0.3s cubic-bezier(.55,0,.1,1);
	display: block;
	z-index: -1;
	opacity: 0;
}

.share-bg.active {
	opacity: 1;
}

.share-bg.active-z {
	z-index: 1050;
}

.share-m li a {
	display: block;
	line-height: 48px;
	padding-left: 48px;
	font-size: 14px;
	color: #666;
}

.share-m li {
	background-size: 48px 48px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #F0F0F0;
}

.share-m li:last-child {
	border-bottom: none;
}

.twm {background-image: url(img/share-twm.png)}
.fbm {background-image: url(img/share-fbm.png)}
.gpm {background-image: url(img/share-gpm.png)}
.hbm {background-image: url(img/share-hbm.png)}
.pkm {background-image: url(img/share-pkm.png)}
.lnm {background-image: url(img/share-lnm.png)}

.header-share-button {
	display: none;
	width: 45px;
	height: 45px;
	position: relative;
	border-radius: 4px;
	z-index: 1500;
	background-color: transparent;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.share-active .header-share-button {
	background-color: #FFF;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.share-1,
.share-2,
.share-3,
.share-4,
.share-5 {
	background-color: #8C99AA;
	position: absolute;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.share-1,
.share-2,
.share-3 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.share-1 {
	top: 20px;
	left: 14px;
}

.share-2 {
	top: 13px;
	left: 26px;
}

.share-3 {
	top: 27px;
	left: 26px;
}

.share-4,
.share-5 {
	width: 12px;
	height: 2px;
	border-radius: 2px;
}

.share-4 {
	top: 18px;
	left: 17px;
	transform: rotate3d(0,0,1,-30deg);
}

.share-5 {
	top: 25px;
	left: 16px;
	transform: rotate3d(0,0,1,30deg);
}

.share-active .share-1,
.share-active .share-2,
.share-active .share-3 {
	transform: scale3d(0,0,1);
	opacity: 0;
}

.share-active .share-2,
.share-active .share-3 {
	left: 15px;
}

.share-active .share-1 {
	left: 22px;
}

.share-active .share-4 {
	left: 16px;
	transform: rotate3d(0,0,1,-135deg);
	height: 3px;
}

.share-active .share-5 {
	transform: rotate3d(0,0,1,135deg);
	height: 3px;
}

.header-menu-toggle {
	display: none;
	position: absolute;
	bottom: 7px;
	right: 52px;
	width: 45px;
	height: 45px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.header-menu-toggle-button {
	display: block;
	width: 100%;
	height: 45px;
}

.menu-1,
.menu-2,
.menu-3 {
	height: 3px;
	border-radius: 4px;
	width: 20px;
	position: absolute;
	background-color: #8C99AA;
	left: 12px;
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
}

.menu-1 {top: 13px}
.menu-2 {top: 21px}
.menu-3 {top: 29px}

.scrolled .menu-1,
.scrolled .menu-2,
.scrolled .menu-3,
.menu-active .menu-1,
.menu-active .menu-2,
.menu-active .menu-3 {
	background-color: #CBD3DF;
}

.scrolled .menu-1,
.scrolled .menu-2,
.menu-active .menu-1,
.menu-active .menu-2 {
	height: 6px;
	width: 128px;
	top: 20px;
	left: 0px;
}

.scrolled .menu-3 {
	left: 61px;
	top: 23px;
	width: 6px;
	height: 6px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 2px;
	transform: rotate3d(0,0,1,45deg);
}

.menu-active .menu-3 {
	left: 61px;
	top: 17px;
	width: 6px;
	height: 6px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 2px;
	transform: rotate3d(0,0,1,45deg);
}

.single-page-ad {
	height: 250px;
	padding: 30px 0px;
	width: 100%;
	width: calc(100% + 60px);
	margin-left: calc(0px - 30px);
	margin-right: calc(0px - 30px);
}

.single-page-related {
	padding-bottom: 30px;
}

.ad-1 {
	width: 300px;
	height: 250px;
	margin: 0px auto;
}

.yyi-rinker-box {
	margin: 32px auto;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2), 0px 0px 0px 0px #51B0B9;
	max-width: 520px;
	border-radius: 3px;
}

.yyi-rinker-box::after {
  content: "";
  display: block;
  clear: both;
}

.single .entry-main-content ul.yyi-rinker-links {
	border: none;
}

.yyi-rinker-image a {
	background-color: #FFF;
	margin: 0px auto 8px auto;
	max-width: 320px;
	display: block;
	padding-top: 16px;
}

.yyi-rinker-image img {
	margin: 0px auto;
	display: block;
	height: auto;
	max-width: 100%;
}

.yyi-rinker-title {
	padding-bottom: 12px;
	border-bottom: 1px solid #F0F0F0;
}

.yyi-rinker-title a {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 12px 24px;
	display: block;
	line-height: 1.6em;
	text-align: center;
}

.yyi-rinker-title a:hover {
	text-decoration: none;
	color: #51B0B9;
}

.yyi-rinker-box .brand {
	display: none;
}

.single .entry-main-content ul.yyi-rinker-links {
	text-align: center;
	background-color: #FAFAFA;
	margin: 0px;
	padding: 24px;
}

.single .entry-main-content ul.yyi-rinker-links li::before {
	display: none;
}

.single .entry-main-content ul.yyi-rinker-links li {
	display: inline-block;
	padding: 0px 4px;
}

.single .entry-main-content ul.yyi-rinker-links li a {
	display: inline-block;
	color: #FFF;
	line-height: 42px;
	border-radius: 3px;
	padding: 0px 18px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	transition: all 0.2s ease-in-out;
}

.yyi-rinker-links a {
	background-color: #51B0B9;
}


.single .entry-main-content ul.yyi-rinker-links li a:hover {
	text-decoration: none;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

.amazonlink a {
	background-color: #f1c40f;
}

.rakutenlink a {
	background-color: #c0392b;	
}

.yahoolink a {
	background-color: #ED3037;
}

.yyi-rinker-info {
	clear: both;
}

.entry-header-img img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.single .entry-main-content ol,
.single .entry-main-content ul {
	border: 4px solid #F0F0F0;
	border-radius: 4px;
	padding: 20px 28px;
	font-size: 18px;
	margin: 8px 0px;
}

.single .entry-main-content ul li {
	background: none;
	position: relative;
	margin: 8px 0px;
	padding-left: 20px;
}

.single .entry-main-content ul li::before {
	content:"";
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #69AEB7;
}

.entry-main-content p {
	padding: 8px 0px;
}

@media only screen and (max-width : 1019px)  {
	.entry-main-content table {
		table-layout: fixed;
	}
	.entry-main-content table td {
		word-break : break-all;
	}
	.entry-main-content img.size-edge-to-edge {
		margin-bottom:1.5em;
	}
}

.timeline p {
	padding: 0px;
}

.entry table {
	margin-top: 30px;
}

.entry table th {overflow-x:hidden;}

.exit-links a[href*="galaxymobile.jp"] {
	background-color: #000;
}
.single .entry-main-content ul li ul {
	border: none;
	padding: 0px 0px 0px 0px;
}

.single .entry-main-content ul li ul li::before {
	background-color: #CCC;
}

.ez-toc-list {
	background-color: #FCFCFC;
}

.twitter-tweet {
	padding-top:12px;
}

.single-page-related {
	padding-bottom: 30px;
}

.entry-main-content .gallery img {
	border: none !important;
}

#ez-toc-container {
	margin: 16px -30px;
}

#ez-toc-container .ez-toc-list {
	border: none;
	border-radius: 0px;
	font-size: 16px;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	padding: 40px 54px;
}

#ez-toc-container .ez-toc-list li {
	font-size: 16px;
}

#ez-toc-container .ez-toc-list a {
	color: #555;
}

#ez-toc-container .ez-toc-list .ez-toc-heading-level-4 a {
	color: #777;
}
