/*
Theme Name: themesOG
Theme URI: http://sampression.com/themes/sampression-lite/
Author: Sampression
Author URI: http://www.sampression.com 
Description: The first theme for Sampression is clean, lightweight and fully responsive. Its not just another responsive theme - its a unique responsive theme with an attractive masonry blog layout. On the back-end it has a user friendly theme options panel which allows you to easily customize your blog’s header, menus, widgets, background color and image. Upfront its a retina ready, four-column, state-of-the-art blog that will help you reach out to your target audience and their various internet-enabled devices.

Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, orange, green, one-column, two-columns, responsive-layout, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, theme-options, threaded-comments, right-sidebar
Text Domain: sampression

This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Table of Content
==================================================
	#Import CSS
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Helper classes
	#Basic WordPress Classes
	#Buttons
	#Forms
	#table
	#Misc
	#Gallery
	-----------------------------------------------
	
	#Common Styles
	#Site Styles
	#Media Queries
	*/

/* #Import CSS
================================================== */
	/* @import url(skeleton.css);*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	pre{
		white-space:pre-line;
	}

/* #Basic Styles
================================================== */
	html { font-size: 62.5%; } 
	html, body { width:100%;  overflow-x:hidden; }
	body {
		background: #fff;
		font: 14px/24px 'NotoSansCJKjp',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font: 1.4rem/2.4rem 'NotoSansCJKjp',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 14px; font-size: 1.4rem;
		color: #333;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%
 }
 
/* Highlight Color */
	::-moz-selection{ background: #F60; color:#fff; text-shadow: none; }
	::selection { background:#F60; color:#fff; text-shadow: none; }
/* Device onclick */	
	/* a:link { -webkit-tap-highlight-color: #F60; }*/



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, #comment-header {
		font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		line-height:1.23;
		margin-bottom:10px; margin-bottom:1.0rem;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; font-size:2.8rem; margin-bottom: 16px; margin-bottom:1.6rem; font-weight:normal; }
	h2 { font-size: 22px; font-size:2.2rem; margin-bottom: 10px; margin-bottom:1.0rem; }
	h3 { font-size: 18px; font-size: 1.8rem; margin-bottom: 8px; margin-bottom: 0.8rem; }
	h4 { font-size: 18px; font-size: 1.8rem; margin-bottom: 8px; margin-bottom: 0.8rem; }
	h5 { font-size: 18px; font-size:1.8rem; }
	h6 { font-size: 10px; font-size:1.0rem; }
	h3 a { font-size: 16px; font-size: 1.6rem; margin-bottom: 8px; margin-bottom: 0.8rem; }
	.subheader { color: #777; }
	h5>span {background: linear-gradient(transparent 0%, transparent 50%, #FFD9D7 50%, #FFD9D7 100%); padding: 5px;}

	p { margin: 0 0 20px 0; margin: 0 0 2.0rem 0; }
	p.lead { font-size: 21px; font-size:2.1rem; line-height: 27px; line-height:2.7rem; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%;}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 18px; font-size:1.8rem; line-height: 1.8; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; margin: 0 0 2.0rem; padding: 9px 20px 0 19px; padding: 0.9rem 2.0rem 0 1.9rem; border-left: 1px solid #ddd; border-left: 0.1rem solid #ddd;}
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

body.single .entry.clearfix h2 {
  position: relative;
  font-size: 20px;
  line-height: 1;
  margin:30px -30px 10px -30px;
  padding: 15px 5px 10px 20px;
  border-left: 10px solid #985B32;
}
body.single .entry.clearfix h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dashed #985B32;
}

body.single .entry.clearfix h3 {
  position: relative;
  color: #FF6600;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0 0 0;
  padding: 14px 5px 10px 10px;
}
body.single .entry.clearfix h3:before {
  content: "";
  position: absolute;
  background: #985B32;
  top: 0;
  left: -5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.single .entry.clearfix h3:after {
  content: "";
  position: absolute;
  background:#7F3300;
  top: 15px;
  left: -10px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

body.single .entry.clearfix h4 {
    position: relative;
    padding-left: 15px;
}

body.single .entry.clearfix h4:before {
    position: absolute;
    top: 5px;               /* 純Hらの位置 */
    left: 0px;              /* 左からの位置 */
    width: 10px;             /* 四角形の横幅 */
    height: 10px;            /* 四角形の縦幅 */
    background: #7F3300;
    font-size:  16px;
    content:"";           /* 空白可 */
}


/* #Links
================================================== */
	a:link, a:visited { color: #ff6533; text-decoration: none; outline: 0; }
	a:hover, a:focus { text-decoration: underline; color:#111; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol, dl { margin-bottom: 20px; margin-bottom: 2.0rem; margin-left: 24px; margin-left: 2.4rem; }
	ul { list-style: disc; }
	ul ul { list-style:circle; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 24px; margin-left: 2.4rem; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  margin: 0.4rem 0 0.5rem 3.0rem; font-size: 100%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; margin-bottom: 0.6rem; }
	li { line-height: 18px; line-height: 1.8rem; margin-bottom: 5px; margin-bottom: 0.5rem; }
	ul.large li { line-height: 21px; line-height: 2.1rem; }
	li p { line-height: 21px; line-height: 2.1rem; }
	dl dt {
		font-weight:bold;
		}
	dl dd {
		margin:0 0 10px 20px;
		margin:0 0 1.0rem 2.0rem;
		}
	form ul {
	    list-style-type: none;
	}


/* #Images/videos
================================================== */
	img {
		display: block;
		max-width: 100%;
		height:auto;
		 }
	embed, object {
		max-width:100%;
		max-height:100%;
		position:relative;
		}
	
/* #Helper classes
================================================== */
	.ir { display: block; text-indent: -999em; text-indent: -999rem;  overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
	.hidden { display: none; visibility: hidden; }
	.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(0.1rem 0.1rem 0.1rem 0.1rem); clip: rect(0.1rem 0.1rem 0.1rem 0.1rem); clip: rect(1px, 1px, 1px, 1px); }
	.invisible { visibility: hidden; }
	.col { display:inline; float:left;}
	.overflow-hidden { overflow:hidden; }

/* #Basic WordPress Classes
================================================== */
/* Aligns, prev next links */
	.alignnone{ padding-right:10px; padding-right:1.0rem; padding-top:5px; padding-top:0.5rem; padding-bottom:5px; padding-bottom:0.5rem; padding-left:10px; padding-left:1.0rem; }
	.alignleft {float:left;}
	.alignright {float:right;}
	.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
	.navigation, .comment-navigation {display: block;clear:both;}
	.navigation {	margin-top: 40px; padding-bottom: 70px; margin-top: 4.0rem; padding-bottom: 7.0rem;	}
	.comment-navigation {margin-top: 15px;	padding-bottom: 5px; margin-top: 1.5rem;	padding-bottom: 0.5rem;}		
	.navigation a, .comment-navigation a {}
	.navigation a:hover, .comment-navigation a:hover {}
	.attachment a { border:0}
	.navigation a img {border-radius:0; border:none}
	.navigation-image a {border:none}	

/* images */
	p img { padding: 0;}
	img.aligncenter { display: block; margin:5px auto; margin:0.5rem auto;   }
	img.alignright { padding: 4px; margin: 5px 5px 5px 20px; padding: 0.4rem; margin: 0.5rem 0.5rem 0.5rem 2.0rem; display: inline;}
	img.alignleft {	padding: 4px; padding:0.4rem; margin: 5px 20px 5px 5px; margin:0.5rem 2.0rem 0.5rem 0.5rem; display: inline; }
	.alignright { float: right; }
	.alignleft { float: left; }

/* Captions */
	.wp-caption {	max-width:100%; border: 1px solid #ddd; border: 0.1rem solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px; padding-top: 0.5rem;	margin:10px; margin:1.0rem;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px; border-radius: 0.3rem;}
	.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}
	.wp-caption p.wp-caption-text {	font-size: 12px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem;	padding: 4px 4px 5px 0;	padding: 0.4rem 0.4rem 0.5rem 0; margin: 0; color:#666; }
	.wp-caption.alignleft { margin:0 10px 5px 0;  margin:0 1.0rem 0.5rem 0; }
	.wp-caption.alignright { margin:0 0 5px 10px; margin:0 0 0.5rem 1.0rem; }

/* Various Tags & Classes */
	acronym, abbr, span.caps { cursor: help;}
	acronym, abbr {	border-bottom: 1px dashed #999; border-bottom: 0.1rem dashed #999;}
	blockquote { margin: 15px 30px 15px 10px; margin: 1.5rem 3.0rem 1.5rem 1.0rem; padding-left: 20px; padding-left: 2.0rem; border-left: 5px solid #ddd; border-left:0.5rem solid #ddd;}
	blockquote cite { margin: 5px 0 0; margin: 0.5rem 0 0; display: block;}
	.center { text-align: center;}
	.hidden { display: none;}	
	.screen-reader-text { position: absolute; left: -1000em; left: -1000rem;}
/* active classes for first,second and third level menus */
	#top-nav ul li.current_page_item > a{ color:#666;}
	#top-nav ul li.current_page_parent > a{ color:#666;}
	#top-nav ul li.current_page_parent ul li.current_page_item > a{ color:#666;}

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background-color: #000;
		border:none;
	  padding: 6px 12px 6px 25px; padding: 0.6rem 1.2rem 0.6rem;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px; border-radius: 0.3rem;
	  color: #ffffff;
	  display: inline-block;
	  text-decoration: none;
	  cursor: pointer;
	  font-size: 14px;
      font-size: 1.4rem;
	   }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background-color:#63857F;
		}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background-color:#FF6600;
		 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px;  margin-bottom: 2.0rem;}
	fieldset {
		margin-bottom: 20px; margin-bottom: 2.0rem; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #eee; border: 0.1rem solid #eee;
		padding: 6px 5px; padding: 0.6rem 0.5rem;
		outline: none;
		-moz-border-radius: 3px; -moz-border-radius: 0.3rem;
		-webkit-border-radius: 3px;
		border-radius: 3px; border-radius: 0.3rem;
		color: #777;
		margin: 0;
		width: 98%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px; margin-bottom: 2.0rem;
		background: #fff;
		font-size:13px; font-size:1.3rem;
		font-family: Arial, Helvetica, sans-serif;
		
		-webkit-appearance: none;
	 }
	select {
		padding: 0;
		margin:0;
		}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
 		color: #444;
		/*-moz-box-shadow:1px 1px 0 #A6BBB7;
		-webkit-box-shadow:1px 1px 0 #A6BBB7; 
 		box-shadow:1px 1px 0 #A6BBB7; box-shadow:0.1rem 0.1rem 0 #A6BBB7;*/
 		}
	textarea {
		min-height: 80px; min-height:8.0rem; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px; font-size: 1.3rem;  }
	label {
		display:inline-block;
		font-weight:normal;
		margin-bottom:5px; margin-bottom:0.5rem;
		}
	select {
		width: 220px; width: 22rem; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px; font-size: 1.3rem;
		color: #444; }
	.hidden {
	    display: none;
	    visibility: hidden;
	}
/* #Table
================================================== */
.table-wrap{
	overflow: auto;
	position: relative;
	}
.table-wrap:before {
    content: "この表は横方向にスクロールできます。";
}
.table-comp-wrap{
	overflow: auto;
	position: relative;
	}

table {
 	table-layout: fixed;
	width:100%;
	margin-bottom:20px; margin-bottom:2.0rem;
	}

.three-items {
	width:793px;
	}

.four-items {
	width:793px;
	}

.five-items {
	width:793px;
	}

.six-items {
	width:880px;
	}

.seven-items {
	width:1010px;
	}

.eight-items {
	width:1140px;
	}

.nine-items {
	width:1270px;
	}

.ten-items {
	width:1400px;
	}

.eleven-items {
	width:1530px;
	}

.twelve-items {
	width:1660px;
	}

.thirteen-items {
	width:1790px;
	}

.fourteen-items {
	width:1920px;
	}

.fifteen-items {
	width:2050px;
	}

.eighteen-items {
	width:2440px;
	}

.twenty-items {
	width:2700px;
	}

.twenty-two-items {
	width:2960px;
	}

.table-wrap th.heading{
	width: 100px;
}
table th {
	border:0;
	padding:5px;
	padding:0.5rem;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	line-height: 1.6rem;
	font-size: 80%;
	word-break: break-all;
	font-weight:bold;
	background-color: #F0F0F0;
	border:1px solid #FFFFFF;
	} 

table td {
	border:0;
	padding:5px;
	padding:0.5rem;
	text-align: left;
	vertical-align: middle;
	line-height: 16px;
	line-height: 1.6rem;
	font-size: 80%;
	word-break: break-all;
	border:1px solid #F0F0F0;
	} 

table.few {
	width:100%;
	}
table .alignnone{
	padding-left: 0;
	padding-right: 0;
}
table.th-fix th:first-of-type{
	width: 20%;
}

table td ul {
	margin-bottom:0;
	}

table th td ul li {
	line-height: 16px; line-height: 1.6rem;
	}

th.heading{
	/*width: 100px;*/
	text-align: center;
	}

td.score{
	text-align: start;
	}

td.list{
	vertical-align: top;
	}

td.yn{
	text-align: center;
	}

td.circle{
	text-align: center;
	}

td.title{
	text-align: center;
	}

td.nicemark{
	font-size: 120%;
	text-align: center;
	}

table.rakuten{
	float:left;
	width:320px;
	}

table td.rakuten{
	border:none;
	}

table.rakuten120{
	float:left;
	width:120px;
	}

p.rakutencr{clear:both;}

p.floatimg{
	float:left;
	width:300px;
	}
p.floatimg350{
	float:left;
	width:350px;
	}
p.floatimg240{
	float:left;
	width:240px;
	}

p.imgcr{clear:both;}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important;  margin-bottom: 1.0rem !important; }
	.add-bottom { margin-bottom: 20px !important;  margin-bottom: 2.0rem !important; }
	

/* #Gallery
==================================================
.gallery {
	margin:0 auto 18px; margin:0 auto 1.8rem;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px; width:15.5rem;
}

.gallery img {
	border:1px solid #ddd; border:0.1rem solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px; font-size:1.2rem;
	margin:0 0 12px; margin:0 0 1.2rem;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0; border:0.1rem solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto; margin:1.5rem auto;
	max-width:96%;
	padding:5px; padding:0.5rem;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}
 */

/* #Common Styles (Dynamic)
================================================== */
/*address, pre {
	margin-bottom:20px; margin-bottom:2.0rem;
	}
pre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px; font-size:1.4rem;
	margin-left:20px; margin-left:2.0rem;
	}
#site-title a {
	color:#FE6E41;
	}
article.post, .sm-top li a, .btn-top, .cancel-comment-reply a, .corner-stamp, .post-navigation .wp-pagenavi a, .post-navigation .wp-pagenavi span {
	-moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px; border-radius: 0.5rem;
	  }
	 
.search-form input.search-submit, #primary-nav ul.nav-listing li a span, .ico, .btn-top, select, #comments-header a, .commentlist span.pointer, #btn-nav-opt {
	background:url(images/sampression-css-sprite.png) no-repeat 0 0;
	}
	--*/
/*--
#page-not-found-message h2,
article.post .post-title,
article.post .post-title a,
#page-not-found-message h3 a {
	color:#FF6600;
	}
--*/
#comment-header h3,
#comments-title,
#comment-form-title,
#site-description,
.widget .widget-title,
#page-not-found-message h3,
#reply-title {
	color:#63837B;
	}
	
/* #Site Styles
================================================== */

body {
	background-color:#fff;
	}
/*
#header {
	padding:20px 0 20px 0; padding:2.0rem 0 2.0rem 0;
	border-bottom:1px dashed #C3DAD5; border-bottom:0.1rem dashed #C3DAD5;
	} */
#logo-area {
    margin-top: 10px;
}
a#logo-area:link {
	text-decoration:none;
        vertical-align: middle;
        display: inline-block;
	}
img.logo-img{
        float: left;
	display:inline;
	margin-right:10px;
	margin-right:1rem;
}
.logo-txt{
        vertical-align: middle;
        display: inline-block;
        }
#logo-wrapper .logo-txt  {
	overflow:hidden;
	float:left;
	}
#site-title {
	line-height:1;
	margin:10px 0 0 0; margin:1.0rem 0 0 0;
	font-weight:bold;
	text-transform:capitalize;
	}
#site-description {
	font-size:16px; font-size:1.6rem;
	font-weight:normal;
	line-height:1.2;
	margin:0;
	}
#content .bypostauthor {
}
#header .container .seven.columns {
        float: right;
        margin: 0 0 10px; 
        }
        
/* Top Nav
---------------------------------------------------------- */
/*#top-nav ul {
	margin:0 0 20px ; margin:0 0 2.0rem ;
	padding:0;
	list-style:none;
	text-align:right;
	}
#top-nav ul li {
	display:inline-block;
	position:relative;
	background: none;
	padding: 2px 0; padding:0.2rem 0;
    margin: 0 0 0 10px; margin: 0 0 0 1.0rem;
	}

#top-nav ul li:last-child {
    background: none repeat scroll 0 0 transparent;
	margin-right:0;
	padding-right:0;
}
#top-nav ul a:link, #top-nav ul a:visited {
	color:#8AB7AD;
	text-decoration:none;
	}
#top-nav ul li a:hover, #top-nav ul li.current-menu-item a, #top-nav ul li:hover > a, #top-nav ul li.current-menu-ancestor a, #top-nav ul li.current-menu-parent a, #top-nav ul li.sfHover li li a:hover {
	color:#666;
	} */

/* Second Level
---------------------------------------------------------- */
/* #top-nav ul ul {
	background-color:#fff;
	border:1px solid #d2dfdc; border:0.1rem solid #d2dfdc;
	border-bottom:none;
	position:absolute;
	left: -75px; left:-7.5rem;
	top:23px; top:2.3rem;
	z-index:5;
	display:none;
	width:120px; width:12.0rem;
	text-align:left; 
	border-radius: 4px; border-radius: 0.4rem;
    box-shadow: 0 0 6px #D0E2DD; box-shadow: 0 0 0.6rem #D0E2DD;
	}

#top-nav ul li:hover > ul {
	display:block;
	}
#top-nav ul ul:before {
	content:"arrow";
	position:absolute;
	z-index:3;
	text-indent:-9999em; text-indent:-9999rem;
	top:-8px; top:-0.8rem;
	left:82px; left:8.2rem;
	width:20px; width:2.0rem;
	height:12px; height:1.2rem;
	background:url('images/arrow_top.png') no-repeat;
	}
#top-nav ul ul li {
	background:none;
	display:block;
	margin:0;
	padding:0;
	}
#top-nav ul li li a, #top-nav ul li.current-menu-item li a, #top-nav ul li.current-menu-parent li a, #top-nav ul li.current-menu-ancestor li a, #top-nav ul li li.current-menu-item li a, #top-nav ul li li.current-menu-parent li a, /*3rd level*/
/* 
#top-nav ul li li.current-menu-parent li.current-menu-item a {
	background-color:#fff;
	color:#8AB7AD;
	zoom:1;
	height:auto;
	line-height:18px; line-height:1.8rem;
	padding:5px 10px; padding:0.5rem 1.0rem;
	font-weight:normal;
	font-size:12px; font-size:1.2rem;
	float:none;
	display:block;
	text-align:left;
}
#top-nav ul li li a, 
#top-nav ul li.current-menu-item li a, 
#top-nav ul li.current-menu-parent li a, 
#top-nav ul li.current-menu-ancestor li a, 
#top-nav ul li li.current-menu-item li a, 
#top-nav ul li li.current-menu-parent li a, 
#top-nav ul li li.current-menu-parent li.current-menu-item a,
#top-nav .sub-menu li a, 
#top-nav .sub-menu .sub-menu li a,
#top-nav .sub-menu li:last-child > .sub-menu li a,
#top-nav .sub-menu li:last-child > .sub-menu li:last-child > .sub-menu li a,
#top-nav .sub-menu li:last-child > .sub-menu li:last-child > .sub-menu li:last-child > .sub-menu li a{
	background:none;
	border-bottom:1px solid #d2dfdc; border-bottom:0.1rem solid #d2dfdc;
	color:#8AB7AD;
}
#top-nav ul li li:last-child a, 
#top-nav ul li.current-menu-item li:last-child a, 
#top-nav ul li.current-menu-parent li:last-child a, 
#top-nav ul li.current-menu-ancestor li:last-child a, 
#top-nav ul li li.current-menu-item li:last-child a, 
#top-nav ul li li.current-menu-parent li:last-child a, 
#top-nav ul li li.current-menu-parent li.current-menu-item:last-child a,
#top-nav .sub-menu li:last-child a,
#top-nav .sub-menu .sub-menu li:last-child a,
#top-nav .sub-menu li:last-child > .sub-menu li:last-child a{
	border-bottom:none;
}
#top-nav ul li li:last-child a:hover, 
#top-nav ul li.current-menu-item li:last-child a:hover, 
#top-nav ul li.current-menu-parent li:last-child a:hover, 
#top-nav ul li.current-menu-ancestor li:last-child a:hover, 
#top-nav ul li li.current-menu-item li:last-child a:hover, 
#top-nav ul li li.current-menu-parent li:last-child a:hover, 
#top-nav ul li li.current-menu-parent li.current-menu-item:last-child a:hover,
#top-nav .sub-menu .sub-menu li a:hover,
#top-nav .sub-menu li > .sub-menu li a:hover,
#top-nav .sub-menu li a:hover{
	color:#666;
}
-- */
/* Third Level
---------------------------------------------------------- */
/* #top-nav ul ul ul {
	top:0;
	left:inherit;
	 right: 127px; right: 12.7rem;
	
	}
#top-nav ul ul ul:before {
	background: url("images/arrow_left.png") no-repeat scroll 0 0 transparent;
    content: "arrow";
    height: 26px; height: 2.6rem;
    left: 118px;  left: 11.8rem; 
    position: absolute;
    text-indent: -9999em; text-indent: -9999rem;
    top: 6px; top: 0.6rem;
    width: 20px; width: 2.0rem;
    z-index: 3;
	}

#interaction-sec {
	float:right;
	text-align:center;
	}

#top-nav-mobile{ 
	display:none;
	overflow: hidden;
    padding: 10px 0 20px; padding: 1.0rem 0 2.0rem;
	}


#top-nav-mobile select{ 
	float: none;
	display: inline;
	}
 */	
/* Search Form
---------------------------------------------------------- */	
.search-form {
	margin:0 5px 0 0; margin:0 0.5rem 0 0;
	float:left;
	}
.ie8 .search-form, .ie6 .search-form{
	width:260px; width:26.0rem;
}
.ie8 .search-form{
	width:235px; width:23.5rem;
}

.search-form input, .sm-top a, #get-cats, select,#get-cat-ios {
 	display:block;
	float:left;
	position:relative;
	border:1px solid #D2DFDC; border:0.1rem solid #D2DFDC;
	margin:0;

	-moz-box-shadow:2px 2px 3px #D2DFDC;
	-webkit-box-shadow:2px 2px 3px #D2DFDC; 
	box-shadow:2px 2px 3px #D2DFDC; box-shadow:0.2rem 0.2rem 0.3rem #D2DFDC;
	}
.search-form input {
	-moz-border-radius: 0;
	  -webkit-border-radius: 0;
	  border-radius: 0;
	}
	
.search-form:hover input {
	border-color:#8AB7AD;
	}
.search-form:hover input.search-submit{
		border-color:#8AB7AD;
		
	}
.search-form input.search-field {
	border-right:none;
	width:190px; width:19.0rem;
	padding-left:10px; padding-left:1.0rem;
	height:16px; height:1.6rem;
	z-index:0;

    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	border-top-left-radius:5px; border-top-left-radius:0.5rem;
	
      -moz-border-radius-bottomleft:5px;
      -webkit-border-bottom-left-radius:5px;
	  	 border-bottom-left-radius:5px; border-bottom-left-radius:0.5rem;
	}
.search-form input.search-field:focus{
    box-shadow:0.2rem 0.2rem 0.3rem #D2DFDC;
}
.search-form input.search-submit {
	background-color:#ffffff;
	background-position:-10px -7px; background-position:-1.0rem -0.7rem;
	border-left:0;
	text-indent:-9999px; text-indent:-9999rem;
	font-size:0;
	line-height:0;
	width:29px; width:2.9rem;
	height:30px;  height:3.0rem; 
	border:1px solid #D2DFDC; border:0.1rem solid #D2DFDC;
	border-left:0px;
	padding: 0;
	
	
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
	border-top-right-radius:5px; border-top-right-radius:0.5rem;
		
      -moz-border-radius-bottomright:5px;
      -webkit-border-bottom-right-radius:5px;
	  border-bottom-right-radius:5px; border-bottom-right-radius:0.5rem;
	  
	  }

.search-form ::-webkit-input-placeholder {
	color:#dddddd;
	font-style:italic;
}

.search-form :-moz-placeholder {  
   color:#dddddd;
	font-style:italic; 
}

/* Top Social Medias
---------------------------------------------------------- */	
/* .sm-top {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	}
.sm-top li {
	display:inline;
	float:left;
	margin-right:3px; margin-right:0.3rem;
	}
.sm-top li:last-child {
	margin-right:0;
	}
.sm-top li a {
	width:28px; width:2.8rem;
	height:28px; height:2.8rem;
	display:block;
	text-indent:-999em; text-indent:-999rem;
	background:url('images/social_icons.png');
	}
.sm-top li.sm-top-fb a {
	background-position: 0px -2px; background-position: 0px -0.2rem;
	}
.sm-top li.sm-top-youtube a {
	background-position: -31px -2px; background-position: -3.1rem -0.2rem;
	}
.sm-top li.sm-top-tw a {
	background-position: -60px -2px; background-position: -6.0rem -0.2rem;
	}
.sm-top li.sm-top-gplus a {
	background-position: -90px -2px; background-position: -9.0rem -0.2rem;
	}
.sm-top li.sm-top-fb a:hover, 
.sm-top li.sm-top-gplus a:hover ,
.sm-top li.sm-top-tw a:hover,
.sm-top li.sm-top-youtube a:hover {
	border-color:#8ab7ad;
	}
 */
/* Primary Navigation
---------------------------------------------------------- */
/* select {
	background-color:#fff;
	background-position:200px -181px; background-position:20.0rem -18.1rem;
	padding:5px; padding:0.5rem;
	}
#get-cats,#get-cat-ios {
	display:none;
	margin-left:90px; margin-left:9.0rem;
	}
#primary-nav {
	background-color:#fff;
	text-transform:uppercase;
	font-size:12px; font-size:1.2rem;
	}
#primary-nav.fixed {
	background-color:#fff;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	
    -moz-box-shadow:0 2px 5px #A6BBB7;
    -webkit-box-shadow:0 2px 5px #A6BBB7;
	box-shadow:0 2px 5px #A6BBB7; 	box-shadow:0 0.2rem 0.5rem #A6BBB7;
	}
body.admin-bar #primary-nav.fixed {
	top:20px; top:2.0rem;
	} 
#primary-nav .sixteen {
	height:28px; height:2.8rem;
	border-bottom:15px solid #fff; border-bottom:1.5rem solid #fff;
	border-top:20px solid #fff; border-top:2.0rem solid #fff;
	overflow: hidden;
	}
#primary-nav.fixed .sixteen {
	border-top-width:10px; border-top-width:1.0rem;
	border-bottom-width:5px; border-bottom-width:0.5rem;
	}

#btn-nav-opt {
	background-position:0 -308px; background-position:0 -30.8rem;
	width:22px; width:2.2rem;
	height:13px; height:1.3rem;
	display:block;
	text-indent:-9999px; text-indent:-9999rem;
	position:absolute;
	bottom:0;
	left:10px; left:1.0rem;
	z-index:999;
	display:none;
	}
#btn-nav-opt.up {
	background-position:0 -322px; background-position:0 -32.2rem;
	}
#btn-nav-opt:hover {
	background-position:0 -336px; background-position:0 -33.6rem;
	}
#btn-nav-opt.up:hover {
	background-position:0 -350px; background-position:0 -35.0rem;
	}
#primary-nav .nav-label {
	margin-right:10px; margin-right:1.0rem;
	position:absolute;
	left:10px; left:1.0rem;
	top:20px; top:2.0rem;
	} 
#primary-nav.fixed .nav-label {
	top:10px; top:1.0rem;
	}
#primary-nav ul.nav-listing {
	margin:0 0 0 90px; margin:0 0 0 9.0rem;
	padding:0;
	list-style:none;
	}
	

#primary-nav ul.nav-listing li {
	display:inline;
	float:left;
	margin:0 20px 10px 0; margin:0 2.0rem 1.0rem 0;
	}

#primary-nav ul.nav-listing li a {
	display:block;
	padding:0;
	color:#8AB7AD;
	text-decoration:none;
	}
#primary-nav ul.nav-listing li a:hover, #primary-nav ul.nav-listing li a.selected {
	color:#8AB7AD;
	}
#primary-nav ul.nav-listing li a span {
	background-color:#8AB7AD;
	background-position:-9999px 0;
	width:18px; width:1.8rem;
	height:18px; height:1.8rem;
	display:block;
	float:left;
	margin-right:5px; margin-right:0.5rem;
	
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px; border-radius: 0.3rem;
	}
#primary-nav ul.nav-listing li a.selected span {
	background-color:#8AB7AD;
	background-position:2px -104px; background-position:0.2rem -10.4rem;
	}

#primary-nav ul.nav-listing li a:hover span{
	
	}
*/
/* Content
---------------------------------------------------------- */
/* #content-wrapper {
	background:url(images/content-bg-rpt.gif) repeat;
	padding:20px 0; padding:2.0rem 0;
	min-height:400px; min-height:40.0rem;
	}
.quick-note {
	font-size:25px; font-size:2.5rem;
	font-weight:bold;
	color:#63837B;
	text-shadow:1px 1px 1px #A7BDB8; text-shadow:0.1rem 0.1rem 0.1rem #A7BDB8;
	margin-bottom:20px; margin-bottom:2.0rem;
	}
.quick-note a.btn-back {
	background:url(images/sampression-css-sprite.png) no-repeat 0 -265px; background:url(images/sampression-css-sprite.png) no-repeat 0 -26.5rem;
	color:#fff;
	text-decoration:none;
	padding-left:20px; padding-left:2.0rem;
	}
	
#content {
	background:url(images/separator.gif) repeat-x left bottom;
	padding-bottom:10px; padding-bottom:1.0rem;
	margin-bottom:20px; margin-bottom:2.0rem;
	}
body.single #content, body.page #content {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
	}

#post-listing {
	width:100%;
	float:left;
	padding-bottom:20px; padding-bottom:2.0rem;
	
	}
body.home{
	overflow: hidden;
}	
*/
article.post {
	background-color:#fff;
	/*margin-bottom:30px !important; margin-bottom:3.0rem !important;*/
	position:relative;
	}
/*
article.post:after {
	content:".";
	background:url(images/box-shadows.png) no-repeat 0 -11px; background:url(images/box-shadows.png) no-repeat 0 -1.1rem;
	width:100%;
	height:10px; height:1.0rem;
	display:block;
	text-indent:-9999px; text-indent:-9999rem;
	position:absolute;
	bottom:-10px; bottom:-1.0rem;
	left:3px; left:0.3rem;
	}
body.single article.post:after,
body.page article.post:after {
	background:url(images/box-shadows.png) no-repeat 0 -55px; background:url(images/box-shadows.png) no-repeat 0 -5.5rem;
	left:10px; left:1.0rem;
	bottom:-15px; bottom:-1.5rem;
	height:15px; height:1.5rem;
	}
*/

/*
article.post .post-title {
	font-size:14px; font-size:1.4rem;
	line-height:16px; line-height:1.6rem;
	font-weight:bold;
	padding:10px 35px 10px 20px; padding:1.0rem 3.5rem 1.0rem 2.0rem;
	margin:0;
	word-wrap:break-word;
	}

body.single article.post .post-title,
body.page article.post .post-title {
	font-size:20px; font-size:2.0rem;
	padding:30px 40px; padding:3.0rem 4.0rem;
	line-height:24px; line-height:2.4rem;
	}
article.post .post-title a {
	text-decoration:none;
	}
article.post .post-title a:hover {
	color:#666;
	}
*/
article.post .featured-img {
	height:100%;
	overflow:hidden;
	margin-bottom:10px; margin-bottom:1.0rem;
	}
article.post .featured-img img {
    height: auto;
    width: 100%;
}




body.single article.post .featured-img {
	height:auto;
	margin:0;
	}
/*
article.post .entry {
	padding:0 20px 10px 20px; padding:0 2.0rem 1.0rem 2.0rem;
	word-wrap: break-word;
	}
*/
body.single article.post .entry,
body.page article.post .entry {
	padding:20px 30px 10px 30px; 
	/*padding:0 4.0rem 3.0rem 4.0rem;*/
	overflow: hidden;
	}
/*
article.post .meta {
	border-top:1px dotted #C2CFCC; border-top:0.1rem dotted #C2CFCC;
	padding:5px 15px; padding:0.5rem 1.5rem;
	}
body.single article.post .meta {
	border-bottom:1px dashed #C2CFCC; border-bottom:0.1rem dashed #C2CFCC;
	padding:10px 40px; padding:1.0rem 4.0rem;
	margin-bottom:20px; margin-bottom:2.0rem;
	position:relative;
	}
body.single article.post .meta .col {
	margin-right:10px; margin-right:1.0rem;
	}

body.single .entry.clearfix form label{
	float: left;
	margin-right: 15px; margin-right: 1.5rem;
	width: 175px; width: 17.5rem;}
	
body.single .entry.clearfix form input[type="submit"]{
	margin-top: 18px; margin-top: 1.8rem;}


.meta .col { 
   min-height: 20px; min-height: 2.0rem;
}

.meta {
	font-size:12px; font-size:1.2rem;
	clear:both;
	}
.meta, .meta a {
	color:#688E8A;
	}
.meta a:link, .meta a:visited {
	text-decoration:none;
	}
.meta a:hover, .meta a:active {
	color:#111;
	text-decoration: underline;
	}

.post-author {
	margin-right:5px; margin-right:0.5rem;
	}
.ico{
	width:10px; width:1.0rem;
	height:11px; height:1.1rem;
	display:block;
	float:left;
	text-indent:-9999px; text-indent:-999rem;
	margin:4px 2px 5px 5px; margin:0.4rem 0.2rem 0.5rem 0.5rem;
	text-indent: -9999px;
	}
.single .meta .ico{
	float:none;
	width: 11px; width: 1.1rem;
	height: 11px; height: 1.1rem;
	display: inline-block;
	margin: 5px 2px 5px 5px; margin: 0.5rem 0.2rem 0.5rem 0.5rem;
	vertical-align: bottom;
	}
.post-author .ico {
	background-position:0 -128px; background-position:0 -12.8rem;
	margin-top:4px; margin-top:0.4rem;
	}
.meta time {
	margin-right:10px; margin-right:1.0rem;
	}
.meta time .ico {
	background-position:-14px -128px; background-position:-1.4rem -12.8rem;
	margin-top:4px; margin-top:0.4rem;
	}
.cats .ico {
	background-position:0 -139.3px; background-position:0 -13.93rem;
	margin-top:3px; margin-top:0.3rem;
	margin-right:5px; margin-right:0.5rem;
	}
.edit .ico {
	background-position:-14px -141px; background-position:-1.4rem -14.1rem;
	}
.tags .ico {
	background-position:-14px -113px; background-position:-1.4rem -11.3rem;
	width:13px; width:1.3rem;
	}*/	
/*
.single .meta time, .single .meta .cats, .single .meta .edit, .single .meta .post-author, .single .meta .tags{ float:left; display:inline; margin-right:10px; margin-right:1rem;}
#post-listing article.post .entry p {
	margin-bottom:0;
	}

div.entry.clearfix p a{
	color: #ffa600;
	text-decoration: none;
	}
div.entry.clearfix p a:hover{
	text-decoration: underline;
	}
*/
/*
#post-listing article.post .read-more {
	display:block;
	padding:10px 0 0 0; padding:1.0rem 0 0 0;
	}
#post-listing article.post .read-more a:hover{
	text-decoration: underline;
}

.count-comment {
	position:absolute;
	right:10px; right:1.0rem;
	top:10px; top:1.0rem;
	z-index:0;
	}
body.single .count-comment {
	position:absolute;
	right:5px; right:0.5rem;
	top:5px; top:0.5rem;
	}
.count-comment a {
	background:#C1D6D2;
	padding:0 7px; padding:0 0.7rem;
	display:inline-block;
	color:#fff;
	line-height:1;
	text-align:center;
	font-size:12px; font-size:1.2rem;
	font-weight:normal;
	line-height:18px; line-height:1.8rem;
	
	-moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px; border-radius: 1.0rem;
	}
.count-comment .pointer {
	background:url(images/sampression-css-sprite.png) no-repeat -3px -295px; background:url(images/sampression-css-sprite.png) no-repeat -0.3rem -29.5rem;
	width:5px; width:0.5rem;
	height:3px; height:0.3rem;
	display:block;
	position:absolute;
	left:5px; left:0.5rem;
	}
.home .count-comment .pointer{

	bottom:-2px; bottom:-0.2rem;
}
.single .count-comment .pointer{
	bottom:0;
	
}
@-moz-document url-prefix() { 
  .count-comment .pointer {
	 bottom:-1px;  bottom:-0.1rem; 
	  }
}

body.single .meta .overflow-hidden,
body.page .meta .overflow-hidden {
	overflow:visible;
	}
.page-link {
	clear:both;
	padding-top:10px; padding-top:1.0rem;
	} 

/* Post Navigation
---------------------------------------------------------- */
/* .post-navigation {}
#nav-below {
	background:url(images/separator.gif) repeat-x left top;
	padding-top:10px; padding-top:1.0rem;
	clear:both;
	}
#nav-above {
	margin-bottom:20px; margin-bottom:2.0rem;
	}
/* if wp-pagenavi plugin is enabled*/
/*.post-navigation .wp-pagenavi {
	padding:5px 0; padding:0.5rem 0;
	}
.post-navigation .wp-pagenavi a, .post-navigation .wp-pagenavi span {
	background-color:#fff;
	border-color:#C2CFCC;
	color:#8AB7AC;
	padding:5px 10px; padding:0.5rem 1.0rem;
	}
.post-navigation .wp-pagenavi a:hover, .post-navigation .wp-pagenavi span.current {
	border-color:#8AB7AC;
	color:#666;
	text-decoration: underline;
	}
 */	
/* Sidebar
---------------------------------------------------------- */	
.sidebar-right {
	padding-top:10px; padding-top:0.1rem;
	}
.widget {
	margin-top:20px; margin-top:2.0rem;
}
.sidebar-right .widget .widget-title {
	/*background:url(images/separator.gif) repeat-x left bottom; */	
	margin-bottom:10px; margin-bottom:1.0rem;
	padding-bottom:10px; padding-bottom:1.0rem;
	}
.sidebar-right .widget .widget-entry {
	margin-left:20px; margin-left:2.0rem;
	}
	
.widget .widget-title {
	font:bold 20px/24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font:bold 2.0rem/2.4rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow:1px 1px 1px #fff; text-shadow:0.1rem 0.1rem 0.1rem #fff;
	margin-bottom:15px; margin-bottom:1.5rem;
	}

.widget ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.widget ul li {
	margin-bottom:10px; margin-bottom:1.0rem;
	}
.widget a {
	text-decoration:none;
	color:#000;
	}
.widget a:hover {
	text-decoration:none;
	color:#111;
	text-decoration: underline;
}
.widget-quick-message input, .widget-quick-message textarea {
	margin-bottom:10px !important; margin-bottom:1.0rem !important;
	}
.widget ul li ul {
	margin:10px 0 0 20px; margin:1.0rem 0 0 2.0rem;
	}

.widget-commentlist {
	margin:0;
	padding:0;
	list-style:none;
	}
.widget-commentlist li {}
.widget-commentlist .avatar {
	float:left;
	margin:0 10px 5px 0; margin:0 1.0rem 0.5rem 0;
	}
.widget-commentlist .cmt-txt {
	overflow:hidden;
	}

/* Interior widget search
---------------------------------------------------------- */	
.sidebar-right .widget.widget_search .widget-entry
{
	margin-left:0;
	}
.sidebar-right .search-form input.search-field {
	width:166px; width:16.6rem;
	}
.sidebar-right .widget.widget_categories .widget-entry select, .sidebar-right .widget.widget_archive .widget-entry select {
    background-image: none;
    margin-left: -2rem;
    max-width: none;
    width: 21rem;
}

/* Single Post Page
---------------------------------------------------------- */
/*body.single .featured-img img {
	border-top-right-radius: 5px; border-top-right-radius: 0.5rem;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-top-left-radius:5px; border-top-left-radius:0.5rem;
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
	}
*/
/* Footer
---------------------------------------------------------- */
/* #footer {
	padding:20px 0; padding:2.0rem 0;
	}
.copyright {
	margin-right:5px; margin-right:0.5rem;
	}
.footer-right {
	position:relative;
	height:20px; height:2.0rem;
	}
#btn-top-wrapper {
	position:absolute;
	z-index:9999;
	right:0;
	top:0;
	width:30px; width:3.0rem;
	}
.btn-top.fixed {
	position:fixed;
	bottom:7px; bottom:0.7rem;
	}

.btn-top {
	background-position:10px -152px; background-position:1.0rem -15.2rem;
	background-color:#fff;
	border:1px solid #DDEAE7; border:0.1rem solid #DDEAE7;
	width:32px; width:3.2rem;
	height:32px; height:3.2rem;
	display:block;
	text-indent:-9999px; text-indent:-999rem;
	}
.btn-top:hover {
	border:1px solid #8AB7AD;
	border-color:#ccc;
	text-decoration: underline;
	}
*/
/* Comments
---------------------------------------------------------- */
#comments {
	padding-top:10px; padding-top:1.0rem;
	}
ol.commentlist {
	margin:0 0 40px 0; margin:0 0 4.0rem 0;
	padding:0;
	list-style:none;
	}
ol.commentlist ul.children {
	margin-left:120px; margin-left:12.0rem;
	list-style:none;
	}

ol.commentlist ul.children ul ul {
    margin-left: 0;
}	
ol.commentlist article.comment {
	margin-bottom:20px; margin-bottom:2.0rem;
	}
.avatar-wrapper {
	float:left;
	width:100px; width:10.0rem;
	padding-right:20px; padding-right:2.0rem;
	position:relative;
	}

.commentlist span.pointer {
	background-position:-5px -243px; background-position:-0.5rem -24.3rem;
	width:8px; width:0.8rem;
	height:13px; height:1.3rem;
	display:block;
	text-indent:-9999px; text-indent:-999rem;
	position:absolute;
	z-index:9;
	right:0;
	top:10px; top:1.0rem;
	}
.comment-wrapper {
	overflow:hidden;
	}

#comment-header h3, #comments-title, #comment-form-title, #reply-title {
	font-size:20px; font-size:2.0rem;
	text-shadow:1px 1px 1px #fff; text-shadow:0.1rem 0.1rem 0.1rem #fff;
	margin-bottom:40px; margin-bottom:4.0rem;
	}
#reply-title {
	margin-bottom:20px; margin-bottom:2.0rem;
	}
#comment-form-title {
	line-height:1;
	}
#comment-header h3 {
	display:inline;
	float:left;
	}

#comment-header h3 a {
	background:url(images/sampression-css-sprite.png) no-repeat 130px -201px; background:url(images/sampression-css-sprite.png) no-repeat 13.0rem -20.1rem;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #A6BDB8; text-shadow:0.1rem 0.1rem 0.1rem #A6BDB8;
	padding-right:35px; padding-right:3.5rem;
	}
#comment-header h3#comments-title  {
	background:url(images/separator-ver.png) no-repeat right 6px; background:url(images/separator-ver.png) no-repeat right 0.6rem;
	padding:0 17px 0 0; padding:0 1.7rem 0 0;
	margin:0 15px 0 0; margin:0 1.5rem 0 0;
	}

.commentlist .avatar img, .commentlist .comment-entry {
	/* round corner */
	-moz-border-radius: 3px;
	  -webkit-border-radius: 3px ;
	  border-radius: 3px; border-radius: 0.3rem;
	}
.commentlist .avatar img, .widget-commentlist img {
	 /* box shadow */ 
	-moz-box-shadow:1px 1px 1px #A6BBB7;
	-webkit-box-shadow:1px 1px 1px #A6BBB7;
	 box-shadow:1px 1px 1px #A6BBB7; 	 box-shadow:0.1rem 0.1rem 0.1rem #A6BBB7;
	}
.commentlist .comment-entry {
	-moz-box-shadow:-1px -1px 1px #A6BBB7;
	-webkit-box-shadow:-1px -1px 1px #A6BBB7;
	box-shadow:-1px -1px 1px #A6BBB7; 	box-shadow:-0.1rem -0.1rem 0.1rem #A6BBB7;
	}
.commentlist .avatar img {
	border:9px solid #fff; border:0.9rem solid #fff;
	}
.widget-commentlist img {
	border:2px solid #fff; border:0.2rem solid #fff;
	}

.commentlist .comment-entry {
	background-color:#fff;
	position:relative;
	}

.commentlist .comment-meta {
	border-bottom:1px dotted #C2CFCC; border-bottom:0.1rem dotted #C2CFCC;
	padding:10px 20px; padding:1.0rem 2.0rem;
	}
.commentlist .comment-author {
	float:left;
	}
.commentlist .reply {
	float:right;
	}
.commentlist .comment-meta a {
	text-decoration:none;
	}
.commentlist .comment-content {
	padding:20px; padding:2.0rem;
	}
.commentlist p {
	margin-bottom:10px; margin-bottom:1.0rem;
	}
.commentlist p:last-child {
	margin-bottom:0;
	}
	
.comment-awaiting-moderation {
	padding:10px 20px 0 20px; padding:1.0rem 2.0rem 0 2.0rem;
	color:#F00;
	font-style:italic;
	font-size:14px; font-size:1.4rem;
	}
.cancel-comment-reply {
	margin-bottom:20px; margin-bottom:2.0rem;
	}
.cancel-comment-reply a {
	color:#F60;
	}

#respond {
	background:url(images/separator.gif) repeat-x left top;
	padding-top:30px; padding-top:3.0rem;
	}

#cancel-comment-reply-link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	}
.form-allowed-tags {
	display:none;
	visibility:hidden;
	}

/* Corner Stamp
---------------------------------------------------------- */
.sticky{ }
.corner-stamp {
	background-color:#8AB7AD;
	float:right;
	margin-bottom:20px; margin-bottom:2.0rem;
	}
.corner-stamp.columns.four {
	float:right;
	margin-bottom:20px; margin-bottom:2.0rem;
	background-color: #8AB7AD;
    color: #FFFFFF;
	}
.post.corner-stamp .post-title a,
.corner-stamp  .entry  .read-more a{
	color:#ffffff;
}
.corner-stamp  .entry  .read-more a{
	color:#eee;
}
.corner-stamp  .entry  .page-link a {
	color:#eee;
}

.corner-stamp  .entry  .page-link a:hover,
.post  .entry  .page-link a:hover,
.corner-stamp  .entry  .read-more a :hover,
.corner-stamp  .ico a:hover{
	color:#666;
	text-decoration: underline;
}
.overflow-hidden.cat-listing > a:hover,
.post.corner-stamp .meta a:hover,
.url.fn.n:hover,
.col > a:hover{
    color: #666;
	text-decoration: underline;
}
.post.corner-stamp .post-title {
	border-bottom: 1px solid #75AB9F; border-bottom: 0.1rem solid #75AB9F;
}
.corner-stamp header {
	border-bottom:1px solid #75AB9F; border-bottom:0.1rem solid #75AB9F;
	padding:10px 20px; padding:1.0rem 2.0rem;
	}
.corner-stamp header h3 {
	font-size:16px; font-size:1.6rem;
	line-height:20px; line-height:2.0rem;
	font-weight:bold;
	color:#fff;
	margin:0;
	}
.post.corner-stamp .entry{
	padding:20px; padding:2.0rem;
	border-top:1px solid #9BC2B9; border-top:0.1rem solid #9BC2B9;
}
.post.corner-stamp .meta, 
.post.corner-stamp .meta a{
	color:#fff;
}
.post.corner-stamp .meta .post-author .ico {
	background-position: -20px -236px; background-position: -2.0rem -23.6rem;
}
.post.corner-stamp .meta time .ico{
	background-position: -18px -225px; background-position: -1.8rem -22.5rem;
}
.post.corner-stamp .meta .cats .ico{
	background-position: -18px -248px; background-position: -1.8rem -24.8rem;
}
.post.corner-stamp .meta .tags .ico{
	background-position: -18px -261px; background-position: -1.8rem -26.1rem;
}
.post.corner-stamp .meta .edit .ico{
	background-position: -18px -274px; background-position: -1.8rem -27.4rem;
}
.corner-stamp .categories, .corner-stamp .categories ul, .corner-stamp .categories ol {
	margin:0;
	padding:0;
	list-style:none;
	}
.corner-stamp .categories li {
	margin:0;
	}
.corner-stamp .categories ul {
	margin:0 0 0 15px; margin:0 0 0 1.5rem;
	}
.corner-stamp .categories a {
	display:block;
	margin-bottom:5px; margin-bottom:0.5rem;
	text-decoration:none;
	}
.corner-stamp .categories a,
.corner-stamp .categories li.current-cat li a {
	color:#CDEBE6;
	}
.corner-stamp .categories a:hover,
.corner-stamp .categories li.current-cat a,
.corner-stamp .categories li.current-cat li a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}

/* Search Results
---------------------------------------------------------- */
.search-title span {
	font-style:italic;
	}

/* 404
---------------------------------------------------------- */
body.error404 #content {
	background:none;
	padding:100px 0; padding:10.0rem 0;
	}
#page-not-found-message {
	background:url(images/sampression-404.png) no-repeat left center;
	padding:0 0 0 190px; padding:0 0 0 19.0rem;
	}
#page-not-found-message h2 {
	font-size:27px; font-size:2.7rem;
	margin:0;
	}
#page-not-found-message h3 {
	font-size:16px; font-size:1.6rem;
	line-height:20px; line-height:2.0rem;
	padding:0 0 10px 0; padding:0 0 1.0rem 0;
	margin:0 0 10px 0; margin:0 0 1.0rem 0;
	}
#page-not-found-message h3.separator {
	background:url(images/separator.gif) repeat-x left bottom;
	}
#page-not-found-message h3 a {
	text-decoration:none;
	}

        /* grid */
		#grid {clear: both; position: relative}
/* #Media Queries
================================================== */
        @media only screen and (max-width: 1025px) {
            ul#filter{display:none;}
            #primary-nav .sixteen{
                height:34px; height:3.4rem;
            }
            #primary-nav .nav-label {
			margin-top:3px;
			top:25px; top:2.5rem;
			}
			#get-cats, #get-cat-ios{
				display:block;
				}
        }
        @media only screen and (min-width: 1025px) {
	/*#get-cats, #get-cat-ios{display:none!important}	*/
        }
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 959px) {
				}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
  /*
  (2016/03/31 中間サイズの影及び検索窓の中途半端な制御は不要)
  
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		article.post:after {
			width:166px; width:16.6rem;
			background-position:0 0;
			}
		body.single article.post:after,
		body.page article.post:after {
			width:546px; width:54.6rem;
			height:10px; height:1.0rem;
			bottom:-10px; bottom:-1.0rem;
			left:5px; left:0.5rem;
			background-position:0 -45px; background-position:0 -4.5rem;
			}
		.search-form input.search-field {
			width:132px; width:13.2rem;
			}
		
			}
  */

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
           
		#logo-wrapper .logo-img, #logo-wrapper .logo-txt {
			display:block;
			float:none;
		}
		#logo-wrapper { text-align:center; }
		#site-title { line-height:1.3; }
		#site-description { line-height:1.3; }
	
		#site-title { margin-top:0; }
		.logo-txt { margin-bottom:10px;  margin-bottom:1.0rem;}
		
		#interaction-sec {  
			float: none;
			text-align: center;
		}
		.sm-top:after{clear:both;}
		.search-form:before, .search-form:after{
				content:'';
				display:none;
		}
		.search-form {
			margin: 0 5px 0 0; margin: 0 0.5rem 0 0;
		}
		.socialzero{ margin:0 auto;}
		.socialone{ margin:0 auto;}
		.socialtwo{ margin:0 auto;}
		.socialthree{ margin:0 auto;}
		.socialfour{ margin:0 auto;}
		.socialzero .search-form .search-field{ width:248px; width:24.8rem;}
		.socialone .search-form .search-field{ width:213px; width:21.3rem;}
		.socialtwo .search-form .search-field{ width:181px; width:18.1rem;}
		.socialthree .search-form .search-field{ width:149px; width:14.9rem;}
		.socialfour .search-form .search-field{ width:117px; width:11.7rem;}
		#top-nav ul { float:none; text-align:center}
		#top-nav ul li { float:none;}
		.search-form input.search-field { width:190px;  width:19.0rem;}
		#top-nav ul li:hover ul { display:none; }
		#top-nav{ display:none;}  /*don't show  navigation on small screen */
		#top-nav-mobile{ display:block;} /*show mobile navigation on small screen */
		#top-nav-mobile .nav-label{ 
			display:block; float: left; 
			width: 40px;  width: 4rem; 
			text-align: right; 
			line-height: 30px;  line-height: 3.0rem;
			text-transform: uppercase; 
			padding-right:6px; padding-right:0.6rem;
		}
		.level-menu-1{ padding-left:10px; padding-left:1.0rem;} 
		.level-menu-2{ padding-left:20px;  padding-left:2.0rem}
		.level-menu-3{ padding-left:30px;  padding-left:3.0rem;}
		.level-menu-4{ padding-left:40px;  padding-left:4.0rem;}
		.level-menu-5{ padding-left:45px; padding-left:4.5rem;}
		.level-menu-6{ padding-left:50px; padding-left:5.0rem;}
		.level-menu-7{ padding-left:55px; padding-left:5.5rem;}
		.level-menu-8{ padding-left:60px; padding-left:6.0rem;}
		#primary-nav .sixteen{
			padding-bottom: 6px; padding-bottom: 0.6rem;}
		#primary-nav .nav-label{
			position: static;
			display: block;
			float: left;
			line-height: 30px; line-height: 3rem;
			width: 66px; width: 6.6rem;
			padding-right:0px; padding-right:0rem;
		}
		article.post:after,
		body.single article.post:after,
		body.page article.post:after {
			width:294px; width:29.4rem;
			height:10px; height:1.0rem;
			bottom:-10px; bottom:-1.0rem;
			left:3px; left:0.3rem;
			background-position:0 -22px; background-position:0 -2.2rem;
			}
		
article.post .featured-img {
			text-align:center;
		}
		
		.footer-right {
			height:40px; height:4.0rem;
			}
		
		/* Primary nav */
		#primary-nav .sixteen {
			border-bottom-width:10px; border-bottom-width:1.0rem;
			border-top-width:10px; border-top-width:1.0rem;
			}
		
		#primary-nav .nav-listing {
			display:none;
			}
		#primary-nav ul.nav-listing {
			margin: 1rem 0 0 9rem;
		}
		#get-cats,#get-cat-ios {
			float: none;
			margin-left: 0;
			}
		#primary-nav .nav-label {
			margin-top:3px;
			top:15px; top:1.5rem;
			}
		#btn-nav-opt {
			display:none !important;
			visibility:visible;
			}
		
		/* Sidebar */
		#sidebar .widget {
			margin-bottom:20px; margin-bottom:2.0rem;
			}
		
		/* Comments */
		ol.commentlist ul.children {
			margin-left:20px; margin-left:2.0rem;
		}
		ol.commentlist .avatar-wrapper {
			float:none;
			padding:0 0 10px 0; padding:0 0 1.0rem 0;
		}
		.commentlist span.pointer {
			background-position:0 -233px; background-position:0 -23.3rem;
			width:13px; width:1.3rem;
			height:8px; height:0.8rem;
			right:inherit;
			top:inherit;
			left:10px; left:1.0rem;
			bottom:-1px; bottom:-0.1rem;
		}
		
		/*
		body.single #content {
			background:url(images/separator.gif) repeat-x left bottom;
			padding-bottom:20px; padding-bottom:2.0rem;
			margin-bottom:40px; margin-bottom:4.0rem;
		}*/
		body.single .sidebar-right {
			padding-top:0;
			}
		
		/* 404 */
		#page-not-found-message {
			background-position:center top;
			padding:120px 0 0 0; padding:12.0rem 0 0 0;
			text-align:center;
			}
		/* Footer */
		#footer .credit {
			float:left;
			}
		#btn-top-wrapper {
			right:inherit;
			left:0;
			}
		input[type="text"], input[type="email"],textarea{
			width:97%;
			padding: 6px 4px; padding: 0.6rem 0.4rem;
		}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		article.post:after,
		body.single article.post:after,
		body.page article.post:after  {
			width:414px; width:41.4rem;
			height:10px; height:1.0rem;
			bottom:-10px; bottom:-1.0rem;
			left:3px; left:0.3rem;
			background-position:0 -33px; background-position:0 -3.3rem;
			}
		article.post .featured-img {
		text-align:center;
		}
		.socialzero .search-form .search-field{ width:359px; width:35.9rem;}
		.socialone .search-form .search-field{ width:328px; width:32.8rem;}
		.socialtwo .search-form .search-field{ width:296px; width:29.6rem;}
		.socialthree .search-form .search-field{ width:264px; width:26.4rem;}
		.socialfour .search-form .search-field{ width:232px;  width:23.2rem;}
		#page_id,.top-menu-nav, #get-cats,#get-cat-ios{ width:335px; width:33.5rem;}
		#page_id,.top-menu-nav, .menu-primary-menu-container select{ 
			width:365px; width:36.5rem; 
			background-position: 345px -181px; background-position: 34.5rem -18.1rem;
		}
		#get-cats,#get-cat-ios{ background-position: 315px -181px; background-position: 31.5rem -18.1rem;}
		}
		

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.search-form input.search-field {
			width:120px; width:12.0rem;
			}
		
		#commentform textarea, #commentform .input-text {
			width:300px; width:30.0rem;
			width:97%;
			}
		#primary-nav .nav-label {
			float: left;
			line-height: 30px; line-height: 3.0rem;
			width: 66px; width: 6.6rem;
			}
		
		#primary-nav ul.nav-listing li {
			margin: 0 0 1rem 0;
			width:100%; 
		}
		/* Comments */
		#comment-header h3 {
			display:block;
			float:none;
			}
		#comment-header h3#comments-title {
			background:none;
			padding-right:0;
			margin-right:0;
			}
		#top-nav-mobile select{ width:250px; width:25.0rem; background-position: 230px -181px; background-position: 23.0rem -18.1rem;}
	}
		
	
	/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
	@media only screen and (max-width: 319px) { }
	 /* Retina displays 
	 
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 5/2),
	only screen and ( min-resolution: 144dpi) {*/
	@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 5/2),
	only screen and ( min-resolution: 144dpi) {
		.button,
		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			background: url('images/arrow2x.png') no-repeat 9px 9px #8AB7AD;
			background-size: 8px 11px;
		}
		.sm-top li a {
			width:28px; width:2.8rem;
			height:28px; height:2.8rem;
			display:block;
			text-indent:-999em; text-indent:-999rem;
			background:url('images/social_icons2x.png') no-repeat;
			}
		.sm-top li.sm-top-fb a {
			background-position: 2px 3px; background-position: 0.2rem 0.3rem;
			background-size: 137px 23px; background-size: 13.7rem 2.3rem;
			}
		.sm-top li.sm-top-youtube a {
			background-position: -106px 2px; background-position: -10.6rem 0.2rem;
			background-size: 137px 23px; background-size: 13.7rem 2.3rem;
			}
		.sm-top li.sm-top-tw a {
			background-position: -32px 3px; background-position: -3.2rem 0.3rem;
			background-size: 137px 23px; background-size: 13.7rem 2.3rem;
			}
		.sm-top li.sm-top-gplus a {
			background-position: -70px 3px; background-position: -7.0rem 0.3rem;
			background-size: 137px 23px; background-size: 13.7rem 2.3rem;
			}
		
		.search-form input.search-submit, #primary-nav ul.nav-listing li a.selected span, .ico, .btn-top, select, #comments-header a, 
		.commentlist span.pointer, #btn-nav-opt,.count-comment .pointer {
			background:url('images/sampression-css-sprite2x.png') no-repeat 0 0;
			display:inline-block;
			vertical-align:baseline;
		}
		.ico{
			margin: 3px 2px 5px 5px; margin: 0.3rem 0.2rem 0.5rem 0.5rem;
		}
		.search-form input.search-submit {
		
			background-position: -3px 5px; background-position: -0.3rem 0.5rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
			
		}
		.search-form{
			box-shadow: 2px 2px 3px #D2DFDC; box-shadow: 0.2rem 0.2rem 0.3rem #D2DFDC;
			border-radius:0 5px 5px 0; border-radius:0 0.5rem 0.5rem 0;
		}
		.search-form input.search-field, .search-form input.search-submit {
		box-shadow: none;
		}
		#top-nav-mobile select{
			background-position: 105% -95px; background-position: 105% -9.5rem;
			background-size: 33px 284px;  background-size: 3.3rem 28.4rem; 
		}
		#get-cats,#get-cat-ios{
			background-position: 105% -95px; background-position: 105% -9.5rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
		}
		.post.corner-stamp .meta .post-author .ico {
			background-position: -23px -151px; background-position: -2.3rem -15.1rem;
			background-size: 32px 284px; background-size: 3.2rem 28.4rem;
		}
		.post.corner-stamp .meta time .ico {
			background-position: -20px -138px; background-position: -2.0rem -13.8rem;
			background-size: 32px 283px; background-size: 3.2rem 28.3rem;
		}
		.post.corner-stamp .meta .cats .ico {
			background-position: -20px -163px; background-position: -2.0rem -16.3rem;
			background-size: 32px 284px; background-size: 3.2rem 28.4rem;
		}
		.post.corner-stamp .meta .tags .ico {
			background-position: -20px -176px; background-position: -2.0rem -17.6rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
		}
		.post.corner-stamp .meta .edit .ico {
			background-position: -20px -188px; background-position: -2.0rem -18.8rem;
			background-size: 32px 283px; background-size: 3.2rem 28.3rem;
		}
		.post-author .ico {
			background-position: -2px -40px; background-position: -0.2rem -4.0rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
			margin-top: 4px; margin-top: 0.4rem;
		}

		.meta time .ico {
			background-position: -16px -40px; background-position: -1.6rem -4rem;
			background-size: 32px 284px; background-size: 3.2rem 28.4rem;
			margin-top: 4px; margin-top: 0.4rem;
		}
		.cats .ico {
			background-position: -2px -52px; background-position: -0.2rem -5.2rem;
			background-size: 32px 284px; background-size: 3.2rem 28.4rem;
		}
		.tags .ico {
			background-position: -17px -25px; background-position: -1.7rem -2.5rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
		}
		.edit .ico {
			background-position: -16px -54px; background-position: -1.6rem -5.4rem;
			background-size: 32px 283px; background-size: 3.2rem 28.3rem;
		}
		.btn-top {
			background-position: 7px -66px; background-position: 0.7rem -6.6rem;
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
			background-color:#fff;
		}
		#primary-nav ul.nav-listing li a.selected span {
			background-color: #8AB7AD;
			background-position: -16px -85px;  background-position: -1.6rem -8.5rem; 
			background-size: 33px 284px; background-size: 3.3rem 28.4rem;
		}
		.commentlist span.pointer {
			background-position:-1px -147px; background-position:-0.1rem -14.7rem;
			background-size: 33px 284px;
		}
		#btn-nav-opt {
			background-position:0 -308px; background-position:0 -30.8rem;
			background-position:-2px -223px; background-size: 30px 284px;
		}
		#btn-nav-opt.up {
			background-position:-2px -237px; background-size: 30px 284px;
		}
		#btn-nav-opt:hover {
			background-position:-2px -252px; background-size: 30px 284px;
		}
		#btn-nav-opt.up:hover {
			background-position:-2px -266px; background-size: 30px 284px;
		}
		.count-comment .pointer{
		background-position:-19px -212px; background-size: 33px 284px;
		width: 5px; height: 3px;
		}
	}

/* Content
---------------------------------------------------------- */

/*
article.post .post-title {
	font-size:14px; font-size:1.4rem;
	line-height:16px; line-height:1.6rem;
	font-weight:normal;
	padding:10px 20px 10px 20px; padding:1.0rem 2.0rem 1.0rem 2.0rem;
	margin:0;
	word-wrap:break-word;
	}
body.single article.post .post-title,
body.page article.post .post-title {
	font-size:28px; font-size:2.8rem;
	padding:30px 40px; padding:3.0rem 4.0rem;
	line-height:34px; line-height:3.4rem;
	}
article.post .post-title a:hover {
	text-decoration: underline;
	}
article.post .featured-img img {
	height: auto;
	width: 100%;
}
*/


/* Sidebar
---------------------------------------------------------- */	
#archives-6 {
	clear: both;
	width: 300px;
}

.top_social_buttons{
	margin-bottom: 40px;
	margin-right: 15px;
	float: left;
}

.facebook_pageplugin{
	margin-bottom: 0px;
	margin-right: 0px;
}

.top_social_item.facebook:before{
	display: inline;
	vertical-align: bottom;
	content: "\f203";
	color: #3b5998;
	font: normal 32px Genericons;
	font: normal 3.2em Genericons;
	margin-right: 5px;
}
.top_social_item.twitter:before{
	display: inline;
	vertical-align: bottom;
	content: "\f202";
	color: #55acee;
	font: normal 32px Genericons;
	font: normal 3.2em Genericons;
	margin-right: 5px;
}

.top_social_item.googleplus:before{
	display: inline;
	vertical-align: bottom;
	content: "\f218";
	color: #dd4b39;
	font: normal 30px Genericons;
	font: normal 3.0em Genericons;
	margin-right: 6px;
}
.top_social_item.feedly:before{
	display: inline;
	vertical-align: bottom;
	content: "\f413";
	color: #87bf31;
	font: normal 30px Genericons;
	font: normal 3.0em Genericons;
	margin-right: 6px;
}

#feedlyFollow{
	display: inline;
}


	
/* Similar Posts
---------------------------------------------------------- */
.wp-post-image {
        /* border:solid 1px #ccc;
        padding: 4px; 
        float: left;
        margin-right: 5px; */
}
.similar_posts {
        padding: 3px;
        margin-top: 3px;
        margin-left: 0px;
}
.similar_posts_title {
        margin:2px;
        font-size: 14px; /* テキストリンクのサイズ */
}
.similar_posts_snippet {
        margin:2px auto;
        font-size: 12px; /* 抜粋文字のサイズ */
        color: #0f0f0f; /* 抜粋文字の色 */
}



/* AD Button
---------------------------------------------------------- */

.ad-button {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  font-size: 0.9em;
  background-color: #fff;
  color: #646464;
}

.ad-button > paper-ripple {
  border-radius: 2px;
  overflow: hidden;
}

.ad-button.narrow {
  width: 60px;
}

.ad-button.grey {
  background-color: #eee;
}

.ad-button.blue {
  background-color: #4285f4;
  color: #fff;
}

.ad-button.green {
  background-color: #0f9d58;
  color: #fff;
}

.ad-button.raised {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.ad-button.raised:active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  transition-delay: 0s;
}
/* Icon Button */

.ad-icon-button {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
}

.ad-icon-button > core-icon {
  margin: 16px;
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ad-icon-button:hover > core-icon {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ad-icon-button > paper-ripple {
  overflow: hidden;
  color: #646464;
}

.ad-icon-button.red > core-icon::shadow path {
  fill: #db4437;
}

.ad-icon-button.red > paper-ripple {
  color: #db4437;
}

.ad-icon-button.blue > core-icon::shadow path {
  fill: #4285f4;
}

.ad-icon-button.blue > paper-ripple {
  color: #4285f4;
}

/* Affiliate area
---------------------------------------------------------- */

.afflink-box{
  overflow: hidden;
  zoom: 1;
  margin: 0px;
  text-align: left;
}
.afflink-image{
  float: left;
  margin: 0px;
}
.afflink-image img{
  border-top: medium none;
  border-right: medium none;
  border-bottom: medium none;
  border-left: medium none;
}
.afflink-info{
/*  overflow: hidden; */
  zoom: 1;
  line-height: 120%;
  display: inline-block;
}
body.single .post .entry .afflink-info img{
	margin: 0;
}
.afflink-title{
  margin-bottom: 2px;
  margin-left: 10px;
  line-height: 120%;
}
.afflink-manufacturer{
  margin-bottom: 5px;
  margin-left: 10px;
}
.afflink-description{
  margin-top: 7px;
  margin-bottom: 5px;
  margin-left: 10px;
}


/* Skeleton V1.1 の微調整　*/

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .afflink-info { overflow: hidden; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .afflink-image { float: none; }
    }



/*  #768～ (Portrait) 記事一覧の下部の影修正
================================================== */
@media only screen and (min-width: 768px) {
	.container_top article.post:after {
		content:".";
		background:url(images/box-shadows.png) no-repeat 0 -11px; background:url(images/box-shadows.png) no-repeat 0 -1.1rem;
		width:100%;
		height:10px; height:1.0rem;
		display:block;
		text-indent:-9999px; text-indent:-9999rem;
		position:absolute;
		bottom:-10px; bottom:-1.0rem;
		left:3px; left:0.3rem;
		}
	body.single .container_top article.post:after,
	body.page .container_top article.post:after {
		background:url(images/box-shadows.png) no-repeat 0 -55px; background:url(images/box-shadows.png) no-repeat 0 -5.5rem;
		left:10px; left:1.0rem;
		bottom:-15px; bottom:-1.5rem;
		height:15px; height:1.5rem;
		}
	.container_top article.post:after,
	body.single .container_top article.post:after,
	body.page .container_top article.post:after {
		background-position:1px -70px;
		}
}

/*TOPソート　FILTER BY　1行にする */
#primary-nav ul.nav-listing li {
	display:inline;
	float:left;
	margin:0 12px 10px 0; margin:0 1.2rem 1.0rem 0;
}
/*右サイド、「最近の投稿」の横幅調整上書き　/wp-content/plugins/newpost-catch/style.cssの部分*/
#npcatch .title {
    width: 100%;
    float:none;
}
/*TOP、ソート部分の▲を非表示*/
#btn-nav-opt {
	display:none !important;
}
/*全体 横スクロールバーが出現するように変更*/
html, body {
  overflow-x:visible;
}
body.home{
	overflow:visible;
}	
@media only screen and (max-width: 767px) {
  html, body {
    overflow-x:hidden;
  }
  body.home{
    overflow:hidden;
  }	
}


/* ページ分割リンクのデザイン（久富追加）
---------------------------------------------------------- */

.page-link {
	clear:both;
/*	padding-top:20px; padding-top:2.0rem; */
	text-align: center;
	margin-bottom:50px; margin-bottom:5.0rem;
	} 

.page-link a {
	border: solid 1px #aaaaaa;
	background-color: #f7e29e;
	padding: 5px 10px;
	margin: 0 10px;
	}

.page-link a:hover {
	background: #F60;
	}

.page-link span {
	padding: 5px 10px;
	color: #888888;
/*	background: #dddddd; */
	}

.page-link a span {
	padding: 0;
	color: black;
	background: none;
	}

/************************************
** 2016/05/13 《responsive_pagination≫
** includes/functions.php
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
}
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination a {
  font-weight: 300;
  padding-top: 1px;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:29px;
  min-height:29px;
}
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
  /*border-color:#8AB7AC;*/
}
.pagination li:first-of-type a {
  border-left-width: 1px;
}
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  padding:0 10px;
}
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* 2017年10月18日　久冨追加
---------------------------------------------------------- */
#sidebar h3 {
	font-size:20px;
	font-size:2.0rem;
	margin-bottom:10px;
	margin-bottom:1.0rem;
	color:#000;
}
ul.sga-ranking {
	list-style:none;
	margin-bottom:0px;
	margin-bottom:0rem;
	margin-left:0px;
	margin-left:0rem;
}
.sga-ranking-list figure {
	float:left;
	margin-right:10px;
	width:96px;
	height:54px;
}
li.sga-ranking-list {
	overflow:hidden;
}
.sga-ranking-list {
	margin:0.8rem 0;
	padding-bottom:0.8rem;
	border-bottom:1px solid
	#e1e1e1;text-align:left;
}
.sga-ranking-list::after {
	clear:both;
	content:"";
	display:block;
}
.sga-ranking-list:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.sga-ranking-list figure a {
	display:inline;
}
.sga-ranking-list a {
	overflow:hidden;
	line-height:1.4;
}
.sga-ranking-title {
	overflow:hidden;
}

