@charset "utf-8";

/*==========================================================
	カテゴリ
==========================================================*/
#contents {
	margin-bottom: 40px;
}
#category {
	float: left;
	width: 620px;
	margin-right: 40px;
}
/*----- タイトル -----*/
#category .headline {
	padding: 3px 0 15px;
	border-top: solid 2px #FF817C;
	border-bottom: dotted 1px #FF817C;
}
#category .headline:before {
	display: block;
	content: '';
	padding-bottom: 15px;
	border-top: solid 1px #FF817C;
}
#category .headline .main-head {
	float: left;
	padding-left: 20px;
	background: url(../images-common/headline-arrow.jpg) left center no-repeat;
	font-size: 24px;
}
#category .headline .sub-head {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	line-height: 24px;
}
/*----- イメージ一覧 -----*/
#category .items {
}
#category .item {
	width: 620px;
	padding: 40px 0;
	border-bottom: dotted 1px #FF817C;
}
/* イメージ */
#category .item .capture {
	float: left;
	width: 210px;
	margin-right: 20px;
	text-align: center;
}
#category .item .capture img {
	max-width: 205px;
	max-height: 205px;
	border: solid 1px #eee;
}
/* 詳細 */
#category .item .detail {
	float: left;
	width: 350px;
	padding-right: 40px;
}
#category .item .detail .title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.3;
}
#category .item .detail .caption {
	font-size: 12px;
	line-height: 1.6;
}
#category .item .detail .button {
	margin-top: 25px;
	font-size: 14px;
}
#category .item .detail .button a {
	display: block;
	box-sizing: border-box;
	width: 220px;
	height: 45px;
	padding-top: 2px;
	background: #FF5E5E;
	color: #fff;
	text-align: center;
	line-height: 43px;
	transition: .5s;
	-webkit-transition: .5s;
}
#category .item .detail .button a:hover {
	opacity: 1;
	background: #FF4646;
}
#category .item .detail .button a img {
	vertical-align: middle;
}

