@charset 'UTF-8';

* {
	margin:0px;
	padding:0px;
	line-height:1.3em;
	letter-spacing: 0;

}
html {
overflow-x: hidden;
}
body {
	height:100%;
	font-size:100.01%;
	letter-spacing:0.1em;
	color:#4b7122;
	overflow-x: hidden;

}
a {
	outline:none;
}
a img {
	outline:none;
}
a:link {
	/*color: #0000FF;*/
}
a:visited {
	/*color: #6666CC;*/
}
a:hover {
	/*color: #0099FF;*/
}
a:active {
	/*color: #0000FF;*/
}
/*-----------------------------------------------------*/
address {
	font-style: normal;
}
/*-----------------------------------------------------*/
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/*-----------------------------------------------------*/
.none {
	display:none;
}
/*-----------------------------------------------------
点線区切り
100%Blackの点線画像を透明度10%でグレー設定		　 
-----------------------------------------------------*/


/*-----------------------------------------------------
	■min-height　■min-width	サンプル		  　　 
-----------------------------------------------------*/
.foo {
	min-height:100px;
	height: auto !important;
	height: 100px;
}
.bar {
	min-width:100px;
	width: auto !important;
	width: 100px;
}
/*-----------------------------------------------------
	リストタグのアクセント
-----------------------------------------------------*/
ul.list_head_d {
	list-style-type:none;
}


ul.list_head_c {
	list-style-type:none;
}


.contents_area_in .contents_in #valueTable table tr td img {
	text-align: center;
}

