body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td{
	letter-spacing: 0.08em;
	font-family: "���S�V�b�N", YuGothic, "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", Meiryo, sans-serif;
}

.scroll_x{
	overflow-x: scroll;
	width: 100%;
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

@media screen and (max-width:640px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
}

.errorBox{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
	border: 2px solid #b20000;
	color: #b20000;
	font-weight: bold;
	font-size: 0.9rem;
}

.bold  { font-weight: bold;}
.right { text-align: right;}
.center{ text-align: center;}

table{
	border-collapse: collapse;
	border:solid 1px #4c4c4c;
	margin: 0 auto;
}

table th{
	background:#efefef;
	border:solid 1px #4c4c4c;
}

tablet th,table td{
	padding:0.5em;
	border:solid 1px #4c4c4c;
}

table th,table td.name{
	background:#efefef;
	font-weight:bold;
}

table.select{
	width: 700px;
}


.noApp {
	font-size: 8px;
	font-size: 0.8rem;
	display: none;
}

.page1{
	width: 700px;
	margin: 0 auto;
}

.page3{
	width: 850px;
	margin: 0 auto;
}

table.datail{
	width: 850px;
}
.side {
	width:850px;
	display: flex;
	justify-content:space-around;
	margin: 0 auto;
}
.yaerTop{
	margin: 10px auto;
	padding:10px;
	border:solid 2px #999999;
	font-weight:bold;
	text-align:center;
	width: 820px;
}
.yaerUnder{
	margin: 5px auto 50px;
	padding:5px;
	border-bottom:dashed 1px #999999;
	font-weight:bold;
	text-align:right;
	width: 820px;
}

.page2{
	width: 850px;
	margin: 0 auto;
}

table.sotei{
	width:420px;
}

table.sotei th{
	font-size: 12px;
	height:30px;
}

table.saienePlus{
	width: 845px;
	border-collapse: separate !important;
	border-spacing: 0;
}

table.saienePlus th{
	font-size: 12px;
	height: 30px;
}

.saienePlus th:nth-child(1) {
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
}

.saienePlus th:nth-child(3){
	border-width: 3px 0 3px 3px;
	border-radius: 10px 0 0 10px;
}

.saienePlus th:nth-child(4){
	border-width: 3px 1px;
	border-radius: 0 10px 10px 0;
}

.saienePlus th:nth-child(5){
	border-width: 3px 0 3px 3px;
	border-radius: 10px 0 0 10px;
}

.saienePlus th:nth-child(6){
	border-width: 3px 0 3px 1px;
}

.saienePlus th:nth-child(7){
	border-width: 3px  1px;
	border-radius: 0 10px 10px 0;
}

.saienePlus th:nth-child(8){
	border-width: 3px;
	border-radius: 10px;
}

.saienePlus th:nth-child(9) {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}

table.saienePlus td{
	border-width: 1px 0 0 1px;
}

.saienePlus td:first-child{
	border-left: 0;
	border-right-width: 1px;
}

.saienePlus td:nth-child(3) {
	border-left: 0;
}

input.kwh{
	width:60px;
}

input.nextBtn{
	width:140px;
	height:32px;
	border:1px;
	background: url(/page_uik/images/saieneSmartSim/hikaku_btn_01.gif) left top no-repeat;
}

input.backBtn{
	width:140px;
	height:32px;
	border:1px;
	background: url(/page_uik/images/saieneSmartSim/hikaku_btn_02.gif) left top no-repeat;
}
.osusume{
	margin-left:auto;
	width:100px;
	background:#ff3399;
	color:#ffffff;
	font-weight:bold;
}

.wrap
	width: 100%;
}
.inner{
	max-width: 900px;
	box-sizing: border-box;
	margin: 0 auto;
}

h2{
	padding: 0.2em 0.3em;
	color:#494949;
	background:transparent;
	border-left:solid 8px #b2b2b2;
}

.condition{
	margin: 10px auto;
	border:solid 2px #999999;
	width: 700px;
}

.caution{
	margin: 5px auto 50px;
	font-size: 12px;
}

img.icon{
	margin-right: 15px;
}

/* footer */
.footer{
	width: 100%;
	text-align: center;
	background: #b2b2b2;
}
.footer small{
	color: #fff;
	font-size: 12px;
	line-height: 70px;
	letter-spacing: .12em;
}

