@charset "UTF-8";

/*
Theme Name: take-root
Description: たくさんのひとに根付くようなWordPressテーマでありたい。そんな想いから作成したシンプルなWordPressテーマです。
Author: necco
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------------*/
/*　ブログ全体共通　*/
/*--------------------------------------------------------------------*/
body{
	margin:0;
	font-family: Century Gothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",gotham, helvetica,sans-serif;
	font-size:14px;
	line-height:2em;
	color:#333;
	width:100%;
}
a:link,a:visited{ color:#2867ae; }
a:hover{ color:#BA6900; }
#main{
	margin-top:30px;
}

/*--------------------------------------------------------------------*/
/*　スライドメニュー　*/
/*--------------------------------------------------------------------*/
.slidemenu {
	top: 70px;
	right: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: 999;
	background:#FFF;
	padding-bottom:50px;
}
.slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
	border-left:1px solid #D6D6D6;
}
.slidemenu-content{
	margin:0;
	padding:20px 0 100px 10px;
	list-style:none;
}
.slidemenu-content li{
	margin-bottom:30px;
}
.slidemenu-content li ul{ margin:0;padding:0; }
.slidemenu-content li ul li{
	margin:0;
	list-style:none;
	border-bottom:1px solid #ECECEC;
	padding:3px 5px;
}
/*--------------------------------------------------------------------*/
/*　ヘッダー　*/
/*--------------------------------------------------------------------*/
#header{
	/*position: fixed;
	top:0;
	left:0;*/
	z-index:999;
	padding:0;
	margin:0;
	width:100%;
	border-bottom:1px solid #D6D6D6;
	background:#FFF;
	height:70px;
}
#blog-title{
	font-size:1.7em;
	margin:20px 0 0 20px;
	float:left;
}
#blog-title-img img{
	max-height:50px;
}
#blog-title a:link,
#blog-title a:visited{ text-decoration:none;color:#333; }
#blog-title a:hover{ text-decoration:underline; }
#blog-title-img{ float:left;margin:5px; }
#blog-desc{
	margin:0;
	padding:20px 0 0 10px;
	font-size:0.9em;
	line-height:150%;
	width:360px;
	float:left;
}
#header .menu-button-right{
	display:none;
}
#header .menu-button-right img{ float:left; }
#header #header-search{
	float:right;
	padding:20px 50px 0 0;
}

/*--------------------------------------------------------------------*/
/*　メインメニュー　*/
/*--------------------------------------------------------------------*/
#main-menu-block{
	/*margin-top:70px;*/
	border-bottom:1px solid #D6D6D6;
	background:#EDEDED;
}
#main-menu{
	margin:0 auto;
	padding:0;
	list-style:none;
	max-width:1000px;
	
}
#main-menu li{
	float:left;
	padding:5px 20px;
	/*border-left:1px solid #D6D6D6;*/
}
#main-menu li:last-child{
	/*border-right:1px solid #D6D6D6;*/
}

#main-menu-block ul li{
  list-style: none;
  margin:0;
  padding:0;
  font-size:14px;
  float: left;
  position: relative;
  width: 200px;/*親メニューの幅*/
  height: 40px;/*親メニューの高さ*/
  line-height: 40px;
  background:#EDEDED;/*親メニューの背景色*/
  text-align:center;
  font-weight:bold;
}
#main-menu-block ul li a {
  color: #4D4D4D;
  display: block;
  text-decoration: none;
}
#main-menu-block ul li:hover, #main-menu-block ul li a:hover {
  background:#D5E2EA;
}
#main-menu-block ul li ul {
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 100;
  padding:0;
}
#main-menu-block ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;
  height: 0;
  background:#DCE4E8;
}
#main-menu-block ul li ul li:hover, #main-menu-block ul li ul li a:hover {
  background:#E5D7D8;
}
#main-menu-block ul li:hover ul li, #main-menu-block ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;
  z-index: 10;
}
#main-menu-block * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#main-menu-block ul .current-menu-item{
	background:#F9F9F9;
}

/*--------------------------------------------------------------------*/
/*　メインコンテンツ　*/
/*--------------------------------------------------------------------*/
#container{
	width:1000px;
	margin:0 auto;
	padding:0;
}
#content{
	width:670px;
	margin:0 0 20px 0;
	float:left;
}
/*--------------------------------------------------------------------*/
/*　トップページ　*/
/*--------------------------------------------------------------------*/
#entry-block-list{
	margin:0 0 25px 0;
	padding:0;
}
#entry-block-list .entry-block-list-inner{
	position: relative;
	padding:0;
	max-width:325px;
	max-height:250px;
	float:left;
	margin:0 5px 20px 5px;
	overflow:hidden;
}
#entry-block-list .entry-block-list-inner img{
	width:100%;
	/*max-height:250px;*/
	width:auto;
	margin:0;
	padding:0;
}
#entry-block-list .single-category{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:10px 20px;
	background:#b7793e;
	font-size:0.9em;
	color:#FFFFFF;
}
#entry-block-list .single-category a{ color:#FFFFFF; }
#entry-block-list .entry-block-list-inner div{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	background: rgba(255,255,255,0.8);
	border-bottom:none;
	/*height:100px;*/
	max-height:50%;
	
}
#entry-block-list .entry-block-title{
	/*width:306px;*/
	width:100%;
	margin:0;
	/*margin:0 0 5px 0;*/
	/*padding:10px;*/
	color:#FFFFFF;
	font-size:1.3em;
}
#entry-block-list .entry-block-title a{ 
	color:#2867ae;
	display:block;
	padding:10px 10px 0 10px;
}
#entry-block-list .entry-block-title a:hover{ color:#BA6900; }
#entry-block-list .entry-block-date{
	margin:0;
	padding:0 10px;
	font-size:0.9em;
	color:#333;
	z-index:1;
}

/*--------------------------------------------------------------------*/
/*　パンくずリスト　*/
/*--------------------------------------------------------------------*/
.bread{
	position:absolute;
	right:0;
	overflow:hidden;
	margin:0;
	padding:5px 15px;
	font-size:0.9em;
	background:#b7793e;
}
.bread li{ float:left;list-style:none;color:#FFF; }
.bread li a{ color:#fff; }

/*--------------------------------------------------------------------*/
/*　ページ送りナビゲーション　*/
/*--------------------------------------------------------------------*/
.tablenav{
	margin:0;
	padding:13px 10px 10px 0;
	line-height:2em;
	text-align:right;
}
.tablenav a:link,
.tablenav a:visited{
	color:#ae2828;
}
#post-list-category .tablenav-inner{
	padding:0;
	border-bottom:none;
}
.page-numbers,
.current{
	padding: 4px 12px;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:1.1em;
}
.current,
a.page-numbers:hover{
	color:#FFFFFF;
	background: #ae2828;
}
.tablenav .next,
.tablenav .prev{
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:1em;
}

/*--------------------------------------------------------------------*/
/*　人気記事　*/
/*　プラグイン：WordPress Popular Postsを使用　*/
/*--------------------------------------------------------------------*/
#popular-posts-index{ padding:0; }
#popular-posts-index h2,
#entry .single-bottom-freearea h2{
	background:url(images/popular-posts-mark.png) no-repeat;
	line-height:40px;
	padding:5px 0 15px 60px;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}
#entry .single-bottom-freearea h2{ border:none; }
#popular-posts-index li,
#entry .single-bottom-freearea li{
	list-style:none;
	float:left;
	clear:none;
	/*max-width:213px;*/
	width:213px;
	margin:0 5px 15px 5px;
	padding:0;
	position: relative;
	overflow:hidden;
}
#entry .single-bottom-freearea li{
	/*max-width:142px;*/
	width:142px;
}
#popular-posts-index .wpp-list,
#entry .single-bottom-freearea .wpp-list{
	margin:0;
	padding:0;
}
#popular-posts-index div,
#entry .single-bottom-freearea .wpp-list li div{
	margin:0;
	padding:0 10px;
	position: absolute;
	top:0;
	left:0;
	background:#b7793e;
	text-align:center;
	color:#FFFFFF;
}
#popular-posts-index div a,
#entry .single-bottom-freearea .wpp-list li div a{
	font-size:0.8em;
	color:#FFFFFF;
}
#popular-posts-index p,
#entry .single-bottom-freearea .wpp-list li p{
	margin:0;
	padding:10px;
	position: absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.8);
	line-height:130%;
	font-size:0.9em;
}
#popular-posts-index p{ width:193px; }
#entry .single-bottom-freearea .wpp-list li p{ width:122px;font-size:1.1em; }
#popular-posts-index p a{ color:#FFF; }
#entry .single-bottom-freearea .wpp-list li p a{
	font-size:0.8em;
	color:#FFF;
}
.wpp-thumbnail{
	width:auto;
	height:213px;
	margin:0 5px 0 -100px !important;
}

#entry .single-bottom-freearea .wpp-list,
#entry .single-bottom-freearea .popular-posts-h{


}

/*--------------------------------------------------------------------*/
/*　記事ページヘッダー　*/
/*--------------------------------------------------------------------*/
#entry-header{
	position: relative;
	max-height:230px;
	overflow:hidden;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}
#entry-header #post-thumbnail{
	margin:-60px 0 0 0;
}
#entry-header #post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	margin:0;
	padding:0;
	color:#FFF;
	background:rgba(0,0,0,0.8);
	width:100%;
}
#content #entry-header #post-info h1{
	padding:0 20px;
	font-size:1.3em;
}
#content #entry-header p{
	margin:0;
	padding:0 0 10px 20px;
	font-size:0.9em;
	color:#FFF;
	text-shadow:1px 1px 3px #000;
}
#entry-header a:link,
#entry-header a:visited{
	color:#FFF;
}

/*--------------------------------------------------------------------*/
/*　記事本体　*/
/*--------------------------------------------------------------------*/
#entry{
	padding:20px 29px;
	border:1px solid #D6D6D6;
}
#entry h2{
	font-size: 1.3em;
	font-weight: normal;
	margin: 40px 0 0 0;
	padding: 12px 0 3px 0;
	border-bottom: 1px dotted #333;
}
#entry h2 span{
	padding-bottom: 5px;
	border-bottom: 2px #333 solid;
}
#entry p{ font-size:1.1em; }
#entry .sns-account{
	margin:0;
	padding:0;
}
#entry .sns-account li{
	list-style:none;
	float:left;
	margin:0 10px 0 0;
}

#entry .sponsored-links{
	margin:40px 0;
}
#entry .sponsored-links h2{
	font-size:1em;
	font-weight:normal;
	border:none;
}

#entry table{
	border-collapse: collapse;
	width:609px;
}
#entry th{
	background:#333333;
	color:#FFFFFF;
}
#entry td,
#entry th{
	border:solid 1px #D6D6D6;
	padding:0 3px;
}

/*--------------------------------------------------------------------*/
/*　記事ページ下フリーエリア　*/
/*--------------------------------------------------------------------*/
#entry .single-bottom-freearea{
	margin:20px 0;
}
#entry .single-bottom-freearea ul{
	margin:0;
	padding:0;
}

/*--------------------------------------------------------------------*/
/*　記事ページ下フリーエリア 画像付き最近の投稿　*/
/*--------------------------------------------------------------------*/
#entry .single-bottom-freearea .img-new-post li{
	position: relative;
	height:250px;
}
#entry .single-bottom-freearea .img-new-post li div{
	position: absolute;
	bottom:0;
	left:0;
	background:rgba(0,0,0,0.8);
	width:100%;
}
#entry .single-bottom-freearea .img-new-post li p{
	color:#FFF;
	padding:0 10px;
	margin:0;
}
#entry .single-bottom-freearea .img-new-post li a:link,
#entry .single-bottom-freearea .img-new-post li a:visited{
	color:#FFF;
}
#entry .single-bottom-freearea .img-new-post li .img-new-post-date{
	font-size:0.8em;
}

#entry .single-bottom-freearea #single-profile{
	margin-bottom:40px;
}
#entry .single-bottom-freearea #single-profile img{
	border-radius: 300px;
	float:left;
}
#entry .single-bottom-freearea #single-profile div{
	float:left;
	width:430px;
	padding-left:20px;
	font-size:1.5em;
	font-weight:bold;
}
#entry .single-bottom-freearea #single-profile p{
	font-size:0.65em;
	font-weight:normal;
	margin-top:0;
}
#entry .single-bottom-freearea #single-profile .sns-account li img{
	float:none;
}


/*--------------------------------------------------------------------*/
/*　カテゴリ・タグページヘッダー　*/
/*--------------------------------------------------------------------*/
#category-header{
	position:relative;
	border-top:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	padding:0 0 40px 0;
}
#category-header h1{
	font-size:1.3em;
	padding:60px 0 0 30px;
	margin:0;
}
#category-header p{
	font-size:0.9em;
	padding:10px 20px 0 30px;
	margin:0;
}

/*--------------------------------------------------------------------*/
/*　カテゴリ・タグページ　*/
/*--------------------------------------------------------------------*/
#post-list-category{
	border-top:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}
#post-list-category div{
	border-bottom:1px solid #D6D6D6;
	padding:10px;
}
#post-list-category div h2{
	font-size:1.1em;
	line-height:140%;
	margin:0;
	padding:5px 0 15px 0;
}
#post-list-category div img{
	width:250px;
	height:auto;
	float:left;
	margin:0 20px 0 0;
}
#post-list-category div p{
	margin:0;
	padding:0 10px 0 0;
	line-height:1.5em;
}
#post-list-category div .date{
	color:#666;
	font-size:0.8em;
	padding-top:10px;
}

/*--------------------------------------------------------------------*/
/*　シェアボタン　*/
/*--------------------------------------------------------------------*/
#entry .share-count{
	margin:0;
	padding:0;
}
#entry .share-count li{
	float:left;
	list-style:none;
	margin:0 5px 0 0;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 85px;
	height: 40px;
	color: #333;
	line-height: 40px;
	text-align: center;
	background: #efefef;
	z-index: 0;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
#entry .share-count li:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #efefef transparent transparent transparent;
}
#entry .share{
	padding: 0 0 30px 0;
	margin:0;
}
#entry .share li{
	list-style:none;
	float:left;
	width:117px;
	line-height:50px;
	margin:0 5px 0 0;
	padding:0;
	background-image:url(images/sns_button_lsize.png);
}
#entry .share li a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.share .twitter{ background-position:-159px 0; }
.share .hatena{ background-position:-309px 0; }
.share .facebook{ background-position:-7px 0; }
.share .line{ background-position:-461px 0; }
.share .feedly{ background-position:-609px 0; }

.sns-text{
	position:relative;
	left:45px;
	top:2px;
}

/*--------------------------------------------------------------------*/
/*　ページ送り　*/
/*--------------------------------------------------------------------*/
#pagination{
	margin:0;
	padding:5px 0;
	overflow:auto;
	border-top:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
}
#pagination li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:49%;
}
#pagination li:last-child{
	text-align:right;
	border-left:1px dotted #D6D6D6;
}
#pagination p{
	margin:3px 0;
	padding:0 5px;
	color:#999999;
	line-height:1.4em;
}

/*--------------------------------------------------------------------*/
/*　記事コメント　*/
/*--------------------------------------------------------------------*/
#entry .comment-desc{
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #D6D6D6;
}
#entry .commentlist{
	margin:0;
	padding:0;
}
#entry .commentlist li{
	list-style:none;
	margin:0;
	padding:10px;
	width:100%;
}
#entry .commentlist .depth-1{
	border-bottom:1px solid #D6D6D6;
}
#entry .commentmetadata a:link,
#entry .commentmetadata a:visited{
	color:#999999;
	font-size:0.8em;
}
#entry .commentlist .fn{
	font-style:normal;
	font-weight:bold;
}
#entry .commentlist p{
	margin:0;
	padding:0;
}
#entry .commentlist .children{
	margin:0 0 0 20px;
}
#commentform{
	font-size:0.9em;
}
#commentform label{
	display:block;
	margin:0;
	padding:0;
}
#commentform textarea{
	width:100%;
}
#commentform input[type="submit"]{
	color:#FFFFFF;
	background:#00BCF2;
	border:1px solid #00BCF2;
	padding:10px 0;
	width:100%;
}
#commentform .form-allowed-tags{
	font-size:1em;
	line-height:1.2em;
	color:#999999;
}

/*--------------------------------------------------------------------*/
/*　サイドバー　*/
/*--------------------------------------------------------------------*/
#sidebar{
	width:300px;
	float:right;
}
#sidebar-1{ margin:0;padding:0;list-style:none; }
#sidebar-1 li{ margin-bottom:30px; }
#sidebar-1 li ul{
	border-top:1px solid #ECECEC;
	padding:0;
	list-style:none;
}
#sidebar-1 li ul li{
	border-bottom:1px solid #ECECEC;
	padding:3px 5px;
	margin-bottom:0;
}
.widgettitle{
	margin:0;
	font-size:1em;
}
#sidebar-1 li .img-new-post li{
	position:relative;
	list-style:none;
	font-weight:bold;
	line-height:1.2em;
	padding:0;
	margin-bottom:5px;
	height:100px;
	width:100%;
	overflow:hidden;
}
#sidebar-1 li .img-new-post li img{
	position:relative;
	margin:-50px 0 0 0;
	width:100%;
	height:auto;
}
#sidebar-1 li .img-new-post li p{
	position: absolute;
	top:0;
	left:0;
	/*width:150px;*/
	width:50%;
	height:76px;
	margin:0;
	padding:12px 10px;
	background: rgba(255,255,255,0.8);
}
#sidebar-1 li .img-new-post-date{
	font-weight:normal;
	font-size:0.9em;
}
#sidebar-1 li #sns-accounts li{
	border:none;
	margin-bottom:4px;
	padding:0;
	float:left;
	height:80px;
	margin:1px;
}

#profile{ font-size:0.9em;line-height:150%; }
#profile img{ float:left;padding:0 10px 0 0; }
#profile ul{ padding:0 0 0 20px; }
#sidebar-1 li #profile ul{ border:none; }
#sidebar-1 li #profile ul li{ border:none; }


#wp-calendar{
	width:100%;
}
#wp-calendar th,
#wp-calendar td{
	text-align:center;
}
#wp-calendar #prev{
	text-align:left;
}
#wp-calendar #next{
	text-align:right;
}

/*--------------------------------------------------------------------*/
/*　フッター　*/
/*--------------------------------------------------------------------*/
#footer{ clear:both; }
#copy{ font-size:0.9em; }
#scrolltop{
	background:#333;
	width:50px;
	height:50px;
	line-height:50px;
	position:fixed;
	bottom:30px;
	right:30px;
	text-align:center;
	color:#FFF;
	font-size:1.2em;
	cursor:pointer;
	display:none;
}
#scrolltop a{
	display:block;
}
#scrolltop a:hover{
	color:#FFF;
	background:#7d7d7d;
}

/*--------------------------------------------------------------------*/
/*　検索フォーム　*/
/*--------------------------------------------------------------------*/
.s{
	border: 1px solid #D6D6D6;
	margin: 0;
	height: 24px;
	width: 145px;
}
.searchsubmit{
	-webkit-appearance: none;
	border: 1px solid #999;
	background: #999;
	padding: 6px 20px;
	color: #FFFFFF;
	font-size: 0.9em;
}

/*--------------------------------------------------------------------*/
/*　投稿数表示タグクラウド　*/
/*--------------------------------------------------------------------*/
.count-tag-cloud{
	margin: 0;
	padding: 0;
	list-style: none;
}
.count-tag-cloud li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0;
}
.count-tag-cloud li a {
	position: relative;
	display: inline-block;
	max-width: 300px;
	height: 28px;
	line-height: 28px;
	padding: 0 2.5em 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	/*text-overflow: ellipsis;
	overflow: hidden;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.count-tag-cloud li span {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 2;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background-color: #3872b4;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}
.count-tag-cloud li a:hover {
	background-color: #3872b4;
	border: 1px solid #3872b4;
	color: #fff;
}
.count-tag-cloud li a:hover span {
	background-color: #fff;
	color: #3498db;
}
#sidebar-1 li .count-tag-cloud,
#sidebar-1 li .count-tag-cloud li{
	border:none;
}
#sidebar-1 li .count-tag-cloud li{
	padding:0 0 5px 0;
}

/*--------------------------------------------------------------------*/
/*　記事作成時のオプションスタイル　*/
/*--------------------------------------------------------------------*/
.red-b{
	color:#FF0000;
	font-weight:bold;
}
.thin-red{
	background:#FFE1E1;
}
.marker{
	background:#fbfd73;
}
.marker_2{
	background:#d6d6d6;
	border-radius: 10px;
	padding:0 15px;
	}
.font-size-1up{
	font-size:1.7em;
	font-weight:bold;
}
#entry .cloumn-img{
	margin:15px 0;
	padding:0;
}
#entry .cloumn-img li{
	list-style:none;
	float:left;
	margin:0 20px 0 0;
}
#entry .cloumn-img li img{
	max-width:285px;
	height:auto;
}
#entry .related-article{
	margin:20px 0;
	border-bottom:1px solid #d6d6d6;
}
#entry .related-article dt{
	background:#999;
	color:#FFF;
	padding:5px 10px;
}
#entry .related-article dd{
	padding:10px;
	margin:0 0 0 0;
	line-height:180%;
	border-top:1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
#entry .related-article dd img{
	float:left;
	padding:15px 20px 15px 0;
}
#entry .related-article dd a{
	font-weight:bold;
}
#entry .related-article dd .app li{
	max-width:420px;
}
#entry #aruita h2{
	border-bottom:none;
	margin:20px 0 0 0;
}
#entry #aruita ul{
	list-style:none;
}
#entry #aruita ul img{
	max-width:200px;
	height:auto;
}
#entry #aruita li{
	float:left;
	width:33.3%;
	margin:0;
}
#entry #aruita p{
	margin:14px 0 0 0;
}
#entry .caption-img-area{
	position: relative;
}
#entry .caption-img-area div{
	position: absolute;
	width:100%;
	bottom:9px;
	left:0;
}
#entry .caption-img-area p{
	background: rgba(0,0,0,0.8);
	padding:10px;
	margin:0;
	color:#FFF;
}

/*--------------------------------------------------------------------*/
/*　floatの回り込みを解除　*/
/*--------------------------------------------------------------------*/
.clearfix:after,
#main-menu:after,
#main-menu .sub-menu:after,
#entry .cloumn-img:after,
#entry #aruita:after,
#popular-posts-index .wpp-list:after,
#entry .single-bottom-freearea .wpp-list:after{
	content : ''; display : block; clear : both; height:0;
}