/*
Theme Name: kutabireblog_theme
Author: Chiko
Description: none
Version: 0
*/

/* Common */
body {
	background-color: #F7F7F7!important;
}
a{
    text-decoration: none!important;
}
a:hover {
	opacity: 0.7;
}
ul {
	list-style: none;
}
.wrapper {
	min-height: 100vh;
	min-width: 350px;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.maxwidth {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.font1 {
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.color1 {
	color: #77AAAD!important;
}
.color2 {
	color: #6E7783!important; 
}
.padding0 {
    padding: 0!important;
}
.paddingl12 {
    padding-left: 12px;
}

/* Footer */
footer{
    width: 100%;
	height: 50px;
    background-color: #77AAAD;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin-top: 16px;
}
.navbar-nav {
	text-align: right;
	padding: 12px 0 4px 0!important;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0!important;
}
.nav-link i {
	font-size: 24px;
}

/* Breadcrumbs */
.breadcrumbs {
	font-size: 16px;
	padding: 12px 0;
}
.breadcrumbs a {
	color: #6E7783!important;
}

/* Post Loop */
.post-loop-wrap {
    padding: 0 6px;
    margin-bottom: 12px;
}
.post-label {
	background-color: #FFFFFF;
	padding: 12px;
	margin: 0 6px 12px 6px;
	height: 124px;
	position: relative;
}
.post-label:hover {
	opacity: 0.7;
}
.post-label-tmb {
	height: 100px;
	width: 100px;
	float: left;
}
.post-label-tmb img {
	max-width: 100%;
	height: auto;
}
.post-label-title {
	font-size: 16px;
	width: calc(100% - 112px);
    max-height: 76px;
	float: right;
	overflow: hidden;
}
.post-label span {
	font-size: 12px;
	color: gray;
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.post-loop-nav {
	width: 100%;
	padding: 0 18px!important;
}
.post-loop-nav a {
	color: gray!important;
	font-size: 14px;
}
.post-pre {
	float: left;
}
.post-next {
	float: right;
}

/* Side Bar*/
.sidebar i {
	padding-right: 6px;
}
.sidebar-title {
	background-color: #77AAAD;
	color: #FFFFFF;
	font-size: 16px!important;
	padding: 6px 12px;
	margin: 0px!important;
}
.sidebar-content {
	background-color: #FFFFFF;
	padding: 12px;
	margin-bottom: 24px;
}
/* Side Bar > Category */
.cat {
	padding: 0;
	margin: 0;
}
.cat li {
	padding: 0 0 6px 0;
    font-size: 16px;
}
.cat1 a {
    color: #6E7783!important;
}
.cat2 a {
	color: gray!important;
    font-size: 14px;
}

/* Side Bar > Profile */
.profile-img {
	float: left;
	max-width: 60px;
}
.profile-img img {
	width: 100%;
	height: auto;
}
.profile {
	width: calc(100% - 60px);
	float: right;
	padding: 0 0 0 12px;
	margin: 0;
}
.profile dt {
	font-size: 14px;
	padding-bottom: 6px;
}
.profile dd {
	font-size: 12px;
}
.contact p {
	font-size: 12px!important;
    margin-bottom: 6px;
}
.contact a {
	color: #6E7783!important;
}

/* Side Bar > Search */
.search {
	position: relative;
}
.searchfield{
	line-height: 24px;
    font-size: 14px;
    width: calc(100% - 40px);
    border: none;
    float: left;
}
.searchsubmit {
	float: right;
    position: absolute;
    top: 2px;
    border: none;
    width: 40px;
    font-size: 20px;
    color: gray;
	background-color: transparent;
}
.searchfield:focus {
    outline: none;
}

/* Single */
article{
	background-color: #FFFFFF;
	padding: 24px;
	margin-bottom: 24px;
}
.post-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 12px;
}
.post-date {
	text-align: right;
	font-size: 16px;
}
.post-tmb {
	margin-bottom: 24px;
}
.post-tmb img {
	max-width: 100%;
	height: auto;
}
article p{
	padding-left: 12px;
	line-height: 1.8;
	margin-bottom: 24px;
}
article i {
	margin-right: 6px;
}
/* Mokuji */
.mokuji {
	background-color: #F1F1F1;
	border: solid 2px #77AAAD;
	margin: 24px 0;
}
.mokuji h2 {
	background-color: #77AAAD;
	color: #FFFFFF;
	font-size: 16px;
	padding: 6px 12px;
}
.mokuji ol {
    padding-left: 36px;
    margin: 12px;
}
.mokuji ol li {
	font-size: 16px;
	padding: 6px 0;
}
.mokuji ul {
	padding-left: 16px;
}
.mokuji ul li {
	font-size: 14px;
	padding: 4px 0;
}
.mokuji a {
	color: #6E7783!important;
}
.mokuji i {
	color: #77AAAD;
	margin-left: -14px;
}
/* List */
.post-list ul{
	list-style: disc!important;
	color: #77AAAD;
	margin-bottom: 24px;
	padding-left: 40px;
	line-height: 1.8;
}
.post-list li {
	margin-bottom: 12px;
}
.post-list span {
	color: #212529;
}
/* Definition */
article dl {
	padding: 0 12px;
	margin-bottom: 24px;
	line-height: 1.8;
}
article dd {
	padding-left: 16px;
}
article dl i { 
	color: #77AAAD;
}

/* Point */
.point {
	background-color: #F4F7F7;
	border: solid 2px #77AAAD;
	margin: 0 0 24px 12px;
	padding-right: 12px;
}
.point h3 {
	font-size: 16px;
	color: #77AAAD;
	padding: 12px;
}
.point ul {
	padding-left: 40px;
}
.point li {
	font-size: 16px;
	margin-bottom: 12px;
}
.point i {
	margin-left: -22px;
}

/* Blockquote */
blockquote {
	border-left: solid 2px #77AAAD;
	margin: 0 0 24px 24px!important;
	padding: 12px!important;
	background-color: #F7F7F7;
	position: relative;
}
blockquote cite {
	font-size: 12px;
	position: absolute;
	right: 12px;
	bottom: 12px;
}

/* Head */
.related {
	border: solid 2px #F7F7F7;
	border-radius: 12px;
	margin-left: 12px;
	background-color: #F7F7F7;
}
.related h4 {
	padding: 6px 12px;
	font-size: 16px;
	color: #77AAAD;
}
.related li {
	margin-bottom: 12px;
}

/* Head */
.head1 {
	font-size: 20px;
	line-height: 1.4;
	background-color: #F4F7F7;
	padding: 12px;
	margin: 48px 0 24px 0;
	border-left: solid 6px #77AAAD;
	border-bottom: solid 3px #D8E6E7;
}
.head2 {
	font-size: 18px;
	line-height: 1.4;
	padding: 12px;
	margin: 24px 0 24px 6px;
	border-left: solid 4px #9DC3C1;
}

/* Image */
.post-img-xsm {
    margin: 24px 0;
    padding-left: 12px;
    max-width: 12%;
    min-width: 120px;
}
.post-img-sm {
    margin: 24px 0;
    padding-left: 12px;
    max-width: 24%;
    min-width: 200px;
}
.post-img-md {
    margin: 24px 0;
    padding-left: 12px;
    max-width: 420px;
    min-width: 284px;
}
.post-img-lg {
    margin: 24px 0;
    padding: 0 12px;
    max-width: 700px;
}
article img {
    width: 100%;
    height: auto;
}

/* Table */
article table {
	border-collapse: collapse;
	margin-left: 12px;
	margin-bottom: 24px;
}
th {
	border: solid 1px #77AAAD!important;
	padding: 6px;
}
td {
	border: solid 1px #77AAAD!important;
	padding: 6px;
}

/* Yarpp */
.yarpp {
	margin-top: 60px!important;
	padding-left: 12px;
}
.yarpp h3 {
	font-size: 16px;
	color: #77AAAD;
	font-family: vdl-megamaru, sans-serif!important;
    font-weight: 400!important;
    font-style: normal!important;
}
.yarpp-thumbnail-title {
	color: #6E7783!important;
	font-size: 14px!important;
	font-weight: 600!important;
}

/* SNS */
.sns-btn {
	padding-top: 24px;
}
.sns-btn ul{
	padding: 0;
}
.sns-btn ul li {
	width: 25%;
    float: left;
    text-align: center;
	border: 4px solid #FFFFFF;
    border-radius: 8px;
	color: #FFFFFF;
	padding: 2px;
	font-size: 20px;
}
.sns-btn a {
	color: #FFFFFF!important;
}
.tw {
	background-color: #1DA1F2;
}
.fb {
	background-color: #3C5A99;
}
.ln {
	background-color: #00B900;
}
.pct {
	background-color: #ee4056;
}
.top {
    background-color: #FC6378;
}
.home-btn ul {
	padding: 0 0 0 12px;
	margin-bottom: 24px;
}
.home-btn ul li {
	font-size: 16px;
	margin-bottom: 6px;
}
.home-btn i {
	width: 20px;
}

@media (max-width:991.98px){
    /* Single */
    article {
		padding: 12px;
	}
}

@media (max-width:575.98px){
    /* Common */
    .col-lg-8 {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.col-lg-4 {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
    
    /* Breadcrumbs */
	.breadcrumbs {
	font-size: 14px;
	}
    
	/* Single */
	.post-title {
	font-size: 20px;
	}
    .post-date {
		font-size: 14px;
	}
    .head1 {
	font-size: 18px;
	}
}
