@charset "utf-8";

/*
Theme Name: hijiriworld Web
Version: 1.0
Author: hijiri
Author URI: http://hijiriworld.com/web/
*/

/**
* Reset CSS
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

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,
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/**
* WordPress Native Styles
*/

p {
	display: block;
	margin-bottom: 1em;
	line-height: 1.5em;
}

strong { font-weight: bold; }
em { font-style: italic; }


/* img */

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.clearfix { *zoom: 1; overflow: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.t-alignleft { text-align: left; }
.t-alignright { text-align: right; }
.t-aligncenter { text-align: center; }


/**
* OOCSS
*/

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 0;
}


small, .small {
	font-size: 12px;
	line-height: 1.2em;
}

.table-cell-wrap {
	display: table;
	width: 100%;
}
.table-cell-wrap > * {
	display: table-cell;
	vertical-align: middle;
	max-width: 1px; /* for ellipsis */
}	
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**
* Base CSS
*/

html, body {
	overflow-x: hidden;
}
body {
/*
	font-size: 13px;
	font-family: 'Apple TP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*/
/*
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
*/
	font: 13px Arial,Helvetica,sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;	/* for iOS */
	-webkit-touch-callout: none;	/* for iOS */
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 36px;
	line-height: 50px;
}
h2 {
	font-size: 24px;
	line-height: 40px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	
}
h6 {
	
}

.home h1 {
	font-size: 18px;
	padding-left: 12px;
}
.single h2,
.page h2 {
	margin: 0 0 40px 0;
}
.single h2:first-child,
.page h2:first-child {
	margin-top: 0;
}
#sidebar h2 {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	border: 0;
}
.post-list h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	border: 0;
}
.single h3,
.page h3 {
	margin: 30px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}
.single h4,
.page h4 {
	margin: 20px 0;
}


/**
* table
*/

table {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-spacing: 2px;
	border-color: grey;
	
	margin: 30px 0;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th,
td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	text-align: left;
	background-color: #fff !important;
	border-top: 1px solid #ddd;
}
th {
	font-weight: bold;
}
table>thead>tr>th,
table>thead>tr>td {
	border-bottom: 2px solid #ddd;
	border-top: 0;
}


/**
* list
*/

ul {
	list-style-type: disc;
}
li>ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}


/**
* others
*/

hr {
	margin: 50px 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
	background-color: #999;
}

/**
* note
*/

.note {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
	border-left-color: #ccc;
}
.note h4 {
	color: #666;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1em;
}
.note p:last-child {
	margin-bottom: 0;
}	
	.note-red { border-left-color: #ce4844; }
	.note-red h4 { color: #ce4844; }
	
	.note-blue { border-left-color: #1b809e; }
	.note-blue h4 { color: #1b809e; }

	.note-green { border-left-color: #4cae4c; }
	.note-green h4 { color: #4cae4c; }

	.note-yellow { border-left-color: #aa6708; }
	.note-yellow h4 { color: #aa6708; }
	
.label {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
	text-indent: 0;
	margin: 20px 0;
}
.label-red {
	background-color: #b94a48;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

#title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
}
	#title a {
		-webkit-tap-highlight-color: rgba(0,0,0,0); /* for Andorid */
		text-decoration: none;
		color: inherit;
	}
	
a {
}
#sidebar a {
	color: inherit;
}

img {
	max-width: 100%;
	vertical-align: top;
}

.wrapper { padding: 12px; }

/* Structure */

#page {
	width: 1024px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

/* header */

#header {
	width: 100%;
	padding: 60px 0 40px;
	text-align: center;
}

/* container */

#main {
	width: 100%;
	margin-bottom: 50px;
}
#article {
	float: left;
	width: 714px;
}

#sidebar {
	width: 260px;
	float: right;
}
	.side-nav {
		margin-bottom: 40px;
	}
	.gnav-unit {
		padding: 8px 0;
	}
	.sidenav-menu a {
		font-size: 12px;
		display: block;
		text-decoration: underline;
		margin-bottom: 8px;
	}
	.sidenav-menu a:hover {
		color: black;
	}

#footer {
	padding: 40px 0 60px;
	text-align: center;
}

	#copyright {
		text-align: center;
		padding-top: 12px;
		margin-top: 30px;
	}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Module CSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#search-wrap {
	display: block;
	margin: 30px auto 0;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
	cursor: pointer;
	
	-moz-transition:	background-color 0.2s linear, border-color 0.2s linear;
	-webkit-transition:	background-color 0.2s linear, border-color 0.2s linear;
	-o-transition:		background-color 0.2s linear, border-color 0.2s linear;
	-ms-transition:		background-color 0.2s linear, border-color 0.2s linear;
	transition:			background-color 0.2s linear, border-color 0.2s linear;
}
#search-wrap:hover {
	background-color: #EEE;
	border-color: #EEE;
}
#search-input:focus {
	outline: none;
}
#search-input {
	width: 100%;
	height: 16px;
	padding: 12px 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}


.search #search-wrap {
	width: 300px;
	padding-left: 20px;
	background-color: white;
	border: 1px solid #E3E3E3;
}

.search #search-input {
	width: 262px;
}

.post-list {
	border-bottom: 1px solid #EEE;
}
.post-list li {
	border-top: 1px solid #EEE;
}
.post-list li a {
	display: block;
	padding: 12px;
	color: inherit;
	text-decoration: none;
}



.post_excerpt {
	font-size: 11px;
	color: #666;
}
.post_excerpt p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post_content {
	
}
.post_content img {
	margin: 30px auto;
}

ul.children {
	margin-left: 30px;
	font-size: 10px;
}
.post_date {
	font-size: 11px;
	color: #888;
	margin-bottom: 2px;
}
	.sub-text {
		font-size: 11px;
		color: #888;
	}

#moreDisp-wrap-wrap {
	margin-top: 30px;
}
#moreDisp-wrap {
	height: 80px;
	text-align: center;
}

#moreDisp {
	display: block;
	width: 80px;
	margin: 0 auto;
	line-height: 80px;
	cursor: pointer;
	background-color: #F7F7F7;
	border-radius: 80px;
	
	-moz-transition:	background-color 0.2s linear;
	-webkit-transition:	background-color 0.2s linear;
	-o-transition:		background-color 0.2s linear;
	-ms-transition:		background-color 0.2s linear;
	transition:			background-color 0.2s linear;
	
}
#moreDisp:hover {
	background-color: #EEE;
}

#moreLoading {
	display: none;
	width: 30px;
	height: 30px;
	margin: auto;
}

#fnav {
	display: inline-block;
}
#fnav li {
	float: left;
}
#fnav li:not(:last-child) {
	margin-right: 8px;
}

/* loading */

#loading {
	z-index: 999;
	background: white;
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	width: 100%
}

/* table-cell > fixed cell */

.cell-menu-open	{ width: 50px; }
.cell-arrow		{ width: 22px; text-align: right; }
.cell-hijiri	{ width: 100px; }

/* sprites */

.sprite {
	display: inline-block;
	text-indent: -9999px;
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sprites.png);
	background-repeat: no-repeat;
	-webkit-background-size: 93px 629px;
	background-size: 93px 645px;
}


.sprite-hijiri-on{ background-position: 0 0; width: 93px; height: 93px; } 
.sprite-hijiri{ background-position: 0 -98px; width: 93px; height: 93px; } 
.sprite-icon-contact:hover{ background-position: 0 -196px; width: 44px; height: 44px; } 
.sprite-icon-contact{ background-position: 0 -245px; width: 44px; height: 44px; } 
.sprite-icon-facebook:hover{ background-position: 0 -294px; width: 44px; height: 44px; } 
.sprite-icon-facebook{ background-position: 0 -343px; width: 44px; height: 44px; } 
.sprite-icon-open{ background-position: 0 -392px; width: 22px; height: 16px; } 
.sprite-icon-rss:hover{ background-position: 0 -413px; width: 44px; height: 44px; } 
.sprite-icon-rss{ background-position: 0 -462px; width: 44px; height: 44px; } 
.sprite-icon-search{ background-position: 0 -511px; width: 20px; height: 20px; } 
.sprite-icon-twitter:hover{ background-position: 0 -536px; width: 44px; height: 44px; } 
.sprite-icon-twitter{ background-position: 0 -585px; width: 44px; height: 44px; }
.sprite-icon-arrow{ background-position: 0 -634px; width: 10px; height: 11px; } 




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Plugins CSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* plugin Contact Form 7 */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea
{
	padding: 6px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #CCC;
	box-shadow: 1px 1px 1px rgba(200, 200, 200, 0.2) inset;
	border-radius: 3px;
}

.wpcf7 dt {
	color: #666;
	margin-bottom: 10px;
}
.wpcf7 dd {
	margin-bottom: 10px;
}
.wpcf7 .wpcf7-submit {
	display: block;
	padding: 4px 20px;
	border: 1px solid #CCC;
	border-radius: 3px;
	text-align: center;
	color: inherit;
	vertical-align: middle;
	
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, #F7F7F7),color-stop(1, #E0E0E0));
	background-image: linear-gradient(#F7F7F7 0%, #E0E0E0 100%);

	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
}
.wpcf7 .wpcf7-response-output {
	margin: 0;
	padding: 8px 35px 8px 14px;
	border-radius: 4px;
}
	.wpcf7 .wpcf7-validation-errors {
		padding: 0;
		color: #B94A48;
		border: none;
	}
	.wpcf7 .wpcf7-mail-sent-ok {
		padding: 0;
		color: #3A87AD;
		border: none;
	}
	
.wpcf7 span.wpcf7-not-valid-tip, .wpcf7 span.wpcf7-not-valid-tip-no-ajax {
	position: static;
	display: none;
}

.wpcf7 .wpcf7-not-valid {
	background-color: #fcedf0 !important;
}
.wpcf7 .wpcf7-captchac {
	margin: 0;
}

.page-numbers { padding-right: 20px; }
.page-numbers.current { font-size: 20px; }

/* comment */

#comments {
	font-size: 12px;
}


/* syntax */

pre {
	padding: 10px;
	font-family: Monaco, 'Lucida Console', monospace;
	font-size: 12px;
	line-height: 1.2em;
	overflow: auto;
	border-image: initial;
}
.post_content pre {
	background-color: black;
	color: #ccc;
}

/* social button */

.social_button {
	padding: 20px 0;
}

.social_button li {
	float: left;
	margin-right: 10px;
}
.social_button .facebook {
	margin-right: 0;
}
/* goto-top link */

#goto-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
}

#goto-top-bg {
	width: 60px;
	height: 60px;
	display: block;
	opacity: 0.5;
	background: #333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor: pointer;
}
#goto-top-bg:hover {
	opacity: 0.9;
	cursor: pointer;
}
.arrow-top {
	width: 16px;
	height: 16px;
	float: left;
	position: absolute;
	top: 24px;
	left: 18px;
	border: 4px solid transparent;
	border-left-color: white;
	border-top-color: white;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	cursor: pointer;
}

.gravatar {
	width: 100px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }

.switch-lang li {
	float: left;
	background-color: #E3E3E3;
}
.switch-lang li.active {
	background-color: #F7F7F7;
}
.switch-lang li a {
	color: #333 !important;
	display: block;
	padding: 10px 20px;
	text-decoration: none !important;
}

/* commnets */
ul.comments-list {
	list-style: none;
	padding-left: 0;	
}

.comments-list > li {
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.comments-list ul.children {
	list-style: none;
	padding-left: 0;
	margin-top: 1em;
}
.comments-list .comment-meta {
	margin: 0.5em 0;
}

@media ( max-width: 1024px ) {
	
	html, body {
		overflow-x: hidden;
	}
	body {
		font: 13px Arial,Helvetica,sans-serif;
		color: #222;	
		-webkit-text-size-adjust: none;	/* for iOS */
		-webkit-touch-callout: none;	/* for iOS */
	}
	#header {
		padding: 20px;
	}
	#search-wrap {
		margin-top: 10px;
	}
	#footer {
		padding: 20px;
	}
	#copyright {
		margin-top: 0;
	}
	#page {
		width: 100%;
		height: auto;
		position: relative;
	}
	#container {
		padding: 0 20px;
		height: auto;
		position: relative;
	}
	#article {
		max-width: 100%;
	}
	#sidebar {
		display: none;
	}

}


/*
.post-sns-btns a span {
	height: 0;
	width: 100%;
	padding-bottom: 55.85586%;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
*/
.post-sns-btns a span {
	height: 30px;
	width: 60px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.post-sns-btns a.facebook span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_facebook.png);
}
.post-sns-btns a.twitter span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_twitter.png);
}
.post-sns-btns a.line span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_line.png);
}
.post-sns-btns a.hatebu span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_hatebu.png);
}
.post-sns-btns a.pocket span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_pocket.png);
}
.post-sns-btns a.google span {
	background-image: url(/prx/000/http/hijiriworld.com/web/wp-content/themes/hijiriworld_web/images/sns/label_post_google.png);
}
