@charset "UTF-8";

/*
Theme Name: Geekles
Description: Geekles.net PC版
*/

/*--------------------------------------------------------
1、全体構造
2、サイト全体の設定
3、ヘッダー
4、Topページ
5、アーカイブ
6、article
8、固定ページ
9、サイドカラム
10、フッター
11、プラグイン
--------------------------------------------------------*/

/*--------------------------------------------------------
1、全体構造
--------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0px; padding: 0px;}

html {
	overflow: auto;}

body {  overflow: hidden;
	position: relative;
	min-width: 1080px;}

body {
	color:#333;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','游ゴシック Medium',meiryo,sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.8;
	background: #F5F5F5;}

a img, img {
	border:none;}

a:link      {color:#0079ba; text-decoration:none; outline:none;}
a:visited {color:#0079ba; text-decoration:none;}
a:hover   {color:#00AFF0; text-decoration:none;}
a:active  {color:#ff8000; text-decoration:none;}

cite {
	font-size:11px;
	color:#AAA;}

cite a {
	color: #AAA !important;
	background: white !important;
	padding: 0 3px !important;}

blockquote, q {
	font-size: 0.9rem;
	border: 5px solid #DDD;
	border-radius: 10px;
	margin: 10px 20px;
	position: relative;}

blockquote p, q p {
	margin: 15px 0 !important;
	padding: 10px 50px !important;}

blockquote:before,
q:before {
	content:"“";
	font-size:550%;
	line-height:1em;
	font-style: italic;
	font-family: Century, "Times New Roman", Helvetica, Arial, "ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left: -10px;
	top:0;
	padding-left: 0;}

blockquote:after,
q:after {
	content:"”";
	font-size:550%;
	line-height:1rem;
	font-style: italic;
	font-family: Century, "Times New Roman", Helvetica, Arial, "ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	right:0;
	bottom:0;
	padding-right: 20px;}

/* facebook Page Plugin用 */
.fb-page blockquote {
	background: none;
	border: none;}

.fb-page blockquote:before {
	content:"";}

.fleft {
	float: left;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','游ゴシック Medium',meiryo,sans-serif;}

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

.clearfix:after {
    clear: both;}

/*IE6,7対策 （haslayout対策）*/
.clearfix {
    *zoom: 1;}

/* iPhone 5 */
@media screen and (max-device-width: 568px) {
	#s {
		width:130px !important;
		line-height: 12px !important;}
}

h1 {
	max-height: 999999px;}

/*--------------------------------------------------------
2、サイト全体の設定
--------------------------------------------------------*/	
#container {
	width: 1080px;
	margin: 20px auto 0;}

#content {
	width: 764px;
	float: left;}

#sidebar { 
	width: 300px;}

.inner {
	width: 1080px;
	margin:0 auto;
	position: relative;
	*zoom: 1;}

/* hx
---------------------------------------------------------*/
.type_article h1, .type_page h1 {
	color: #222;
	line-height: 1.7em;}

.type_page h2, #honbun h2{
	height: 1%;
	clear: both;
	color: #333;
	font-size: 28px;
	line-height: 40px;
	background: #F2F2F2;
	border-top: 2px solid #0075A9;
	border-bottom: 1px solid #E2E2E2;
	margin: 50px -16px 25px -16px;
	padding: 24px 16px;}

.type_page h3, #honbun h3 {
	height: 1%;
	clear: both;
	color: #333;
	font-size: 24px;
	line-height: 46px;
	background: none;
	margin: 20px 0;
	padding: 30px 10px 5px 5px;
	border-bottom: 3px double #0085C0;}

.type_page h4, #honbun h4 {
	height: 1%;
	clear: both;
	font-size: 20px;
	line-height: 40px;
	margin: 25px 0 0 0;
	padding: 2px 10px 2px 10px;
	border-left: 10px solid #0085C0;}

.type_page h5, #honbun h5 {
	height: 1%;
	clear: both;
	font-size: 16px;
	line-height: 28px;
	margin: 0 10px -7px;
	padding: 2px 10px 2px 10px;
	border-left: 6px double rgba(0, 133, 192, 0.5);}

.type_article h2, .type_article h3 {
	color: white;
	font-size: 19px;
	line-height: 35px;
	background: #444;
	margin: 20px 0;
	padding: 5px 15px;}


/* パンくずリスト 
--------------------------------------------------------*/
.single div#header,
.archive div#header	{
	margin-bottom: 2px;}

#breadcrumb {
	color: #666;
	margin: 0 0 15px 3px;
	display: inline-block;}

#breadcrumb a {
	color: #666;}

#breadcrumb ul {
	width:960px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}

#breadcrumb div, div#breadcrumb li {
	display: inline;
	font-size: 12px;
	list-style:none;
	padding-right: 2px;}

a.source-link {
        font-size: 0.9em;}

.source-link:before {
	content: " ";
	width: 13px;
	height: 14px;
	background-image: url(https://geekles.net/images/icon/chain.svg);
	background-size: 13px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;}

a.external:after,
a.external-link:after {
	content: " ";
	width: 14px;
	height: 14px;
	background-image: url(https://geekles.net/images/icon/external-link.svg);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 7px 5px;
	vertical-align: middle;}

#honbun .learn-more:after {
	background-image: url(https://geekles.net/images/icon/external-link_w.svg);}
/*--------------------------------------------------------
3、ヘッダー
--------------------------------------------------------*/	
#header {
	width: 100%;
	height: 110px;
	color: #F5F5F5;
	margin: 0 0 8px;
	background-color: #333;
	border-bottom: 5px solid #666;
	z-index: 100;
	position: relative;
	font-family: "Myriad Pro";}
	
#header h1#desc, p#desc {
	font-size: 0.75em; /* =12px */
	font-weight: normal;
	padding-left: 3px;
	margin-bottom: 12px;}

#header_logo {
	width:380px;
	padding: 5px 0;
	float:left}

.head_logo {
	display: block;
	margin-top: 17px;}

#header_icon {
	width: 124px;
	height: 35px;
	top: 70px;
	left: 950px;
	float: left;
	position: absolute;}

#header_icon a {
	display: inline-block;
	*display:inline;
	*zoom:1;
	margin-right:7px;}

#header_icon a:hover img {
	visibility: hidden;}

#header_icon a.header_rss:hover      { background: url("/images/icon/rss_a.png") no-repeat;}
#header_icon a.header_twitter:hover  { background: url("/images/icon/twitter_a.png") no-repeat;}
#header_icon a.header_facebook:hover { background: url("/images/icon/facebook_a.png") no-repeat;}


/*メニューバー
--------------------------------------------------------*/
#menu_bar {
	float: left;
	position: absolute;
	top: 57px;
	left: 290px;}

#menu_bar ul li {
	list-style-type:none;
	float:left;}

#menu_bar ul li a {
	width:100px;
	color: #F5F5F5;
	display:block;
	text-align:center;
	margin: 0 1px 0 0;
	font-size: 18px;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','游ゴシック Medium',meiryo,sans-serif;
	line-height: 53px;
	text-decoration:none;
	position: relative;
	border-radius: 3px 3px 0 0;
	border-bottom: 5px solid #999999;}

#menu_bar ul li a.gadget {  width: 100px;  border-color: #9575CD; }
#menu_bar ul li a.audio  {  width: 100px;  border-color: #26C6DA; }
#menu_bar ul li a.camera {  width: 90px;   border-color: #FFA726; }
#menu_bar ul li a.pc     {  width: 90px;   border-color: #66BB6A; }
#menu_bar ul li a.app    {  width: 90px;   border-color: #EC407A; }

#menu_bar ul li a:before {
	content: "";
	position: absolute;
	top: 14px;
	left: -1px;
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.2);}

#menu_bar ul li:first-child a:before {
	background: none;}

#menu_bar ul li a:hover {
	background-color: rgba(255, 255, 255, 0.2);}

/* 検索フォーム
--------------------------------------------------------*/
#searchform label {
	display: none}

#s {
	border: solid 1px #aaaaaa;
	border-radius: 2px;
        width: 150px;
	line-height: 20px;
	color: #666;
	background-color: #EBEBEB;
	margin: 3px 0 0 0;
	padding: 1px 0 1px 3px;
	-webkit-border-radius:0;
	-webkit-appearance:none;}

#s:hover, #s:focus {
	background-color: #eeeeee}

#searchsubmit {
	background-color: #666666;
	border-radius: 3px;
	color: #ffffff;
	border: solid 1px #aaaaaa;
	-webkit-border-radius:0;
	-webkit-appearance:none;}

#searchsubmit:hover {
	background-color: #aaaaaa}

/* 検索結果
--------------------------------------------------------*/
.search p.title	{
	width: auto;
	background: #333333;
	color: #fff;
	padding: 10px;
	font-size: 1.25em}

.search-no-results p.title {
	text-align: left;
	margin-bottom: 50px}

/* カード
--------------------------------------------------------*/
.card-excerpt {
	/* box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); */
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	background: #fff;
	height: 100%;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	border-radius: 2px;}

/* ボタン
--------------------------------------------------------*/
.material-button {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    background-color: #fff;
    color: #737373;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 36px;
    line-height: 34px;
    min-width: 40px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;}


/*--------------------------------------------------------
4、Topページ
--------------------------------------------------------*/
.top-title {
	height: 48px;
	font-size: 18px;
	line-height: 48px;}

.top-box {
	margin: 0 0 20px;}

.channel div.arc-box__middle:nth-child(even) { 
	margin-left: 20px; }


/* 一覧ページ記事表示（共通）
--------------------------------------------------------*/
.arc-thum {
	/* border-bottom: 1px solid rgba(0,0,0,0.1);*/}

.arc-meta {
	color: #757575;
	border-top: 1px solid rgba(0,0,0,0.1);}

.arc-meta img {
	border: 1px solid #EEE;
	border-radius: 50%;
	display: inline-block !important;
	vertical-align: middle;}

.arc-thum img {
	width: 100%;
	height: 100%;
	margin: 0 auto;}

.arc-box h3 a, .arc-box h4 a {
	color: #333;}

.arc-box h3 a:hover, .arc-box h4 a:hover {
	color: #00AFF0;
	text-decoration: none;}


/* 一覧ページ記事表示（大）
--------------------------------------------------------*/
.carousel {
	height: 580px;
	margin-bottom: 30px;
	overflow: hidden;}

.arc-box__big {
	width: 764px;
	height: 580px;}

.arc-box__big .arc-thum {
	width: 764px;
	height: 430px;}

.arc-box__big .arc-thum img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;}

.arc-box__big h3 {
	height: 75px;
    	padding: 10px 20px 10px;
	font-size: 23px;
	line-height: 39px;
	overflow: hidden;}

.arc-box__big .arc-meta {
	padding: 8px 20px 0 20px;}

.arc-box__big .arc-meta span {
	font-size: 13px;
	margin-left: 5px;
	vertical-align: bottom;}

.arc-box-wrapper {
	position: relative;}

.arc-box-wrapper .arc-box-label {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 100;
	padding: 4px 8px;
	color: #FFF;
	font-weight: bold;}

.arc-box-wrapper span.newest { background: #FF3;    color: #333 !important;}
.arc-box-wrapper span.pickup { background: #FFC107; color: #333 !important;}
.arc-box-wrapper span.gadget, .kanren .gadget { background: #673AB7; }
.arc-box-wrapper span.audio , .kanren .audio  { background: #00BCD4; }
.arc-box-wrapper span.app   , .kanren .app    { background: #E91E63; }
.arc-box-wrapper span.camera, .kanren .camera { background: #FF9800; }
.arc-box-wrapper span.pc    , .kanren .pc     { background: #4CAF50; }


/* slick用css */
.slick-prev, .slick-next {
	width: 70px !important;
	height: 70px !important;
	top: 35% !important;
	z-index: 100;
	background-image: url('https://geekles.net/images/uploads/2016/07/2016-07-07_02-33-59.png') !important;
	background-repeat: no-repeat !important;
	overflow: hidden;
	padding-top: 70px !important;}

.slick-prev {
	left: 0px !important;
	background-position: 0px -80px !important;}

.slick-next {
	right: 0px !important;
	background-position: 0px 10px !important;}

div:focus {
	outline: none;}


/* 一覧ページ記事表示（標準）
--------------------------------------------------------*/
.arc-box__standard {
	width: 764px;
	height: 212px;
	margin: 0 0 25px;}

.arc-box__standard h3 {
	height: 85px;
	padding: 13px 20px;
	font-size: 18px;
	line-height: 33px;
	color: #333;
	overflow: hidden;}

.arc-box__standard .arc-thum {
	width: 255px;
	height: 212px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;}

.arc-box__standard .arc-thum img {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;}

.arc-box__standard .tumb_right {
	width: 509px;
	display: table-cell;}

.arc-box__standard .tumb_right p {
	height: 46px;
	font-size: 12px;
	line-height: 20px;
	color: #616161;
	padding: 10px 20px 8px;
	overflow: hidden;}

.arc-box__standard .arc-meta {
	padding: 3px 10px 0px 10px;}

.arc-box__standard .arc-meta span {
	font-size: 12px;
	vertical-align: bottom;}

.arc-box__standard .arc-meta .arc-meta__inner {
	float: right;}

.col-list .gadget { border-color: rgba(103, 58, 183, 0.7); }
.col-list .app    { border-color: rgba(233, 30, 99, 0.7); }
.col-list .audio  { border-color: rgba(0, 188, 212, 0.7); }
.col-list .camera { border-color: rgba(255, 152, 0, 0.7); }
.col-list .pc     { border-color: rgba(76, 175, 80, 0.7); }


/* サイドバーの記事（小）
-----------------------------------------------------*/
.arc-box__small {
	margin-bottom: 16px;}

.arc-box__small .arc-thum {
	width: 300px;
	height: 168px;}

.arc-box__small .arc-thum img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;}

.arc-box__small h4 {
	height: 72px;
 	font-size: 14px;
 	line-height: 26px;
	color: rgba(255,255,255,0.9);
	padding: 10px;
 	overflow: hidden;}

.sideblock-post__recently .gadget,  .sideblock-post__popular .gadget, .sideblock-post__category .gadget { background-color: #7E57C2; }
.sideblock-post__recently .app,     .sideblock-post__popular .app,    .sideblock-post__category .app    { background-color: #EC407A; }
.sideblock-post__recently .audio,   .sideblock-post__popular .audio,  .sideblock-post__category .audio  { background-color: #26C6DA; }
.sideblock-post__recently .camera,  .sideblock-post__popular .camera, .sideblock-post__category .camera { background-color: #FFA726; }
.sideblock-post__recently .pc,      .sideblock-post__popular .pc,     .sideblock-post__category .pc     { background-color: #66BB6A; }


/*--------------------------------------------------------
5、アーカイブ
--------------------------------------------------------*/

/* 共通
--------------------------------------------------------*/
.archive_page h1 {
	padding: 16px 8px 16px 0;
	font-size: 28px;}

.archive_middle_ad {
	padding:0 30px 0 20px;
	width:300px;
	height:250px;
	display: inline-block;}

/* カテゴリートップページ
--------------------------------------------------------*/
.cat-top-title {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px 10px;
	border-bottom: 4px solid #333;}


/* 作成者テンプレート author.php 
--------------------------------------------------------*/
.archive_page .author-link a {
	color: rgba(0,0,0,0.6);}

.archive_page .author-link svg {
	width: 26px;
	height: 26px;
	margin-left: 10px;}


/* ページャー
--------------------------------------------------------*/
.pager {
	text-align: center;
	margin: 10px 0 20px 0;}

.pager .current {
	color: #FFF;
	background: #B8B8B8;}

.page-numbers {
	padding: 10px 10px 10px 10px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-left: -1px;}

.pager a:link, .pager a:visited {
	color: #555;}


/*--------------------------------------------------------
6、投稿ページ
--------------------------------------------------------*/


/* 個別ページ共通
--------------------------------------------------------*/
#single_post {
	margin-bottom: 8px;
	padding: 15px 16px;
	background: #fff;
	border-radius: 3px;}

#single_post .title-box {
	min-height: 112px;
	display: table;
	margin: 24px 8px;}

.entry-top-img img {
	margin-left: -16px;
	margin-top: -15px;
	width: 764px;
}

#honbun p {
	margin:20px 0;
	padding: 0 5px;
	clear: both;
	max-height: 100%;}

#honbun strong {
	margin: 0 3px;}

#honbun img {
	max-width: 100%;
	margin-top: 32px;
	margin-bottom: 16px;}

#honbun p img + br {
	display: none;}

#honbun ul, #honbun ol {
	/* background: rgba(0, 117, 169, 0.05); */
	padding-left: 40px;}

#honbun li {
	margin: 8px 0;
	padding: 0;}

#honbun table {
	margin-top: 10px;}

/* 記事内の画像
--------------------------------------------------------*/
.article_post #honbun img {
	border: 1px #BBB solid;}

div[id^="attachment"] + br {
	display: none;}

/*アフィリエイトビーコン用*/
#honbun img[width="1"], #honbun img[height="1"] {
	display:none;
	border: 0;}

p a[rel^="attachment"]:nth-child(odd) {
	float: left;}

p a[rel^="attachment"]:nth-child(even) {
	float: right;}

.article_post #honbun a[rel^="attachment"] img {
    width: calc(100% - 4px);
	height: auto;
    border: 2px #00aff0 solid !important;}

.article_post #honbun p > a[rel^="attachment"] .size-large {
    width: auto;}

.article_post #honbun a[rel^="attachment"] img.aligncenter {
	margin-left: 18px !important;}

.article_post #honbun a[rel^="attachment"] {
	display: block;
	position: relative;}

.article_post #honbun a[rel^="attachment"]:after {
	content: " ";
	position: absolute;
	right: 0;
    bottom: 16px;
  	height: 35px;
 	width: 35px;
 	background: #00aff0;
 	background-image: url(https://geekles.net/images/icon/zoom-in.svg);
 	background-size: 25px 35px;
 	background-repeat: no-repeat;
 	background-position: 5px 0;
 	display: block;
 	vertical-align: middle;
 	padding: 0;}

/*caption center */
.article_post #honbun .wp-caption a[rel^="attachment"]:after {
    right: 0;
    bottom: 0;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft {
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	max-width: 47%;
	height:auto;}

.alignright {
	float: right;
	margin-left: 3px;
	margin-bottom: 10px;
	max-width: 47%;
	height:auto;}


/* タイトル下ソーシャルボタン
---------------------------------------------*/
.entry-share_title {
	margin-top: 16px;
	margin-bottom: 40px;
}
.entry-share_title ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	text-align: center;
	margin: 0;
	padding: 0;
	border-spacing: 4px;}

.entry-share_title ul li {
	min-width: 82px;
	height: 28px;
	display: table-cell;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;}

.entry-share_title li a {
	color: #fff;
	display: block;
	padding: 4px 0;}

.entry-share_title li a svg {
	fill: #fff;
	position: relative;
	width: 20px;
	height: 20px;
	vertical-align: middle;}

.entry-share_title .twitter  { background: #55acee; }
.entry-share_title .facebook { background: #3d5b98; }
.entry-share_title .pocket   { background: #e5364e; }
.entry-share_title .hatebu   { background: #008fde; }


/* ポストメタ情報（日付、タグ）
--------------------------------------------------------*/
.post-meta,
.post-meta a {
	color: #666;
	font-size: 0.8rem;
	text-align: right;
	margin-top: 24px;}

.post-meta a {
	text-decoration: underline;}

.post-meta svg {
	fill: #666;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 14px;
	height: 13px;
	margin-right: 5px;}

.fb_iframe_widget span { /* デフォルトのスタイルだと下にずれる為 */
	vertical-align: bottom!important;}


/* 記事内css
--------------------------------------------------------*/
.wp-caption {
	margin: 20px auto;
	padding: 2px 2px 0;
	text-align: center;
	background-color: #EEEEEE;
	overflow: hidden;}
    
.wp-caption img {
	width: 100%;
	height: auto;
	margin: 0 !important;
	border: none !important;}
	
.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 18px !important;
	margin: 10px 0 !important;}

.comment_box { 
	font-weight:normal;
	line-height:1.5;
	padding:10px;
	border: #006CB5 1px dashed;
	background-color: #DEF;
	margin:15px 5px;}

.postscript {
	font-size: 13px;
	border: 1px dotted #CCC;
	padding: 10px;
	margin: 10px 0;}

.postscript strong{
	font-size: 16px;}

.twitter-tweet {
	margin: 20px auto !important;}

.youtube-container {
	margin: 20px auto;}

#honbun .learn-more {
	color: #FFF;
	font-weight: bold;
	background: #FF8A00;
	display: inline-block;
	margin: 10px 0;
	padding: 8px 20px;}

a.learn-more:after {
	color: #FFF;}

a.learn-more + img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	display: none !important;}

/* 記事内amazon
--------------------------------------------------*/
.aff-box {
	position: relative;
	height: 180px;
	border: 1px solid #DDD;
	margin: 10px;
	padding: 15px 15px 0;}

.aff-box p {
	margin: 0 !important;
	padding: 0 !important;}

.aff-img {
	width: 170px;
	float: left;}

.aff-img img{
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 160px;
	max-height: 160px;
	margin: auto !important;
	border: none !important;
	display: block !important;}

.aff-detail {
	width: 480px;
	position: absolute;
	float: left;
	margin-left: 185px;
	padding-top: 5px;}

.aff-name {
	height: 60px;
	overflow: hidden;
	color: #0066c0;
	font-size: 15px;
	font-weight: bold;}

.aff-info {
	font-size: 15px;
	margin: 0 !important;
	border-bottom: 1px solid #ccc;}

.aff-price {
	color: #b12704 !important;
	font-weight: bold;}

.aff-date {
	color: #888;
	font-size: 80%;
	font-style: italic;
	margin-left: 15px;}

.aff-date:before {
	content:"as of ";}

.aff-link a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.aff-link a:hover{
	background-color:#FFF;
   	filter:alpha(opacity=50);
    	-moz-opacity: 0.5;
	opacity: 0.5;}

.aff-btn span{
	display: block;
	text-align: center;
	border-bottom: 3px solid;
	border-radius: 3px;
	margin: 15px 0 !important;
	padding: 10px 30px !important;}

.aff-btn .amazon:after {
	display:inline-block;
	vertical-align:middle;
	font-weight: bold;
	padding-left:10px;}

/* Amazon */
.aff-btn .amazon { color: #333; background: #FFAE32; border-color: #CF6919;}
.aff-btn .amazon:after { content:'Amazonでチェック';}
.aff-btn .amazon:before { 
	content: " ";
	width: 18px;
  	height: 18px;
   	background-image: url(https://geekles.net/images/icon/amazon.svg);
  	background-size: 18px 18px;
 	background-repeat: no-repeat;
 	display: inline-block;
 	vertical-align: middle;}

/* GearBest */
.aff-btn .gearbest { color: #FFF; background: #333; border-color: #000;}
.aff-btn .gearbest:after { content:'GearBestでチェック';}



/* 内部リンクショートコード
---------------------------------------------*/
.blog-card{
	padding:12px 12px 0 12px;
	margin: 18px;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:5px;
	display: inline-block;}
 
.blog-card-thumbnail{
	float:left;
	margin: 0 10px 10px 0;}

.blog-card-thumbnail img{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;}
 
.blog-card-content{
	line-height: 1.6;}

.blog-card-title{
	margin-bottom:15px;}
 
.blog-card-title a{
	font-weight:bold;
	color:#222;
	text-decoration: none;}
 
.blog-card-title a:hover{
	text-decoration: underline;}
 
.blog-card-excerpt{
	color:#333;
	font-size: 75%;}
 
.blog-card-footer{
	padding: 5px 0;
	border-top:1px solid #ddd;
	border-top-width: 90%;}

.blog-card-date{
	color:#333;
	font-size:75%;}


/* アプリ記事
---------------------------------------------------------*/
.app_box {
	height: 110px;
	padding: 10px;
	background: #F2F2F2;
	border: solid 2px #DDD;
	margin: 20px 0 0 0;}

.app_box img {
	border:none;}

.app_box_text{
	height: 20px;
	width: 500px;
	font-size:16px;
	line-height: 22px;
	margin: 0 0 5px 15px;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;}

/* インタビュー記事
--------------------------------------------------------*/
.interview-speech {
     width: 100%;
     overflow: hidden;
     margin-top: 8%;}

.interview-balloon {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    font-size: 0.95em;
    padding: 3% !important;
    margin: 0 !important;
    clear: none !important;}

.interviewer .interview-balloon {
    width: 88%;
    float: right;
    margin: 0 8px 0 0 !important;
    font-weight: bold;}

.interviewee .interview-balloon {
    width: 78%;
    float: left;
    margin: 0 0 0 8px !important;}

.interview-balloon:after,
.interview-balloon:before {
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;}

.interviewer .interview-balloon:after,
.interviewer .interview-balloon:before {
     left: 100%;}

.interviewee .interview-balloon:after,
.interviewee .interview-balloon:before {
    right: 100%;}

.interview-balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;}

.interviewee .interview-balloon:after {
    border-right-color: #fff;}

.interviewer .interview-balloon:after {
    border-left-color: #fff;}

.interview-balloon:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;}

.interviewee .interview-balloon:before{
    border-right-color: #c8c8c8;}

.interviewer .interview-balloon:before {
    border-left-color: #c8c8c8;}

.interview-icon {
    width: 84px;
    height: 84px;
    border: none !important;
    border-radius: 50%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #EEE;
    background-image: url(https://geekles.net/images/icon/space.gif);
    background-size: 84px;
    background-repeat: no-repeat;}

.interviewer .interview-icon {
     float: right;
     margin-left: 8px !important;}

.interviewee .interview-icon {
     float: left;
     margin-right: 8px !important;}

.interview-icon img {
     width: 100%;
     max-width: 84px;
     max-height: 84px;
     border: none !important;
     border-radius: 50%;
     margin: 0 !important;
     padding: 0 !important;}

.interview-balloon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 16px !important;}

.interview-speech + p img,
.interview-speech + .wp-caption,
.interview-speech + .twitter-tweet {
	/*margin-top: -30px !important;
	margin-bottom: 60px !important;*/}

/* 投稿本文下
--------------------------------------------------------*/
.post_under {
	width: 100%;
	clear: both;
	margin-top: 30px;}

#post_under_ad {
	width:336px;
	height: 295px;
	float:left;}

#post_under_left {
	width: 336px;
	height: 280px;
	padding: 5px 10px;
	float: left;}

#post_under_right {
	width: 336px;
	height: 280px;
	padding: 5px 10px;
	float: right;}

.post_under h4 {
	margin: 0 0 10px 15px;
	padding: 5px 0;
	border-bottom: 1px dashed #E5E5E5;}

/* 投稿者ボックス
---------------------------------------------*/
.author-box {
	font-size: 14px;
	border: solid 1px #DEDEDE;
	padding: 16px 12px;
	margin-top: 20px;}

.author-icon, .author-info  {
	float: left;}

.author-icon img {
	border: 2px solid #EEE;
	border-radius: 50%;}

.author-info {
	width: 600px;
	padding-left: 20px;}

.author-desc {
	margin-top: 14px;}

.author-link {
    text-align: right;}

.author-posts h2, .new-posts h3, .attract-posts h3, .gadget-posts h3 {
	color: #333;
	font-size: 19px;
	line-height: 32px;
	margin: 16px 0 8px 0;
	padding: 0;
	background: none;}

div.under_cat-tag {
	border-top: 1px solid #CCC;
	font-size: 12px;
	padding: 0 0 6px 0;
	clear:both}

.under_author span img{
	padding:0 !important;
	margin:0 !important;}


/* 関連記事
---------------------------------------------*/
.osusume-posts li,
.cptr-posts li,
.kanren li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: normal;
	list-style: none;
	margin-bottom: 10px;}

.osusume-posts li:hover,
.cptr-posts li:hover,
.kanren li:hover {
	background: #f2f2f2;}

.kanren li {
	width: 170px;
	height: 196px;
	float: left;
	margin-right: 16px;}

.kanren .recom-post-author li {
	margin-right: 7px;}

.kanren li:nth-child(4n) {
	margin-right: 0 !important;}

.kanren li a img {
	width: 170px;
 	border: none;}

.kanren .arc-box-label {
	width: 72px;
	position: absolute;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	top: 0;
	right: 0;
	z-index: 100;
	padding: 1px 0;}

.kanren h4 {
	display: block;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	padding: 8px !important;
	margin: 0 !important;
	border: none !important;}

.osusume-posts li a,
.cptr-posts li a {
	width: 100%;
	height: 95px;
	display: block;}

.osusume-posts li a h4,
.cptr-posts li a h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
	color: #333;
	word-break: break-word;
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);}

.osusume-posts li img,
.cptr-posts li img {
	float: left;
	margin-right: 10px;
	border: none;
	border-right: 1px solid #f2f2f2;}

.cptr-posts {
	margin: 20px 0;}

/* 関連記事
--------------------------------------------------------*/
.related {
	border: solid 1px #aaaaaa;
	margin-top: 20px}

.related p {
	color: #ffffff;
	background-color: #a7d043;
	margin: 0;
	padding-left: 10px}

.related ol {
	font-size: 0.75em}

/* 記事下ソーシャルボタン
---------------------------------------------*/
.sns-btn_share ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    text-align: center;
    margin: 0;
    padding: 0;
    border-spacing: 4px;}

.sns-btn_share ul li {
	display: table-cell;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;}

.sns-btn_share li a {
	color: #fff;
	display: block;
	padding: 4px 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}

.sns-btn_share li a svg {
	fill: #fff;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}

.sns-btn_share .twitter  a { background: #55acee; }
.sns-btn_share .facebook a { background: #3d5b98; }
.sns-btn_share .gplus    a { background: #dd4b39; }
.sns-btn_share .pocket   a { background: #d3505a; }
.sns-btn_share .hatebu   a { background: #008fde; }

.sns-btn_share li a:hover { background: #FFF; }
.sns-btn_share .twitter  a:hover { color: #55acee; }
.sns-btn_share .facebook a:hover { color: #3d5b98; }
.sns-btn_share .gplus    a:hover { color: #dd4b39; }
.sns-btn_share .pocket   a:hover { color: #d3505a; }
.sns-btn_share .hatebu   a:hover { color: #008fde; }
.sns-btn_share .twitter  a:hover svg { fill: #55acee; }
.sns-btn_share .facebook a:hover svg { fill: #3d5b98; }
.sns-btn_share .gplus    a:hover svg { fill: #dd4b39; }
.sns-btn_share .pocket   a:hover svg { fill: #d3505a; }
.sns-btn_share .hatebu   a:hover svg { fill: #008fde; }

div.under_cat-tag {
	border-top: 1px solid #CCC;
	font-size: 12px;
	padding: 0 0 6px 0;
	clear:both}

.under_author span img{
	padding:0 !important;
	margin:0 !important;}

/* 投稿ページ下、ファンBOX
----------------------------------------*/
.sns-btn_follow ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-spacing: 6px;}

.sns-btn_follow li {
	text-align: center;
	display: table-cell;
	margin: 0 0 2% 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;}

.sns-btn_follow li a {
	height: 58px;
	position: relative;
	color: #FFF;
	line-height: 50px;
	padding-top: 20px;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}

.sns-btn_follow li a svg {
	fill: #FFF;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left: -13px;}

.sns-btn_follow .facebook { background: #3A5A9A; }
.sns-btn_follow .twitter  { background: #0DB9F2; }
.sns-btn_follow .rss      { background: #FF9300; }
.sns-btn_follow .feedly   { background: #87C040; }

.sns-btn_follow li a:hover { background: #FFF; }
.sns-btn_follow .facebook a:hover { color: #3d5b98; }
.sns-btn_follow .twitter  a:hover { color: #55acee; }
.sns-btn_follow .rss      a:hover { color: #FF9300; }
.sns-btn_follow .feedly   a:hover { color: #87C040; }
.sns-btn_follow .facebook a:hover svg { fill: #3d5b98; }
.sns-btn_follow .twitter  a:hover svg { fill: #55acee; }
.sns-btn_follow .rss      a:hover svg { fill: #FF9300; }
.sns-btn_follow .feedly   a:hover svg { fill: #87C040; }

/* ページナビ（前の記事・次の記事）
---------------------------------------------------------*/
.neighboring {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;}

.neighboring > div {
	position: relative;
	width: 340px;
	height: 95px;
	margin: 5px 0;}

.neighboring .prev {
	float: left;}

.neighboring .next {
	float: right;}

.neighboring > div a {
	display: block;
	color: #333333;
	text-decoration: none;
	width: 286px;
	height: 75px;
	padding: 10px;
	overflow: hidden;}

.neighboring .prev a {
	padding-left: 44px;
	background: #FFF url("https://geekles.net/images/uploads/2016/07/2016-07-07_02-33-59.png");
	background-position: -4px -40px;
	background-repeat: no-repeat;
	background-size: 53px;}

.neighboring .next a {
	padding-right: 44px;
	background: #FFF url("https://geekles.net/images/uploads/2016/07/2016-07-07_02-33-59.png");
	background-position: 294px 28px;
	background-repeat: no-repeat;
	background-size: 53px;}

.neighboring > div p {
	width: 200px;
	height: 75px;
	font-size: 14px;
	line-height: 25px;
	overflow: hidden;}

.neighboring > div .image {
	position: relative;
	width: 75px;
	height: 75px;
	overflow: hidden;}

.neighboring > div .image img {
	position: absolute;
	top: 0;
	width: auto;
	height: 75px;}

.neighboring .prev p { float: right; }
.neighboring .prev .image { float: left; }
.neighboring .next p { float: left; }
.neighboring .next .image { float: right; }

/* タグページ
---------------------------------------------------------*/
div#description_tax {
	padding: 10px;
	margin-bottom: 5px;
	background: #FAFAFA;
	margin-top: -3px;
	border: 1px solid #ccc;
	font-size: 12px;
	line-height: 1.6;}

span#about_tax {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	border-bottom: 1px solid #BBB;}

div#title_under_tax {
	height: 20px !important;
	font-size: 0.95em;
	margin: 15px 0;
	padding-left: 4px;
	color: #999;}

/* スペック表
--------------------------------------------------------*/
#device_images {
	white-space: nowrap;
	box-shadow: 0 0 5px rgba(0,0,0,.10);
	margin: 0 auto;
	overflow-x: hidden;}

/*Smooth Div Scroll*/
#device_images {
	width:100%;
	height: 400px;
	position: relative;}
		
#device_images div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;}

table#spec_sheet, table.artcle_table {
	width:100%;
	border: solid 1px #BBB;
	border-collapse: collapse;
	margin: 0 auto;}

th.spec_head_big, .artcle_table tr.first_row th {
	padding: 1px 0 0 5px;
	color: #EEE;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	background-color: #3B5998;
	border: solid 1px #BBB;}

th.spec_head, .artcle_table th {
	width:105px;
	background-color: #F2F2F2;
	font-weight:normal;
	text-align:left;}

td.spec_value, .artcle_table td {
	width:210px;
	background-color: #FFFFFF;
	word-break: break-all;}

table#spec_sheet td, table#spec_sheet th.spec_head {
	padding:3px;
	color: #333333;
	font-size: 12px;
	border: solid 1px #BBB;
	line-height: 16px;}

.artcle_table td, .artcle_table th {
	padding:3px;
	color: #333333;
	font-size: 13px;
	border: solid 1px #BBB;
	line-height: 20px;}

td.spec_value div {
	border: solid 1px #000;
	width: 25px;
	height: 15px;
	display: inline-block;
	margin: 0 4px;}	

.notice {
	font-size: 0.75em;
	margin-bottom: 20px;}

/*--------------------------------------------------------
8、固定ページ
--------------------------------------------------------*/

/* お問い合わせ
--------------------------------------------------------*/
.wpcf7-form {
	padding: 20px;}

.wpcf7-form span.req {
	color: #aa0000;
	font-size: smaller}

.wpcf7-form input {
	width: 80%}

.wpcf7-form textarea {
	width: 100%}

.wpcf7-form p.submit {
	text-align: center}

.wpcf7-form .wpcf7-submit {
	width: 200px}

.wpcf7-not-valid-tip {
	display: inline-block;
	color: #a80d0d;
	background: #fce2e2;
	margin: 10px 0;
	padding: 10px 15px;}

.screen-reader-response {
	font-weight:bold;}

/*8、サイトマップ
--------------------------------------------------------*/
#sitemap_list li li {
	background: none !important;
	padding: 0 !important;
	list-style-type: disc !important}

/*--------------------------------------------------------
9、サイドカラム
--------------------------------------------------------*/
#sidebar {
	float: right;
	display: inline;}

#sidebar li {
	list-style-type: none;}

#sidebar .widget	{
	padding: 16px;
	margin-bottom: 10px;}

.sideblock {
	margin-bottom: 16px;}

.sideblock h3{
	font-size: 18px;
	margin-top: 8px;}


/* 特集バナー
-----------------------------------------------------*/
.special-banner-box a {
	display: block;
	margin-bottom: 8px;}

.special-banner-box a:last-child {
	margin-bottom: 0;}


/* カテゴリーリスト
-----------------------------------------------------*/
#side-category-list li {
	list-style: none;
	font-size: 13px;
	padding-top: 0 !important;}

#side-category-list li a {
	display: block;
	color: #333;
	border-top: 1px dotted #CCC;
	padding: 11px 10px 10px 16px;}

#side-category-list li a:hover {
	color: #0079ba;}

#side-category-list > ul > li:first-child > a {
	border-top: none;}

#side-category-list ul.children li a{
	font-size: 12px;
	padding-left: 40px;}

/* サイドバーフローティング
--------------------------------------------------*/
.floating-widget.floating {
	width: 300px;
	position: fixed;
	top: 0;}

.floating-widget.pinned-bottom {
	width: 300px;
	position: absolute;
	bottom: 0;
	_position: static;}

/*--------------------------------------------------------
10、フッター
--------------------------------------------------------*/
.site-follow {
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 15px 16px;}

.site-follow p {
	margin: 20px 0;
	padding: 0 5px;}

#footer {
	margin-top: 2px;
	padding: 3px 2px 0;
	font-size: 0.75em;
	text-align:center;
	background: #333;}

#footer, #footer a {
	color: #DDD;}

#footer ul{
	display: inline-block;
	text-align:center;}

#footer ul li{
	float: left;
	list-style: none;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #DDD;}

#footer ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;}


/* コメント
--------------------------------------------------------*/
.commentlist {
	list-style-type:none;}

.comment {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px 10px 0;
	font-size: 15px;
	line-height: 1.7;}

.children li.comment{
	padding-right: 0 !important;
	border-bottom: none !important;}

#comments .children li{
	list-style-type:none;
	margin-top: 30px;
	padding-left: 15px;}

.commentmetadata {
	font-size: 10pt;
	display: inline;}

.reply {
	float: right;
	display: inline;
	display: none;
	font-size: 15px;
	line-height: 25px;
	margin-right: 10px;
	padding: 0 3px;
	border: 1px solid #AAA;
	border-radius: 2px;}

.reply a:link {
	color: #999;}

.comment p {
	padding: 5px 0 5px 5px !important;}

.depth-2 {
	/*border: solid 1px #EEE;
	background: whiteSmoke;*/
	border-left: solid 8px #EEE;
	padding-left: 10px;
	padding-top: 10px;}

#respond {
	margin: 35px 5px;
	padding: 10px 20px 10px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
	border-radius: 2px;}

#reply-title {
	background: none;
	border: none;
	line-height: normal;
	padding: 0;}

.form-submit input {
	margin: 20px 0;
	background: rgba(158,158,158,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	border: none;
	border-radius: 2px;
	color: #000;
	position: relative;
	height: 36px;
	min-width: 64px;
	padding: 0 16px;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;}

textarea#comment,
input#author {
    font-size: 90%;
    padding: 30px 2px 2px;
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    font: inherit;
    border-bottom: 1px solid #DDD;}

/*コメントの色を変える*/
.comment_name {
	color: #093;}

li.bypostauthor span.comment_name {
	color: #5D029F !important;
	font-weight: bold !important;
	font-size: 1.1em !important;}

li.comment-author-admin span.comment_name {
	color: #C00 !important;}


/*--------------------------------------------------------
11、プラグイン
--------------------------------------------------------*/

/* Custom Post Types Relationships
--------------------------------------------------------*/
#cptr_related_posts li h4{
	display: inline;}

#cptr_related_posts .wp-post-image{
	display: block;}

/* Comment Rating Pro
--------------------------------------------------------*/
.ckrating_highly_rated {background-color:#EEF8E4 !important;}
.ckrating_poorly_rated {opacity:0.6;filter:alpha(opacity=60) !important;}
.ckrating_hotly_debated {background-color:#FFF0F5 !important;}
.CommentRating span[id*="-down"] { display: none;}
.CommentRating{
	float: right;
	display: inline;
	font-size: 15px;
	line-height: 25px;}

/* YARPP
---------------------------------------------------------*/
.related_entries_sp ol li {
	vertical-align: top;
	float: left;
	font-size: 11px;
	min-height: 146px;
	width: 170px;
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 6px;
	list-style-type: none;
	text-align: center;}

.related_entries_sp ol li:hover {
	background: #f2f2f2;}

.related_entries_sp ol li img {
	width: 129px;
	height: 100px;
	padding: 2px;
	background: #ffffff;
	border: #cccccc 1px solid;
	display:block;
	margin-left:auto;
	margin-right:auto;}

.clear{
  clear:both;}