/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/
.page-post {
	width: 800px;
	margin: 0px auto;
	float: left;
}
.page-inner-post {

}
.page-inner-post article:first-child h2:first-child {
	margin-top: 15px;	
}
.page-inner-post .alignnone {
	display: block;
	margin: 10px 0;
}

/* 投稿 */
.list-blog {
	
}
.list-blog > li {
	margin-bottom: 50px;
}
.list-blog-title {
	border-top: 2px solid #de6060;
	border-bottom: 2px solid #de6060;
	padding: 20px 0 !important;
	background: none !important;
	color: #de6060 !important;
	margin-bottom: 0px !important;	
}
.list-blog-title a {
	color: #de6060 !important;
}
.list-blog-time {
	display: block;
	text-align: right;
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom: 20px;
}
/* サイドナビー */
.box-side {
	background: #de6060;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.box-side h2 {
	font-size: 18px;
	color: white;
	padding: 14px 10px;
	background: none;
	font-weight: normal;
	border: none;
	margin: 0;
}

/*.page-inner .l-sidebar ul.list li {
	margin-bottom: 0.3em;
	background: url(../img/bullet-page-list.png) left 10px no-repeat;
padding: 5px 15px;
}*/


.box-side ul.list {
	margin: 0px 10px;

	
}
.box-side ul.list > li {
	background: white;
	padding: 0;
	padding-left: 10px;

	border-bottom: 1px solid #d4c4b8;
	border-top: 1px solid white;
}
.box-side ul.list > li > a {
	padding: 10px 0;
	display: block;	
	font-weight: bold;
}
.box-side ul.list > li > a:before {
	content: "・";
}
.box-side ul.list > li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	border-top: none;
}
.box-side ul.list > li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;	
}
.box-side ul.list a {

}
.box-side ul.list > li > ul > li {
	background: #ffffff url(../img/bullet-page-list-2.jpg) 30px 15px no-repeat;
}
.box-side ul.list > li > ul > li > a {
	display: block;
	padding: 6px 0;
	text-indent: 45px;
	font-size: 0.9em;
}


.box-side .list-main-news {
	margin: 0px 10px;
	border-radius: 5px;
}
.box-side .list-main-news > li {
	background: white;

}
.box-side .list-main-news > li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}
.box-side .list-main-news > li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: none;	
}
.box-side .list-main-news > li:last-child .news {
	border-bottom: none;
}
.box-side .list-main-news > li .news {
	padding: 10px 5px 10px 0;
}
.box-side .list-main-news > li .news .news-list-title {
	font-size: 14px;
}
.box-side .list-main-news > li .news .news-list-time {
	font-size: 10px;
}
.l-sidebar .list-main-news .news-list-pic {
	width: 60px;	
	float: left;
	margin-right: 10px;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
}
.l-sidebar .list-main-news .news-list-pic img {
	width: 60px;
}

/* ページ送り */
.pagenavi {
	margin: 30px auto;
	text-align: center;
}


ul.page-numbers {

    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
ul.page-numbers > li {
    display: inline;
}
ul.page-numbers > li > a ,
ul.page-numbers > li > span {


    color: #333;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 8px 12px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
}
ul.page-numbers > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
ul.page-numbers > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
ul.page-numbers > li > a:hover {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #2a6496;
}
ul.page-numbers .current{
    background-color: #eaeaea;

    color: #333;
    cursor: default;
    z-index: 2;
}
.page-numbers.next {
	background: none;
	border: none;
	color: #828080;
	margin-left: 20px;
}
.page-numbers.prev {
	margin-right: 20px;
}


/***************************
 *
 * SP
 *
 **************************/
@media only screen and (max-width: 640px) {

.page-post {
	width: auto;	
	float: none;
}

.wp-embedded-content {
	width: 100%;
}


}







/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
    width:100%;
    margin: 40px 0 40px;
    padding:0;
    display: table;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding:30px 10px 30px;
    border-top:#cecece 1px solid;
    border-bottom:#cecece 1px solid;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p {
	font-size:12px;
	color: #333;
	padding-left: 45px;
	margin-bottom: 0;
	position: relative;
}
#prev_next #prev p:before {
	content: "«";
	position: absolute;
	left: 0px;
}

#prev_next #next p{
	font-size:12px;
	color: #333;
	text-align: right;
	padding-right: 45px;
	margin-bottom: 0;
	position: relative;
}
#prev_next #next p:before {
	content: "≫";
	position: absolute;
	right: 0px;
}


#prev_next #prev p.faq, #prev_next #next p.faq {
	background: url(/common/img/icon-q.png) 0 center no-repeat;
	padding: 5px 0px 5px 30px;	
}
#prev_next #prev:hover {
	background: #ebe9e5;
}
#prev_next #next:hover {
	background: #ebe9e5;	
}

#prev_next #prev{
	border-right:#cecece 1px solid;
	border-left: 1px solid #cecece;
	background: url(../img/bullet-post-prev.png) 20px center no-repeat;
}
#prev_next #next{
	border-right:#cecece 1px solid;
	background: url(../img/bullet-post-next.png) 95% center no-repeat;	
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:12px;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#333333;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
    display: none;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	/*height:140px;*/
    padding:0 10px;
    display: table-cell;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
    margin:0 auto;
    background-color: #f48881;
    border: solid 9px #fff;
    width: 100px;
    height:100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #f48881;
    -webkit-box-shadow: 0 0 0 3px #f48881;
    -moz-box-shadow: 0 0 0 3px #f48881;
	text-align:center;	
	display: none;
}

#prev_next_home:hover{
	background-color: rgba(244,136,129,0.7);
}

 #prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:60px;
}

/*-- ここまで --*/

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*-- ここから --*/
/*--------------------------------------
  768px PREV NEXT
--------------------------------------*/

#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#prev_next #prev_title, #prev_next #next_title{
    padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img{
    float:left;
    margin-right:10px;
    display: none;
}


#prev_next #next img{
   float:right;
   margin-left: 10px;
display: none;
}
/*-- ここまで --*/
}