@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	20;
	dw-gutter-percentage:	25;

	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」
	http://www.alistapart.com/articles/responsive-web-design

	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 89.18%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*モバイル header関係*/
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #005699;
	height: 60px;
}
.clover {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: 14px;
	margin-left: 10px;
	margin-right: 8px;
}
.header_text {
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	margin-top: 14px;
	width: 75%;
	overflow: hidden;
	float: left;
}
.flag_g a {
	height: 39px;
	width: 32px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	margin-top: 21px;
	float: right;
	margin-right: 5px;
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.flag_g a:hover {
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}

/*モバイル menu関係*/
#left_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%;
}
.logo {
	height: 123px;
	width: 151px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu li a {
	height: 55px;
	width: 50%;
	display: block;
	float: left;
}
#menu li a:hover {
	background-color: #E6E6E6;
}
ul #ivypark a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
ul #mizuho a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -55px;
}
ul #tenpaku a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -110px;
}
ul #anjo a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -165px;
}
ul #ecostation a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -220px;
}
ul #form a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -275px;
}

ul #company01 a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -330px;
	display: block;
	margin-top: 10px;
	height: 55px;
}
/*
ul #ecostation a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -385px;
}
ul #form a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -440px;
}
ul #company01 a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -495px;
	display: block;
	margin-top: 10px;
	height: 55px;
}
*/

.logo_03 {
	height: 5px;
	width: 100%;
	display: block;
	text-indent: -1000px;
}
/*モバイル main関係*/
#light_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%;
}
/*モバイル index関係*/
.top_image {
	margin: 4px;
}
#light_main h2 {
	color: #039;
	text-align: center;
}
.main_text {
	font-size: 120%;
	line-height: 140%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.main_area01 {
	margin-left: 6%;
	margin-top: 20px;
	clear: both;
	margin-bottom: 40px;
}

.area_title {
	font-size: 130%;
	font-weight: bold;
	color: #039;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.area_text {
	width: 90%;
	font-size: 110%;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #005699;
	width: 170px;
	height: 130px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #039;
	line-height: 180%;
	margin-right: auto;
	margin-left: auto;
}
.mark02 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.mark03 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 45px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px -30px;
}
.parking_title {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 220%;
	margin-top: 5px;
}
.logo_04 a{
	height: 55px;
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 0px;
	background-image: url(../img/logo02.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -1000px;
}
.logo_04 a:hover{
	background-color: #E6E6E6;
}
/*モバイル parking関係*/
.parking_map01 {
	height: 350px;
	overflow: hidden;
	margin: 10px 2%;
}
.parking {
	display: block;
	margin-top: 10px;
	margin-left: 2%;
	border: 1px solid #005699;
	margin-right: 2%;
}
.parking02 {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 20px;
}
.parking_title {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-top: 5px;
}
.parking_title02 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	padding: 3px;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
}
.parking_title03 {
	font-size: 110%;
	line-height: 190%;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	height: 25px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #005699;
	text-indent: 20px;
	margin-top: 10px;
	background-color: #E6E6E6;
	margin-right: 2%;
	margin-left: 2%;
}
td {
	border: 1px solid #005699;
}
.table_title01 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-top: 30px;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	vertical-align: middle;
}
.table_title01_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
}
.table_center01 {
	vertical-align: middle;
}
.table_title02 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #005699;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	vertical-align: middle;
	padding: 5px;
}
.table_title02_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
	padding: 5px;
	display: block;
}
.table_title03 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-top: 1px solid #005699;
	border-right: 1px solid #005699;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #005699;
}
.table_title04 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_title05 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_center01 {
	vertical-align: middle;
	text-align: center;
}
.table_center01title {
	vertical-align: middle;
	text-align: center;
	font-size: 125%;
	border: 1px solid #005699;
	color: #005699;
}
.table_center02 {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.table_center03 {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	font-size:1.5em;
	font-weight: bold;
}

.table_left {
	vertical-align: middle;
	text-align: left;
}
.table_left02 {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}
.attention01 {
	font-size: 98%;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
}
.attention03 {
	font-size: 90%;
	color: #FFF;
	background: #F33;
	display: block;
	font-weight: bold;
	height: 25;
	margin: 5px 2% 5px 6%;
	padding: 10px;
}
.attention04 {
	background: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.attention_text01 {
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 110%;
}
.attention_text02 {
	margin-top: 10px;
	margin-left: 6%;
	font-size: 110%;
	background-image: url(../img/%EF%BD%90mark.png);
	background-repeat: no-repeat;
}
.attention_text03 {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 110%;
}
.attention_text03 ul {
	height: 200px;
	width: 350px;
}
.attention_text03 li {
	height: 50px;
	width: 130px;
	float: left;
	margin-right: 5px;
	list-style: none;
	margin-top: 10px;
}
/*モバイル top関係*/
.top {
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	margin-left: 2%;
}
/*モバイル company関係*/
#company {
	clear: both;
	float: left;
	width: 92%;
	display: block;
	background-color: #005699;
	font-size: 93%;
	padding-top: 4px;
	padding-right: 4%;
	padding-bottom: 4px;
	padding-left: 4%;
}
#company ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#company li {
	float: left;
}
#company inline {
    text-align: center;
}
#company li a{
	font-weight: bold;
	color: #FFF;
}
#company li:after{
	content: "l";
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
#company li:last-child:after{
	content:none;
}
#parking_s li:after{
	content: ":";
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
#parking_s li:last-child:after{
	content:")";
}

/*モバイル copyright関係*/
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	height: 57px;
	padding-top: 3px;
	font-size: 95%;
	line-height: 80%;
	font-weight: bold;
	color: #039;
}
/*モバイル parking注意関係*/
.policy {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 110%;
	line-height: 120%;
	border: 1px solid #005699;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 1px solid #039;     /* 枠線の装飾 */
	background-color: #CCFFFF;   /* 背景色 */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 0.03em;
	overflow: hidden;
}
.policy_title {
	font-size: 120%;
	font-weight: bold;
	color: #039;
	text-align: center;
}
.policy ol {
	list-style-position: outside;
}
/*モバイル form関係*/
.parking_title04 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -152px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 2%;
}
.parking_title05 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	height: 30px;
	display: block;
	margin-left: 2%;
	font-size: 110%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#light_main form {
	margin-top: 0px;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #005699;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-bottom: 30px;
}
form label {
	display: block;
	float: left;
	width: 28%;
	text-align: right;
	height: 20px;
	font-size: 95%;
	vertical-align: middle;
	margin-right: 5px;
}
#name {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}

#kana {
	height: 20px;
	width: 50%;
	border: 1px solid #005699;
	background-color: #CCFFFF;
}
#tel {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}
#E-mail {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}
.button {
}

#age {
	width: 40%;
	border: 1px solid #005699;
	height: 25px;
}
#work {
	height: 25px;
	width: 40%;
	border: 1px solid #005699;
}
#text {
	height: 200px;
	width: 60%;
	border: 1px solid #005699;
	overflow: auto;
	background-color: #CCFFFF;
}
.text_i {
	height: 120px;
	width: 77%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border: 1px solid #005699;
	padding-right: 10px;
	padding-left: 10px;
}
.check01 {
	text-align: center;
	margin-top: 10px;
}
.button {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#reset {
	height: 30px;
	width: 30%;
	background-color: #CFC;
	border: 1px solid #005699;
	display: block;
	float: left;
	margin-right: 30px;
}
#transmission {
	background-color: #FFC;
	height: 30px;
	width: 30%;
	border: 1px solid #005699;
	float: right;
}
.ad {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	width: 60%;
	font-size: 120%;
	margin-top: 40px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 40px;
	overflow: hidden;
}
.ad dl {
	margin: 0px;
	padding: 0px;
}

.ad dt {
	float: left;
	width: 30%;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: right;
}
.ad dd {
	display: block;
	width: 50%;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.company_name {
	font-size: 110%;
	font-weight: bold;
	color: #030;
}

/*タブレット ecostation関係*/
.parking_title06 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -120px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 2%;
	clear: both;
}
.eco_text {
	float: left;
	width: 38%;
	margin-left: 6%;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 120%;
}
.eco_icon01 {
	float: left;
	height: 86px;
	width: 170px;
}

.eco_icon02 {
	float: left;
	height: 49px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wing {
	margin-right: 2%;
	margin-left: 2%;
	clear: both;
	font-size: 120%;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	padding: 4%;
	overflow: hidden;
}
.wing_left {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.wing_title {
	background-color: #C90;
	width: 98%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 1.5%;
	padding-left: 2%;
	color: #FFF;
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.wing_text {
	display: block;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.wing_photo {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 198px;
}

.cap01 {
	width: 70%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 110%;
	margin-right: auto;
}
.cap02 {
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 110%;
	margin-right: auto;
	width: 70%;
}
.import01 {
	margin-right: 2%;
	margin-left: 2%;
	font-size: 110%;
	font-weight: bold;
	text-indent: 20px;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.import02 {
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	font-weight: bold;
	font-size: 110%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	text-indent: 20px;
}

.import_pho01 {
	margin-left: auto;
	width: 60%;
	margin-right: auto;
	margin-bottom: 5px;
}
.import_pho02 {
	margin-left: auto;
	width: 60%;
	margin-right: auto;
}
.arrow {
	height: 70px;
	width: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*モバイル link関係*/
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.9333%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*タブレット header関係*/
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #005699;
	height: 60px;
}
.clover {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 10px;
}
.header_text {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
}
.flag_g a {
	height: 39px;
	width: 32px;
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	float: right;
	margin-right: 3%;
	margin-top: 21px;
}
.flag_g a:hover {
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}

/*タブレット menu関係*/
#left_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.logo {
	height: 123px;
	width: 151px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}
#menu li a {
	height: 55px;
	width: 33.3%;
	display: block;
	float: left;
}
#menu li a:hover {
	background-color: #E6E6E6;
}
ul #ivypark a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
ul #mizuho a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -55px;
}
ul #tenpaku a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -110px;
}
ul #anjo a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -165px;
}

ul #ecostation a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -220px;
}

ul #form a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -275px;
}
ul #company01 a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -330px;
	display: block;
	margin-top: 10px;
	height: 55px;
}

.logo_03 {
	height: 5px;
	width: 100%;
	display: block;
	text-indent: -1000px;
}
/*タブレット main関係*/
#light_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 100%;
}
/*タブレット index関係*/
.top_image {
	margin: 20px;
}
#light_main h2 {
	color: #039;
	margin-left: 20px;
	text-align: center;
}
.main_text {
	font-size: 120%;
	line-height: 140%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.main_area01 {
	margin-left: 6%;
	margin-top: 50px;
	clear: both;
	margin-bottom: 60px;
}
.area_title {
	font-size: 130%;
	font-weight: bold;
	color: #039;
	margin-left: 200px;
	width: 58%;
}
.area_text {
	width: 58%;
	margin-left: 200px;
	font-size: 110%;
	line-height: 140%;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #005699;
	width: 170px;
	float: left;
	height: 130px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #039;
	line-height: 180%;
}
.mark02 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.mark03 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 45px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px -30px;
}
.logo_04 a{
	height: 55px;
	width: 100%;
	display: block;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/logo02.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -1000px;
}
.logo_04 a:hover{
	background-color: #E6E6E6;
}
/*タブレット parking関係*/
.parking_map01 {
	margin-right: 2%;
	margin-left: 2%;
	height: 350px;
	overflow: hidden;
}
.parking {
	display: block;
	margin-top: 10px;
	margin-left: 2%;
	border: 1px solid #005699;
	margin-right: 2%;
}
.parking02 {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 20px;
}
.parking_title {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-top: 5px;
}
.parking_title02 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	margin-right: 2%;
	padding: 3px;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
}
.parking_title03 {
	font-size: 110%;
	line-height: 190%;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	height: 25px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #005699;
	text-indent: 20px;
	margin-top: 10px;
	background-color: #E6E6E6;
	margin-right: 2%;
	margin-left: 2%;
}
td {
	border: 1px solid #005699;
}
.table_title01 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-top: 30px;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	vertical-align: middle;
}
.table_title01_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
}
.table_center01 {
	vertical-align: middle;
}
.table_title02 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #005699;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	vertical-align: middle;
	padding: 5px;
}
.table_title02_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
	padding: 5px;
	display: block;
}
.table_title03 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 3%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #005699;
}
.table_title04 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_title05 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_center01 {
	vertical-align: middle;
	text-align: center;
}
.table_center01title {
	vertical-align: middle;
	text-align: center;
	font-size: 125%;
	border: 1px solid #005699;
	color: #005699;
}
.table_center02 {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_left {
	vertical-align: middle;
	text-align: left;
}
.table_left02 {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}
.attention01 {
	font-size: 98%;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
}
.attention03 {
	font-size: 90%;
	color: #FFF;
	background: #F33;
	display: block;
	font-weight: bold;
	height: 25;
	margin: 5px 2% 5px 6%;
	padding: 10px;
}
.attention04 {
	background: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.attention_text01 {
	margin-top: 10px;
	margin-right: 2%;
	margin-left: 2%;
	font-size: 110%;
}
.attention_text02 {
	margin-top: 10px;
	margin-left: 6%;
	font-size: 110%;
	background-image: url(../img/%EF%BD%90mark.png);
	background-repeat: no-repeat;
}
.attention_text03 {
	margin-right: 2%;
	margin-left: 2%;
}
.attention_text03 ul {
	margin: auto;
	height: 300px;
	width: auto;
}
.attention_text03 li {
	height: 70px;
	width: 190px;
	float: left;
	margin-right: 10px;
	list-style: none;
	margin-top: 20px;
}
.attention_text03 li:hover {
	list-style: none;
	height: 70px;
	background: #E6FFFF;
	width: 190px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}


/*タブレット top関係*/
.top {
	font-weight: bold;
	text-align: right;
	margin-right: 2%;
	margin-left: 2%;
}
/*タブレット company関係*/
#company {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color: #005699;
	margin-left: 0px;
	font-size: 100%;
	padding-top: 15px;
	padding-right: 5%;
	padding-bottom: 15px;
	padding-left: 5%;
}
#company ul {
	list-style-type: none;
}

#company inline {
    text-align: center;
}
#company li a{
	font-weight: bold;
	color: #FFF;
}
#company li:after{
	content: "l";
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
#company li:last-child:after{
	content:none;
}
#parking_s li:after{
	content: ":";
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
#parking_s li:last-child:after{
	content:")";
}

/*タブレット copyright関係*/
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #039;
	height: 70px;
	padding-top: 3px;
	text-align: center;
	font-size: 95%;
	line-height: 80%;
	font-weight: bold;
}
/*タブレット parking注意関係*/
.policy {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-size: 110%;
	line-height: 120%;
	border: 1px solid #005699;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 1px solid #039;      /* 枠線の装飾 */
	background-color: #CCFFFF;   /* 背景色 */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 0.03em;
	overflow: hidden;
}
.policy_title {
	font-size: 120%;
	font-weight: bold;
	color: #039;
	text-align: center;
}
.policy ol {
	list-style-position: outside;
}
/*タブレット form関係*/
.parking_title04 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -152px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 2%;
}
.parking_title05 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	height: 30px;
	display: block;
	margin-left: 2%;
	font-size: 110%;
	line-height: 210%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 0px;
}
#light_main form {
	margin-top: 0px;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #005699;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-bottom: 30px;
}
form label {
	display: block;
	float: left;
	width: 28%;
	text-align: right;
	height: 20px;
	font-size: 100%;
	line-height: 200%;
	vertical-align: middle;
	margin-right: 5px;
}
#name {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}

#kana {
	height: 20px;
	width: 50%;
	border: 1px solid #005699;
	background-color: #CCFFFF;
}
#tel {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}
#E-mail {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}
.button {
}

#age {
	width: 40%;
	border: 1px solid #005699;
	height: 25px;
}
#work {
	height: 25px;
	width: 40%;
	border: 1px solid #005699;
}
#text {
	height: 200px;
	width: 60%;
	border: 1px solid #005699;
	overflow: auto;
	background-color: #CCFFFF;
}
.text_i {
	height: 120px;
	width: 77%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border: 1px solid #005699;
	padding-right: 10px;
	padding-left: 10px;
}
.check01 {
	text-align: center;
	margin-top: 10px;
}
.button {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#reset {
	height: 30px;
	width: 30%;
	background-color: #CFC;
	border: 1px solid #005699;
	display: block;
	float: left;
	margin-right: 30px;
}
#transmission {
	background-color: #FFC;
	height: 30px;
	width: 30%;
	border: 1px solid #005699;
	float: right;
}
.ad {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	width: 60%;
	font-size: 120%;
	margin-top: 40px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	margin-bottom: 40px;
	overflow: hidden;
}
.ad dl {
	margin: 0px;
	padding: 0px;
}

.ad dt {
	float: left;
	width: 30%;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: right;
}
.ad dd {
	display: block;
	width: 50%;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.company_name {
	font-size: 110%;
	font-weight: bold;
	color: #030;
}

/*タブレット ecostation関係*/
.parking_title06 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 2%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -120px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 2%;
	clear: both;
}
.eco_text {
	float: left;
	width: 38%;
	margin-left: 6%;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 120%;
}
.eco_icon01 {
	float: left;
	height: 86px;
	width: 170px;
}

.eco_icon02 {
	float: left;
	height: 49px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wing {
	margin-right: 2%;
	margin-left: 2%;
	clear: both;
	font-size: 120%;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	padding: 4%;
	overflow: hidden;
}
.wing_left {
	float: left;
	width: 47%;
	margin-right: 2%;
}

.wing_title {
	background-color: #C90;
	width: 98%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 3.5%;
	padding-left: 2%;
	color: #FFF;
	display: block;
	margin-bottom: 40px;
}
.wing_text {
	display: block;
	line-height: 160%;
}

.wing_photo {
	width: 50%;
	float: right;
}

.cap01 {
	width: 46%;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 2%;
	font-size: 110%;
	margin-right: 2%;
	float: left;
}
.cap02 {
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 110%;
	margin-right: auto;
	width: 76%;
}
.import01 {
	margin-right: 2%;
	margin-left: 2%;
	font-size: 110%;
	font-weight: bold;
	text-indent: 20px;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.import02 {
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	font-weight: bold;
	font-size: 110%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	text-indent: 20px;
}

.import_pho01 {
	margin-left: 2%;
	width: 46%;
	margin-right: 2%;
	float: left;
}
.import_pho02 {
	margin-left: auto;
	width: 50%;
	margin-right: auto;
}
.arrow {
	height: 70px;
	width: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*タブレット link関係*/
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.1%;
	max-width: 1024px;
	min-height: 100%;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/line.png);
	background-repeat: repeat-y;
	background-position: 23.5%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/*デスクトップ header関係*/
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #005699;
	height: 60px;
}
.clover {
	float: left;
	height: 16px;
	width: 16px;
	display: block;
	overflow: hidden;
	margin-top: 34px;
	margin-right: 0px;
	margin-left: 10px;
}
.header_text {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	display: block;
	margin-top: 34px;
	overflow: hidden;
	float: left;
}
.flag_g a {
	height: 39px;
	width: 32px;
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	display: block;
	text-indent: -1000px;
	float: right;
	margin-right: 3%;
	margin-top: 21px;
}
.flag_g a:hover {
	background-image: url(../img/header_flag.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
}


/*デスクトップ menu関係*/
#left_main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 24.2424%;
	display: block;
}
.logo {
	width: 151px;
	height: 123px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu li a {
	height: 55px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#menu li a:hover {
	background-color: #E6E6E6;
}
ul #ivypark a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
ul #mizuho a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -55px;
}
ul #tenpaku a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -110px;
}
ul #anjo a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -165px;
}
ul #ecostation a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -220px;
}
ul #form a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -275px;
}
ul #company01 a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -330px;
	display: block;
	margin-top: 10px;
	height: 55px;
}
/*
ul #ecostation a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -385px;
}
ul #form a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -440px;
}
ul #company01 a {
	background-image: url(../img/menu1.png);
	background-repeat: no-repeat;
	background-position: center -495px;
	display: block;
	margin-top: 10px;
	height: 55px;
}
*/
.logo_03 a{
	height: 55px;
	width: 100%;
	display: block;
	background-image: url(../img/logo02.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 55px;
}
.logo_03 a:hover{
	background-color: #E6E6E6;
}
/*デスクトップ main関係*/
#light_main {
	clear: none;
	float: left;
	margin-left: 1.0101%;
	width: 69.6969%;
	display: block;
	padding-top: 30px;
}
/*デスクトップ index関係*/
.top_image {
	margin-top: 20px;
	margin-left: 4%;
}

#light_main h2 {
	color: #039;
	margin-left: 4%;
	text-align: center;
}
.main_text {
	font-size: 120%;
	line-height: 140%;
	width: 90%;
	margin-right: 1%;
	margin-left: 6%;
}
.main_area01 {
	margin-left: 6%;
	margin-top: 50px;
	clear: both;
	margin-bottom: 60px;
}
.area_title {
	font-size: 130%;
	font-weight: bold;
	color: #039;
	margin-left: 200px;
	width: 61%;
}
.area_text {
	width: 62%;
	margin-left: 200px;
	font-size: 110%;
	line-height: 140%;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #005699;
	width: 170px;
	float: left;
	height: 130px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #039;
	line-height: 180%;
}
.mark02 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.mark03 {
	background-image: url(../img/icon_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 45px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-position: 0px -30px;
}
/*デスクトップ parking関係*/
.parking_map01 {
	margin-right: 1%;
	margin-left: 6%;
	height: 350px;
	overflow: hidden;
	border: 1px solid #039;
}
.parking_title {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 6%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 1%;
}
.parking_title02 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 6%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -57px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 1%;
	padding: 3px;
}
.parking_title03 {
	font-size: 110%;
	line-height: 190%;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	height: 25px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #005699;
	text-indent: 20px;
	margin-top: 10px;
	background-color: #E6E6E6;
	margin-right: 1%;
	margin-left: 6%;
	clear: both;
	color: #036;
}
.attention01 {
	font-size: 98%;
	display: block;
	margin-right: 3px;
	margin-left: 6%;
}
.attention03 {
	font-size: 90%;
	color: #FFF;
	background: #F33;
	display: block;
	font-weight: bold;
	height: 25;
	margin: 5px 2% 5px 6%;
	padding: 10px;
}
.attention04 {
	background: #F1F1F1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.attention_text01 {
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 6%;
	font-size: 110%;
}
.attention_text02 {
	margin-top: 10px;
	margin-left: 6%;
	font-size: 110%;
	background-image: url(../img/%EF%BD%90mark.png);
	background-repeat: no-repeat;
}
.attention_text03 {
	margin-right: 2%;
	margin-left: 2%;
}
.attention_text03 ul {
	margin: auto;
	height: 250px;
	width: auto;
}
.attention_text03 li {
	height: 70px;
	width: 190px;
	float: left;
	margin-right: 10px;
	list-style: none;
	margin-top: 20px;
}
.attention_text03 li:hover {
	list-style: none;
	height: 70px;
	background: #E6FFFF;
	width: 190px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
/*デスクトップ table関係*/
.parking {
	display: block;
	margin-left: 6%;
	border: 1px solid #005699;
	margin-right: 1%;
}
.parking02 {
	margin-right: 1%;
	margin-left: 6%;
	margin-top: 20px;
}
.table_title01 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 1%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	vertical-align: middle;
}
.table_title01_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
}
.table_title02 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 1%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #005699;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	vertical-align: middle;
	padding: 5px;
}
.table_title02_last {
	background-color: #005699;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 1px solid #005699;
	vertical-align: middle;
	padding: 5px;
	display: block;
}
.table_title03 {
	font-weight: bold;
	color: #FFF;
	background-color: #005699;
	margin-left: 6%;
	margin-right: 1%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #005699;
}
.table_title04 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #005699;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_title05 {
	background-color: #005699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005699;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #005699;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

td {
	border: 1px solid #005699;
}
.table_center01 {
	vertical-align: middle;
	text-align: center;
}
.table_center01title {
	vertical-align: middle;
	text-align: center;
	font-size: 125%;
	border: 1px solid #005699;
	color: #005699;
}
.table_center02 {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.table_left {
	vertical-align: middle;
	text-align: left;
}
.table_left02 {
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}
/*デスクトップ top関係*/
.top {
	font-weight: bold;
	text-align: right;
	margin-right: 1%;
}
/*デスクトップ company関係*/
#company {
	clear: both;
	float: left;
	width: 90%;
	display: block;
	background-color: #005699;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#company inline {
    text-align: center;
}
#company li a{
	font-weight: bold;
	color: #FFF;
}
#company li:after{
	content: "l";
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
}
#company li:last-child:after{
	content:none;
}
#parking_s li:after{
	content: ":";
	color: #FFF;
	padding-left: 3px;
	padding-right: 3px;
}
#parking_s li:last-child:after{
	content:")";
}

/*デスクトップ copyright関係*/
#copyright {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #039;
	background-color: #FFF;
	height: 70px;
	padding-top: 3px;
	font-size: 95%;
	line-height: 80%;
	font-weight: bold;
}
/*デスクトップ parking注意関係*/
.policy {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 30px;
	font-size: 110%;
	line-height: 120%;
	border: 1px solid #005699;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border: 1px solid #039;     /* 枠線の装飾 */
	background-color: #CCFFFF;   /* 背景色 */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	letter-spacing: 0.03em;
	overflow: hidden;
}
.policy_title {
	font-size: 120%;
	font-weight: bold;
	color: #039;
	text-align: center;
}
.policy ol {
	list-style-position: outside;
}
/*デスクトップ form関係*/
.parking_title04 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 6%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -152px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 1%;
}
.parking_title05 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	height: 30px;
	display: block;
	margin-left: 6%;
	font-size: 110%;
	line-height: 210%;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 0px;
}
.parking_title06 {
	color: #FFF;
	background-color: #005699;
	font-weight: bold;
	text-indent: 40px;
	height: 30px;
	display: block;
	margin-left: 6%;
	background-image: url(../img/icon_02.png);
	background-repeat: no-repeat;
	background-position: 15px -120px;
	overflow: hidden;
	font-size: 110%;
	line-height: 210%;
	margin-right: 1%;
}
#light_main form {
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 6%;
	border: 1px solid #005699;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-bottom: 30px;
}
form label {
	display: block;
	float: left;
	width: 28%;
	text-align: right;
	margin-right: 10px;
	height: 20px;
	font-size: 95%;
	vertical-align: middle;
}
#name {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}

#kana {
	height: 20px;
	width: 50%;
	border: 1px solid #005699;
	background-color: #CCFFFF;
}
#tel {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}
#E-mail {
	display: block;
	width: 50%;
	border: 1px solid #005699;
	height: 20px;
	background-color: #CCFFFF;
}

#age {
	width: 40%;
	border: 1px solid #005699;
	height: 25px;
}
#work {
	height: 25px;
	width: 40%;
	border: 1px solid #005699;
}
#text {
	height: 200px;
	width: 60%;
	border: 1px solid #005699;
	overflow: auto;
	background-color: #CCFFFF;
}
.text_i {
	height: 120px;
	width: 77%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	border: 1px solid #005699;
	padding-right: 10px;
	padding-left: 10px;
}
.check01 {
	text-align: center;
	margin-top: 10px;
}
.button {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#reset a {
	height: 30px;
	width: 30%;
	background-color: #CFC;
	border: 1px solid #005699;
	display: block;
	float: left;
	margin-right: 30px;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
#transmission a {
	background-color: #FFC;
	height: 30px;
	width: 30%;
	border: 1px solid #005699;
	float: right;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;         /* CSS3 */
}
.ad {
	margin-right: 13%;
	margin-left: 17%;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	width: 60%;
	font-size: 120%;
	margin-top: 40px;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin-bottom: 40px;
	overflow: hidden;
}
.ad dl {
	margin: 0px;
	padding: 0px;
}

.ad dt {
	float: left;
	width: 30%;
	display: block;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: right;
}
.ad dd {
	display: block;
	width: 50%;
	float: left;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}
.company_name {
	font-size: 110%;
	font-weight: bold;
	color: #030;
}

/*デスクトップ ecostation関係*/
.eco_text {
	float: left;
	width: 48%;
	margin-left: 6%;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 120%;
}


.eco_icon01 {
	float: left;
	height: 86px;
	width: 170px;
}

.eco_icon02 {
	float: left;
	height: 49px;
	width: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wing {
	margin-right: 5%;
	margin-left: 10%;
	clear: both;
	font-size: 120%;
	border: 1px solid #039;
	-moz-border-radius: 5px;    /* 古いFirefox */
	-webkit-border-radius: 5px; /* 古いSafari,Chrome */
	border-radius: 5px;
	padding: 4%;
	overflow: hidden;
}
.wing_left {
	float: left;
	width: 47%;
	margin-right: 2%;
}

.wing_title {
	background-color: #C90;
	width: 90%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 3.5%;
	padding-left: 5%;
	color: #FFF;
	display: block;
	margin-bottom: 40px;
}
.wing_text {
	display: block;
	line-height: 160%;
}

.wing_photo {
	width: 50%;
	float: right;
}

.cap01 {
	width: 43%;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 6%;
	font-size: 110%;
	margin-right: 1%;
}
.cap02 {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 16%;
	font-size: 110%;
	margin-right: 8%;
	width: 76%;
}
.import01 {
	margin-right: 1%;
	margin-left: 6%;
	font-size: 110%;
	font-weight: bold;
	text-indent: 20px;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
}
.import02 {
	display: block;
	margin-right: 1%;
	margin-left: 6%;
	font-weight: bold;
	font-size: 110%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	text-indent: 20px;
}

.import_pho01 {
	margin-left: 6%;
	width: 43%;
	float: left;
	margin-right: 1%;
}
.import_pho02 {
	margin-left: 28%;
	width: 50%;
	float: left;
	margin-right: 22%;
}
.arrow {
	height: 70px;
	width: 50px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.logo_04 {
	height: 5px;
	width: 100%;
	display: block;
	text-indent: -1000px;
}
/*デスクトップ link関係*/
a:link {
	color: #039;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
}
}

/* 2022.4  */
ul.attention{
	margin:0;
}
