@charset "UTF-8";
/*====================================
	for sample.html
	Date of 2016.5.18
====================================*/

.caseList {
	margin-bottom: 5px;
}
.caseList li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 8px;
}
.caseList li a {
	width: 100%;
	display: block;
	color: #231815;
	text-decoration: none;
}
.caseList .caseOn {
	background: #595757;
	color: #FFF;
}
.sampleItem {
	font-size: 115%;
}
.sampleItem span {
	margin-left: 30px;
	font-size: 135%;
}
.summary {
	margin-bottom: 25px;
}
.summary dl {
	border-bottom: 1px dotted #595757;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.summary dt {
	font-weight: 900;
}
.imgWrapper {
	text-align: center;
	margin-bottom: 15px;
}
.imgWrapper img {
	margin-bottom: 10px;
}
.imgWrapper a {
	display: inline-block;
	overflow: hidden;
}
.footPagination li {
	width: 80%;
	text-align: center;
	border: 1px solid #898989;
	margin: 0 auto 15px;
}
.footPagination li a {
	display: block;
	text-decoration: none;
	color: #898989;
	padding: 3px 15px;
}
.prev a:before {
	content: "\f04a";
    font-family: FontAwesome;
	display: inline-block;
	float: left;
}
.next a:after {
	content: "\f04e";
    font-family: FontAwesome;
	display: inline-block;
	float: right;
}

/* 480px～ */
@media screen and (min-width: 480px){
.caseList li {
	width: 23%;
	margin-left: 5px;
}
.caseList li:firsr-child {
	margin-left: 0;
}
.caseList li a:hover {
	background: #595757;
	color: #FFF;
}
.summary {
	width: 47.619047619048%;
	float: left;
}
.imgWrapper {
	width: 47.619047619048%;
	float: right;
}
}

/* 768px～ */
@media screen and (min-width: 768px){
.caseList {
	text-align: center;
}
.caseList li {
	width: 138px;
	display: inline-block;
	float: none;
}
.leftMb p {
	margin-left: 80px;
}
.summary dt {
	font-weight: normal;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-right: 8px;
}
.summary dd {
	display: inline-block;
	width: 65%;
}
.footPagination {
	text-align: center;
}
.footPagination li {
	width: 27.97619047619%;
	display: inline-block;
	margin-left: 5px;
}
.footPagination li:first-child {
	margin-left: 0;
}
.footPagination li a:hover {
	background:#898989;
	color: #FFF;
}
}