@charset "UTF-8";
#header {
	background-image: url(../images/it_title_bg.jpg);
}
#content {
	width: 940px;
	margin: 0 auto;
}
/*クリアフィックス*/
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #content { height:1%; }
#content { display: block; }
/* End hide from IE-mac */
/*---end---*/

#content h1 {
	background: url(../images/stripe01.gif) repeat-x left center;
	margin-bottom: 50px;
}
#message {
	float: left;
	width: 580px;
}
#message .feature {
	margin-bottom: 60px;
}
#message .feature p {
	line-height: 1.6;
	font-size: 93%;
	margin: 1.6em 0;
}
#message .feature table {
	margin: 1.6em 0;
	width: 100%;
}
#message .feature table th, #message .feature table td {
	line-height: 1.6;
	font-size: 93%;
	padding: 10px 0px 25px;
	border-top: 1px solid #e3e3e6;
	border-bottom: 1px solid #e3e3e6;
	vertical-align: top;
}
#message .feature table th {
	white-space: nowrap;
	font-weight: bold;
	padding: 10px 25px 25px 10px;
	color: #a2a5ac;
}
#message .feature table td.num {
	padding: 10px 0px 25px 0px;
	width: 1%;
	font-weight: bold;
	color: #a2a5ac;
}


#advantage {
	margin-left: 640px;
	background: #f5f5f5;
}
#advantage .feature {
	padding: 20px;
	border-bottom: 1px solid #e3e3e6;
}
#advantage .feature h4 {
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 1em;
}
#advantage .feature p {
	line-height: 1.6;
	font-size: 93%;
}
.fig {
	margin-bottom: 0.5em;
}
.toResults {
	background: url(../images/side_bottom.gif) no-repeat center bottom;
	padding: 15px 20px;
}
.toResults a {
	display: block;
	background: url(../images/to_results_on.gif) no-repeat left top;
}
.toResults a img {
	visibility: visible;
}
.toResults a:hover img {
	visibility: hidden;
}
.toResults a:hover {
	border-color: #000;
}

#advantage .mainphoto {
	padding: 5px;
	width: 250px;
	background-color: #fff;
	margin-bottom: 1em;
}
#advantage .feature p.shopinfo {
	font-size: 77%;
	color: #6b6f7b;
}