@charset "UTF-8";
/* css Machine [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_list {
	margin: 0 auto;
	height: auto;
}

.waku_list .listbox {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

.waku_list .listbox .machine {
	margin: 0 auto;
	height: auto;
	border: solid 1px #dcdcdc;
	border-radius: 4px;
}

.waku_list .listbox .machine .waku_items {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.machine .photobox {
	padding: 0;
}

.photo_machine {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.photo_machine figure {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	border: 5px solid #e9f0f5;
	object-fit: cover;
	object-position: 50% 0%;
	font-family: 'object-fit: cover; object-position: 50% top';
}

.photo_machine figure img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.photo_machine:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.photo_machine figcaption {
	position: absolute;
    top: 0;
	right: 0;
    background: rgba(142,208,145,.98);
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	-webkit-border-bottom-left-radius: 4px; 
    -moz-border-radius-bottomleft: 4px; 
}

.photo_machine img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.photo_machine img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.machine-title {
	margin: 0 auto;
	height: auto;
}

.machine-title h4 {
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #0559ae;
	text-align: center;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
}

.machine-title h4:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.machine .detailsbox .moji_comment {
	padding: 0;
	margin: 0;
}
	
.machine .detailsbox .moji_comment p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.6;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_list {
	padding: 0 0 10px 0;
	width: 98%;
}

.waku_list .listbox {
	padding: 5px 0 10px 0;
	margin: 0 0.7%;
	width: 47.4%;
}

.waku_list .listbox .machine {
	padding: 18px 0;
	width: 100%;
}
	
.waku_list .listbox .machine .waku_items {
	padding: 12px 0 0 0;
	width: 90%;
	overflow: hidden;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.machine .photobox {
	margin: 0 0 0 0;
	width: 100%;
}

.photo_machine {
	max-height: 280px;
}

.photo_machine figure {
	max-height: 270px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.machine-title {
	padding: 0;
	width: 92%;
}

.machine-title h4 {
	padding: 0 0 6px 0;
	font-size: 15px;
	font-weight: 600;
}
	
.machine-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #0559ae;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.machine .detailsbox {
	padding: 0;
	margin: 10px 0 0 0;
}
	
.machine .detailsbox .moji_comment {
	text-align: left;
}
	
.machine .detailsbox .moji_comment p {
	font-size: 14px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 701px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_list {
	padding: 0 0 10px 0;
	width: 98%;
}

.waku_list .listbox {
	padding: 0 0 10px 0;
	margin: 0 0.6%;
	width: 47.4%;
}

.waku_list .listbox .machine {
	padding: 16px 0;
	width: 100%;
}
	
.waku_list .listbox .machine .waku_items {
	padding: 10px 0 0 0;
	width: 90%;
	overflow: hidden;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.machine .photobox {
	margin: 0;
	width: 100%;
}

.photo_machine {
	max-height: 200px;
}

.photo_machine figure {
	max-height: 190px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.machine-title {
	padding: 0;
	width: 92%;
}

.machine-title h4 {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
}
	
.machine-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #0559ae;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.machine .detailsbox {
	padding: 0;
	margin: 8px 0 0 0;
}
	
.machine .detailsbox .moji_comment {
	text-align: left;
}
	
.machine .detailsbox .moji_comment p {
	font-size: 13px;
}


}
 
/* SP */
@media only screen and (max-width: 700px) {
/*---------------------------------------------------- */
/* Waku */
/*---------------------------------------------------- */
.waku_list {
	padding: 0 0 10px 0;
	width: 98%;
}

.waku_list .listbox {
	padding: 0 0 10px 0;
	margin: 0 0.6%;
	width: 47.4%;
}

.waku_list .listbox .machine {
	padding: 16px 0;
	width: 100%;
}
	
.waku_list .listbox .machine .waku_items {
	padding: 10px 0 0 0;
	width: 90%;
	overflow: hidden;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.machine .photobox {
	margin: 0;
	width: 100%;
}

.photo_machine {
	max-height: 180px;
}

.photo_machine figure {
	max-height: 170px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.machine-title {
	padding: 0;
	width: 92%;
}

.machine-title h4 {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
}
	
.machine-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #0559ae;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.machine .detailsbox {
	padding: 0;
	margin: 8px 0 0 0;
}
	
.machine .detailsbox .moji_comment {
	text-align: left;
}
	
.machine .detailsbox .moji_comment p {
	font-size: 13px;
}



}