@charset "UTF-8";

/*---------------------------------------------

Parts CSS

for CB_panel_02
coded by d-spica at 2015-05-18
imported to "page-type.css"

---------------------------------------------*/

section {
	overflow: hidden;
	margin-bottom: 40px;
}

section p,
section ul,
section ol,
section blockquote {
	margin-bottom: 20px;
}

.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

section .content h2 {
	margin-bottom: 20px;
	background: #4D4F52;
	padding: 8px 20px;
	font-size: 113%;
	color: #FFF;
}

section .content h3 {
	margin-bottom: 20px;
	font-size: 113%;
}
	
section .content ul li {
	background: url(../img/mk-list.png) no-repeat 0 45%;
	padding-left: 15px;
}
	
section .content ol {
	padding-left: 1.5em;
}

section .content blockquote {
	margin-left: 40px;
	border: solid 1px #202327;
	background: #FFF;
	padding: 20px;
	font-size: 88%;
}

ul.pager {
	clear: left;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 88%;
}

.single ul.pager {
	margin-right: 0;
}

ul.pager li {
	display: inline-block;
	margin: 0 10px;
}

ul.pager li a {
	display: inline-block;
	background: #202327;
	padding: 5px 15px;
	color: #FFF;
}

ul.pager li a:hover {
	background: #CCC;
	text-decoration: none;
}

.single ul.pager .prev {
	float: left;
	margin: 0;
}

.single ul.pager .next {
	float: right;
	margin: 0;
}

section.post-excerpt {
	float: left;
	margin: 0 20px 20px 0;
/*	background-color: #1879D8;  color */
	width: 285px;
	color: #FFF;
}

section.post-excerpt.profile {
	width: 590px;
}

section.post-excerpt a {
	display: block;
}

section.post-excerpt a:hover {
	text-decoration: none;
	opacity: 0.8;
}

section.post-excerpt h1 {
	background: url(../img/bg-dot-gy.png) repeat-y 0 0;
	padding: 20px;
	font-size: 113%;
}

section.post-excerpt .photo {
	margin-bottom: 0;
	background: #DDD;
	width: 100%;
}

section.post-excerpt .excerpt {
	margin-bottom: 0;
	padding: 20px;
	font-size: 88%;
}

section.post-excerpt ul.news {
	margin-bottom: 0;
	padding: 20px;
	font-size: 88%;
	position: relative;
}

section.post-excerpt ul.news li {
	line-height: 1.5;
	padding: 10px 0 10px 25px;
	border-bottom: dashed 1px #fff;
	list-style-type: none!important;
}

section.post-excerpt ul.news li:before {
	font-family: FontAwesome;
	content: '\f0da';
	position: absolute;
	left : 30px; /*左端からのアイコンまで*/
	color: #fff; /*アイコン色*/
}

section.post-excerpt ul.news li:last-of-type {
	border-bottom: none;
}


section.post-excerpt .nav-more {
	float: right;
}

section.post-excerpt .nav-more:before {
	font-family: FontAwesome;
	content: '\f054';
	position: absolute;
	right : 125px; /*左端からのアイコンまで*/
	color: #fff; /*アイコン色*/
}

/*
section.post-excerpt .excerpt span {
	display: block;
	overflow: hidden;
	max-height: 4.875em;
}
*/

section.post {
	padding: 0 30px;
}

section.post h1 {
	margin: 0 -30px 20px;
	background: url(../img/bg-dot-gy.png) repeat-y 0 0;
/*	background-color: #1879D8;  color */
	padding: 15px 20px;
	font-size: 125%;
	color: #FFF;
}

section.post .meta {
	font-size: 88%;
}

div.youtube_iframe_wrap{
	text-align: center;
}

h1.normal a {
	font-size: 0.8em;
    display: inline-grid;
}

h1.small a {
	font-size: 0.6em;
    display: inline-grid;
}

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

section.post-excerpt {
	margin-right: 1.7%;
	width: 31.6%;
}

section.post-excerpt.profile {
	width: 64.8%;
}

}

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

section.post-excerpt {
	margin-right: 2.2%;
	width: 47.8%;
}

section.post-excerpt.profile {
	width: 97.8%;
}

}


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

section p,
section ul,
section ol,
section blockquote {
	margin-bottom: 15px;
}

.alignleft {
	display: block;
	float: none;
	margin: 0 auto 15px 0;
}

.alignright {
	display: block;
	float: none;
	margin: 0 0 15px auto;
}

.aligncenter {
	margin: 0 auto 15px;
}

section .content blockquote {
	margin-left: 15px;
}

ul.pager {
	margin-right: 0;
}

ul.pager li {
	margin: 0;
}

ul.pager .prev {
	float: left;
}

ul.pager .next {
	float: right;
}

section.post-excerpt,
section.post-excerpt.profile {
	margin-right: 0;
	width: 100%;
}

section.post {
	padding: 0;
}

section.post h1 {
	margin: 0 0 20px;
}

div.youtube_iframe_wrap{
	text-align: center;
}

}


section.top-content h2 {
    margin-bottom: 20px;
    background: #4D4F52;
    padding: 8px 20px;
    font-size: 113%;
    color: #FFF;
}

section.top-content h3 {
	margin-bottom: 20px;
    font-size: 113%;
}