/* common.css */

html, body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset,
section, hgroup, nav, article, aside, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section, nav, article, aside, header, footer {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

ul li, ol li, dl dt{
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
	line-height: 1.166;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: rgb(77, 77, 77);
	-webkit-text-size-adjust: none;
}

a {	color: #009BB4;text-decoration: underline;	}
a:link {
	color: #009BB4; /* 0 155 180 */
	text-decoration:underline;
}
/*a:visited {	color: #54A7B9;	}*/
a:active {	}
a:hover {
	text-decoration:none;
}

div#wrapper {
	overflow:hidden;
}

div#container{
	text-align: left;
	margin : 0 auto;
	max-width : 1000px;
}
a:hover {
	opacity: 0.8;
}
a:hover img{
	opacity: 0.8;
}
img{
}

.redtext {
	color: #F00;
}

/*全体のSP対応*/

#header{
	top: 0;
	position: fixed;
	color:#333333;
	z-index: 100;
}
#header a{
	color:#333333;
}
#header a:hover{
	color:#333333;
}

#head_banner{
	position: relative;
	width : 1000px;
	height: 100px;
	background-image: url(/images/v7/pc_header02-03.png);
}
#head_banner h1{
	position: relative;
	z-index: 99;
	font-size: xx-small;
	margin: 0px;
	text-align: right;
	top: 0px;
	right: 0px;
	color: #666666;
	font-weight: normal;
	padding: 0px;
}
#head_banner h2,
#head_banner .aquas_logo{
	float: left;
	padding-top: 29px;
	padding-left: 0px;
}
#head_banner h2 img,
#head_banner .aquas_logo img{
/*	width: auto;*/
}
	
#head_banner .top_menu{
	display: none;
}
#head_banner .top_menu.active img{
	opacity: 0;
}

#header .menu_box{
}

#sub_menu {
	padding-top: 10px;
	padding-left: 740px;
}
#sub_menu .appli_btn{
}

#main_menu {
	font-size:14px;
	list-style-type: none;
	padding-top: 11px;
	padding-left: 200px;
	font-weight: bold;
/*	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
#main_menu li {
	position: relative;
	float: left;
}
#main_menu li a,
#main_menu li span {
	display: block;
	text-decoration: none;
	cursor:pointer;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 11px;
	border-bottom: 2px solid rgb(255, 255, 255);
}
#main_menu li a:hover,
#main_menu li span:hover {
	color: #999999;
	opacity: 1.0;
	border-bottom: 2px solid rgb(0, 155, 180);
}
#main_menu li ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -55px;
	width: 210px;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: rgba(255, 255, 255, 0.0);
	margin: 0;
	padding: 0;
}
#main_menu li ul li{
	width: 100%;
}
#main_menu li ul li a{
	color: #FFFFFF;
	background-color: rgba(0, 155, 180, 0.90);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 15px;
}
#main_menu li ul li a:hover{
	color: #FFFFFF;
	background-color: #00B5D5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#main_menu li ul li a::before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0px;
  	border-top: solid 2px #ffffff;
  	border-right: solid 2px #ffffff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 5px;
  	right: 0;
  	margin-top: 14px;
  	margin-right:12px;
}

#main_menu li ul {
	display: none;
}
#main_menu li:hover ul{
	display: block;
}

#header .menu_box .contact_menu{
	width: 106px;
	font-size: 14px;
	font-weight: normal;
	float: right;
	margin-top: 6px;
	margin-left: 7px;
}
#header .menu_box .contact_menu span{
	font-size: 80%;
}
#header .menu_box .contact_menu a{
	display: block;
	color: #FFFFFF;
	background-color: rgb(82, 178, 37);
	text-decoration: none;
	border: 1px solid #52B225;	/* rgb(82, 178, 37); */
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#header .menu_box .contact_menu a:hover{
	color: #52B225;
	border: 1px solid #52B225;
	background-color: #FFFFFF;
}

#mainarea{
	padding-top: 100px;
}

#footerarea{
}
#footKentou{
	height: 442px;
	position: relative;
	width : 1000px;
	overflow: hidden;
	background-image: url(/images/v7/footerback.jpg);
	background-color: #545454;	/* rgb(82, 178, 37); */
	text-align: center;
	line-height: 1.8;
	color: #FFFFFF;
}
#footKentou h3{
	font-size: 30px;
	padding-top: 50px;
	font-weight: normal;
	position: relative;
	color: #FFFFFF;
	padding-bottom: 30px;
}
#footKentou p{
	font-size: 14px;	/* 16pt */
	line-height: 2.0;
}
#footKentou ul{
	margin-top: 40px;
}
#footKentou li{
	float: left;
}
#footKentou li span{
	font-size:16px;
	font-weight: bold;
}
#footKentou li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 45px;
	height: 100px;
	width: 300px;
	display: block;
	padding-top: 10px;
	padding-bottom: 6px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background: rgba(20,20,20,0.80);
	background-image: url(/images/v7/ico_link5.gif);
	background-position: 275px center;
	background-repeat: no-repeat;
}
#footKentou li:last-of-type a{
	margin-right: 0px;
}
#footKentou li a::after {
/*  	content: '';
  	width: 16px;
  	height: 16px;
  	border: 0px;
  	border-top: solid 2px #ffffff;
  	border-right: solid 2px #ffffff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	position: absolute;
  	top: 10px;
  	right: 40px;
*/
}

#footShiryou{
	text-align: center;
	height: auto;
	background-image: url(/images/v7/siryouseikyuugreen.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(82, 178, 37);
	font-size: 21px;
	font-weight: bold;
}
#footShiryou a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 37px;
	padding-bottom: 33px;
	margin-left: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 220px;
}
#footShiryou a:hover{
	background-color: rgba(255,255,255,0.10)
}
#footSubMenu{
	font-size:14px;
	line-height: 1.4;
	font-weight: bold;
	background-color: rgb(239, 239, 239);
	height: 130px;
	padding-top: 30px;
	padding-bottom: 20px;
	width : 1000px;
	overflow: hidden;
}
#footSubMenu ul{
}
#footSubMenu li{
	float: left;
}
#footSubMenu li span{
	font-size:11px;
	font-weight: normal;
}
#footSubMenu li a {
	color: #000000;
	text-decoration: none;
	margin-right: 45px;
	height: 100px;
	width: 193px;
	background: #FFFFFF;
	display: block;
	padding-right: 6px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 6px;
	border: 1px solid #999999;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footSubMenu li:last-of-type a{
	margin-right: 0px;
}
#footSubMenu li.fsub_corp a{
	background-image: url(/images/v7/ico_tocompany.png);
}
#footSubMenu li.fsub_apply a{
	background-image: url(/images/v7/ico_toapply.png);
}
#footSubMenu li.fsub_inquire a{
	background-image: url(/images/v7/ico_tocontact.png);
}
#footSubMenu li.fsub_flow a{
	background-image: url(/images/v7/ico_tonagare.png);
}

#footer,
#footer2 {
	background-color: rgb(0, 155, 180);
	color: #FFFFFF;
	width : 1000px;
	overflow: hidden;
}

#footOthersite{
	font-size:13px; /* pt */
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footOthersite ul{
}
#footOthersite li{
	float: left;
}
#footOthersite li span{
	font-size:70%;
	font-weight: normal;
}

#footOthersite li a {
	margin-right: 45px;
	height: auto;
	width: 195px;
	background: #C7E6EB;
	color: rgb(0, 155, 180);
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-left: 15px;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(/images/v7/ico_othersite_pc.png);
	background-repeat: no-repeat;
	background-position: 175px center;
}
#footOthersite li:first-of-type a{
	padding-top: 14px;
	padding-bottom: 13px;
}
#footOthersite li:last-of-type a{
	margin-right: 0px;
}

#footMenu {
	font-size:13px; /* 20pt */
	color: #ffffff;
	padding-top: 25px;
	line-height: 1.7;
	height: auto;
	padding-bottom: 20px;
	clear: both;
}
#footMenu ul{
	float: left;
	height: auto;
	width: 275px;
	margin-bottom: 20px;
}
#footMenu li {
	padding-left: 15px;
}
#footMenu li a {
	text-decoration: none;
	color: #ffffff;
}

#footMenu ul li ul{
	margin-bottom: 0px;
}
#footMenu ul li ul li::before{
  	content: '- ';
}
#footMenu ul li a {
	text-decoration: none;
	color: #ffffff;
}

#footMenuEtc{
/*	float: right;
*/
}
#footMenuEtc img{
	margin: 0px;
	padding: 0px;
}

#footerMenu {
	list-style-type: none;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 0.5px;
	border-bottom-width: 0.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #60B2C0;
	border-bottom-color: #60B2C0;
	padding-left: 40px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
#footerMenu ul{
}
#footerMenu li {
	position: relative;
	text-decoration: none;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #60B2C0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerMenu li:last-of-type{
	border-right-style: none;
}
#footerMenu li a {
	text-decoration: none;
	color: #ffffff;
}



.foot_logo {
	text-align: center;
	clear: both;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

.copyright{
	font-size:7px; /* 7pt */
	text-align: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
h3 {
	font-size: 29px;
	color: rgb(0,155,180);
	clear: both;
	font-weight: normal;
}

#top_main_banner{
	background-image:url(/images/v7/pc_top_banner_2024.jpg);
	height: 645px;
	position: relative;
	width : 1000px;
	overflow: hidden;
}
#top_main_banner h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding-top: 75px;
	padding-left: 15px;
	font-weight: bold;
	position: relative;
}
#top_main_banner p{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #333333;
	font-weight: normal;
	text-shadow: 0 0 0.1px rgba(0,0,0,0.5);	/*影*/
}
#top_main_banner .top1_messs1{
	position: relative;
	top:196px;
	left:0px;
	font-size: 15px;
	line-height: 1.7;
/*	left:160px;
	top:220px;
*/
}
#top_main_banner .top1_siryou{
	position: relative;
/*	top:277px;
*/
	top:305px;
	left: 710px;
	letter-spacing: 0.1em;
}
#top_main_banner .top1_siryou_hosoku{
	color: rgb(77, 77, 77);
	font-size: 9px;
	letter-spacing: 0;
/*	top:277px;
*/
	top:305px;
	left: 780px;
	position: relative;
}
#top_main_banner .cyuuyaku{
	color: rgb(77, 77, 77);
	font-size: xx-small;
	line-height: 1.2;
	letter-spacing: 0;
/*	top: 407px;
*/
	top: 435px;
	left: 110px;
	position: relative;
}
#page_banner,
#page_banner_voice,
#page_banner_knowledge,
#page_banner_kouji{
	height: 406px;
	position: relative;
	width : 1000px;
	overflow: hidden;
	background-image: url(/images/v7/pc_header_jousuiseinou.jpg);
}
#page_banner h2,
#page_banner_voice h2,
#page_banner_knowledge h2,
#page_banner_kouji h2{
	position: relative;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	top: 360px;
}
#page_banner h2 span,
#page_banner_voice h2 span{
	font-size: 85%;
}
#page_banner_voice {
	background-image: url(/images/v7/PC-voiceheader2024.jpg);
}
#page_banner_knowledge{
	background-image: url(/images/v7/pc_header_waterknowledge.jpg);
}
#page_banner_kouji{
	background-image: url(/images/v7/pc_header_koujireport.jpg);
}
#page_title{ /* バナーなし */
	width : 1000px;
	overflow: hidden;
	background-color: #54A7B9;
}
#page_title h2{
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 25px;
}
#form_banner{
	height: 162px;
	position: relative;
	width : 1000px;
	overflow: hidden;
	background-image: url(/images/v7/pc_header_form1.png);
}
#form_banner h2{
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 16px;
}
#form_banner h2 span{
	display: none;
	font-size: 85%;
}
.message_box {
	font-size: 15px;
	text-align: center;
	margin: 20px;
}
.w_banner_box{
	-webkit-font-smoothing: antialiased;
/*	transform: rotate(0.001deg);*/
/*	text-shadow: 0 0 0.1px rgba(0,0,0,0.5);*/
	margin: 0 -100vw;
	padding:0px 100vw 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	position: relative;
	clear: both;
}
.banner_box {
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}
.wide_box,
.wide_box2,
.wide_box3{
	clear: both;
	margin: 0 -100vw;
	padding:0px 100vw 0px;
	position: relative;
	background-color: rgb(239, 239, 239);
}
.wide_box2{
	background-color: rgb(248, 234, 223);
}
.wide_box3{
	background-color: rgb(224, 243, 246);
}
.arrow_box {
	clear: both;
	margin-top: 28px;
	margin-bottom: 28px;
	height: 56px;
	text-align: center;
}

.hover_buttonM,
.hover_buttonL,
.hover_buttonGD,	/* 歩みの金 */
.hover_buttonGR {	/* 資料請求の緑 */
	width: 330px;
	height: 60px;
	line-height: 58px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.hover_buttonGD,	/* 歩みの金 */
.hover_buttonM{
	width: 270px;
	height: 40px;
	line-height: 38px;

	position: relative;
	left: 50%;
	clear: both;
	margin-left: -135px;
}
.hover_buttonGR {	/* 資料請求の緑 */
	width: 287px;
	height: 50px;
	line-height: 48px;
}
.hover_buttonM a,
.hover_buttonL a,
.hover_buttonGD a,	/* 歩みの金 */
.hover_buttonGR a{	/* 資料請求の緑 */
	display: block;
	position: relative;
	text-align:center;
/*	background: #fff;	*/
	color: #009BB4;
	font-size: 16px;
	text-decoration:none;
	border: 1px solid #009BB4; /* 0 155 180 */
}
.hover_buttonGR a{	/* 資料請求の緑 */
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #52B225;	/* rgb(82, 178, 37); */
	background-color: #52B225;	/* rgb(82, 178, 37); */
}
.hover_buttonGD a{	/* 歩みの金 */
	color: #B1A257;
	font-weight: bold;
	border: 1px solid #B1A257;	/* 金　*/
	background-color: #FFFFFF;
}
.hover_buttonM a:before,        /*丸 */
.hover_buttonL a:before,
.hover_buttonGD a:before,	/* 歩みの金 */
.hover_buttonGR a:before {  /* 資料請求の緑 */      
	content: "";
  	position: absolute;
	top: 50%;
	right: 16px;
	margin-top: -8px;
	width: 14px;
	height: 14px;
	border-radius: 50%; 
	-webkit-border-radius: 50%;    /* Safari, Chrome */ 
	-moz-border-radius: 50%;   /* Firefox */ 
	background: #009BB4; /* 0 155 180 */
}
.hover_buttonGR a:before {   /* 資料請求の緑 */    
	background: #FFFFFF; 
}
.hover_buttonGD a:before {   /* 歩みの金 */     
	background: #B1A257;	/* 金　*/
}
.hover_buttonM a:after,		/* > */
.hover_buttonL a:after,
.hover_buttonGD a:after,	/* 歩みの金 */ 
.hover_buttonGR a:after {		
  	content: '';
  	position: absolute;
  	top: 50%;
  	right: 21px;
  	margin-top: -4px;
  	width: 5px;
  	height: 5px;
  	border: 0px;
  	border-top: solid 1px #ffffff;
  	border-right: solid 1px #ffffff;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.hover_buttonGR a:after {		
  	border-top: solid 1px #52B225;
  	border-right: solid 1px #52B225;
}
.hover_buttonM a:hover,
.hover_buttonL a:hover {
	color: #FFFFFF;
	background: #009BB4;
}
.hover_buttonGD a:hover {
	opacity: 1.0;
	color: #FFFFFF;
	background: #B1A257;
}
.hover_buttonGR a:hover {
	color: #52B225;
	background: #FFFFFF;
}
.hover_buttonM a:hover:before,
.hover_buttonL a:hover:before,
.hover_buttonGD a:hover:before,
.hover_buttonGR a:hover:before {        /*丸 */
	border-radius: 50%; 
	-webkit-border-radius: 50%;    /* Safari, Chrome */ 
	-moz-border-radius: 50%;   /* Firefox */ 

	background: #FFFFFF; 
}
.hover_buttonGR a:hover:before {        /*丸 */
	background: #52B225; 
}
.hover_buttonM a:hover:after,
.hover_buttonL a:hover:after,
.hover_buttonGD a:hover:after,
.hover_buttonGR a:hover:after {	/* > */
  	border: 0px;
  	border-top: solid 1px #009BB4;
  	border-right: solid 1px #009BB4;
  	-ms-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.hover_buttonGD a:hover:after {	/* > */
  	border-top: solid 1px #B1A257;
  	border-right: solid 1px #B1A257;
}
.hover_buttonGR a:hover:after {	/* > */
  	border-top: solid 1px #FFFFFF;
  	border-right: solid 1px #FFFFFF;
}

#IEJYUU {
	background-image: url(/images/v7/quotation.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	margin-bottom: 59px;
}
#ALL_JYOUSUI{
/*	height: 757px;
	background-image: url(/images/v7/pc_alljousuisystem.jpg);
*/
	height: 778px;
	background-image: url(/images/v7/pc_alljousuisystem2.jpg);
	width : 1000px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	background-color: #1680A8;
}
#ALL_JYOUSUI .jyousui_btn{
	position: relative;
/*	top:640px;
*/
	top:661px;
	text-align: center;
	left: 50%;
	margin-left: -165px;
}
#ABOUT_JYOUSUI{
}
#WHATS_NEW {
	margin-bottom: 55px;

}
#WHATS_NEW h3{
	color: rgb(0,155,180);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}
#WHATS_NEW ul {
	line-height: 1.6;
	padding-left: 20px;
	font-size: 15px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
}
#WHATS_NEW span {
	color: rgb(0,155,180);
}
#WHATS_NEW li {
	padding-bottom: 12px;
}
#WHATS_NEW a {
	text-decoration: none;
	color: rgb(51, 51, 51);
	text-decoration: none;
	margin-left: 15px;
}
#WHATS_NEW a:hover {
	opacity: 1.0;
	color: rgb(0,155,180);
}
#ABOUT_AQUAS5{
}
#REASON5{
	position: relative;
	background-color: rgb(239, 239, 239);
	padding-bottom: 59px;
}
#VOICE{
	position: relative;
	background-image: url(/images/v7/PC-TOPvoice2024.jpg);
	padding-bottom: 59px;
}
#VOICE h3{
	color: rgb(26,26,26);
	font-weight: normal;
	padding: 0px;
	margin-top: 250px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.6;
}
#VOICE h4{
	font-size: 26px;
	text-align: center;
	color: rgb(26,26,26);
	margin-bottom: 30px;
	margin-top: 300px;
}
#VOICE span {
	color: rgb(0,155,180);
}
#VOICE .title_seino,
#VOICE .title_vinkan,
#VOICE .title_mente {
	background-color: #30A0B3;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	margin: 0px;
}
#VOICE .title_vinkan{
	background-color: #BD9A37;
}
#VOICE .title_mente {
	background-color: #76B330;
	padding-right: 13px;
	padding-left: 13px;
}
#PERFORMANCE {
	background-color: rgb(239, 239, 239);
	padding-bottom: 70px;
}
#PERFORMANCE h4{
	color: rgb(26,26,26);
	font-size: 22px;
}
#JIS_ANZEN {
	background-color: rgb(239, 239, 239);
	padding-bottom: 70px;
}
#CASE {
	margin-bottom: 20px;
}
#CASE h4{
	color: rgb(26,26,26);
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
#KOJITEN{
	background-image: url(/images/v7/pc_ninteikoujiten.jpg);
	height: 449px;
	margin-bottom: 90px;
}
#KOJITEN .kojiten_btn{
	left: 840px;
	top: 380px;
}
#INSTALLATION{
}
#PLAN{
	width : 1000px;
	overflow: hidden;
	position: relative;
	background-image: url(/images/v7/pc_price_back.jpg);
	height: 724px;
}
#PLAN ul{
	margin-top: 60px;
	line-height: 1.5;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#PLAN li{
	float: left;
	margin: 0px;
	padding: 0px;
}
#PLAN li a {
	color: #000000;
	text-decoration: none;
	margin-right: 39px;
	width: 306px;
	display: block;
	background: rgba(255,255,255,0.85);
}
#PLAN li:last-of-type a{
	margin-right: 0px;
}


#MEDIA{
	margin-bottom: 59px;
}
#MEDIA ul{
}
#MEDIA li{
	float: left;
}
#MEDIA li a {
	text-decoration: none;
	display: block;
	margin-bottom: 39px;
}
#AQUAS5_SHOPS{
	background-image: url(/images/v7/pc_shop.jpg);
	height: 711px;
	width: 1000px;
	margin-bottom: 80px;
}
#AQUAS5_SHOPS .shop_btn{
	position: relative;
	width: 290px;
	top:635px;
	left: 50%;
	margin-left: -145px;
}
#HISTORY{
	background-image: url(/images/v7/pc_history_back.jpg);
	height: 668px;
}
#HISTORY .history_btn{
	position: relative;
	top:585px;
}
#ABOUT_US{
	margin-bottom: 59px;
}
#ABOUT_US .tate3{
	font-size: 14px;
	margin-left: 88px;
	margin-bottom: 0px;
	padding: 0px;
}
#ABOUT_US .tate3 p{
	margin: 0px;
}
#ABOUT_US .tate3_left{
	width: 230px;
	margin-left: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
}
#SUSTAINABLE{
	margin-bottom: 59px;
}

#BLOG_NEW{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-top: 30px;
}
#BLOG_NEW h3{
	color: rgb(26,26,26);
	font-weight: bold;
	float: left;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.blog_list{
	font-size: 12px;
	padding-bottom: 60px;
	float: left;
	padding-left: 50px;
	overflow: hidden;
}
.blog_list ul{
}
.blog_list li {
	list-style: none;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
}
.blog_list li a {
	color:rgb(0, 155, 180);
}
.blog_list span li a {
	color: #B1A257;
}
.blog_list li:after,
.blog_list span li:after {
  	content: "";
  	display: block;
  	width: 6px;
  	height: 6px;
  	border-top: 1px solid rgb(0, 155, 180);
  	border-right: 1px solid rgb(0, 155, 180);
  	position: absolute;
  	top: 4px;
  	right: 6px;
  	transform:rotate(45deg)
}
.blog_list span li:after {
 	border-top: 1px solid #B1A257;
  	border-right: 1px solid #B1A257;
}
.blognew_entry {
	float: left;
	width: 33%;
}
.blognew_entry_co {
	float: right;
	width: 67%;
}

.blognew_entry,
.blognew_entry_co{
	font-size: 15px;
	line-height: 1.8;
}
.blognew_entry h4,
.blognew_entry_co h4{
	color: rgb(26,26,26);
	font-weight: normal;
	font-size: 14px;
	border-left-color: rgb(0, 155, 180);
	border-left-style: solid;
	border-left-width: 7px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.blognew_entry_co h4{
	border-left-color: #B1A257;
	border-left-style: solid;
	border-left-width: 7px;
}
.blognew_entry li,
.blognew_entry_co li{
	width: 333px;
	float: left;
}
.blognew_entry li a,
.blognew_entry_co li a{
	text-decoration: none;
	color:rgb(51, 51, 51);
	display: block;
}
.blognew_entry_co li a{
/*	color: #B1A257;*/
}
.blognew_entry li a:hover,
.blognew_entry_co li a:hover{
	color:rgb(0, 155, 180);
}
.blognew_thumbnail{
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.blognew_thumbnail img{
	width: 100px;
	height: 100px;
	object-fit: cover; 	/* 正方形にトリミング */
}
.blognew_title{
	color: rgb(26,26,26);
	font-size: 14px;
}
.blognew_entry span,
.blognew_entry_co span{
	font-size: 12px;
	color: #FFFFFF;
	background: #009BB4;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-right: 10px;
	padding-left: 22px;
	padding-right: 22px;
}
.blognew_entry_co span{
	color: #FFFFFF;
	background: #B1A257;
	padding-left: 13px;
	padding-right: 13px;
}

#pickup {
	height:auto;
	overflow:hidden
	line-height: 1.2;
	margin-bottom: 40px;
	margin-left: 20px;
}
#pickup li{
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
}
#pickup li a{
	font-size: 14px;
	text-decoration: none;
	color: #444444;
}
#pickup li a img {
	margin-bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #CCCCCC;
	background-color: #CCCCCC;
	box-sizing:border-box;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	border:1px solid rgb(0, 155, 180);
	background:rgb(0, 155, 180);
}
.bx-wrapper .bx-pager .bx-pager-item {
	display:inline-block;
	margin-top: 0;
	margin-right: 18px;
	margin-left: 0;
	margin-bottom: 0px;
}
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	margin-bottom: 80px;
}
.bx-wrapper .bx-prev {
	top:45% !important;
}
.bx-wrapper .bx-next {
	top:45% !important;
}

.article{
	text-align: center;
	color: rgb(51,51,51);
	font-size: 16px;	/* 16pt */
	line-height: 1.9;
	height:auto;
	overflow:hidden
}
.article p{
	margin-bottom: 40px;
}
.article h3{
	font-weight: normal;
	font-size: 32px;	/* 33pt */
	color: rgb(26,26,26);
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 1.8;
}
.article h3 span{
	font-weight: bold;
	font-size: 16px;	/* 16pt */
	color: rgb(26,26,26);
	vertical-align: text-top;
}
.article span{
	color: rgb(0,155,180);
}
.article_description {
	font-size: 0.9em;	/* px */
	color: rgb(0, 155, 180);
}
.article img {
	margin: 0px;
	padding: 0px;
}
.article h4{
	color: rgb(0,155,180);
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
.article strong {
	font-size: 30px;	/* 30px */
	color: rgb(26,26,26);
	font-weight: normal;
}

.thumbnail {
	float: left;
	margin-right: 2.5%;
	font-size: 0;
	width: 25%;
}
.thumbnailL {
	float: left;
	margin-right: 3%;
	font-size: 0;
	width: 42.18%;
}

/* 縦2分割 */
.tate2 {
	clear: both;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}
.tate2_left{
	float: left;
	width: 470px;
}
.tate2_right{
	float: right;
	width: 470px;
}
/* 縦3分割 */
.tate3,
.tate3n{
	clear: both;
	width: 1000px;
	text-align: left;
	overflow: hidden;
}
.tate3_left{
	float: left;
	margin-right: 20px;
	width: 320px;
	margin-bottom: 50px;
}
.tate3_right{
	float: right;
	width: 320px;
}
.tate3 p{
	margin-top: 20px;
	margin-bottom: 10px;
}
.tate3 img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.tate3_next {
}
.tate3_next a{
}
.tate3n p{
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0px;
}
.tate3n img{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tate3n_left{
	float: left;
	width: 278px;
	margin-bottom: 50px;
	text-align: left;
	margin-right: 82px;
}
.tate3n_right{
	float: right;
	width: 278px;
}
.tate3n_btn{
	left: 5px;
	margin-left: 0px;
}
.tate2-1 {
	clear: both;
	width: 1000px;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
}
.tate2-1_left {
	float: left;
	width: 587px;
}
.tate2-1_right {
	float: right;
	width: 383px;
}


.pankuzu {
	font-size: 12px;
	clear: both;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-top: 18px;
	padding-bottom: 4px;
}
.pankuzu a,
.pankuzu a:link,
.pankuzu a:visited,
.pankuzu a:active {
/*	color: #009BB4;
	text-decoration: none;*/
}
.pankuzu a:hover { 
/*	color: #009BB4;
	text-decoration:underline;*/
}

.blog {
	font-size: 16px;
	color: #464646;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.blog h2 {
	font-size: 18px;
	font-weight: normal;
	background-color: #D5D5D5;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #585858;
	padding-left: 30px;
	padding-top: 13px;
	padding-bottom: 11px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.blog h2 a{
	color: #464646;
	text-decoration:none;
}
.blog h3 {
	font-weight: normal;
	font-size: 32px;
	color: #009BB4;
	text-align: center;
	margin-top: 33px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.blog h4 {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	margin: 10px;
	padding-left: 25px;
}
.blog h5 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 10px;
	padding-left: 25px;
}
.blog h6 {
	font-weight: normal;
	font-size: 20px;
	color: #009BB4;
	text-align: center;
	margin-top: 33px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.blog hr {
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	border-bottom-style: none;
	margin-bottom: 30px;
}
.blogbody {
	clear: both;
	font-weight:normal;
	line-height: 1.7;
	padding-bottom: 5px;
}
#more {
	clear: both;
}
.blogbody p{
	padding-left: 35px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.blogbody ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.blogbody ul li{
	margin: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.4;
	list-style-position: outside;
	list-style-type: disc;
}

div.blogbody blockquote {
	padding: 6px 10px;
	background-color: #F0F0F0;
	border: 1px solid #999999;
}
div.blogbody table{
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	vertical-align : top ;
}
.q_list {
}
.q_list h3{
	text-align: left;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
}
.q_list ul{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.q_list ul li{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.q_list a{
	color: rgb(77, 77, 77);
/*	text-decoration:none;*/
}
.q_list ul li::before {
  	content: 'Q.';
	font-size: 160%;
	color: rgb(0, 155, 180);
	padding-right: 7px;
}

.pointBig{
	font-size: 105%;
	font-weight: bold;
}
.pointSmall{
	font-size: 95%;
}
.boldRed{
	font-weight: bold;
	color: #990000;
}

div.designTable table{
	font-size: 15px;
	line-height: 150%;
	border-collapse : collapse;
	vertical-align : top;
	width : 97%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.designTable table tr td {
	border-collapse : collapse;
	vertical-align : top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 35px;
}
div.designTable table tr th {
	border-collapse : collapse;
	vertical-align : middle;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
div.designTable table {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.designTable table tr td  {
	background-color : #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.designTable table tr th  {
	background-color : #F0F0F0;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.designTable2 table{
	font-size: 15px;
	line-height: 160%;
	border-collapse : collapse;
	vertical-align : top;
	width : 93%;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
}
div.designTable2 table tr td {
	border-collapse : collapse;
	vertical-align : top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 19px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}
div.designTable2 table tr th {
	border-collapse : collapse;
	vertical-align : top;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 19px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#voice_pickup {
	height:auto;


	overflow:hidden
	line-height: 1.2;
	margin-bottom: -20px;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
}
#voice_pickup li{
	margin: 0px;
	padding: 0px;
}
#voice_pickup li a img {
	margin-bottom: 20px;
}

.voice_menu{
	width : 1000px;
	margin-left: 75px;
	overflow: hidden;
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
	color: #009BB4;
}
.voice_menu ul{
	padding: 0px;
	margin: 0px;
}
.voice_menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009BB4;
	border-right-color: #009BB4;
	border-bottom-color: #009BB4;
	border-left-color: #009BB4;
}
.voice_menu ul li a{
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	text-decoration: none;
	width: 140px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.voice_menu ul li:last-of-type{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #009BB4;

}
.voice_menu ul li a:hover{
	color: #FFFFFF;
	background-color: #009BB4;
}
.voice_entry_count{
	text-align: center;
	clear: both;
	font-size: 14px;
	color: #009BB4;
	margin-bottom: 20px;
}
.voice_interview{
	font-size: 14px;
	width: 1000px;
	overflow: hidden;
	margin-left: 240px;
	margin-bottom: 30px;
}
.voice_interview ul{
}
.voice_interview li{
	float: left;
	margin-top: 5px;
	margin-right: 70px;
	margin-bottom: 5px;
	margin-left: 70px;
	background-image: url(/images/v7/ico_link_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}
.voice_date{
	font-size: 14px;
	margin-left: 35px;
}
.voice_date span{
	color: #FFFFFF;
	background-color: #EC8D1D;
	margin-left: 18px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.page_navi{
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
}
.page_prev{
	margin-right: 40px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.page_next{
	margin-left: 50px;
	border: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	display: run-in;
}
.page_first{
	margin-right: 10px;
}
.page_last{
	margin-left: 10px;
}
.current_page{
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
}
.link_page{
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.marginZero p {
	margin: 0px;
	padding: 0px;
}
.imageLeft img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.imageRight img {
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
}
.goDetail{
	clear:both;
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
}
.goDetail2{
	margin-right: 5px;
	float: right;
}

.posted {
	clear: both;
	color: #666666;
	font-size: 12px;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	margin-top: 10px;
	}
.extended {
	clear:both;
	text-align: right;
	}
.goTop {
	text-align: right;
	clear: both;
	font-size: 90%;
	margin-bottom: 5px;
	}
.goBack {
	text-align: right;
	}
.goTop a:visited {	color: #000099;	}
.goTop a:hover { color: #CC0000;text-decoration:underline;}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}
#comment-post {
   font-weight: bold;
}
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}
textarea{
	width: 85%;
}
textarea[id="comment-text"] {
}
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

.designTable input,
.designTable textarea{
	font-size:15px;
	border:1px solid #999999;
	margin-bottom: 7px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.designTable textarea{
}
.designTable select{
	font-size:15px;
	border:1px solid #999999;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	color: #333333;
}
.designTable input[type=checkbox] {
	width:			16px;
	height:			16px;
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.4);
}
input:focus,textarea:focus,select:focus{
	background:#FFFFCC;
}

.form-error {
	color: #FF0033;
}
#form-post {
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #65B43C;
	border: 1px solid #65B43C;
	width:300px;
}
#form-post:hover {
	color: #65B43C;
	background-color: #FFFFFF;
	border: 1px solid #65B43C;
}
#form-edit {
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
	margin-right: 30px;
}
.form-required {
	background-color: #B71271;
	padding-right: 6px;
	padding-left: 6px;
	color: #FFFFFF;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.form_redtext{
	color: #B71271;
}
#form_page {
}
#form_page h3{
	color: #333333;
	text-align: center;
}
#form_page h4{
	font-size: 18px;
	font-weight: normal;
	background-color: #D5D5D5;
	border-left-width: 16px;
	border-left-style: solid;
	border-left-color: #585858;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 17px;
	margin-bottom: 20px;
}
#form_page h5{
	text-align: center;
}
#form_page hr{
	width: 1000px;
}
#form_page p{
	padding-left: 20px;
	padding-right: 5px;
	font-size: 15px;
	padding-bottom: 25px;
}
.form_privacy{
	overflow: scroll;
	height: 150px;
	border: 1px solid #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	margin-left: 50px;
}
#form_page .form_privacy p{
	font-size: 12px;
}
.form_ssl{
	width: 930px;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 20px;
}
.form_ssl span{
	float: right;
	width: 140px;
	margin-bottom: 20px;
}
#form_footer{
	width : 1000px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #666666;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 45px;
}
#formFooterMenu{
	margin-bottom: 30px;
}
#formFooterMenu li{
	display: inline;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#formFooterMenu li:last-of-type{
	border-right-style: none;
}
#formFooterMenu li a {
	text-decoration: none;
	color: #ffffff;
}

#form_footer .copyright{
	text-align: center;
	font-size: 14px;
}

.video {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 56.25%;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
