@charset "utf-8";

/* Theme Name: INZAI */

* {
	margin: 0; padding: 0; vertical-align: bottom;
}

html {
	background-color: #fffafa;
}

body {
	margin: 0 auto; max-width: 1228px;
	font-size: 16px; line-height: 1.5; text-shadow: 1px 1px 1px #dcdcdc;
	background-color: #ffffff; box-shadow: 0 3px 5px rgba(0, 0, 0, .80);
	text-align: justify; text-justify: inter-ideograph; -webkit-text-size-adjust: 100%; word-break: break-all;
}

#site-header {
	padding: 30px;
	background-image: url("/banzai/wp-content/uploads/first-view1.jpg");
	background-position: center; background-repeat: no-repeat;
	background-size: cover; -moz-background-size: cover;
}

#site-header-info {
	margin: 5.0em 0;
	color: #ffffff;
	text-shadow:
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1,
	0 0 5px #4169e1;
}

#site-header-title {
	font-size: 2.0em;
}

#toc_container {
	border-color: #EE87B4!important;
}

#toc_container li {
	list-style-type: decimal !important;
	margin-left: 1.5em!important;
}

#new-list-header {
	width: 4.0em;
	background-color: #EE87B4;
	font-size: 0.9em;
	padding: 3px 5px 0 5px;
	color: #ffffff;
	font-weight: bold;
}

#new-list-area {
	border: 1px solid #EE87B4;
	font-size: 0.9em;
}

.new-list {
	border-bottom: 1px dashed #EE87B4;
	padding: 5px 5px 2px 5px;
}

.new-list:last-of-type {
	border-bottom: 0;
}

.new-list-date {
	display: table-cell;
	width: 6.5em; vertical-align: top;
}

.new-list-title {
	display: table-cell;
}

#wrap {
	width: 100%;
	padding: 30px; display: inline-block;
	box-sizing: border-box;
	min-height: 400px;
}

article {
	float: left; width: 100%;
	margin-right: -330px; padding-right: 330px;
	box-sizing: border-box;
	overflow: hidden;
}

#archive-list, .widget {
	overflow: hidden;
}

.relation-list li {
	margin: 7px 0 0 4px; padding: 0 0 0 1.1em;
	background: url("image/post.png") no-repeat 0 1px;
	background-size: 14px auto;
	line-height: 1.2;
}

aside {
	float: right; width: 300px;
	overflow: hidden;
}

#article-header {
	margin: 30px 0;
}

#article-footer {
	clear: both;
}

#author {
	text-align: right;
}

#main-text h2, #author, #page-page span, .widget {
	margin-top: 30px;
}

aside .widget:first-of-type {
	margin-top: 0;
}

h1 {
	font-size: 1.5em; line-height: 1.2; padding: 5px 0 3px 0;
}

#content-sub-title {
	border-top: 2px solid #EE87B4; padding-top: 5px;
}

h2 {
	font-size: 1.2em; line-height: 1.1; padding: 5px 0;
	margin-bottom: 10px;
}

#main-text h2 {
	border-width: 2px 0;
	border-style: solid;
	border-color: #EE87B4;
	padding: 8px 5px 5px 5px;
	background-image: linear-gradient(
		-45deg,
		#fffafa 25%,
		#faf0e6 25%, #faf0e6 50%,
		#fffafa 50%, #fff 75%,
		#faf0e6 75%, #faf0e6
	);
	background-size: 8px 8px;
}

#main-text p {
	line-height: 1.5em; margin-bottom: 0.5em;
}

.emp {
	font-size: 1.4em; font-weight: bold; color: #ff4500;
	line-height: 1.4;
}

li {
	list-style-type: none;
}

li[class*="menu-item"] {
	display: inline;
}

aside li[class*="menu-item"] {
	display: block;
}

a {
	text-decoration: none; font-weight: bold;
}

img {
	vertical-align: bottom;
	height: auto;
}

.archive-component {
	display: table; width: 100%;
	margin-bottom: 10px; padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
}

.archive-component:last-of-type {
	margin-bottom: 0;
	border-bottom: 0;
}

.attachment-thumbnail {
	width: 100%; height: auto;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .80);
	border-radius: 10px;
	margin-top: 2px;
}

.post-thumbnail {
	width: 90px; padding-right: 10px;
	display: table-cell; vertical-align: top;
}

.post-overview {
	display: table-cell; vertical-align: top;
}

.post-title {
	font-size: 1.2em; line-height: 1.1; padding: 0.05em 0;
	font-weight: bold;
}

.extra-info {
	font-size: 0.7em;
}

#main-text img[class*="wp-image"] {
	display: block; margin: 0 auto;
	padding: 10px 0;
}

#footbar {
	clear: both;
	padding: 0 30px 30px 30px;
}

#site-footer {
	background-color: #EE87B4;
	padding: 10px 0;
}

#site-footer-info {
	text-align: center;
}

#site-footer-title {
	font-size: 1.2em; font-weight: bold;
}

#site-footer-title:before {
	content: url("/banzai/wp-content/uploads/one-point.jpg") "\A";
	white-space: pre;
}

article h2.widget-title {
	display: none;
}

.tag-cloud-link {
	font-size: 0.8em!important;
	display: block;
}

.tagcloud {
	text-align: left;
	-moz-column-count: 3;
	-moz-columns: 3;
	-webkit-columns: 3;
	columns: 3;
	column-gap: 3;
}

/* Sidebar List */

aside h2.widget-title {
	font-size: 1.0em;
	background-color: #EE87B4;
	color: #ffffff;
	text-align: center;
	margin: 0; padding: 5px 0 3px 0;
}

aside ul {
	border: 1px solid #EE87B4;
}

aside ul li {
	border-bottom: 1px dashed #EE87B4;
	font-size: 0.8em;
	padding: 3px;
}

aside ul li:last-child {
	border-bottom: 0;
}

/* Page Navi for Archive */

#page-nav {
	display: table;
	width: 100%;
	font-size: 0.95em; font-weight: bold;
}

#page-prev {
	display: table-cell;
	width: 30%;
	text-align: left;
}

#page-page {
	display: table-cell;
	width: 40%;
	text-align: center;
}

#page-page span {
	display: block;
}

#page-next {
	display: table-cell;
	width: 30%;
	text-align: right;
}

/* Check List */

#main-text .check_list {
	margin-left: 0!important;
	line-height: 1.6;
	font-size: 1.1em; font-weight: bold;
	margin: 1.0em 0;
}

#main-text .check_list li {
	padding-left: 1.2em!important;
	list-style-type: none!important;
	background: url("image/checkbox.png") no-repeat 0 4px;
	background-size: 16px auto;
	color: #333333;
}

/* Table */

#main-text table {
	margin-bottom: 10px;
	font-size: 0.95em;
}

#main-text td {
	padding: 5px;
	vertical-align: top;
}

/* Search Form */

#search-form {
	position: relative;
	border: 1px solid #c0c0c0;
	max-width: 400px;
}

#s {
	height: 32px; width: 100%; color: #333;
	border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;
	border-radius: 0; z-index: 10; padding: 10px 65px 10px 10px;
	box-sizing: border-box;
}

#searchsubmit {
	height: 32px; width: 50px;
	top: 0px; right: 0px; position: absolute;
	border-radius: 0; z-index: 20;
}

*:first-child + html #searchsubmit {
	top: 1px;
}

/* SNS Button */

.snsShareArea {
	margin-top: 30px;
	display: table;
}

.snsShareArea a {
	display: table-cell;
	width: 70px;
	font-size: 11px; font-weight: bold; color: white;
	text-align: center;
	padding: 3px 0;
}

.snsShareArea span {
	font-size: 5px;
}

/* Tag Button */

.tagShareArea {
	margin-top: 30px;
}

.tagShareArea a {
	font-size: 0.9em;
	padding-left: 1.1em!important;
	list-style-type: none!important;
	background: url("image/tag.png") no-repeat 0 4px;
	background-size: 12px auto;
	color: #333333;
}

/* Blog Card */

.card-frame:first-of-type {
	margin-top: 0;
}

.card-frame {
	border: 2px solid #EE87B4;
	margin-top: 1.0em;
}

.card {
	display: table;
	width: 100%;
}

.card .card-thumbnail {
	display: table-cell;
	padding: 12px;
	vertical-align: top;
}

.card .card-thumbnail img {
	width: 100px!important;
	height: 100px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .80);
	border-radius: 50px;
}

.card .card-overview {
	display: table-cell;
	padding: 10px 10px 10px 0;
	vertical-align: top;
}

.card .card-title {
	font-size: 1.2em;
	margin-top: -2px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #EE87B4;
}

/* Site Header Menu */

#site-header-menu {
	padding: 5px 10px;
	background-color: #EE87B4;
}

#site-header-menu li {
	padding-right: 5px;
	font-size: 0.9em;
}

#site-header-menu li:last-child {
	padding-right: 0;
}

/* Site Sub Menu */

#site-sub-menu {
	font-size: 0.8em; padding: 10px 10px 0 10px;
}

#site-sub-menu li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding-right: 5px;
}

#site-sub-menu li:last-child {
	border-right: 0;
	padding-right: 0;
}

/* Site Footer Menu */

#site-footer-menu {
	padding: 3px 0 10px 0;
}

#site-footer-menu li {
	border-right: 1px solid #dcdcdc; padding-right: 5px;
	font-size: 0.9em;
}

#site-footer-menu li:last-child {
	border-right: 0; padding-right: 0;
}

/* Google Map */

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* YouTube */

.movie-wrap {
	height: 0; position: relative;
	padding-bottom: 56.25%; overflow: hidden;
	margin: 10px 0;
}

.movie-wrap iframe {
	height: 100%; width: 100%;
	top: 0; left: 0; position: absolute;
}

@media screen and (max-width: 960px) {
	#site-header {
		background-image: url("/banzai/wp-content/uploads/first-view2.jpg");
		padding: 20px;
	}
	
	#site-header-info {
		margin: 3.0em 0;
	}
	
	#wrap {
		padding: 20px; display: block;
	}

	article {
		float: none;
		margin-right: 0; padding-right: 0;
	}
	
	aside {
		float: none; width: 100%;
	}
	
	.post-thumbnail {
		width: 80px;
	}
	
	#article-header {
		margin: 20px 0;
	}
	
	.snsShareArea {
		margin-top: 20px;
	}
	
	.tagShareArea {
		margin-top: 20px;
	}
	
	#main-text h2, #author, #page-page span, .widget {
		margin-top: 20px;
	}
	
	aside .widget:first-of-type {
		margin-top: 20px;
	}
	
	#footbar {
		padding: 0 20px 20px 20px;
	}

	#site-header-menu,
	#site-footer-menu {
		text-align: left;
		-moz-column-count: 2;
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		column-gap: 2;
		padding: 5px 10px 15px 10px;
	}

	#site-header-menu li,
	#site-footer-menu li {
		display: block;
		border-right: 0;
		line-height: 1.4em;
		padding: 5px 0 3px 0;
		border-bottom: 1px dashed #ffffff;
	}
}

@media screen and (max-width: 600px) {
	#site-header {
		padding: 10px;
		background-image: url("/banzai/wp-content/uploads/first-view3.jpg");
		background-position: right; background-repeat: no-repeat;
	}
	
	#site-header-info {
		margin: 0;
	}
	
	#site-header-title {
		font-size: 1.5em;
	}
	
	.new-list-date {
		font-size: 0.7em;
		padding-top: 1px;
	}
	
	#wrap {
		padding: 10px;
	}
	
	.archive-component {
		margin-bottom: 5px; padding-bottom: 5px;
	}

	.attachment-thumbnail {
		border-radius: 5px;
	}
	
	.post-thumbnail {
		padding-right: 7px;
		width: 50px;
	}
	
	.post-excerpt {
		display: none;
	}
	
	#article-header {
		margin: 10px 0;
	}
	
	.snsShareArea {
		margin-top: 10px;
		display: flex; justify-content: center;
	}
	
	.snsShareArea a {
		width: 25%;
	}
	
	.tagShareArea {
		margin-top: 10px;

		-moz-column-count: 2;
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		column-gap: 2;
	}
	
	.tagShareArea a {
		display: block;
	}
	
	#main-text h2, #author, #page-page span, .widget {
		margin-top: 10px;
	}
	
	.card-excerpt {
		font-size: 0.8em;
	}
	
	aside .widget:first-of-type {
		margin-top: 10px;
	}
	
	#search-form {
		max-width: 100%;
	}
	
	#footbar {
		padding: 0 10px 10px 10px;
	}
	
	.tagcloud {
		-moz-column-count: 2;
		-moz-columns: 2;
		-webkit-columns: 2;
		columns: 2;
		column-gap: 2;
	}
}
