/*******************************************************************************
Theme Name:		INZAI
Template:		twentysixteen
Description:	Twenty Sixteen Child Theme
********************************************************************************/

* {
	margin: 0; padding: 0;
}

html {
	background-color: #ffffff;
}

body {
	margin: 0 auto;
	max-width: 1228px;
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	text-shadow: 0 0 5px #c0c0c0;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .80);
}

li {
	list-style-type: none;
}

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

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

sup {
	vertical-align: top;
	position: relative;
	top: -5px;
}

cite {
	font-size: 12px;
	display: block;
	margin-top: -10px!important;
}

#wrap {
	padding: 30px;
}

#primary {
	float: left;
	width: 100%;
	margin: 0 -330px 0 0;
	padding: 0 330px 0 0;
	box-sizing: border-box;
}

#primary p {
	line-height: 1.5em;
}

#secondary {
	float: right;
	width: 300px;
}

#primary .entry-content br {
	display: none;
}

#primary .entry-content .para:after {
	content: "▼";
	margin: 0 -5px;
}

#primary .entry-content .para:last-of-type:after {
	content: "。";
}

@media screen and (max-width: 960px) {
	body {
		font-size: 20px;
	}
	
	#wrap {
		padding: 20px;
	}
	
	#primary {
		float: none;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}
	
	#secondary {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	body {
		font-size: 18px;
	}
	
	#wrap {
		padding: 10px;
	}

	#primary {
		margin: 0 0 10px 0;
	}

	#primary .entry-content .para {
		display: block;
		border-bottom: 1px dotted #c0c0c0;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	
	#primary .entry-content .para:last-of-type {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#primary .entry-content .para:after {
		content: "。";
	}
}

/*******************************************************************************
Site Header
********************************************************************************/

#site-header {
	padding: 30px 30px 0 30px;
}

#site-header .site-logo .site-title {
	font-size: 28px;
}

#site-header .site-logo {
	background-image: url("/wp-content/uploads/sai.jpg");
	background-size: 90px auto;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 110px;
}

#site-header .site-logo .site-description {
	font-size: 12px;
	margin-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 960px) {
	#site-header {
		text-align: center;
		padding: 20px 20px 0 20px;
	}
	
	#site-header .site-logo .site-description {
		margin-top: 0;
		padding-bottom: 0;
	}
	
	#site-header .site-logo {
		background-size: 60px auto;
		background-position: center 0;
		padding-top: 40px;
		padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
	#site-header {
		padding: 10px 10px 0 10px;
	}	
}

/*******************************************************************************
Main Menu
********************************************************************************/

#site-navigation ul {
	text-align: left;
	font-size: 18px;
	margin-top: 0.5em;
	display: block;
}

#site-navigation ul li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding-right: 7px;
}

#site-navigation ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

@media screen and (max-width: 600px) {
	#site-navigation ul {
		text-align: center;
		font-size: 16px;
	}	
}

/*******************************************************************************
Social Link Menu
********************************************************************************/

#social-navigation ul {
	text-align: left;
	font-size: 12px;
	margin-top: 0.5em;
	display: block;
}

#social-navigation ul li {
	display: inline;
}

#social-navigation ul li:nth-child(n + 2):before {
	content: "・";
	margin-left: -5px;
}

@media screen and (max-width: 600px) {
	#social-navigation ul {
		text-align: center;
	}	
}

/*******************************************************************************
WHAT's NEW
********************************************************************************/

.whatsnew {
	border: 1px solid #c0c0c0;
	margin: 0!important;
}

.whatsnew * {
	font-size: 14px;
	line-height: 1.4em;
	border: 0;
}

.whatsnew p {
	text-align: center;
	padding: 4px;
	background-color: #f5f5f5;
}

.whatsnew dl {
	border-top: 1px solid #c0c0c0!important;
}

.whatsnew dl * {
	padding: 3px 0!important;
}

.whatsnew dl dd {
	padding-left: 4px!important;
}

@media screen and (max-width: 600px) {
	.whatsnew dl dt {
		display: none;
	}	
}

/*******************************************************************************
Breadcrumb
********************************************************************************/

.breadcrumbs {
	font-size: 11px;
}

/*******************************************************************************
Title & Headline
********************************************************************************/

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
	clear: both;	
	border-bottom: 1px solid #c0c0c0;
	margin: 5px 0;
	padding: 0 0 5px 0;
}

.entry-content h2:first-of-type {
	margin-top: 0;
}

.entry-content h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	clear: both;	
	border-width: 1px 1px 1px 7px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-top: 10px;
	padding: 10px;
}

.entry-content h3 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: -5px;
}

.entry-footer h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	clear: both;	
	border-width: 1px 1px 1px 7px;
	border-style: solid;
	border-color: #c0c0c0;
	margin-bottom: 10px;
	padding: 10px;
}

#primary h2.widget-title {
	display: none;
}

#secondary h2.widget-title {
	display: display;
	font-size: 0.9em;
	padding-bottom: 5px;
}

@media screen and (max-width: 600px) {
	h1 {
		font-size: 1.4em;
	}
	
	.entry-content h2,
	.entry-footer h2 {
		font-size: 1.1em;
	}
	
	.entry-content h3 {
		font-size: 1.0em;
	}
}

/*******************************************************************************
Sub Title
********************************************************************************/

.sub-title {
	margin-bottom: 30px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

@media screen and (max-width: 960px) {
	.sub-title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	.sub-title {
		margin-bottom: 10px;
	}
}

/*******************************************************************************
TABLE OF CONTENTS
********************************************************************************/

#toc_container {
	border: 0;
	margin: 0 0 30px 0;
	padding: 0;
	width: 400px;
	line-height: 1.5em;
}

.toc_list:before {
	content: "目　次";
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.toc_list {
	border: 1px solid #c0c0c0;
	padding: 10px 0!important;
}

#toc_container li {
	list-style-type: decimal !important;
	margin: 0 1.0em 0 2.0em;
}

#toc_container li ul li {
	list-style-type: decimal !important;
	margin: 0 1.0em 0 0;
}

@media screen and (max-width: 960px) {
	#toc_container {
		width: 100%;
	}

	#toc_container {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px) {
	#toc_container {
		margin-bottom: 10px;
	}
}

/*******************************************************************************
Image Resize
********************************************************************************/

#primary .entry-content img {
}

/*******************************************************************************
Paragraph
********************************************************************************/

#primary .entry-content p {
	margin-top: 10px;
}

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

/*******************************************************************************
Table Tag
********************************************************************************/

#primary .entry-content table {
	margin-top: 10px;
}

#primary .entry-content td {
	padding: 10px;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	#primary .entry-content td {
		padding: 5px;
		font-size: 12px;
	}
}

/*******************************************************************************
Archive List
********************************************************************************/

.archive-list-component:first-of-type {
	border-top: 0;
	margin-top: -4px;
}

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

.archive-list-component .archive-list-thumbnail {
	display: table-cell;
	width: 130px;
}

.archive-list-component .archive-list-thumbnail .attachment-thumbnail {
	width: 125px!important;
	height: auto;
}

.archive-list-component .archive-list-overview {
	display: table-cell;
	vertical-align: top;
}

.archive-list-component .archive-list-overview .archive-list-title {
	font-size: 1.0em;
	line-height: 1.2em;
}

.archive-list-component .archive-list-overview .archive-list-excerpt p {
	font-size: 13px;
	line-height: 1.4em!important;
}

.archive-list-component .archive-list-overview .screen-reader-text {
	display: none;
}

.post-date,
.post-tag,
.cat-path {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

@media screen and (max-width: 960px) {
	.archive-list-component .archive-list-thumbnail {
		width: 105px;
	}

	.archive-list-component .archive-list-thumbnail .attachment-thumbnail {
		width: 100px!important;
		height: auto;
		margin-top: 1px;
	}
}

@media screen and (max-width: 600px) {
	.archive-list-component .archive-list-thumbnail {
		width: 80px;
	}

	.archive-list-component .archive-list-thumbnail .attachment-thumbnail {
		width: 75px!important;
		height: auto;
		margin-top: 0;
	}
	
	.archive-list-component .archive-list-overview .archive-list-excerpt p {
		display: none;
	}
}

/*******************************************************************************
Adsense
********************************************************************************/

.ads {
	overflow: hidden;
}

.ads_bk_test {
	background-image: linear-gradient(
		-45deg,
		#fffafa 25%,
		#faf0e6 25%, #faf0e6 50%,
		#fffafa 50%, #fff 75%,
		#faf0e6 75%, #faf0e6
	);
	background-size: 8px 8px;
	font-size: 14px;
	font-weight: bold;
	color: #ff4500;
	text-align: center;
}

#primary .ads_bk_test {
	padding: 20px 0;
}

#secondary .ads_bk_test {
	padding: 100px 0;
}

/*******************************************************************************
Google Map
********************************************************************************/

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

/*******************************************************************************
Author
********************************************************************************/

.this-author {
	display: block;
	font-size: 12px;
	text-align: right;
}

/*******************************************************************************
Page Navi for Archive / Search
********************************************************************************/

.execphpwidget .prev {
	float: left;
}

.execphpwidget .next {
	float: right;
}

/*******************************************************************************
Widget
********************************************************************************/

.widget {
	margin-top: 30px;
}

#primary .entry-header .widget:first-of-type {
	margin-top: 0;
}

#primary .entry-header .widget {
	margin-bottom: 30px;
}

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

@media screen and (max-width: 960px) {
	#primary .entry-header .widget {
		margin-bottom: 20px;
	}
	
	.widget,
	#secondary .widget:first-of-type {
		margin-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	#primary .entry-header .widget {
		margin-bottom: 10px;
	}
	
	.widget,
	#secondary .widget:first-of-type {
		margin-top: 10px;
	}
}

/*******************************************************************************
Sidebar List
********************************************************************************/

#secondary ul {
	border-top: 1px dashed #c0c0c0;
}

#secondary ul li {
	border-bottom: 1px dashed #c0c0c0;
	padding: 5px 0;
	font-size: 0.9em;
}

@media screen and (max-width: 600px) {
	#secondary ul li {
		line-height: 1.4em;
	}
}

/*******************************************************************************
SNS
********************************************************************************/

.addtoany_list {
	margin-left: -4px;
}

/*******************************************************************************
Tag Cloud
********************************************************************************/

.tagcloud {
	font-size: 14px;
}

/*******************************************************************************
Footer Menu
********************************************************************************/

.menu-footer-container ul {
	text-align: left;
	font-size: 0.9em;
	display: block;
}

.menu-footer-container ul li {
	display: inline;
	border-right: 1px solid #c0c0c0;
	padding-right: 7px;
}

.menu-footer-container ul li:last-child {
	border-right: 0;
	padding-right: 0;
}

@media screen and (max-width: 600px) {
	.menu-footer-container ul {
		border-top: 1px dashed #c0c0c0;
	}
	
	.menu-footer-container ul li {
		display: block;
		border-right: 0;
		line-height: 1.4em;
		padding: 5px 0;
		border-bottom: 1px dashed #c0c0c0;
	}
}

/*******************************************************************************
Site Footer
********************************************************************************/

#site-footer {
	padding: 30px;
	text-align: center;
	background: #f5f5f5;
}

#site-footer .site-info .site-title {
	font-size: 22px;
}

#site-footer .site-info .copy-right {
	font-size: 10px;
	margin-top: 0.5em;
}

@media screen and (max-width: 960px) {
	#site-footer {
		padding: 20px;
	}	
}

@media screen and (max-width: 600px) {
	#site-footer {
		padding: 10px;
	}	
}
