/*@charset "utf-8";

.line {
	background-color:#b3b3b3;
}

.l_line {
	background-image: url(../images/box_left.gif);
	background-repeat: repeat-y;
}

.r_line {
	background-image: url(../images/box_right.gif);
	background-repeat: repeat-y;
}

.dotline {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;

}

.category {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:5px;
	font-weight: bold;
	}
	*/
	
/* 20160324 hata tuika */
.new_consult {
	width: 95%;
}
.new_consult thead {
	border-top: dotted 1px #ECECEC;
}

.new_consult tr {
	border-bottom: dotted 1px #999;
}
.new_consult th {
	width: 25%;
	background-color: #EBFEFF;
	
}
.new_consult td {
	width: 68%;
	padding: 5px;
}
.new_consult td a {
	padding-right: 5px;
	color: #0000ee;
}
.new_consult td a:hover {
	color: #0000ee;
	text-decoration: none;
}

.new_consult td a img{
	width: 60px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 6px;
}
.new_consult td a img:hover{
	opacity: 0.7;
	filter: alpha(opacity = 70);
	-ms-filter: "alpha( opacity=70 )";
}
.new_consult_name {
	text-align: center;
	background-color: #FFFFD3;
}
p.new_consult_hudou {
	margin-bottom: 3px;	
}
.mobile_none {
	display: none;	
}
#content_ h1.new_consul {
	font-size: 300%;
	margin-top: 20px;
}
/* 20160324 hata tuika over */


@media (max-width: 600px) {
.mobile_none {
	display: inline;	
}
}
@media (max-width: 320px) {
.new_consult {
	width: 310px;
}
}
