@charset "UTF-8";
/* css Case [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 .case {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_details {
	margin: 0 auto;
	height: auto;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px; 
    -moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.waku_details .detailsbox {
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
.photo_case {
	padding: 0;
	margin: 0;
	width: 100%;
	border-top: solid 2px #8ed091;
	border-right: 1px solid #dcdcdc;
	border-left: 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_case 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;
}

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

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

.photo_case 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_case img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

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

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

.case-title h4 {
	margin: 0;
	width: 100%;
	height: auto;
	border-bottom: solid 1px #8ed091;
	line-height: 1.5;
	position: relative;
}

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

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_date {
	margin: 0;
}

.moji_date p {
	padding: 0;
	margin: 0;
	color: #8ed091;
	font-weight: 500;
	line-height: 1.0;
}

.moji_case {
	margin: 0;
}

.moji_case p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1.5;
}

/* 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.6%;
	width: 23.4%;
}

.waku_list .listbox .case {
	width: 100%;
}
	
.waku_details {
	padding: 15px 0;
	width: 100%;
}

.waku_details .detailsbox {
	padding: 0;
	width: 90%;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
/* img */
.photo_case {
	max-height: 200px;
}

.photo_case figcaption {
    padding: 5px 0;
    width: 34%;
    max-width: 150px;
	font-size: 12px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.case-title {
	padding: 0;
	width: 100%;
}

.case-title h4 {
	padding: 0 0 6px 0;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
	
.case-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #8ed091;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_date {
	padding: 10px 0 0 0;
}

.moji_date p {
	font-size: 12px;
	text-align: right;
}

.moji_case {
	padding: 10px 0;
}

.moji_case p {
	font-size: 13px;
}



}

/* 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: 5px 0 8px 0;
	margin: 0 0.6%;
	width: 31.4%;
}

.waku_list .listbox .case {
	width: 100%;
}
	
.waku_details {
	padding: 12px 0;
	width: 100%;
}

.waku_details .detailsbox {
	padding: 0;
	width: 90%;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
/* img */
.photo_case {
	max-height: 200px;
}

.photo_case figcaption {
    padding: 4px 0;
    width: 34%;
    max-width: 135px;
	font-size: 11px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.case-title {
	padding: 0;
	width: 100%;
}

.case-title h4 {
	padding: 0 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
}
	
.case-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #8ed091;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_date {
	padding: 8px 0 0 0;
}

.moji_date p {
	font-size: 12px;
	text-align: right;
}

.moji_case {
	padding: 8px 0;
}

.moji_case 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: 5px 0 8px 0;
	margin: 0 0.6%;
	width: 47.6%;
}

.waku_list .listbox .case {
	width: 100%;
}
	
.waku_details {
	padding: 12px 0;
	width: 100%;
}

.waku_details .detailsbox {
	padding: 0;
	width: 90%;
}

/*---------------------------------------------------- */
/* img */
/*---------------------------------------------------- */
/* img */
.photo_case {
	max-height: 200px;
}

.photo_case figcaption {
    padding: 3px 0;
    width: 34%;
    max-width: 120px;
	font-size: 11px;
}

/*---------------------------------------------------- */
/* h4 */
/*---------------------------------------------------- */
.case-title {
	padding: 0;
	width: 100%;
}

.case-title h4 {
	padding: 0 0 4px 0;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
	
.case-title h4:before {
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 6px solid #8ed091;
}

/*---------------------------------------------------- */
/* P */
/*---------------------------------------------------- */
.moji_date {
	padding: 8px 0 0 0;
}

.moji_date p {
	font-size: 12px;
	text-align: right;
}

.moji_case {
	padding: 8px 0;
}

.moji_case p {
	font-size: 12px;
}



}