@charset "UTF-8";


strong{
	display: block;
	font-size: 19px;
	margin: 20px 0 30px;
}

h2{
	/*margin: ;*/
}

h3{
	color: #6ec04e;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 3px;
}


.contents > .left{
	background-image: url(../img/list/left/title.gif);
	background-repeat: no-repeat;
	background-position: 50% 5px;
	border: 3px solid #72b860;
	background-color: #fff;
	width: 176px;
	padding: 70px 10px 10px;
	white-space: nowrap;
}

.contents > .left .border{
	height: 0;
	border-bottom: 1px solid #ccc;
	margin: 3px 5px;
}

.contents > .left .optionList{
	display: none;
}

.contents > .left .syubetsu{
	display: block;
	white-space: normal;
	width: 176px;
}

.contents > .left .syubetsu label{
	display: inline-block;
	width: 70px;
}

.contents > .center{
	background-color: #fff;
	width: 530px;
	padding: 15px;
	margin-bottom: 60px;
}

.contents > .center .notFound{
	color: #6ec04e;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	padding: 100px 0;
}

.contents > .center .centerHead .row1{
	background: #b1dd63; /* Old browsers */
	background: -moz-linear-gradient(top,  #b1dd63 0%, #7cb352 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b1dd63 0%,#7cb352 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b1dd63 0%,#7cb352 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1dd63', endColorstr='#7cb352',GradientType=0 ); /* IE6-9 */

	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 10px 10px 10px;
	margin-top: 0;
}

.contents > .center .centerHead .row1 h2{
	font-size: 19px;
	font-weight: bold;
	background: none;
	padding: 0;
	margin-top: 0;
}

.contents > .center .centerHead .row2{
	background-color: #cfeb9d;
	text-align: right;
	padding: 14px 10px 10px 10px;
}

.contents > .center .centerHead .row2 .kensu{
	float: left;
	font-size: 14px;
}

.contents > .center .centerHead .row2 .kensu strong{
	display: inline;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}

.contents > .center .article{
	border: 1px solid #a1a1a1;
	border-left: none;
	border-right: none;
	margin: 5px 0;
}

.contents > .center .article > .right{
	box-sizing: border-box;
	float: right;
	font-size: 12px;
	background-color: #f1f5eb;
	width: 100px;
	min-height: 210px;
	padding: 6px;
}

.contents > .center .article > .right h4{
	color: #7fba18;
	font-size: 12px;
	font-weight: normal;
	margin: 3px 0 0px;
}

.contents > .center .gaiyo{
	float: left;
	width: 200px;
	margin-top: 10px;
}

.contents > .center .gaiyo .syodanchu{
	text-align: center;
	color: #fff;
	background-color: #f00;
}

.contents > .center .gaiyo .syurui,
.contents > .center .gaiyo .jusyo,
.contents > .center .gaiyo .price,
.contents > .center .gaiyo .access{
	border-bottom: 1px solid #a1a1a1;
	padding: 5px 0 4px;
}

.contents > .center .gaiyo .syurui{
	color: #0e7ea1;
	font-size: 14px;
	font-weight: bold;
}

.contents > .center .gaiyo .jusyo{
	color: #0e7ea1;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

.contents > .center .gaiyo .price{
	color: #b53434;
	font-size: 19px;
	font-weight: bold;
}

.contents > .center .gaiyo .price small{
	font-size: 14px;
}

.contents > .center .gaiyo .price small.kanrihi{
	font-size: 12px;
}

.contents > .center .gaiyo .access{
	border-bottom: none;
	color: #211915;
	font-size: 14px;
	font-weight: bold;
}

.contents > .center .topImage{
	float: left;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 190px;
	height: 190px;
	margin: 10px 10px;
}

.contents > .center .pagination{
	background-color: #cfeb9d;
	text-align: center;
	padding: 4px 0 5px 0;
	margin: 3px 0 13px;
}

.contents > .center .article + .pagination{
	background-color: #cfeb9d;
	text-align: center;
	padding: 4px 0 5px 0;
	margin-top: 13px;
}

.contents > .center .pagination .arrow{
	display: inline-block;
}

.contents > .center .pagination .numbers{
	display: inline-block;
}

.contents > .center .pagination .pageNumber{
	display: inline-block;
	color: #000;
	background-color: #fff;
	font-size: 9px;
	font-weight: bold;
	border-radius: 3px;
	/*border: 1px solid #cfeb9d;*/
	width: 23px;
	padding: 1px 0;
	margin: 0 1px;
}

.contents > .center .pagination .arrow .pageNumber{
	padding: 1px 3px;
}

.contents > .center .pagination .pageNumber:hover{
	text-decoration: none;
	background-color: #f0ffcf;
	/*border: 1px solid #7cb352;*/
}

.contents > .center .pagination .pageNumber.dots{
	background-color: transparent;
	color: #fff;
	letter-spacing: 1px;
	width: auto;
}

.contents > .center .pagination .pageNumber.current{
	cursor: default;
	display: inline-block;
	font-weight: bold;
	background-color: #f0ffcf;
	/*text-decoration: underline;*/
}
.contents > .center .pagination .pageNumber.current:hover{
	text-decoration: none;
	background-color: #f0ffcf;
}

.contents img.loading{
	display: none;
	position: fixed;
}



/* PC向け ******************************************************************************************* */

@media (min-width: 741px) {

}



/* スマホ向け **************************************************************************************** */

@media (max-width: 740px) {
}

@media (max-width: 420px) and (orientation: portrait) {
}

@media (max-width: 740px) and (orientation: landscape) {
}

