@charset "utf-8";
/* CSS Document */
html , body{
	width:340px;
}
#wrapper{
	width:340px;
}
p{
	font-size:12px;
}
h2{
	border-top:solid 2px #009DE6;
	background-color:#B4DCFF;
	font-size:12px;
	font-weight:bold;
	min-height:20px;
	padding:8px;
	line-height:1.5;
}
table{
	width:340px;
	border-collapse:collapse;
	margin-top:20px;
	margin-bottom:40px;
}
table:first-of-type{
	margin-top:0;
}
.title{
	border-top:solid 2px #009DE6;
	background-color:#B4DCFF;
	width:340px;
	overflow:hidden;
}
.title p{
	font-weight:bold;
	min-height:20px;
	margin:8px;
	line-height:1.5;
	text-align:left;
	display:box;
	display:-webkit-box;
	box-orient:vertical;
	-webkit-box-orient:vertical;
	line-clamp:1;
	-webkit-line-clamp:1;
	overflow:hidden;
}
.content_td{
	background-color:#F5F5F5;
	vertical-align:top;
}
.text{
	vertical-align:top;
	margin-top:8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:0;
	padding-bottom:8px;
	line-height:1.5;
	font-size:12px;
	min-height:20px;
	overflow:hidden;
	border-bottom:solid 1px #C6C7C8;
}
.text p{
	min-height:36px;
	line-height:1.5;
	text-align:left;
	display:box;
	display:-webkit-box;
	box-orient:vertical;
	-webkit-box-orient:vertical;
	line-clamp:2;
	-webkit-line-clamp:2;
	overflow:hidden;
}
.yohaku{
	background-color:#fff;
	width:20px;
}
.ch_image{
	width:320px;
	margin:0 auto;
	padding-top:10px;
}
.ch_image p{
	line-height:1.5;
}
.ch_image tr{
	vertical-align:top;
}
.ch_image td{
	width:150px;
	text-align:center;
}
.ch_text{
	min-height:12px;
	overflow:hidden;
}
.ch_text p.p_text{
	padding-top:10px;
	min-height:36px;
	line-height:1.5;
	text-align:center;
	display:box;
	display:-webkit-box;
	box-orient:vertical;
	-webkit-box-orient:vertical;
	line-clamp:2;
	-webkit-line-clamp:2;
	overflow:hidden;
	width:150px;
	margin:0 auto;
}

.img{
	background-color:#ECECEC;
	margin-bottom:18px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	height:84px;
	width:150px;
	line-height:84px;
}
.img p{
	display:table-cell;
	width:150px;
	height:84px;
	text-align:center;
	vertical-align:middle;
}
img{
	max-width:150px;
	max-height:84px;
	vertical-align:middle;
}
a{
	color:#32aaff;
}
a:hover{
	opacity:.7;
}