@charset "utf-8";
/* Style Index ===============================

	Name : Conpany original css

	01:comInfo

========================================= */

#mv{
	padding:20px 0;
}

h2{
	padding:20px 0 10px;
}

#water{
	overflow:hidden;
}

/* ------------------------------------------
 01 : fuji
-------------------------------------------*/

#fuji{
	width:470px;
	height:1470px;
	float:left;
	background:#FFF;
}


#hida{
	width:470px;
	height:1470px;
	float:right;
	background:#FFF;
}

.waterInner{
	padding:0 40px 30px;
}
.waterInner .typeInfo {
	border: 1px solid #1ca0b5;
	border-top: 0;
	border-radius: 5px;
}
.waterInner .typeInfo .title {
	padding: 2px 10px;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background-color: #1ca0b5;
}
.waterInner .typeInfo .info {
	display: table;
	width: 100%;
	padding: 10px;
  box-sizing: border-box;
}
.waterInner .typeInfo .info > div {
	display: table-cell;
	vertical-align: middle;
}
.waterInner .typeInfo .info .numberColunm {
	color: #1ca0b5;
	font-size: 26px;
	line-height: 1;
	padding-bottom: 3px;
	vertical-align: bottom;
}
.waterInner .typeInfo .info .numberColunm .number {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2px;
	padding-left: 6px;
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
}
.waterInner .typeInfo .info .numberColunm .unit {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
	font-size: 16px;
	font-weight: bold;
}
.waterInner .typeInfo .info .priceColunm {
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
}
.waterInner .typeInfo .info .priceColunm .priceOld {
	position: absolute;
	right: 7px;
	top: 2px;
	color: #1ca0b5;
	font-size: 11px;
	white-space: nowrap;
}
.waterInner .typeInfo .info .priceColunm .priceOld .number {
	font-size: 9px;
}
.waterInner .typeInfo .info .priceColunm .price {
	display: block;
	padding-top: 4px;
	color: #1ca0b5;
	font-weight: bold;
}
.waterInner .typeInfo .info .priceColunm .price .number {
	display: inline-block;
	position: relative;
	top: 2px;
	font-family: arial;
	font-weight: bold;
	font-size: 32px;
}
.waterInner .typeInfo .info .priceColunm .price .unit {
	padding-left: 3px;
	font-size: 14px;
}
.waterInner .typeInfo .info .priceColunm .price .note {
	padding-left: 5px;
	font-size: 14px;
	white-space: nowrap;
}
.waterInner .typeInfo .info .lastColunm  {
	width: 140px;
	text-align: right;
}
.waterInner .typeInfo .info .lastColunm .liter {
	display: block;
	border: 1px solid #b4b4b4;
	color: #b4b4b4;
	padding: 6px;
	border-radius: 4px;
	text-align: center;
}
/* ------------------------------------------
 01 : elements
-------------------------------------------*/

.elements{
	padding:0 0 10px;
	background:url(../images/elements_bg.png) no-repeat center bottom;
}

.elements h2{
	padding:0;
	margin:0;
}

.elements h3{
	padding:0 0 5px 0;
}

.elements div{
	width:348px;
	padding:20px 20px 0;
	border-left:1px solid #22a1b5;
	border-right:1px solid #22a1b5;
}

.elements table{
	margin:10px auto 0;
	width:335px;
}

.elements table th{
	width:163px;
	padding:6px 0 2px 50px;
	background:#f0f9fb;
	border:1px solid #28a4b7;
}

.elements table td{
	padding:5px;
	text-align:center;
	border:1px solid #28a4b7;
}

.hosoku{
	padding:5px 10px 0;
	text-align:right;
}

/* ------------------------------------------
 01 : kensa
-------------------------------------------*/

#kensa{
	clear:both;
	margin:20px 0 0;
	text-align:center;
	background:#FFF;
}

#kensa h2{
	padding:15px 0 0;
	margin:0 !important;
}

#kensa h3{
	font-size:20px;
	color:#28a4b7;
	padding:10px 0;
	margin:0 0 10px;
	border-bottom:1px dotted #28a4b7;
}

#kensa div{
	padding:0 30px 10px;
}