@charset "UTF-8";
/* css Voice [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox {
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article { 
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: dotted 2px #d6d6d6;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.waku_list .listbox article .waku_voice { 
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== img ==*/
.listbox article .waku_voice .photobox {
	padding: 0;
	margin: 0;
	height: auto;
}
.listbox article .waku_voice .photobox .photo_voice {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listbox article .waku_voice .photobox .photo_voice img {
	padding: 0;
	margin: 0;
	width: 100%;
	vertical-align: bottom;
}

/*== figure ==*/
.listbox article .waku_voice figure {
	padding: 0;
	margin: 0;
	height: auto;
}
.listbox article .waku_voice figure .mojibox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listbox article .waku_voice figure .mojibox .moji_genre {
	margin: 0;
	height: auto;
	background-color: #008080;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.listbox article .waku_voice figure .mojibox .moji_corp {
	padding: 0;
	margin: 0;
	height: auto;
	color: #3d3e3f;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .waku_voice figure .haco_voice {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.haco_voice table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	border-top: solid 1px #dcdcdc;
}
.haco_voice table tr {
	background-color: #f9fbfc;
}
.haco_voice table th {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_voice table td {
	border-bottom: solid 1px #dcdcdc;
	margin: 0;
	height: auto;
	vertical-align: top;
}

/*== h5 ==*/
.haco_voice table th h5 {
	padding: 0;
	/*color: #3d3e3f;*/
	color: #008080;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
}

/*== P ==*/
.haco_voice table td p {
	padding: 0;
	/*color: #3d3e3f;*/
	color: #008080;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
}
.haco_voice table td p a {
	font-weight: 600;
	text-decoration: underline;
}
.haco_voice table td p a:hover {
	font-weight: 600;
	text-decoration: underline;
}

/*---------------------------------------------------- */
/* Detail */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.listbox article .detail .txt_comment {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listbox article .detail .txt_comment p {
	padding: 0;
	margin: 0;
	color: #008080;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding: 50px 0 25px 0;
	width: 98%;
}
.waku_list .listbox:first-child {
	padding: 0 0 25px 0;
	width: 98%;
}
.waku_list .listbox article { 
	padding-bottom: 25px;
	width: 100%;
}
.waku_list .listbox article .waku_voice { 
	margin-bottom: 25px;
	width: 97%;
	overflow: hidden;
}

/*== img ==*/
.listbox article .waku_voice .photobox {
	width: 25%;
	float: left;
}
.listbox article .waku_voice .photobox .photo_voice {
	width: 100%;
}

/*== figure ==*/
.listbox article .waku_voice figure {
	margin-top: 10px;
	width: 70%;
	float: right;
}
.listbox article .waku_voice figure .mojibox {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.listbox article .waku_voice figure .mojibox .moji_genre {
	padding: 10px 16px;
	float: left;
	font-size: 14px;
}
.listbox article .waku_voice figure .mojibox .moji_corp {
	margin-top: 4px;
	margin-left: 12px;
	float: left;
	font-size: 24px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .waku_voice figure .haco_voice {
	padding: 0;
	width: 100%;
}
.haco_voice table th {
	padding: 10px 0;
	width: 20%;
}
.haco_voice table td {
	padding: 10px 0;
	width: 80%;
}

/*== h5 ==*/
.haco_voice table th h5 {
	margin: 0 15px 0 15px;
	font-size: 18px;
}

/*== P ==*/
.haco_voice table td p {
	margin: 0 15px 0 15px;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Detail */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .detail {
	width: 97%;
}

/*== P ==*/
.listbox article .detail .txt_comment {
	width: 98%;
}
.listbox article .detail .txt_comment p {
	font-size: 18px;
}



}

/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding: 40px 0 20px 0;
	width: 98%;
}
.waku_list .listbox:first-child {
	padding: 0 0 20px 0;
	width: 98%;
}
.waku_list .listbox article { 
	padding-bottom: 20px;
	width: 100%;
}
.waku_list .listbox article .waku_voice { 
	margin-bottom: 20px;
	width: 97%;
	overflow: hidden;
}

/*== img ==*/
.listbox article .waku_voice .photobox {
	width: 30%;
	float: left;
}
.listbox article .waku_voice .photobox .photo_voice {
	width: 100%;
}

/*== figure ==*/
.listbox article .waku_voice figure {
	width: 65%;
	float: right;
}
.listbox article .waku_voice figure .mojibox {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.listbox article .waku_voice figure .mojibox .moji_genre {
	padding: 8px 12px;
	float: left;
	font-size: 13px;
}
.listbox article .waku_voice figure .mojibox .moji_corp {
	margin-top: 3px;
	margin-left: 10px;
	float: left;
	font-size: 21px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .waku_voice figure .haco_voice {
	padding: 0;
	width: 100%;
}
.haco_voice table th {
	padding: 10px 0;
	width: 30%;
}
.haco_voice table td {
	padding: 10px 0;
	width: 70%;
}

/*== h5 ==*/
.haco_voice table th h5 {
	margin: 0 12px 0 12px;
	font-size: 16px;
}

/*== P ==*/
.haco_voice table td p {
	margin: 0 12px 0 12px;
	font-size: 16px;
}

/*---------------------------------------------------- */
/* Detail */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .detail {
	width: 97%;
}

/*== P ==*/
.listbox article .detail .txt_comment {
	width: 97%;
}
.listbox article .detail .txt_comment p {
	font-size: 16px;
}



}

/* Phone */
/* Portrait mode */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_list {
	width: 98%;
}
.waku_list .listbox {
	padding: 30px 0 15px 0;
	width: 98%;
}
.waku_list .listbox:first-child {
	padding: 0 0 15px 0;
	width: 98%;
}
.waku_list .listbox article { 
	padding-bottom: 15px;
	width: 100%;
}
.waku_list .listbox article .waku_voice { 
	margin-bottom: 15px;
	width: 97%;
}

/*== img ==*/
.listbox article .waku_voice .photobox {
	margin-bottom: 15px;
	width: 100%;
}
.listbox article .waku_voice .photobox .photo_voice {
	width: 100%;
}

/*== figure ==*/
.listbox article .waku_voice figure {
	width: 100%;
}
.listbox article .waku_voice figure .mojibox {
	margin-bottom: 12px;
	width: 100%;
	overflow: hidden;
}
.listbox article .waku_voice figure .mojibox .moji_genre {
	padding: 6px 10px;
	float: left;
	font-size: 12px;
}
.listbox article .waku_voice figure .mojibox .moji_corp {
	margin-top: 2px;
	margin-left: 8px;
	float: left;
	font-size: 18px;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .waku_voice figure .haco_voice {
	padding: 0;
	width: 100%;
}
.haco_voice table th {
	padding: 8px 0;
	width: 25%;
}
.haco_voice table td {
	padding: 8px 0;
	width: 75%;
}

/*== h5 ==*/
.haco_voice table th h5 {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

/*== P ==*/
.haco_voice table td p {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* Detail */
/*---------------------------------------------------- */
/*== Waku ==*/
.listbox article .detail {
	width: 97%;
}

/*== P ==*/
.listbox article .detail .txt_comment {
	width: 97%;
}
.listbox article .detail .txt_comment p {
	font-size: 14px;
}


}