.page-entry{
	font-size: 13px;
}

.instagram {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  padding-top: 30px;
}

.instagram li {
	width: 340px;
	overflow: hidden;
	position: relative;
	margin-left: 30px;
	margin-bottom: 40px;
	transition: .5s;
}
.instagram li:hover {
	opacity: 0.7;
}
.instagram li:nth-child(2n+1) {
	margin-left: 0;
}
p.ins_like {
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background-color: #e8e8e8;
	padding: 10px 20px 10px 0;
	box-sizing: border-box;
	text-align: right;
}
.instagram li img {
	max-width: 100%;
}
.fa-heart {
	margin-right: 5px;
	color: #8d8d8d;
}
.fa-comment {
	margin-right: 5px;
	color: #8d8d8d;
}
/**
 * リード&プロフィール部分サイズ
 */
#sec-top .introduction{
	border-bottom: 1px solid #000;
	padding-bottom: 35px;
}
#sec-top .introduction .desc {
	width: 355px;
}

#sec-top .introduction .profiles {
	width: 430px;
}

#sec-top .introduction .profiles .detail {
	width: 290px;
}

.books_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.books_item{
	width: 233px;
}
.books_item._num3{
	width: 186px;
}
.books_title{
	margin: 10px 0;
}
.amazon_btn{
	margin-top: 20px;
	transition: .3s;
}
.amazon_btn:hover{
	opacity: 0.8;
}

.cap {
	margin: 10px 0 0 0;
	line-height: 21px;
}

.sec-articles .article{
	border: none;
	margin: 0;
	padding: 0;
}


.shopimg{
	margin: 6px 0 0 20px;
}

.shop-info{
	float: right;
	margin: 0;
	padding: 0;
}

.shopLink{
	margin-top: 20px;
	width: 330px;
	float: right;
}

.shopLink a{
	width: 190px;
}
.column-box{
	margin-top: 0;
}
.column-box .shopLink{
	margin-top: 20px;
	width: 196px;
	float: left;
}

.column-box .shopLink .link{
	margin-top: 55px;
}

.shopImg{
	margin-top: 4px;
}

.shopLink .link{
	margin-top: 6px;
}

.shopInfo .article{
	margin-top: 30px;
}

.answer.article{
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	padding: 30px 0;
	margin-top: 30px;
}

.alert{
	font-size: 11px;
	margin-top: 5px;
}
.crevia_link{
	border-top: 1px solid #000;
	padding-top: 30px;
}
