@charset "utf-8";
/* CSS Document */

.vC {
	padding: 0 !important;
	vertical-align: middle;
}

article {
}

article.oneCol {
	float: none;
	width: 960px;
}

article.oneCol section {
	float: none;
	width: 960px;
}

table {
	width: 704px;
	border: 1px #ccc solid;
}

table th.th1 {
	padding: 10px;
	height: 30px;
	border: 1px #fff solid;
	color: #fff;
	background: #f56708 url(../images/th_bg.gif);
	vertical-align: middle;
	font-weight: bold;
}

table th.th2 {
	padding: 10px;
	width: 100px;
	height: 30px;
	border: 1px #fff solid;
	color: #333;
	background: #ffe2c5 url(../images/th2_bg.gif);
	font-weight: bold;
	vertical-align: middle;
}

table td {
	padding: 10px;
	width: 100px;
	border: 1px #dedede solid;
	letter-spacing: 0.08em;
	line-height: 20px;
}

table.t1 tr:hover {
	background-color: #fffce4; color: #ff0000;
}

.vC {
	background: #fff;
}

.col1 {
	background: #fffee7;
}

.buttonL {
	background: #fff1f1;
}

.buttonL a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

td.point {
	background: #ffe9e9 !important;
}

/* comparsion */
table.comparsion {
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
}

table.comparsion tr:hover {
	background: #fff7e7;
}

.thLeft {
	width: 140px !important;
}

/* oneColNav */
ul.oneColNav {
	overflow: hidden;
	margin-bottom: 20px;
}

ul.oneColNav li a {
	display: block;
	float: left;
	padding: 10px 0;
	width: 158px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	background: #1395bb;
}

ul.oneColNav li a:hover {
	background: #7dbdd0;
}

/* 2015.03.03　永井作業箇所（各会社のキービジュアルをコンテンツ内に移動） */
section h2 img {
	margin-bottom: 20px;
}

.button {
	background: #fff;
}

.button a {
	display: block;
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
	width: 106px;
	height: 24px;
	color: #fff;
	background: url(../images/button01.gif) no-repeat;
	font-weight: bold;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
}

.button a:hover {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	width: 106px;
	height: 24px;
	color: #fff;
	background: url(../images/button01.gif) no-repeat;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-weight: bold;
}

table.gmobilenone {width:79%;}
table.gmobilenone tr td:nth-of-type(4) {display:none;}
table.gmobilenone tr th:nth-of-type(5) {display:none;}
