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

@import url("main.css");
@import url("gallery.css");
@import url("../ask-navi.css");

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

.waku_list .photobox {
	padding: 0;
	margin: 0;
	height: auto;
}

.waku_list .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== img ==*/
.waku_list .photobox .photo_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_list .photobox .photo_list img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== P ==*/
.waku_list .detail .txt_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_list .detail .txt_list p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* listArea */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 97%;
	overflow: hidden;
}

.waku_list .photobox {
	margin-left: 5%;
	width: 38%;
	float: right;
}

.waku_list .detail {
	padding-top: 15px;
}

/*== img ==*/
.waku_list .photobox .photo_list {
	width: 100%;
}

/*== P ==*/
.waku_list .detail .txt_list {
	padding-bottom: 25px;
}

.waku_list .detail .txt_list p {
	font-size: 15px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* listArea */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 96%;
	overflow: hidden;
}

.waku_list .photobox {
	margin-left: 4%;
	width: 36%;
	float: right;
}

.waku_list .detail {
	padding-top: 10px;
}

/*== img ==*/
.waku_list .photobox .photo_list {
	width: 100%;
}

/*== P ==*/
.waku_list .detail .txt_list {
	padding-bottom: 20px;
}

.waku_list .detail .txt_list p {
	font-size: 14px;
}


}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* listArea */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 96%;
}

.waku_list .photobox {
	padding-bottom: 15px;
	margin: 0 auto;
	width: 80%;
	display: block;
}

.waku_list .detail {
	margin: 0 auto;
	width: 98%;
	display: block;
}

/*== img ==*/
.waku_list .photobox .photo_list {
	width: 100%;
}

/*== P ==*/
.waku_list .detail .txt_list {
	padding-bottom: 15px;
}

.waku_list .detail .txt_list p {
	font-size: 14px;
}



}