@charset "UTF-8";

#top_info {
	padding-top:42px;
	overflow:hidden;
}
#news {
	width:550px;
	height:270px;
	box-sizing:border-box;
	border:1px solid #979797;
	border-radius:4px;
	padding:15px 20px;
	float:left;
}
h2 {
	font-size:21px;
	font-weight:bold;
	line-height:22px;
	color:#272D2F;
	float:left;
}
h2 + a {
	display:inline-block;
	text-decoration:none;
	border:2px solid #42874a;
	border-radius:3px;
	font-size:14px;
	line-height:18px;
	color:#272d2f;
	padding:0 8px;
	margin-left:14px;
	overflow:hidden;
}
h2 + a i {
	float:right;
	padding-top:2px;
	margin-left:10px;
}
#news .bxslider {
	clear:both;
	padding:14px 0 10px;
}
#news .bxslider div {
	overflow:hidden;
}
#news .bxslider div > a {
	display:block;
	text-decoration:none;
	color:#272D2F;
	height:208px;
}
#news .bxslider div > a > img {
	float:left;
	margin-right:20px;
}
#news .bxslider div h3 {
	font-size:18px;
	line-height:27px;
	font-weight:bold;
}
#news .bxslider div p {
	padding-top:12px;
	font-size:13px;
	line-height:22px;
}
#news .bxslider div p.date {
	padding-top:10px;
}
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
.bx-wrapper .bx-pager {
	text-align:right !important;
	padding-top:0 !important;
	bottom:0px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #979797 !important;
	border-radius:6px !important;
	background:#FFF !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background:#ABDECA !important;
}

#gcal {
	width:248px;
	height:270px;
	float:right;
}

#item_list {
	padding-top:40px;
}
#item_base {
	clear:both;
	padding:15px 0 18px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
}
a.item {
	display:block;
	font-size:0;
	text-decoration:none;
	color:#3E3E3E;
	width:151px;
	height:230px;
	box-sizing:border-box;
	border:1px solid #E2E2E2;
	margin:0 20px 12px 0;
}
a.item:nth-child(5n) {
	margin-right:0;
}
a.item strong {
	display:block;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	padding:3px 6px;
}
a.item span {
	display:block;
	font-size:13px;
	line-height:18px;
	padding:5px 6px;
}
a.item strong,a.item span {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
a.item span.cond {
	padding-top:10px;
}
a.item span.price {
	font-size:18px;
	line-height:25px;
	color:#43884B;
	font-weight:bold;
	padding:0 6px;
}

#itembtn {
	text-align:center;
}
#itembtn a {
	display:inline-block;
	text-decoration:none;
	width:286px;
	color:#FFF;
	background-color:#43884B;
	text-align:center;
	font-size:19px;
	line-height:60px;
	font-weight:bold;
	border-radius:6px;
	letter-spacing:3px;
}
#itembtn a i {
	float:right;
	padding:20px 10px 0 0;
}


#konica {
	padding:50px 0;
}
#konica_base {
	width:835px;
	height:386px;
	background:url(../img/konica_base.png) no-repeat;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	padding:143px 0 0 10px;
}
#konica_base a.item {
	margin:0 15px 0 0;
}
#konica_base a.item:nth-child(5n) {
	margin-right:0;
}
#konica_link {
	text-align:right;
	padding-top:8px;
}
#konica_link a {
	text-decoration:none;
	color:#43884B;
	font-size:14px;
	line-height:19px;
	font-weight:bold;
}