/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/

@media all and (min-width: 769px) {

/*--------------------------------
カテゴリ
---------------------------------*/
.page-cat {
	
}
.page-title {

	font-size: 36px;
	font-weight: 500;
	color: #0a66a8;
	padding: 100px 0 0;
	margin-bottom: 25px;
}
.page-title-desc {
	margin-bottom: 55px;
}
.page-title-desc p {
	text-align: center;
	font-size: 15px;
	line-height: 2em;
}



/*--------------------------------
シングル
---------------------------------*/
.post-cat {
	margin-bottom: 15px;	
}
.post-cat > a {
	display: inline-block;
	color: white;
	font-size: 15px;
	background: rgba(34,34,34,0.9);
	padding: 2px 15px;
	text-decoration: none;
}
.post-cat > a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.post-time {
	display: block;
	font-size: 15px;
	color: #b28850;
	margin-bottom: 15px;

}
.post-title {
	line-height: 1.66em;
	padding: 0;
	font-size: 24px;
	color: #222222;
	padding-bottom: 20px;
		
}
.post-single {
	padding: 20px 0 0;
}
.post-tag {
	border-bottom: 1px dotted #b8b8b8;
	border-top: 1px dotted #b8b8b8;
	margin: 0px 0 0;
	padding: 20px 0 20px;
}
.post-tag a {
	padding-right: 10px;
	color: #222;
	font-size: 16px !important;
	text-decoration: none;

}
.post-tag a:before {
	content: "#";
	font-size: 22px;
	color: #b28850;
	font-family: 'Abhaya Libre', serif;
	padding-right: 5px;
}
.post-tag a:hover {
	text-decoration: underline;
}

/*--------------------------------
CAST
---------------------------------*/
.cast-title {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}
.cast-title * {
	font-size: 30px;
}
.cast-title .new-icon {
	display: none;
}
.cast-size {
	text-align: center;
	/*margin-bottom: 5px !important;*/
}
.cast-icons {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.cast-icons span {
	font-size: 18px;
	color: white;
	padding: 5px 10px;
}
.cast-icons span.cast-icon-new {
	background: #ed7784;
}
.cast-icons span.machihime-icon.icon_23 {
	background: #f29c5b;
}
.list-cast .cast-section .cast-icon .cast-icon-lists {
	display: inline-block;
}
.cast-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.cast-icon span.icon-today {
	display: inline-block !important;
	background: rgba(239,152,87,0.9) !important;
	width: 110px;
	line-height: 70px;
	height: 30px;	
	text-align: center;
	color: white !important;
}
.cast-icons .icon-twitter, .cast-tag .icon-twitter, .list-cast .cast-section .cast-icon span.icon-twitter {
	display: inline-block !important;
	text-indent: -9999em;
	background: url(../img/icon-twitter.png) center center no-repeat !important;
	background-size: cover !important;
	width: 30px;
	height: 30px;
}
.cast-message {
	line-height: 1.733em;
	margin-top: 20px;
}
.cast-message p {
	margin-bottom: 20px;
}
.cast-message p:last-child {
	margin-bottom: 0;
}
.cast-twitter {
    border: 1px solid #efefef;	
    margin-top: 30px;
}
.page-cast iframe.twitter-timeline {
    width : 100% !important;
}

.page-cast > .box-content .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.page-cast > .box-content .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.page-cast > .box-content .gallery-top {
      height: 80%;
      width: 100%;
    }
.page-cast > .box-content .gallery-top .swiper-slide {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	height: 650px;	
}
.page-cast > .box-content .gallery-top .swiper-slide img {
	width: 100%;
}
.page-cast > .box-content .gallery-nav {
	position: relative;
}
.page-cast > .box-content .gallery-nav .swiper-button-next {
	background: url(../img/slider-next.png) 0 0 no-repeat !important;
	background-size: contain !important;
	width: 66px;
	height: 66px;
	right: -30px;
	top: 100px;
	z-index: 155 !important;
	opacity: 1 !important;	
	position: absolute;
}
.page-cast > .box-content .gallery-nav .swiper-button-prev {
	background: url(../img/slider-prev.png) 0 0 no-repeat !important;
	background-size: contain !important;
	width: 66px;
	height: 66px;
	left: -30px;
	top: 100px;
	z-index: 155 !important;
	opacity: 1 !important;	
	position: absolute;
}
.page-cast > .box-content .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 15px 0;
      margin-bottom: 40px;
    }
.page-cast > .box-content .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.page-cast > .box-content .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    
.page-cast .cast-sc {
	padding: 35px 40px 40px;
}
.page-cast .cast-sc h3 {
	text-align: center;
	font-size: 22px;
	color:  #222222;
	margin: 0 0 20px;
	padding: 0;
}
.table-cast-sc-week {
	width: 100%;
}
.table-cast-sc-week th {
	font-size: 16px;
	color: #222222;
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	background: #eeeeee;
	border: 1px solid #888888;
	padding: 9px;
	text-align: center;
}
.table-cast-sc-week td {
	font-size: 16px;
	color: #222222;
	border: 1px solid #888888;
	text-align: center;
	padding: 9px;
}

.page .box-cast-post {
	padding: 40px 40px 80px;
}
.page .box-cast-post .list-entry .entry {
	width: 430px;
}
.page .box-cast-post .list-entry .entry .entry-text {
	color: #888888;	
}
.page .box-cast-post .list-entry .entry .entry-text p {
	margin-bottom: 0;
	color: #888888;
}

/*--------------------------------
ページ送り
---------------------------------*/
.pagenavi {
	padding: 30px 0 100px;
	text-align: center;

}
ul.page-numbers {
	position: relative;
	text-align: center;
}
ul.page-numbers > li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 4px;
	vertical-align: top;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {
	text-align: center;
	display: inline-block;

	box-sizing: border-box;
	font-size: 24px;
	color: #222222;
	padding: 0 4px 3px;
	text-decoration: none;
}
ul.page-numbers > li:first-child > a {

}
ul.page-numbers > li:last-child > a {

}
ul.page-numbers > li > a:hover {
	z-index: 2;
	text-decoration: none;
	transition: none;
	color: #b28850;	
}
ul.page-numbers .current{
	color: #b28850;
	cursor: default;
	z-index: 2;
	border-bottom: 1px solid #b28850;
	background: none !important;
}
.page-numbers.next {
	display: block;
	position: absolute;
	right: 0px;
	top: -10px;
	font-size: 20px;
	color: white;

	width: 170px;
	line-height: 50px;
	padding: 0;
	background: url(../img/bg-page-numbers.png) 0 0 no-repeat;
	background-size: contain;
	letter-spacing: 3px;
	font-family: 'Abhaya Libre', serif;	
}
.page-numbers.next:after {
	content: "";
	display: inline-block;
	background: url(../img/page-number-next.png) center center no-repeat;
	background-size: contain;
	width: 10px;
	height: 16px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.page-numbers.next:hover {
	color: white;
	text-decoration: none;
	opacity: 0.5;
}
.page-numbers.prev {
	position: absolute;
	left: 0px;
	top: -10px;
	font-size: 20px;
	color: white;
	width: 170px;
	line-height: 50px;
	padding: 0;
	background: url(../img/bg-page-numbers.png) 0 0 no-repeat;
	background-size: contain;
	letter-spacing: 3px;
	font-family: 'Abhaya Libre', serif;	
}
.page-numbers.prev:before {
	content: "";
	display: inline-block;
	background: url(../img/page-number-prev.png) center center no-repeat;
	background-size: contain;
	width: 10px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.page-numbers.prev:hover {
	color: white;
	background: #0a66a8 url(../img/prev-active.png) 10px center no-repeat;
	background-size: 7px 12px;
}

/*--------------------------------
前の記事・次の記事
---------------------------------*/
.prev-next {
	margin: 25px auto;
	padding: 0px 0;

	position: relative;
}
.prev-next {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.prev-next .prev {
	width: 40%;

	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
}
.prev-next .prev a {
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	margin-top: 20px;
	color: #222222;
	text-decoration: none;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.prev-next .home {
	width: 180px;
	margin: 0 auto;
}
.prev-next .home a {
	display: block;
	text-align: center;
	font-weight: 500;
	color: #0a66a8;
	line-height: 50px;	
	border: 1px solid #0a66a8;
}
.prev-next .next {
	width: 40%;

	text-align: right;
	font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 20px;
	
}
.prev-next .next a {
	display: block;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	margin-top: 20px;
	color: #222222;
	text-decoration: none;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.prev-next a:hover {
	text-decoration: underline;
}

/*
*		
*
  POST CONTENT
*
*	
*/
.post {
	word-break: break-all;
}


blockquote {
	position: relative;
	padding: 25px;
	box-sizing: border-box;

	margin: 25px auto;
	background: #333333;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: -5px;
	left: -5px;
	vertical-align: middle;
	content: "\f10d";
	font-family: FontAwesome;
	font-weight: bold;	
	color: white;
	font-size: 26px;
	line-height: 1;

	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

blockquote:after{
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: -5px;
	vertical-align: middle;
	text-align: center;
	content: "\f10e";
	font-family: FontAwesome;
	font-weight: bold;	
	color: white;
	font-size: 26px;
	line-height: 1;

	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
blockquote a {
	display: block;
	margin-top: 15px;
}
blockquote p:last-child {
	margin-bottom: 0;
}



}