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

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

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

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

.photoArea .waku_photo {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.photoArea .waku_photo .photo_company { 
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

.photoArea .waku_photo .photo_company img { 
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

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

.commentArea .waku_comment {
	margin: 0 auto;
	height: auto;
	border: solid 1px #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;
	background-color: #ffffcc;
}

.commentArea .waku_comment .moji_comment {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.commentArea .waku_comment .moji_comment p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	line-height: 1.8;
}

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

.haco_summary table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

.haco_summary table tr {
	border-bottom: solid 1px #dcdcdc;
}

.haco_summary table th, .haco_summary table td {
	margin: 0;
	height: auto;
	vertical-align: top;
}

.haco_summary table th h5 {
	padding: 0;
	font-weight: 500;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

.haco_summary table th h5:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #1d9ad1;
	display: inline-block;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

.haco_summary table td p {
	padding: 0;
	font-weight: normal;
	color: #3d3e3f;
	text-decoration: none;
	text-align: left;
	line-height: 1.6;
}

/*== Button ==*/
.haco_summary table td .waku_btn {
	padding: 0;
	height: auto;
	overflow: hidden;
}

.haco_summary table td .waku_btn .btn_map a {
	margin: 0;
	height: auto;
	display: inline-block;
	float: left;
	color: #0e8bd2;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #0e8bd2;
}

.haco_summary table td .waku_btn .btn_map a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0e8bd2;
	border: solid 1px #0e8bd2;
}


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

/*---------------------------------------------------- */
/* photoArea */
/*---------------------------------------------------- */
.waku_list .photoArea {
	padding: 10px 0 15px 0;
	width: 97%;
} 

.photoArea .waku_photo {
	width: 100%;
}

.photoArea .waku_photo .photo_company { 
	padding: 0;
	margin: 0 2%;
	width: 45%;
}

/*---------------------------------------------------- */
/* commentArea */
/*---------------------------------------------------- */
.commentArea {
	padding: 5px 0 30px 0;
	width: 97%;
}

.commentArea .waku_comment {
	padding: 15px 0;
	width: 100%;
}

.commentArea .waku_comment .moji_comment {
	width: 95%;
}

.commentArea .waku_comment .moji_comment p {
	font-size: 16px;
	font-weight: 600;
	text-align-last: center;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.waku_list .haco_summary {
	padding: 10px 0 20px 0;
	width: 97%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table th {
	padding: 10px 0;
	width: 26%;
	background-color: #f6fafc;
}

.haco_summary table td {
	padding: 10px 0;
	width: 74%;
}

.haco_summary table th h5 {
	margin: 0 18px 0 18px;
	font-size: 15px;
	font-weight: 600;
}

.haco_summary table td p {
	margin: 0 18px 0 18px;
	font-size: 15px;
}

/*== Button ==*/
.haco_summary table td .waku_btn {
	padding-top: 4px;
	margin: 0 18px 0 18px;
}

.haco_summary table td .waku_btn .btn_map a {
	padding: 5px 16px;
	font-size: 14px;
}



}


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

/*---------------------------------------------------- */
/* photoArea */
/*---------------------------------------------------- */
.waku_list .photoArea {
	padding: 5px 0 10px 0;
	width: 97%;
} 

.photoArea .waku_photo {
	width: 100%;
}

.photoArea .waku_photo .photo_company { 
	padding: 0;
	margin: 0 1.5%;
	width: 46%;
}

/*---------------------------------------------------- */
/* commentArea */
/*---------------------------------------------------- */
.commentArea {
	padding: 5px 0 25px 0;
	width: 97%;
}

.commentArea .waku_comment {
	padding: 12px 0;
	width: 100%;
}

.commentArea .waku_comment .moji_comment {
	width: 96%;
}

.commentArea .waku_comment .moji_comment p {
	font-size: 15px;
	font-weight: 600;
	text-align-last: center;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.waku_list .haco_summary {
	padding: 10px 0 15px 0;
	width: 97%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table th {
	padding: 10px 0;
	width: 34%;
	background-color: #f6fafc;
}

.haco_summary table td {
	padding: 10px 0;
	width: 66%;
}

.haco_summary table th h5 {
	margin: 0 15px 0 15px;
	font-size: 14px;
	font-weight: 600;
}

.haco_summary table td p {
	margin: 0 15px 0 15px;
	font-size: 14px;
}

/*== Button ==*/
.haco_summary table td .waku_btn {
	padding-top: 4px;
	margin: 0 15px 0 15px;
}

.haco_summary table td .waku_btn .btn_map a {
	padding: 4px 14px;
	font-size: 13px;
}


}


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

/*---------------------------------------------------- */
/* photoArea */
/*---------------------------------------------------- */
.waku_list .photoArea {
	padding: 5px 0 15px 0;
	width: 97%;
} 

.photoArea .waku_photo {
	width: 100%;
}

.photoArea .waku_photo .photo_company { 
	padding: 0;
	margin: 0 0.8%;
	width: 47.2%;
}

/*---------------------------------------------------- */
/* commentArea */
/*---------------------------------------------------- */
.commentArea {
	padding: 5px 0 25px 0;
	width: 97%;
}

.commentArea .waku_comment {
	padding: 10px 0;
	width: 100%;
}

.commentArea .waku_comment .moji_comment {
	width: 93%;
}

.commentArea .waku_comment .moji_comment p {
	font-size: 14px;
	font-weight: 600;
	text-align-last: center;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
.waku_list .haco_summary {
	padding: 5px 0 10px 0;
	width: 96%;
}

.haco_summary table {
	border-top: solid 1px #dcdcdc;
}

.haco_summary table tr:nth-child(even) {
	background-color: #f6fafc;
}

.haco_summary table th {
	padding: 10px 0 0 0;
	width: 100%;
	display: block;
}

.haco_summary table td {
	padding: 4px 0 10px 0;
	width: 100%;
	display: block;
}

.haco_summary table th h5 {
	margin: 0 12px 0 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.0;
}

.haco_summary table td p {
	margin: 0 12px 0 12px;
	font-size: 14px;
	line-height: 1.8;
}

/*== Button ==*/
.haco_summary table td .waku_btn {
	padding-top: 4px;
	margin: 0 12px 0 12px;
}

.haco_summary table td .waku_btn .btn_map a {
	padding: 4px 14px;
	font-size: 13px;
}


}