/*
	Theme Name: Konetacho
	Theme URI: http://www.konetacho.com/
	Description: Theme for Present Konetacho.
	Author: Stylegraph Inc.
	Author URI: http://stylegraph.com/
	Version: 5.0
*/

@charset 'utf-8';
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Tags */
body {
	margin: 0 auto;
	padding: 0;
	background: url(image/background.png) repeat-y;
	background-size: 100%;
	color: #555;
	font-weight: normal;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	
	/*----------クリスマス背景----------
	background-image:
		url(image/background-Xmas.png),
		url(image/background-Xmas2.png);
	background-repeat:
		repeat-y,
		repeat-y;
	background-position:
		right 0,
		left 0;
	background-size: 50px auto;
	background-attachment: fixed;
	
----------バレンタイン背景----------
	background-image:
		url(image/background-Valentine.png),
		url(image/background-Valentine2.png);
	background-repeat:
		repeat-y,
		repeat-y;
	background-position:
		right 0,
		left 0;
	background-size: 80px auto;
	background-attachment: fixed;
----------ホワイトデー背景----------
		background-image:
		url(image/background-Whiteday.png),
		url(image/background-Whiteday2.png);
		background-repeat:
		repeat-y,
		repeat-y;
		background-position:
		right 0,
		left 0;
		background-size: 60px auto;
		background-attachment: fixed;
-------------------------------*/
}

p {
	line-height: 2.2em;
	font-size: 1em;
}

h1 {
	font-size: 2.82em;
	font-weight: normal;
}
.home h1 {
	padding-top: 65px;
	height: 0;
	overflow: hidden;
	background: url(image/recentposts.png) no-repeat;
}

h2 {
	font-size: 1.62em;
	font-weight: normal;
}

h3 {
	font-size: 1.41em;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
	overflow: scroll;
}

img {
	height: auto;
	max-width: 100%;
	border-width: 0;
	-ms-interpolation-mode: bicubic;
}

a {
	text-decoration: none;
	color: #555;
}

iframe {
	width: 100%;
}
cite {
	font-size: .9em;
}

input {
	padding: 5px;
	font-size: 1.2em;
}
input[type=submit] {
	padding: 5px 10px;
	border: none;
	border-radius: 3px;
	background-color: #ccc;
	color: #fff;
}

header {
	position: relative;
	width: 100%;
	margin: auto;
	/*--- バレンタインヘッダー ---
	height: 40px;
	background-image: url(image/header-Valentine.png);
	background-repeat: repeat-x; 
	background-size: 250px auto; 	*/
}
header p {
	text-align: center;
	margin: 5px 0;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #999;
	letter-spacing: 2px;
}

.topcontentinner {
	width: 980px;
	margin: auto;
}
.topcontentinner .column article {
	width: 47.3%;
}
.topcontentinner .column article:hover {
	box-shadow: none;
}

nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 54px;
	width: 100%;
}
nav ul {
	padding-left: 0;
	list-style-type: none;
	margin: 0 auto;
	width: 672px;
}
nav li {
	float: left;
}
nav ul a {
	display: block;
	position: relative;
	width: 84px;
	padding: 17px 0 17px 0;
	text-align: center;
}
nav a:hover {
	text-decoration: underline;
	color: #555;	
}
nav a.active:before,
nav .searchicn.active #search:before {
	display: block;
	z-index: 99;
	position: absolute;
	top: 45px;
	right: 40px;
	width: 20px;
	height: 20px;
	background-color: rgba(247,245,242,0.95);
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
nav .inner-nav ul ul {
	display: none;
	width: 240px;
	z-index: 98;
	margin: -1px 0 0 -75px;
	padding: 10px;
	background-color: rgba(247,245,242,0.95);
	position: absolute;
}
nav ul ul a {
	width: 110px;
	padding: 5px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
nav ul ul a:hover {
	text-decoration: underline;
}

nav ul ul li {
	width: 120px;
}
.scroll nav {
    	width: 100%;
	background-color:  rgba(255, 255, 255, .9);
	border-top: none;
	position: fixed;
	z-index: 1;
	top: 0;
	-webkit-transition: .5s;
      	  transition: .5s;
}
.scroll nav ul {
	width: 100%;
}

.scroll nav a:hover {
	text-decoration: underline;
}
.scroll .inner-nav {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}


.child {
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}
.child li {
	float: left;
}
.child a {
	height: 25px;
	padding: 5px;
	line-height: 25px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

aside h4 {
	font-size: 1.62em;
	font-family: Cinzel;
	font-weight: bold;
}

footer {
	clear: both;
}

footer aside h4 {
	padding: 30px 10px 10px;
}

.home .related {
	display:none;
}
.home footer .recent {
	display: none;
}

.related h4 {
	width: 980px;
	margin: 0 auto;
	border-top: none;
	padding: 0;
	padding-top: 65px;
	height: 0;
	overflow: hidden;
	background: url(image/related.png) 0 100% no-repeat;
	background-size: 30%
}

.recent h4 {
	width: 980px;
	margin: 0 auto;
	border-top: none;
	padding: 0;
	padding-top: 65px;
	height: 0;
	overflow: hidden;
	background: url(image/recentposts.png) 0 100% no-repeat;
	background-size: 30%
}

.mostviewd h4 {
	width: 980px;
	margin: 0 auto;
	border-top: none; 
	padding: 0;
	padding-top: 65px;
	height: 0;
	overflow: hidden;
	background: url(image/mostviewed.png) 0 100% no-repeat;
	background-size: 30%
}

/* Classes */
.logo {
	clear: left;
	margin-bottom: 30px;
}
.logo a {
	display: block;
	background: url(image/logo.png) no-repeat;
	width: 284px;
	height: 0;
	padding-top: 81px;
	overflow: hidden;
	margin: auto;
}
.logo-scroll a {
	display: block;
	float:left;
	background: url(image/logo.png) 50% 30% no-repeat;
	background-size: 55%;
	width: 256px;
	height: 0;
	padding-top: 55px;
	overflow: hidden;
	margin: auto;
	visibility: hidden;
}
.scroll .logo-scroll a {
	visibility: visible; 
}

.nav {
	display: none;
}
.search {
	display: block;
	width: auto;
	height: 0;
	cursor: pointer;
}
#search {
	display: block;
	float: right;
	width: 84px;
	height: 0;
	border-radius: 3px;
	padding-top: 54px;
	background: url(image/icon/search.png) no-repeat 50% 50%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.form {
	visibility: hidden;
	z-index: 98;
	top: 188px;
	position: absolute;
	z-index: 98;
	margin: -1px 0 0 -110px;
	padding: 10px;
	background-color: rgba(247,245,242,0.95);
}
.active .form {
	visibility: visible;
	text-align: right;
}
.scroll .form {
	top: 56px;
}

.container  {
	background-color: #fff;
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0 25px;
	overflow-y: auto;
}
.home .container,
.archive .container  {
	background-color: transparent;
	margin-bottom: 50px;
}
.single .container,
.archive .container  {
	padding: 30px 0px 0;
}

.main {
	float: left;
	width: 650px;
}

.single .main a:hover {
	color: #FD8887;
	text-decoration: underline;
}
.category .main li,
.single .main li {
	line-height: 2.5em;
}
.category .main .point,
.single .main p a,
.single .main li a {
	background-color: #ffff66;
}
.single .main cite a,
.single .main .get a,
.single .main .source a {
	background-color: transparent;
	text-decoration: underline;
}


.main p {
	letter-spacing: 1px;
}

.sidebar {
	width: 270px;
	float: right;
	padding: 0 15px;
}

.column {
	clear: both;
	overflow: auto;
	margin-left: -2.65%;
}
.column article {
	position:relative;
	float: left;
	width: 47%;
	margin: 0 1.5% 10% 1.5%;
	background-color: #fff;
	font-size: 0.9em;
	overflow: hidden;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.column article:hover {
	box-shadow: -1px 5px 10px 5px rgba(0,0,0,0.1); 
}
/*--------------------
.column article:before {
	display: block;
	position: absolute;
	top: 30px;
	left: 200px;
	width: 200px;
	height: 30px;
	background-color: rgba(255,191,191,0.90);
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
-----------------------*/
.column h3,
.column div {
	height: 2.8em;
	margin: 10px;
	overflow: hidden;
}
.column .thumbnail {
	height: auto;
	margin: 0;
	overflow: hidden;
}
.column .thumbnail a {
	display: block;
	height: 0;
	padding-top: 200px;
	background-position: 50% 50%;
	background-size: cover;
}

.info {
	padding: 25px;
	margin: 30px 0 50px 0;
	background-color: #f7f5f2;
	overflow: auto;
}

.info-present {
	float: right;
	height: 145px;
}

.meta {
	position: relative;
	min-height: 3em;
	padding-left: 24px;
	font-size: 0.9em;
	margin: 2em 0 0 0;
}
.meta:before {
	display: block;
	position: absolute;
	left: 0;
	width: 14px;
	height: 25px;
	background-color: #ffea00;
	content: '';
}
.meta:after {
	display: block;
	position: absolute;
	top: 20px;
	left: 2px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.meta a {
	color: #999;
}
.meta a:hover {
	text-decoration: underline;
	color: #FD8887;
}

.date {
	position: relative;
	margin: .5em 0 2em 0;
	padding-left: 24px;
}
.date:before{
	display: block;
	position: absolute;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #009acd;
	content: '';
}
.date:after{
	display: block;
	position: absolute;
	top: 5px;
	left: 1px;
	width: 16px;
	height: 12px;
	background-color: #fff;
	content: '';
}

.pagination {
	margin: 4em 0;
	text-align: center;
	overflow: hidden;
}

.pagination a,
.pagination span {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin: 0 5px 1px 5px;
	border-bottom: 1.7px solid #ccc;
	line-height: 48px;
}
.home .pagination a,
.home .pagination span, 
.category .pagination a, 
.category .pagination span,
.search .pagination a, 
.search .pagination span,
.archive .pagination a,
.archive .pagination span  {
	background-color: #f5f5f5;
	border-radius: 23px;
}
.home .pagination a:hover,
.archive .pagination a:hover,
.category .pagination a:hover {
	background-color:  #ccc;
	color : #fff;
}

.pagination .prev a,
.pagination .next a {
	position: relative;
	display: block;
	width: 200px;
	height: 50px;
	border-width: 0;
	font-size: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
}

.pagination .prev a {
	padding-right: 45px;
}
.pagination .next a {
	padding-left: 45px;
}

.pagination .prev a:before,
.pagination .next a:before,
.pagination .prev a:after,
.pagination .next a:after {
	display: block;
	position: absolute;
	top: 18px;
	width: 15px;
	height: 15px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pagination .prev {
	float: right;
	text-align: right;
	overflow: hidden;
	background: url(image/icon/prev.png) no-repeat 100% 50%;
}
.pagination .prev:hover {
	background: url(image/icon/prev-on.png) no-repeat 100% 50%;
}

.pagination .next {
	float: left;
	text-align: left;
	overflow: hidden;
	background: url(image/icon/next.png) no-repeat 0% 50%;
}
.pagination .next:hover {
	background: url(image/icon/next-on.png) no-repeat 0% 50%;
}

.sponsor ul {
	clear: both;
	overflow: auto;
	padding-left: 0;
	list-style-type: none;
	overflow: hidden;
}

.home aside.adsense {
	height: auto;
	margin-top: 50px;
	clear: both;
}
.main aside.adsense {
	height: auto;
	margin: 2em 0 5em 0;
}
aside.adsense {
	height: auto;
	margin-bottom: 30px;
}
.adsense {
	max-width: 100%;
	overflow: hidden;
}
.adsense ins {
	margin: auto;
}

.feel.good {
	display: none;
}

.description,
blockquote {
	background-color: #f7f5f2;
	padding: 3em;
	margin-bottom: 2em;
}

blockquote {
	margin: 0 0 2em 0;
	position: relative;
}

blockquote::before {
	content: url(image/quote.png);
	margin-right: 15px;
	position: absolute;
	top: 15px;
	left: 15px;
} 

blockquote::after {
	content: url(image/quote-end.png);
	margin-left: 15px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.info .description,
.info blockquote {
	background-color: #fff;
}

.get {
	padding: 3em;
	background: url(image/get.png) no-repeat 95% 50%;
	background-size: 15%;
	background-color: #f7f5f2;
	margin: 0;
}
.source {
	padding: 3em;
	background: url(image/source.png) no-repeat 95% 50%;
	background-size: 15%;
	background-color: #f7f5f2;
	margin: 0;	
}

.source p, 
.get p {
	padding: 5px 0;
	line-height: 2em;
}

.yahoo {
	display: block;
	background: url(image/yahoo.png) no-repeat;
	background-size: contain;
	width: 130px;
	height: 0;
	padding-top: 25px;
	margin:15px 20px;
	overflow: hidden;
}
.rakuten {
	display: block;
	background: url(image/rakuten.png) no-repeat;
	background-size: contain;
	width: 56px;
	height: 0;
	padding-top: 25px;
	margin: 15px 20px;
	overflow: hidden;
}
.amazon {
	display: block;
	background: url(image/amazon.png) no-repeat;
	background-size: contain;
	width: 102px;
	height: 0;
	padding-top: 25px;
	margin:15px 20px;
	overflow: hidden;
}

footer .column {
	width: 980px;
	margin: auto;
}
footer .column article {
	background-color: transparent;
	width: 22%;
	margin: 1% 1.5% 2% 1.5%;
}
footer .mostviewd .meta::after,
footer .related .meta::after {
	background-color: #f7f5f2;
}

.related,
.mostviewd {
	background-color: #f7f5f2;
}


footer .social {
	padding: 2em 0 0 0;
	text-align: center;
}

.copyright {
	margin: 2em;
	text-align: center;
	font-size: 0.8em;
}
 
.social {
	padding: 1em;
	text-align: center;
}

.social ul {
	float: right;
	width: 70%;
}
.social a {
	padding: 0 10px 10px 10px;
}
.social img {
	width: 48px;
}

.main .social li {
	list-style: none;
	float: right;
	line-height: 0;
	margin: 0 10px;
}

.main .social li a {
	background-color: transparent;
	padding: 0;
}

.main .social li img {
	width: 82px;
}

.main .social {
	text-align: right;
	background: url(image/share.png) no-repeat 10% 50%;
	background-size: 30%;
	border: dotted  2px #eee;
	overflow: auto;
}
.sidebar .social {
	background: url(image/follow.png) no-repeat 70% 50%;
	height: 201px;
	width:262px;
}
.sidebar .social a {
	padding: 0px 5px 10px 0px;
	float: right;
	top: 120px;
	right: 100px;
	position: relative;
}

.single .main {
	float: left;
	width: 640px;
}
.single .sidebar,
.archive .sidebar {
	float: right;
	width: 270px;
	margin-top: 30px;
	padding: 0 15px;
	overflow: hidden;
}
.sponsor li {
	float: left;
	width: 50%;
	text-align: center;
}
.sponsor img {
	width: 97%;
}

.column article .thumbnail img {
	transition: .5s;
}
.column article:hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
/* WordPress Styles */
.page-top {
	position: fixed;
	background: url(image/page-top.png) no-repeat;
    	height: 0;
    	width: 50px;
    	padding-top: 50px;
	overflow:hidden;
	bottom: -100px;
	right: 24px;
    	-webkit-transition: .5s;
	transition: .5s;
}
.scroll .page-top {
	display: block;
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
		transform: translateY(-150px);
}
.scroll .page-top:hover {
	background: url(image/page-top-on.png) no-repeat;
	-webkit-transition: .0;
	transition: 0; 
}

/* WordPress Styles */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 20px 0 0; }
.alignright { float: right; margin: 0 0 0 20px; }

@media only screen and (max-width: 1189px) {
	.toolbar {
		height: 110px;
		overflow: hidden;	
	}
	
	.scroll .page-top img {
		visibility: hidden;
	}
	.scroll .page-top {
		background: url(image/page-top.png) no-repeat;
		height: 0;
		padding-top: 50px;
		overflow:hidden;
	}
	
	nav {
		clear: both;
		border: none;
		position: fixed;
	}
	.active nav {
		display: block;
		width: 100%;
		z-index: 100;
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		height: 100%;
		background-color:  rgba(255, 255, 255, .9);
	}
	
	nav ul a {
		position: relative;
		width: auto;
		padding: 10px 0 5px 25px;
		text-align: left;
	}

	.nav {
		display: block;
		float: right;
		width: 54px;
		height: 0;
		border-radius: 3px;
		padding-top: 54px;
		background: url(image/icon/nav.png) no-repeat 50% 50%;
		overflow: hidden;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
	}
	.active .nav {
		background: url(image/icon/nav-active.png) no-repeat 50% 50%;
		background-size: 56px;
	}
	
	.searchicn,
	.scroll .searchicn {
		width: 100%;
	}

	#search {
		display: none;
	}
	
	.form {
		margin-top: 0;
		text-align: center;
		width: 100%;
		background-color: rgba(247,245,242,1);
		border-radius: 3px;
		padding: 8px 0;
		float: right;
		position: static;
	}
	.active .form {
		padding: 8px 0;
		text-align: center;
	}
	.scroll .form {
		width: 100%;
	}

	.scroll nav ul {
		margin: 0 auto;
	}
	.scroll nav ul ul {
		width: auto;
		padding: 10px;
	}
	
	.cat-item-1 > a,
	.cat-item-110 > a,
	.cat-item-16 > a,
	.cat-item-3 > a,
	.cat-item-15 > a,
	.cat-item-27 > a,
	.cat-item-248 > a {
		background-image: none;
	}

	nav ul a:before {
		float: right;
		display: block;
		position: relative;
		top: 0;
		right: 27px;
		width: 13px;
		height: 13px;
		background-color: #555;
		content: '';
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	nav ul a:after {
		float: right;
		display: block;
		position: relative;
		top: -2px;
		right: 14px;
		width: 13px;
		height: 13px;
		background-color: rgba(247,245,242,1);
		content: '';
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	nav ul a.active:before {
		top: 17px;
		right: 27px;
		width: 13px;
		height: 13px;
		background-color: rgba(247,245,242,1);
	}
	nav ul a.active:after {
		top: 5px;
		right: 27px;
		width: 13px;
		height: 13px;
		background-color: #555;
	}
	
	.children a:before, 
	.children a:after {
		display: none;
	}
	
	.active nav .inner-nav ul {
		visibility: visible;
	}
	nav .inner-nav ul {
		margin-top: 1px;
		width: 100%;
		overflow: visible;
		position: absolute;
		z-index: 2;
		top: 54px;
		visibility: hidden;
	}

	nav li {
		width: 100%;
		background-color: rgba(247,245,242,1);
		border-bottom: solid 1px #fff;
		padding: 8px 0;
	}
	nav  .inner-nav ul ul {
		width: auto;
		border: 1px solid #555;
		margin: auto;
		margin-top: 8px;
		padding: 10px;
		background-color: #fff;
		position: relative;
		overflow-y: auto;
		top: 0;
	}
	nav li ul li {
		background-color: #fff;
		width: 49.4%;
	}
	
	.container {
		padding: 30px 0 0;
	}	
	.main {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 979px) {
	body {
		width: auto;
		padding: 0;
	}
	
	.logo {
		margin-bottom: 0;
	}
	
	.container {
		width: auto;	
	}
	
	.main,
	.sidebar,
	.single .main,
	.single .sidebar,
	.archive .sidebar,
	.related h4,
	.recent h4,
	.mostviewd h4 {
		clear: both;
		float: none;
		max-width: 680px;
		width: 92%;
		margin: 0 auto;
	}
	.single .sidebar .adsense {
		display: none;
	}

	.single .sponsor li {
		float: left;
		width: 29.5%;
	}
	
	.sidebar .social {
		margin: auto;
	}
	.twitter {
		display: none;
	}
	
	.sponsor ul {
		text-align: center;
	}
	
	.sponsor li,
	.single .sponsor li {
		width: 31.3%;
		float: left;
		margin: 1%;
	}
	
	.main {
		width: 650px;
		float: none;
		margin: auto;
	}
	
	.main aside.adsense {
		margin: 2.5em 0;
	}
	
	footer .column{
		width: 92%;
		margin: 0 auto;
		max-width: 680px;	
	}
	footer .column article {
		width: 47%;
	}
	footer .related h4,
	footer .recent h4,
	footer .mostviewd h4 {
		background-size: 40%;
		padding-top: 55px;
	}
}

@media only screen and (max-width: 579px) {
	body {
		padding: 0;
		background : #fff;
	}
	
	p {
		line-height: 1.8em;
		font-size: 1em;
	}
	.main p {
		letter-spacing: none;
	}
	
	h1 {
		font-size: 1.5em;
		font-weight: bold;
	}
	.home h1 {
		background-size: 80%;
		margin: 0;
		max-width: 350px;
	}
	
	h3{
		font-size: 1.2em;
	}
	
	footer h3{
		font-size: 1em;
		font-weight: bold;
	}

	header p {
		font-size: 0.6em;
		float: left;
		margin-left: 30px;
	}
	
	.logo {
		float: left;
		margin: 0 0 0 60px;
	}
	.logo a {
		display: block;
		background: url(image/logo.png) no-repeat;
		background-size: contain;
		width: 140px;
		height: 0;
		padding-top: 40px;
		overflow: hidden;
	}
	
	.toolbar {
		height:  70px;
		overflow: hidden;
	}
	
	.container,
	.single .container {
		padding: 0 8px;
	}
	
	.main {
		width: auto;
	}
	.main .social {
	background-size: 50%;
	}
	.main .social a {
		padding: 5px;
	}
	.main .social li {
		float: none;
		margin: 15px;
	}
	
	.sidebar,
	.single .sidebar,
	.archive .sidebar {
		margin: auto;
		clear: both;
	}
	.sidebar .social {
		background-size: 200px;
		height: 153px;
		width:200px;
		margin: auto;
	}
	.sidebar .social a {
		top: 90px;
		right: 75px;
	}
	
	.sponsor ul {
		margin-left: 0;
	}
	
	.sponsor li,
	.single .sponsor li {
		width: 46.6%;
		float: left;
		margin: 1% 1.7%;
	}
	
	.pagination {
		margin: 3em 0;
	}
	
	footer .meta {
		padding-left: 15px;
	}
	
	footer .meta:before{
		width: 7px;
		height: 13px;
	}
	footer .meta:after{
		display: block;
		position: absolute;
		top: 10px;
		left: 1px;
		width: 5px;
		height: 5px;
	}
	.column {
		margin-left: 0;
	}
	.column article {
		float: none;
		width: auto;
		margin: 0 0 10% 0;
	}
	
	footer .column h3,
	footer .column div {
		margin: 10px 5px;
		line-height: 1.5em;
	}
	footer .column article {
		border-width: 1px;
		height: 240px;
		width: 46.6%;
		float: left;
		font-size: 0.9em;
		overflow: hidden;
	}
	footer .column .thumbnail {
		height: 135px;
		border-width: 0 0 3px 0;
	}
	footer .column {
		width: auto;
		margin: 0 15px;
	}
	footer .related h4,
	footer .recent h4,
	footer .mostviewd h4 {
		background-size: 80%;
		max-width: 350px;
		margin: 0 15px;
		padding-top: 55px;
	}

	nav .adsense {
		display: none;
	}
	
	.social img {
	width: 36px;
	}
}

/* Device Pixel Ratio Style*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	.logo a {
		background: url(image/logo@2x.png) no-repeat;
		background-size: contain;
		margin: auto;
	}
	.scroll .logo a {
		background: url(image/logo-scroll@2x.png) no-repeat;
		background-size: 70%;

	}
	.nav {
		background: url(image/icon/nav@2x.png) no-repeat 50% 50%;
		background-size: 56px;
	}
	#search {
		background: url(image/icon/search@2x.png) no-repeat 50% 50%;
		background-size: 65px;
	}
}