﻿.Item_tf_title_150 {
	margin:0 0 3px;
	padding:0;
}

.Item_tf_title_150 .head {
	background:url("../../../Images/150_head.gif") no-repeat left bottom;
	height:31px;
	margin:0;
	padding:0;
}

.Item_tf_title_150 .head h2 {
	background: none;
}

.Item_tf_title_150 .Fix_header2 {
	color: #000000;
	font-size: 97%;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 10px;
	text-align: left;
}

.Item_tf_title_150 .Content_nh {
	background:url("../../../Images/150_body.gif") repeat-y;
	height:auto;
	margin:0;
	padding:1px 7px;
	text-align:left;
}

.Item_tf_title_150 .footer {
	background:url("../../../Images/150_foot.gif") no-repeat;
/*	font-size:1px !important;*/
	height:7px;
	margin:0;
	padding:0;
}

.Item_tf_title_150 img {
	padding:0
}

/*****************************************
 横幅が950px未満の時は、リキッド
*****************************************/
@media only screen and (max-width: 949px) {

	.Item_tf_title_150 {
		width: 100%;
		margin-bottom: 5px;
	}

	.Item_tf_title_150 .head {
		background-image: none;
		height: auto;
		width: auto;
		padding: 5px 0 3px 10px;
		margin: 0 0 5px 0;
		background-color: #ADE6AD;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.Item_tf_title_150 .Fix_header2 {
		padding: 0;
	}

	.Item_tf_title_150 .Content_nh {
		background-image: none;
		padding:1px 7px;
		width: auto;
	}

	.Item_tf_title_150 .footer {
		display: none;
	}

}