/* base theme : PRONTO */

* {
	background-color: #fff ;
}

body {
	position: relative;
	color:#000;
	background-color: #fff;
	background-image: none;
}

/* 基本リンク */
a {
	color: #cc0000;
}
a:hover {
	color: #888888;
}

.single-nav a {
	font-family: sans-serif;
	font-size: 14px;
}

:root .has-very-dark-gray-color {
    color: #000;
}

/* ヘッダータグ */
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #cc0000;
}

h1.post-header-title {
	font-size: 32px;
}

h1.page-header-title.archive-title {
	margin-bottom: 14px;
}

/* */

.page-header p, .archive-header p {
	font-size:14px;
}

/* ロゴ周り */
#masthead {
	margin-bottom: 10px;
}

/* 本文 */
p {
	font-size:18px;
}

/* コンテナまわり */
.container {
	min-height: 100vh;
	position: relative;
  box-sizing: border-box;
}
.container-right {
    padding-left: 180px;
}
.container-left {
    width: 160px;
}

.boxed {
    padding: 0 0 30px 0;
	background-color: #fff;
	box-shadow: none;
}

/* サイドバーまわり */

.sidebar-container a, navbar a {
	color: #000;
	font-size: 28px;
}

.sidebar-container h4 {
    margin: 0 0 5px;
    font-size: 18px;
    color: #aaa;
    text-shadow: none;
}

/* ロゴまわり */
.logo a {
	font-size: 48px;
    color: #000;
}
.logo a:hover {
	color:#cc0000;
}
.page-header h1, .page-header h2 {
    font-size: 32px;
    color: #000;
}

/* */
.single .container-right, .page .container-right {
    max-width: 100%;
    min-width: 500px;
}

/* ボタン意匠 */

a#toggle-btn {
    background-color: #cc0000;
}

.post-tags a {
	background: none;
	background-color: #cc0000;
	color: #fff;
	box-shadow: none;
}

a.sd-button {
	box-shadow: none;
}

/* サイドバー */
.sidebar-container a, navbar a {   color: #000; 
	font-size: 14px
}
.sidebar-container a:hover, navbar a:hover {
    color: #888;
}

.sidebar-box {
	margin-bottom: 20px;
}

.sidebar-box:before {
	display:none;
}
h4.widget-title {
	color:#000;
	font-size: 15px;
	margin: 0;
}

/* カテゴリアイテム */
.cat-item {
		line-height: 1.5;
		/* _padding: 4px 0; */
}

/* */

.archive-meta p {
    color: #000;
}

/* タグクラウド */
.tagcloud a {
    display: block;
		width: 100%;
    background-color: transparent;
    padding: 1px 0;
    color: #000;
    font-size: 14px !important;
    text-decoration: none;
	box-shadow:none;
}
.tagcloud a:hover {
		background-color:transparent;
}

/* ループエントリ */

.loop-entry {
	text-align: left;
	width:255px;
	margin-bottom:20px !important;
}
.loop-entry h2 a:hover {
    color: #cc0000;
}
.loop-entry-details {
    background: #9f9f9f;
}
.loop-entry-details {
    padding: 12px 12px 1px 12px;
}
.loop-entry-excerpt {
	display:none;
}

/* 画像・キャプション */

figure.wp-block-image {
	margin-bottom: 40px !important;
}
figcaption {
	text-align:center;
}

/* フッタ */

.nipper-footer {
	position: absolute;
	width:100%;
	display: block;
	color: #fff;
	background-color: #000;
	padding: 0 0 30px 0;
	border-top: 1px solid #fff;
	font-size: 14px;
	bottom: auto;
}
.nipper-footer span.footer-title {
	font-size:1.5em;
}
.nipper-footer .footer-about {
	font-size:1.3em;
}
.nipper-footer .footer-content {
	margin: 10px 40px 10px 220px;
	color: #888;
	font-weight: bold;
}

.nipper-footer .footer-content a.privacy-policy-link {
	margin-left: 25px;
	
}

.nipper-footer .footer-content .footer-top {
	width: 100%;
	margin: 0 0 0 0;
}

.nipper-footer .footer-content .footer-left{
	float: left;
	width:50%;
}

.nipper-footer .footer-content .footer-right{
	float:left;
	width: 50%;
	text-align: right;
}

/* YouTube */

span.embed-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

span.embed-youtube iframe.youtube-player {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 960px){
	/* 本文・キャプション幅 */
	figcaption, .entry p {
		width: 100%;
	}

.container-left {
    width: 160px;
	}
.container-right, .container-left {
		min-height:900px; /* 左メニューが増えてきたら調整の必要あり */
	}
}

@media only screen and (max-width: 959px){

	/* サイドバー領域 */
	.container-right {
		min-width:100% !important;
		padding-left: 0;
	}
	.container-left {
		width:60%;
	}
	.nipper-footer .footer-content {
		margin: 10px 40px 10px 40px;
	}
	.nipper-footer .footer-content .footer-left,.nipper-footer .footer-content .footer-right{
		width:100%;
	}
}

@media only screen and (max-width: 500px){
	.loop-entry {
		width:100% !important;
	}
	.container-left {
	    width: 100%;
	}
.nipper-footer .footer-content .footer-left,.nipper-footer .footer-content .footer-right{
	text-align: left;
}
}