@charset "utf-8";
/*--------------------------------
single page、category page
---------------------------------*/

.main_width .inner{	/*float内包の高さあわせる*/
	height:auto;
	overflow:hidden
}

/* メイン */
#main_col {
	width: 780px;
	float: left;
	margin-bottom:50px;
}

/* サイド */
#side_col {
	width: 290px;
	float: right;
	padding-left: 30px;
}

@media screen and (max-width: 1100px) {
	#main_col,#side_col {
		width: 100%;
		float: none;
		padding: 0px 40px;
	}
}
@media screen and (max-width: 600px) {
	#main_col,#side_col {
		padding: 0px;
	}
	.category_list li {
		padding: 0px 15px;
	}
}

/*
footer {
    clear: both;
}
*/

/* サイド見出し */
.side_headline {
    margin: 0px;
	padding: 4px 8px 8px;
    background-color: #d47a3e;
    font-weight: normal;
    color: #fff;
	border-radius: 4px;
}

/* サイド カテゴリ */
.side_category,.side_post{
	margin-bottom: 30px;
}
.category_list li a{
	display:block;
}
.category_list li{
	line-height: 180%;
	margin: 10px 0px;
}
.category_list li span {
	float: right;
	background: #decaaf;
	padding: 0 10px;
	min-width: 15px;
	text-align: center;
	font-size: 0.85em;
	border-radius: 2px;
	margin-right: 10px;
}
.category_list li a:hover {
	color :#d47a3e;
}
.category_list .cat-item-none{/* カテゴリーなし非表示 */
	display:none;
}

/* カテゴリタイプ */
/*
.type {
	background: #decaaf;
	padding: 0px 5px 3px;
	color: white;
	font-size: 0.95em;
	font-weight: normal;
	border-radius: 4px;
	width: 100px;
	text-align: -webkit-center;
	display: -webkit-inline-box;
}
.blog{
	background: #decaaf;
}
.case{
	background: #83966b;
}
.news{
	background: rgba(135, 145, 197, 1);
}
/* 最新投稿 */
/*
.post_list li{
	line-height: 180%;
	padding: 10px 5px;
	border-bottom: 1px solid #bb825c;
}
.post_list li a:hover {
	color :#d47a3e;
}

/* カテゴリーページ 
.post_list_cg{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 480px) {
	.list_thumb{display:none;}
}
*/

/*
.wrapper .archive .news {
    width: 100%;
}
.news p{
	color:black;
}

.type{
    width: 126px;
}
.singleTitle{
font-size: 28px;
    text-align: center;
    color: #7d7d7d;
    margin: 20px 0 20px;
    font-family: round;
}
.wrappe .pageTopArea img{
    object-position: 0px!important;
}
*/
/* 投稿全体 */
.content{
    width: 100%;
    font-size: 1.15em;
	margin-top:60px;
}
/* 投稿内画像 */ 
.content img{
	margin:10px 0px;
    width: auto;
	max-height:600px;
}

.content .date {
margin:10px 0px;
}

/*投稿内 画像キャプション付 スタイル上書き */
.wp-caption {
	width:100%!important; /* 親クラスの幅 */
}
.wp-caption img {
	margin-bottom: 0px;
}
.wp-caption .wp-caption-text {
    font-size: 0.95em;
    color: #bb825c;
	margin-bottom: 10px;
}


/* パンクズ */
.breadcrumbs a {
    color: #d47a3e;
    text-decoration: underline;
}


/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
	width:100%;
	margin: 100px 0 30px;
	padding:0;
	display: table;
}
#prev_next  #prev, #prev_next  #next{
	width: 50%;
	padding:30px 10px 10px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	display: table-cell;
	position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	font-size:90%;
	line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: #f2efea;
}
#prev_next #prev{
	border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
	font-size:90%;
	top:-1em;
	position:absolute;
	border: 1px #ccc solid;
	background:#fff;
	text-align: center;
	padding:0px 3px 3px;
	color:#666;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev img, #prev_next #next img{
	width:100px;/* 上書き */
	margin:0 auto;
}
#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: #39f;
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 #39f;
-webkit-box-shadow: 0 0 0 3px #39f;
-moz-box-shadow: 0 0 0 3px #39f;
text-align:center;
}
#prev_next_home:hover{
background-color: rgba(0,0,255,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
*/
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.content p img{ width: 100%; height: auto; }
	#prev_next #prev img,#prev_next #next img{ display:none; }
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {

}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 767px) {
/*--------------------------------------
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:0px 10px 3px;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev img{
	float:left;
	margin-right:10px
}
#prev_next #next img{
	float:right;
	margin-left: 10px;
}
}