.b_title {

	padding-top: 5px;
	padding-bottom: 1px;
	width: 100%;
	background-color: #fafffd;
	margin-top: 7px;
	margin-bottom: 10px;
	clear: both;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	border-bottom-width: 1px;
}
.b_title h2 {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
.b_title .title_com{
	font-size: 14px;
	padding-left: 15px;
	display: inline-block;
	line-height: 18px;
	padding-right: 5px;
}

.info_wrap {
	margin-bottom: 30px;
}

.tube_info {
width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
	}
.tube_info iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
	
table.index_jinsei {
	width: 100%;
	border-right-style: none;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.index_jinsei th{
	vertical-align: top;
	width: 30%;
	}
table.index_jinsei tbody td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 15px;
}
table.index_info {
	width: 100%;
	border-right-style: none;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.index_info tbody th {
	vertical-align: top;
	width: 30%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;

}

table.index_info tbody td {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 15px;
}
.trim {
    overflow: hidden;

    height: 100px;
    position: relative;
}
.trim_col {
    overflow: hidden;

    height: 165px;
    position: relative;
}
/*　トリミングする外側の枠　
.trim {
    overflow: hidden;

    height: 120px;
    position: relative;
}
.index_colum {
	width: 98%;
	display: inline-table;
	margin-bottom: 10px;
	margin-top: 5px;
}
*/

@media screen and (max-width:640px){

.trim {
	position: relative;
	height: auto;
}
.trim_col {
    overflow: hidden;;
    height: 210px;
    position: relative;
}
table.index_info tbody th {
	display: block;
	width: 100%;
}
table.index_info tbody td {
	display: block;
}
table.index_info tbody td::before {
	clear: both; font-weight: bold; float: left; content: attr(label);
}
table.index_info tbody td p {
	padding-left: 10px;
}


/*
.trim {
    overflow: hidden;
    width: 90%;
    height: 100px; 
    position: relative;
}
.index_colum {
	width: 98%; 
}
.index_colum thead {
	display: none;
}
.index_colum tbody th {
	display: block;
	padding-bottom: 10px;
	
}
.index_colum tbody td {
	display: block;
	height: 20px;
}
.index_colum tbody td::before {
	clear: both; 
	font-weight: bold; 
	float: left; content: attr(label);
}
.index_colum tbody td p {
	padding-left: 6em;
}

*/
}