@charset 'utf-8';
#main {
	width: 958px;
	margin: 20px auto 10px;
	border: 1px solid #e1e1e1;
}

#main li {
	float: left;
}

.what {
	float: left;
	width: 440px;
}

.i_what {
	float: right;
	width: 240px;
}

#merit_demerit {
	border-collapse: collapse;
	border: 1px solid #b4b4b4;
}

#merit_demerit thead th {
	padding: 20px;
	text-align: center;
}

#merit_demerit td {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	width: 50%;
	padding: 20px;
	color: #333;
	border: 1px solid #b4b4b4;
}

#th_merit {
	background: #134c9f;
}

#th_demerit {
	background: #aeaeae;
}

.td_merit {
	background: #eef5ff;
}

#feature li {
	padding: 30px 20px;
	background: #eee;
}

#feature li.even {
	background: #fff;
}

#feature h3 {
	margin-bottom: 20px;
}


/* SIMPLE jQUERY TOOLTIP */

.toolTip {
	position: relative;
	zoom: 1;
	cursor: help;
}

.toolTipWrapper {
	position: absolute;
	z-index: 9999;
	display: none;
	width: 500px;
	text-decoration: none!important;
	text-indent: 0!important;
}

.toolTipTop {
	font-size: 0;
	width: 418px;
	height: 28px;
	background: url(/img/otoku_line/bubbleTop.png) no-repeat;
}

.toolTipMid {
	width: 398px;
	padding: 10px;
	background: url(/img/otoku_line/bubbleMid.png) repeat-y;
}

.toolTipMid dl {
	text-align: left;
}

.toolTipMid dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	color: #fffdc8;
}

.toolTipMid dd {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
}

.toolTipBtm {
	font-size: 0;
	width: 418px;
	height: 6px;
	background: url(/img/otoku_line/bubbleBtm.png) no-repeat left bottom;
}
