@charset "UTF-8";

/********************************************
reset
********************************************/
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	line-height: 1.6;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
a img {
	border: none;
}
li {
	list-style: none;
}
strong {
	font-weight: bold;
}
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: underline;
}

/* ********************************************************************-
Date: 2017-07-30
フェリシモDIY部ブログ用CSS
　- ******************************************************************** */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	font-size:75%\9; /* IE8 以下 */
	color:#444444;
	line-height:1.6;
	letter-spacing:0.02em;
	-webkit-text-size-adjust:none;
}
#Footer_fca {
	font-family: 游ゴシック,yu gothic,yugothic,ヒラギノ角ゴ pro w3,ヒラギノ角ゴ w3,hiragino kaku gothic pron,hiragino kaku gothic,メイリオ,meiryo,noto sans,noto sans cjk jp,system-ui,sans-serif;
}
h1,h2,h3,h4,p,a,span{
	color: #68421d;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
}
p{
	font-size: 14px;
}
a img:hover{
	opacity: 0.8;
}

.btn {
	padding: 0;
	border: 0;
}

/********************************************
ヘッダー
********************************************/
#header{

}
#header_bg{
	background: url(/diy/blog/images/common/header_bg.png) no-repeat top center,
	url(/diy/blog/images/common/header_bg_repeat.png) repeat-x top center;
}
#header_bg.lower{
	background: url(/diy/blog/images/common/header_bg.png) no-repeat top center,
	url(/diy/blog/images/common/header_bg_repeat.png) repeat-x top center,
	url(/diy/blog/images/common/listpage_header_bg.jpg) repeat-x bottom center;
	padding-bottom: 25px;
}
#header_inner{
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}
#header .header_description{
	position: relative;
	height: 46px;
}
#header .description{
	position: absolute;
	top: 11px;
	left: 0;
}
#header .gotoshop{
	position: absolute;
	top: 13px;
	right: 19px;
}
#header #header_blog_title{
	position: relative;
	height: 52px;
}
#header #logo{
	position: absolute;
	top: 10px;
	left: 0px;
}
#header #sns_list{
	position: absolute;
	right: 2px;
	top: 16px;
}
#header #sns_list p{
	float: left;
	margin-left: 17px;
	vertical-align: middle;
}

/* メインパネル（トップページ用） */
#idx_mainpanel{
	margin-top: -6px;
	background: url(/diy/blog/images/common/idx_mainpanel.jpg) repeat-x top center;
}
#idx_mainpanel_inner{
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#idx_mainpanel .mainpanel_txt{
	padding: 6px 0 19px;
	text-align: center;
}
#idx_mainpanel .about_chara{
	margin-left: 107px;
	display: inline-block;
	width: 152px;
	float: left;
}
#idx_mainpanel .about_description{
	text-align: left;
	width: 560px;
	font-size: 12px;
	padding-top: 16px;
	padding-left: 19px;
	float: left;
}
#idx_mainpanel .goto_about{
	position: absolute;
	top: 248px;
	right: 102px;
}

/* 人気のキーワード（トップページ用） */
#idx_popular_tags{
	background: url(/diy/blog/images/common/popular_tag_bg.jpg) repeat-x top center;
	height: 55px;
	overflow: hidden;
}
#idx_popular_tags_inner{
	margin: 0 auto;
	width: 920px;
}
#idx_popular_tags h2{
	float: left;
	margin-right: 14px;
	padding-top: 16px;
}
#idx_popular_tags li{
	float: left;
	height: 34px;
	margin-right: 6px;
}
#idx_popular_tags ul{
	padding-top: 11px;
}
#idx_popular_tags ul li a{
	overflow: hidden;
}
#idx_popular_tags ul li a span{
	float: left;
	display: block;
}
#idx_popular_tags ul li a .before{
	background: url(/diy/blog/images/common/tag_bg01.png);
	width: 20px;
	height: 34px;
}
#idx_popular_tags ul li a .tag{
	line-height: 34px;
	height: 34px;
	background: url(/diy/blog/images/common/tag_bg02.png) repeat-x top center;
}
#idx_popular_tags ul li a .after{
	background: url(/diy/blog/images/common/tag_bg03.png);
	width: 27px;
	height: 34px;
}
#idx_popular_tags li a span{
}
/********************************************
メインカラム
********************************************/
#body{
	background-color: #fcf9ec;
	background: url(/diy/blog/images/common/idx_bg.jpg) repeat top center;
}
#body_inner{
	width: 920px;
	margin: 0 auto;
	padding-bottom: 55px;
	padding-top: 25px;
	overflow: hidden;
}
#content{
	width: 670px;
	float: left;
	text-align: left;
}
#content h2.idx_newposts_ttl{
	margin-top: -20px;
}
#content h2{
	margin-bottom: 15px;
}
.posts_list{
	background-color: #fff;
	padding: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.posts_list_img{
	width: 180px;
	float: left;
}
.posts_list_img img{
	width: 100%;
	height: auto;
}
.posts_list_img .tag_link{
	margin-top: 15px;
	width: 180px;
	height: 22px;
	display: block;
	text-align: center;
}
.posts_list_img .tag_link p{
	padding-top: 2px;
	color: #fff;
}
.posts_list_img .tag_link{/* デフォルトのカテゴリ背景 */
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
}
.posts_list_img .tag_category_diy{
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
}
.posts_list_img .tag_category_diyworks{
	background: url(/diy/blog/images/common/tag_category_diyworks.png) no-repeat top center;
}
.posts_list_img .tag_category_planning{
	background: url(/diy/blog/images/common/tag_category_planning.png) no-repeat top center;
}
.posts_list_img .tag_category_tools{
	background: url(/diy/blog/images/common/tag_category_tools.png) no-repeat top center;
}
.post_list_txt{
	width: 415px;
	float: left;
	margin-left: 20px;
}
.post_list_txt .post_title{
	color: #68421d;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
/*	background: linear-gradient(transparent 80%, #c6bbb4 0%);*/
	display: inline;
}
.post_list_txt .date_wrapper{
	overflow: hidden;
}
.post_list_txt .date{
	margin-top: 13px;
	display: block;
	width: 180px;
	float: left;
}
.post_list_txt .new{
	width: 100px;
	display: block;
	float: left;
	margin-top: 15px;
}
.post_list_txt .post_description{
	margin-top: 17px;
}

/********************************************
ページネーション
********************************************/
.navigation.pagination{
	text-align: center;
}
.navigation.pagination .nav-links{
	margin: 40px auto 0;
}
.navigation.pagination .screen-reader-text{
	display: none;
}
.navigation.pagination .nav-links .prev.page-numbers{
	background: url(/diy/blog/images/common/icon_pagenation_before.png) no-repeat center left;
	padding-left: 13px;
	margin-right: 25px;
	text-decoration: underline;
}
.navigation.pagination .nav-links .next.page-numbers{
	background: url(/diy/blog/images/common/icon_pagenation_bg_after.png) no-repeat center right;
	padding-right: 13px;
	margin-left: 25px;
	text-decoration: underline;
}
.navigation.pagination .nav-links .page-numbers{
	padding: 7px;
	font-size: 14px;
}
.navigation.pagination .nav-links .current.page-numbers{
	background: url(/diy/blog/images/common/pagenation_active_bg.png) no-repeat center center;
	color: #fff;
}

.max_current_post_numbers{
	margin-top: 30px;
	text-align: center;
	font-size: 14px;
}
.max_current_post_numbers span{
	font-size: 16px;
	font-weight: bold;
}
/********************************************
サイドナビゲーション
********************************************/
#sidenav{
	width: 220px;
	margin-left: 30px;
	text-align: left;
	float: left;
}
#search_box h3{
	margin-top: 3px;
}
#search_box .search_form{
	overflow: hidden;
	margin-top: 5px;
}
#search_box input#s{
	padding:10px;
	font-size:13px;
	width: 165px;
	height: 15px;
	border-radius: 5px 0 0 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: none;
	float: left;
	box-sizing: inherit;
}
#search_box input#searchsubmit{
	float: left;
}
#search_box input#s:placeholder-shown {
	color: #aaa;
}
#to_idx{
	margin-top: 15px;
}
#to_news{
	margin-top: 25px;
}
#side_sns{
	margin-top: 25px;
}
#side_sns ul{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	display: block;
}
#side_sns li{
	float: left;
	width: 33%;
}
#popular_post{
	margin-top: 25px;
}

/* よく見られている記事 */
#popular_post{

}
#popular_post h3{
	margin-top: 20px;
}
#popular_post ul{
	display: block;
	background: #fff;
	margin-top: 5px;
}
#popular_post ul li{
	padding: 10px 0 10px 20px;
	overflow: hidden;
	background: url(/diy/blog/images/common/line.png) no-repeat bottom center;
}
#popular_post ul li:first-child{
	padding-top: 20px;
}
#popular_post ul li:last-child{
	background: none;
	padding-bottom: 20px;
}
#popular_post ul li img{
	float: left;
	width: 69px;
	margin-right: 7px;
}
#popular_post ul li h4{
	width: 120px;
	font-size: 11px;
	float: left;
	line-height: 16px;
}
#popular_post li a{
	position: relative;
	display: block;
}
#popular_post li a:before{
	position: absolute;
	top: -1px;
	left: 3px;
}
#popular_post li:first-child a:before{
	content: url(/diy/blog/images/common/icon_rank01.png);
}
#popular_post li:nth-child(2) a:before{
	content: url(/diy/blog/images/common/icon_rank02.png);
}
#popular_post li:nth-child(3) a:before{
	content: url(/diy/blog/images/common/icon_rank03.png);
}
#popular_post li:nth-child(4) a:before{
	content: url(/diy/blog/images/common/icon_rank04.png);
}
#popular_post li:nth-child(5) a:before{
	content: url(/diy/blog/images/common/icon_rank05.png);
}

/* 記事カテゴリ */
#side_category_list{
	margin-top: 25px;
}
#side_category_list h3{
	margin-bottom: 3px;
}
.side_category_list_inner{
	background: url(/diy/blog/images/common/side_category_list_bg01.png) no-repeat top center,
	url(/diy/blog/images/common/side_category_list_bg02.png) repeat-y top center,
	url(/diy/blog/images/common/side_category_list_bg03.png) no-repeat bottom center;
	padding: 20px;
}
.side_category_list_inner ul{
	margin: 0 0 0 20px;
}
.side_category_list_inner li{
	font-size: 13px;
	margin-top: 6px;
	list-style-image: url(/diy/blog/images/common/icon_list.png);
}
.side_category_list_inner h4{
	font-size: 14px;
	margin-top: 6px;
	padding: 20px 0 0 30px;
	color: #68421d;
}
.side_category_list_inner h4.category_diy{
	background: url(/diy/blog/images/common/icon_category_diy.png) no-repeat left bottom;
	margin-top: 0;
	padding-top: 0;
}
.side_category_list_inner h4.category_diyworks{
	background: url(/diy/blog/images/common/icon_category_diy_work.png) no-repeat left bottom;
}
.side_category_list_inner h4.category_tools{
	background: url(/diy/blog/images/common/icon_tools_and_materials.png) no-repeat left bottom;
}
.side_category_list_inner h4.category_planning{
	background: url(/diy/blog/images/common/icon_planning.png) no-repeat left bottom;
}

/* バックナンバー */
#backnumber{

}
#backnumber h3{
	margin-top: 20px;
	margin-bottom: 3px;
}
/*#backnumber_trigger{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px;
	font-size: 13px;
	width: 200px;
	height: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: none;
	float: left;
	box-sizing: inherit;
	background: url(/diy/blog/images/common/icon_selectbox.png) no-repeat 95% 50% #fff;
	color: #ccc;
}*/
#backnumber .trigger{
	padding: 10px;
	font-size: 13px;
	width: 200px;
	height: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: none;
	background: url(/diy/blog/images/common/icon_selectbox.png) no-repeat 95% 50% #fff;
	color: #ccc;
	cursor: pointer;
}
.backnumber_inner{
	position: relative;
}
.backnumber_inner ul.child{
	display: none;
	position: absolute;
	top: 60px;
	width: 220px;
	background: #fff;
	height: 170px;
	overflow-y: scroll;
	color: #68421d;
	font-size: 13px;
	z-index: 9999;
}
.backnumber_inner ul.child li{
	margin: 10px;
}
.backnumber_inner ul.child li a{
	display: block;
}
#backnumber .child::-webkit-scrollbar{
	all:unset;
	background: transparent;
}
#backnumber .child::-webkit-scrollbar-track{
	background:#e7e2da;
}
#backnumber .child::-webkit-scrollbar-thumb {
	width: 13px;
	background:#68421d;
}
#backnumber .child::-webkit-scrollbar-button:vertical:decrement {
	background: url(/diy/blog/images/common/btn_scrollbar_decrement.png) no-repeat top center #68421d !important;
}
#backnumber .child::-webkit-scrollbar-button:vertical:increment {
	background: url(/diy/blog/images/common/btn_scrollbar_increment.png) no-repeat top center #68421d !important;
}

/* バナー */
#bunner{
	margin-top: 25px;
}

/********************************************
関連記事
********************************************/
#relation_post h2{
	text-align: center;
	margin: 14px auto;
}
#relation_post ul{
	margin: 0 0 0 20px;
}
#relation_post li{
	font-size: 13px;
	margin-top: 6px;
	list-style-image: url(/diy/blog/images/common/icon_list.png);
}
#relation_post a{
	text-decoration: underline;
}

/********************************************
おすすめ記事
********************************************/
#idx_recommended_post{
	margin-top: 55px;
}
#idx_recommended_post h2 {
	text-align: center;
}
#idx_recommended_post ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
#idx_recommended_post li {
	flex: 1 1 27%;
	padding: 2.2%;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
	margin-bottom: 2.2%;
	position: relative;
}
#idx_recommended_post li a {
	display: block;
}
#idx_recommended_post li h3 {
	margin-top: 6.4%;
	padding-bottom: 28px;
	font-size: 14px;
}
#idx_recommended_post li p {
	position: absolute;
	bottom: 0;
	font-size: 8px;
	padding-bottom: 8px;
}
#idx_recommended_post li:nth-child(2), #idx_recommended_post li:nth-child(5) {
	margin-left: 2.2%;
	margin-right: 2.2%;
}

/********************************************
ページ上部へ戻るボタン
********************************************/
#btn_to_pagetop{
	position: fixed;
	bottom: 32px;
	right: 32px;
}

/********************************************
フッター
********************************************/
#footer{
	background: url(/diy/blog/images/common/footer_bg_body.jpg) repeat top center;
	margin-bottom: 26px;
}
#footer_upside{
	width: 100%;
	height: 22px;
	background: url(/diy/blog/images/common/footer_bg_upside.jpg) repeat-x top center;
}
#footer_downside{
	width: 100%;
	height: 48px;
	background: url(/diy/blog/images/common/footer_bg_downside.jpg) repeat-x top center;
}
#footer_inner{
	width: 920px;
	margin: 0 auto;
}
#footer .footer_sitemap{
	padding-top: 50px;
	overflow: hidden;
	text-align: left;
}
#footer .footer_sitemap .first_column{
	float: left;
	width: 319px;
}
#footer .footer_sitemap .second_column{
	float: left;
	width: 317px;
}
#footer .footer_sitemap .third_column{
	float: left;
	width: 284px;
}
#footer .footer_sitemap h3{
	font-size: 16px;
	padding-left: 11px;
	border-left: 3px solid #68421d;
	font-weight: bold;
}
#footer .footer_sitemap .category_planning{
	margin-top: 26px;
}
#footer .footer_sitemap ul{
	margin-left: 20px;
	margin-top: 20px;
}
#footer .footer_sitemap li{
	font-size: 13px;
	margin-top: 6px;
	list-style-image: url(/diy/blog/images/common/icon_list.png);
}
#footer .footer_other_link{
	margin-top: 40px;
	overflow: hidden;
}
#footer .footer_other_link .footer_fb{
	float: left;
	width: 285px;
}
#footer .footer_other_link .bunner_wide{
	float: left;
	width: 601px;
	margin-left: 32px;
}
#footer .footer_other_link .bunner01,
#footer .footer_other_link .bunner02{
	float: left;
	width: 285px;
	margin-left: 32px;
}

/********************************************
カテゴリ記事一覧
********************************************/
#category_list{
	background: url(/diy/blog/images/common/listpage_header_bg.jpg) repeat-x top center;
	height: 15px;
	margin-top: 15px;
}
.category_list_title{
	background: url(/diy/blog/images/common/list_chara.png) no-repeat center left;
	padding-left: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #68421d;
}
.category_list_title span{
	text-shadow: #68421d 1px 1px 0px,
	#68421d -1px 1px 0px,
	#68421d 1px -1px 0px,
	#68421d -1px -1px 0px;
	color: #fff556;
}

/* 人気のキーワード */
#list_popular_tags{
	background: url(/diy/blog/images/common/list_popular_tag_bg.jpg) repeat-x top center;
	width: 670px;
	height: 190px;
	overflow: hidden;
	margin: 40px auto 0;
}
#list_popular_tags_inner{
	margin: 0 auto;
	width: 640px;
	display: flex;
	align-items: center;
}
#list_popular_tags h2{
	text-align: center;
	margin: 14px auto;
}
#list_popular_tags ul{
	max-height: 132px;
	overflow: hidden;
}
#list_popular_tags li{
	float: left;
	height: 34px;
	margin-right: 6px;
	margin-bottom: 10px;
}
#list_popular_tags ul li a{
	overflow: hidden;
}
#list_popular_tags ul li a span{
	float: left;
	display: block;
}
#list_popular_tags ul li a .before{
	background: url(/diy/blog/images/common/tag_bg01.png);
	width: 20px;
	height: 34px;
}
#list_popular_tags ul li a .tag{
	line-height: 34px;
	height: 34px;
	background: url(/diy/blog/images/common/tag_bg02.png) repeat-x top center;
}
#list_popular_tags ul li a .after{
	background: url(/diy/blog/images/common/tag_bg03.png);
	width: 27px;
	height: 34px;
}
#list_popular_tags li a span{
}

/********************************************
記事詳細
********************************************/
hr{
	background: url(/diy/blog/images/common/hr_detail.png) repeat-x top left;
	height: 2px;
	display: block;
	border: none;
	margin: 20px 0;
}
.detail_content_inner{
	background-color: #fff;
	padding: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.detail_category_list{
	width: 400px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
	overflow: hidden;
}
.detail_category_list .tag_link {
	width: 180px;
	height: 22px;
	display: block;
	text-align: center;
	margin-right: 5px;
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
	margin-bottom: 5px;
	float: left;
}
.detail_category_list .tag_category_diy {
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
}
.detail_category_list .tag_category_diyworks {
	background: url(/diy/blog/images/common/tag_category_diyworks.png) no-repeat top center;
}
.detail_category_list .tag_category_tools {
	background: url(/diy/blog/images/common/tag_category_tools.png) no-repeat top center;
}
.detail_category_list .tag_category_planning {
	background: url(/diy/blog/images/common/tag_category_planning.png) no-repeat top center;
}
.detail_category_list .tag_link p {
	padding-top: 2px;
	color: #fff;
}
.detail_share_list_header {
	overflow: hidden;
	float: right;
}
.detail_share_list_header p {
	margin-left: 10px;
	float: left;
}
h1.detail_title {
	clear: both;
	margin-top: 30px;
	color: #68421d;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.detail_share_list_footer{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 30px;
}
.detail_share_list_footer_inner{
	text-align: center;
}
.detail_share_list_footer_inner p{
	display: inline-block;
}

/* 本記事で紹介した記事はこちら */
.recommend_products{
	margin-top: 40px;
}
.recommend_products .ttl_recommend_products{
	text-align: center;
}
.recommend_products .recommend_products_inner{
	background: url(/diy/blog/images/common/recommend_products_bg01.png) repeat-y top center;
	padding-top: 10px;
}
.recommend_products .recommend_products_inner a{
	overflow: hidden;
	display: block;
	padding-bottom: 30px;
}

.recommend_products .recommend_products_inner a img{
	width: 160px;
	margin-left: 30px;
	float: left;
}
.recommend_products .recommend_products_inner a p{
	width: 390px;
	margin-left: 20px;
	float: left;
}
.recommend_products .recommend_products_inner a p.btn_to_recommend_products{
	margin-top: 15px;
}
.recommend_products .recommend_products_inner a p.btn_to_recommend_products img{
	margin-left: 0;
	width: 175px;
}
.recommend_products::after{
	content: url(/diy/blog/images/common/recommend_products_bg02.png);
	height: 14px;
	margin-left: 5px;
}

/* フッターシェアボタン */
.detail_share_list_footer{

}
.detail_share_list_footer .detail_share_list_footer_inner p{
	margin: 0 7px;
}

/* 関連バナー */
.relation_bunner{
	margin-top: 34px;
	text-align: center;
}
.relation_bunner .relation_bunner_category,
.relation_bunner .relation_bunner_single{
	margin-bottom: 34px;
}
/* タグ */
.entry-tags{
	overflow: hidden;
}
.entry-tags a{
	margin-left: 4px;
}
.entry-tags .screen-reader-text {
	font-size: 0;
	background: url(/diy/blog/images/common/icon_tag.png) no-repeat center center;
	width: 14px;
	height: 14px;
	display: block;
	float: left;
}

/* 本文 */
.posts_detail p{
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.4;
}
/* 画像の中央寄せなど */
.aligncenter,.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
img.alignright {
	float: right;
	margin: 0 0 0 1.5em;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
img.alignleft {
	float: left;
	margin: 0 1.5em 0 0;
}

/* コメント一覧 */
div#comments{
	margin-top: 15px;
	background:
	url(/diy/blog/images/common/comment_bg01.jpg) no-repeat top center,
	url(/diy/blog/images/common/comment_bg01.jpg) no-repeat bottom center,
	url(/diy/blog/images/common/comment_bg02.jpg) repeat-y top center;
}
#comments .comments_inner{
	width: 630px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#comments h2.comments-title {
	text-align: center;
	padding-top: 20px;
}
#comments li.comment {
	width: 630px;
	background: #fff;
	margin-bottom: 2px;
}
#comments .comment-body {
	padding: 15px;
}
#comments .comment-author.vcard {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}
#comments cite.fn {
	font-style: normal;
	font-weight: bold;
}
#comments .comment-body span.says {
	display: none;
}
#comments .comment-body p {
	font-size: 13px;
	margin-top: 15px;
}
#comments .comment_more{
	display: none;
}
#comments .btn_comment_more{
	cursor: pointer;
}

/* コメントフォーム */
#comment_form {
	margin: 40px auto 0;
	width: 580px;
	background: #faf7e3;
}
#comment_form .comment_form_inner {
	padding: 30px;
}
#comment_form .comment_form_inner p{
	font-size: 14px;
}
#comment_form .comment_form_inner #reply-title{
	display: none;
}
#comment_form .comment_form_inner .comment-notes{
	display: none;
}
#comment_form .comment_form_inner .comment-form-author{
	margin-top: 25px;
}
#comment_form .comment_form_inner .comment-form-author-sub{
	font-size: 12px;
	color: #e7291a;
	margin-top: 5px;
}

#comment_form .comment_form_inner .comment-form-author label{
	display: block;
	font-weight: bold;
}
#comment_form .comment_form_inner .comment-form-author input{
	width: 500px;
	padding: 10px;
	font-size: 13px;
	height: 15px;
	border-radius: 5px 0 0 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: none;
	box-sizing: inherit;
}
#comment_form .comment_form_inner .comment-form-comment{
	margin-top: 25px;
}
#comment_form .comment_form_inner .comment-form-comment label{
	font-weight: bold;
}
#comment_form .comment_form_inner .comment-form-comment textarea{
	width: 500px;
	padding: 10px;
	font-size: 13px;
	height: 180px;
	border-radius: 5px 0 0 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border: none;
	box-sizing: inherit;
}
#comment_form .comment_form_inner .form-submit input{
	font-size: 0;
	border: 0px;
	margin: 30px auto 0;
	width: 175px;
	height: 44px;
	display: block;
	background: url(/diy/blog/images/common/btn_comment_form.png) no-repeat top center;
	cursor: pointer;
}




/* 関連するおすすめ記事 */
#recommend_posts_detail{
	position: relative;
	margin-bottom: 60px;
}
#recommend_posts_detail h2{
	margin: 35px auto 15px;
	text-align: center;
}
.recommend_posts_detail_inner{
	width: 608px;
	margin: 0 auto;
}
#recommend_posts_detail .swiper-slide{
	background: #fff;
}
#recommend_posts_detail .swiper-slide .inner{
	margin: 15px;
}
#recommend_posts_detail .swiper-slide .inner a{
	display: block;
}
#recommend_posts_detail .swiper-slide .inner img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
#recommend_posts_detail .swiper-slide .inner .recommend_posts_category{
	background-size: 100% 100%;
	padding: 1px 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
.recommend_posts_category.category_none{
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
}
.recommend_posts_category.category_diy{
	background: url(/diy/blog/images/common/tag_category_diy.png) no-repeat top center;
}
.recommend_posts_category.category_diyworks{
	background: url(/diy/blog/images/common/tag_category_diyworks.png) no-repeat top center;
}
.recommend_posts_category.category_planning{
	background: url(/diy/blog/images/common/tag_category_planning.png) no-repeat top center;
}
.recommend_posts_category.category_tools{
	background: url(/diy/blog/images/common/tag_category_tools.png) no-repeat top center;
}
#recommend_posts_detail .swiper-slide .inner h3{
	color: #68421d;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1em;
	text-decoration: underline;
}
#recommend_posts_detail .swiper-slide .inner p.recommend_posts_text{
	color: #68421d;
	font-size: 11px;
	margin-top: 1em;
}

/* swiperのCSSをオーバーライド */
#recommend_posts_detail .swiper-button-prev, #recommend_posts_detail .swiper-container-rtl .swiper-button-next {
	background-image: url(/diy/blog/images/common/btn_recommend_post_prev.png);
	left: 0;
	right: auto;
}
#recommend_posts_detail .swiper-button-next, #recommend_posts_detail .swiper-container-rtl .swiper-button-prev {
	background-image: url(/diy/blog/images/common/btn_recommend_post_next.png);
	right: 0;
	left: auto;
}
#recommend_posts_detail .swiper-button-prev, #recommend_posts_detail .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 21px;
	height: 32px;
	margin-top: -16px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 21px 32px;
	-webkit-background-size: 21px 32px;
	background-size: 21px 32px;
	background-position: center;
	background-repeat: no-repeat;
}

/* ページネーション */
.navigation.post-navigation{
}
.navigation.post-navigation h2.screen-reader-text{
	display: none;
}
.navigation.post-navigation .nav-links {
	margin: 40px auto 0;
	text-align: center;
	vertical-align: top;
}
.navigation.post-navigation .nav-links .nav-previous {
	background: url(/diy/blog/images/common/icon_pagenation_before.png) no-repeat center left;
	padding-left: 13px;
	margin-right: 25px;
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
	line-height: 33px;
	vertical-align: top;
}
.navigation.post-navigation .nav-links .hr{
	background: url(/diy/blog/images/common/hr_postdetail_pagenation.png) no-repeat center right;
	width: 2px;
	height: 26px;
	border: none;
	margin: 0;
	display: inline-block;
	line-height: 33px;
	vertical-align: top;
}
.navigation.post-navigation .nav-links .nav-next {
	background: url(/diy/blog/images/common/icon_pagenation_bg_after.png) no-repeat center right;
	padding-right: 13px;
	margin-left: 25px;
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
	line-height: 33px;
	vertical-align: top;
}


/* 投稿した記事の表示フォロー */
#content .posts_detail a {
	color: #1da1f2;
}
#content .posts_detail table {
	width: 100%;
	border-collapse: collapse;
}
#content .posts_detail table tbody td{
	border: solid 1px #f0eadc;
	padding: 0.5em;
	border-collapse: collapse;
}
