@charset "utf-8";
/* 中カラム
========================================*/
body{
	background:#ffffff;
}
#content {
	width:100%;
}
#content h1 {
	font-size:16px;
	font-weight:bold;
	height:40px;
	line-height:40px;
	text-indent:12px;
	width:954px;
}
#content .title_txt {
	font-size:14px;
	height:30px;
	line-height:30px;
	text-indent:12px;
	color:#FFF;
	background:#2CA6E0;
	width:954px;
}
.clearfix:after {
	content:"";
	clear:both;
	display:block;
}
.content1{
	width:90%;
	background:#F5F5FF;
	border-radius:15px;
	margin:0 auto;
}
.content2{
	width:90%;
	background:#F5F5FF;
	border-radius:15px;
	margin:30px auto 0;
}
#book{
	margin:10px auto 0;
	width:90%;
	padding-bottom:20px;
}
#store{
	margin:10px auto 0;
	width:90%;
	padding-bottom:20px;
}
.list_title {
	width:100%;
	box-sizing:border-box;
}
.list_icon {
	float:left;
	display:block;
}
#content h3 {
	font-size:16px;
	line-height:19px;
	text-align:center;
}
h3.book{
color:#000000;
padding:20px 0 10px;
}

h3.store{
color:#000000;
padding:20px 0 10px;
}
.blog_link {
	font-size:14px;
	background:#FFFFFF;
	width:140px;
	line-height:20px;
	border-radius: 45px;
	text-indent:4px;
	color:#888888;
	margin:0 auto;
	padding: 10px 15px;
}
.triangle {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 5px solid #888888;
	display:block;
	float:right;
	margin:7px 0 7px 10px;
	border-right:none;
}
a.deco_none{
	text-decoration:none;
}
.back_arrow{
	width:15px;
	height:15px;
	display:block;
	position:relative;
	float:left;
	margin:27px 36px 28px 36px;
}
.back_arrow:after{
	content:"";
	border-left:2px solid #2CA6E0;
	border-bottom:2px solid #2CA6E0;
	display:block;
	transform: rotate(45deg);
	width:10px;
	height:10px;
	position:absolute;
	top:2px;
	left:5px;
}
.link_style{
	color:inherit;
}
.img_box{
	float:left;
	padding:15px 0;
	margin-right:22px;
}
.img_style{
	float:left;
	display:block;
	margin-right:6px;
}
.img_t_text{
	float:left;
	font-size:12px;
	line-height:13px;
	width:165px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
p.img_t_text span{
	font-size:10px;
}
p.img_t_text img{
	margin-right:5px;
	display:inline-block;
	position:relative;
	top:-2px;
}
.float_l{
	float:left;
}
.margin_r_14{
	margin-left:3px;
	margin-right:11px;
}
.next_arrow{
	width:15px;
	height:15px;
	display:block;
	position:relative;
	float:left;
	margin:27px 20px 28px 0;
}
.next_arrow:after{
	content:"";
	border-top:2px solid #2CA6E0;
	border-right:2px solid #2CA6E0;
	display:block;
	transform: rotate(45deg);
	width:10px;
	height:10px;
	position:absolute;
	top:2px;
	left:5px;
}

.link_bt{
padding:20px 0 10px;
}

@media screen and (max-width: 400px) {
#book{
	margin:20px auto 0;
	width:70%;
	padding-bottom:20px;
}
#store{
	margin:20px auto 0;
	width:70%;
	padding-bottom:20px;
}
}











