@charset "utf-8";

html {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #D3DE5B;
}

#body {
	margin: 0px auto;
	padding: 10px;
	max-width: 1300px;
	background: url(//www.kiilife.jp/opendata/tanabeshi-shakyo-iori/img/header.png) no-repeat 0% 0%;
}

.navbar {
	display: block;
}
@media screen and (min-width: 992px) {
	.navbar {
		display: none;
	}
}
.sidemenu {
	display: block;
	text-align: left;
}
@media screen and (max-width: 992px) {
	.sidemenu {
		display: none;
	}
}
.bg-light {
	background-color: #F8A668 !important;
}
.navbar-toggler {
	border-color: #EE5B7D !important;
	background-color: #ffffff;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238,91,125,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar .nav-item {
	padding: 0 0 0 6px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

#main {
	margin: 0;
	padding: 0;
	width: 100%;
}

.logo {
	width: 100%;
	max-width: 460px;
}

.banner300add .cnts,.banner300add .cnts1,.banner300add .cnts3 {
	background: #FFF;
	border-radius: 10px;
}

.dmbs-page-title {
	margin: 6px 0;
	padding: 8px;
	background: #EF5B7D;
	border-left: 4px solid #DB0050;
	color: #FFF;
}

.title1 {
	margin: 0 0 6px 0;
	padding: 4px;
	background: #EF5B7D;
	color: #FFF;
}
.title2 {
	margin: 0 0 6px 0;
	padding: 4px;
	background: #DCE68F;
	color: #333;
}
.title3 {
	margin: 0 0 6px 0;
	padding: 4px;
	background: #FBD2B3;
	color: #333;
}
.text1 {
	color: #D93663;
}
.text2 {
	color: #D3DE5B;
}
.text3 {
	color: #FF6600;
}

.sidemenu ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidemenu li.nav-item {
	margin: 12px 20px;
	padding: 4px;
	background: #F8A668;
	border: 3px solid #FFF;
	border-radius: 30px;
}
.sidemenu li.nav-item a {
	font-weight: bold;
	color: #000;
}

.tabledl dt {
    background-color: #D3DE5B;
}

.free1_loop {
	display: block;
}
.free1_loop dt {
	margin: 0 0 4px 0;
	padding: 6px;
    background-color: #D3DE5B;
}
.free1_loop dd {
	margin: 0 0 6px 0;
	padding: 0 6px;
}

.display-posts-pickup ul.display-posts-listing li {
	border-top: #999 solid 0px !important;
	border-bottom: #999 solid 1px !important;
}
@media (min-width: 992px) {
.shortcodes-ultimate-post ul.specialC li {
	width: calc(100% - 13px) !important;
}
.shortcodes-ultimate-post ul.pickup li {
	width: calc(100% - 13px);
}
.display-posts-pickup ul.display-posts-listing li {
	width: calc(100% - 13px) !important;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.shortcodes-ultimate-post ul.specialC li {
	width: calc(100% - 13px) !important;
}
.shortcodes-ultimate-post ul.pickup li {
	width: calc(100% - 13px);
}
.display-posts-pickup ul.display-posts-listing li {
	width: calc(100% - 13px) !important;
}
}
@media (max-width: 767px) and (min-width: 576px) {
.shortcodes-ultimate-post ul.specialC li {
	width: calc(100% - 13px) !important;
}
.shortcodes-ultimate-post ul.pickup li {
	width: calc(100% - 13px);
}
.display-posts-pickup ul.display-posts-listing li {
	width: calc(100% - 13px) !important;
}
}
