@charset "UTF-8";
/* W-VISION 個別CSS */

/*------------------------------------------------------------------*/
/* about */
/*------------------------------------------------------------------*/

div#aboutContainer {
	height: 80px;
}

section#aboutPhotoArea {
	width: 100%;
	/*min-height: 500px;*/
	overflow: hidden;
	background: transparent;
	position: relative;
}

div#aboutTitleArea {
	width:190px;
	position: absolute;
	left: 50px;
	top: 110px;
	z-index: 20;
}

div#aboutFooterArea {
	width:190px;
	position: absolute;
	left: 50px;
	bottom: 62px;
	z-index: 20;
}

ul#aboutBg {
	z-index: -1;
}

ul#aboutBg li {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -10;
}


/*------------------------------------------------------------------*/
/* access */
/*------------------------------------------------------------------*/

ul#accessPict {
	list-style-type:none;
	padding-bottom:38px;
}

ul#accessPict li {
	width:218px;
	float:left;
	margin-right:18px;
}

ul#accessPict li.last {
	margin-right:0;
}

div#accessMap {
	width:454px;
	height:325px;
	float:left;
}

div#accessInfo {
	width:213px;
	float:right;
}

p#accessLogo {
	padding-top:5px;
}

p#accessShopName {
	font-weight:bold;
	padding:10px 0 20px 0;
}

table#accessTable {
	width:213px;
	line-height:1.5;
	border-collapse:collapse;
	font-size:93%;
}

table#accessTable th {
	width:70px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:3px 0;
}

table#accessTable td {
	padding:3px 0;
}

p#accessTxt {
	padding-top:30px;
	line-height:1.8;
	font-size:93%;
}



/*------------------------------------------------------------------*/
/* contact */
/*------------------------------------------------------------------*/

p.contactTxt1 {
	padding-bottom:17px;
	line-height:1.8;
}

p.contactTxt2 {
	padding-bottom:17px;
	line-height:1.8;
	color:#ec404d;
}


/* form */

dl.contactForm {
	display: block;
	margin-top: 30px;
}

dl.contactForm dt {
	display: block;
	color: #000000;
	line-height: 1.4;
	margin-top: 30px;
}

dl.contactForm dt span {
	color: #ec404d;
}

dl.contactForm dd {
	display: block;
	margin-top: 4px;
}

input.contactField01 {
	display: block;
	color: #000000;
	width: 348px;
	height: 26px;
	padding: 0px 5px;
/*	border: 1px solid #dddddd;
	background: #ffffff;*/
}


textarea#comment {
	width: 648px;
	height: 150px;
	padding: 5px 5px;
/*	border: 1px solid #dddddd;
	background: #ffffff;*/
}

input#formButton {
	display: inline;
	text-align: center;
	text-decoration: none;
	width: 230px;
	font-size: 107%;
	margin: 30px 0px 0px 0px;
	padding: 14px 0px;
	color: #ffffff;
	background: #000000;
	border: none;
}

input#formButton:hover {
	color: #ffffff;
	background: #5c5c5c;
}

input#formButton:active {
	color: #000000;
	background: #ffffff;
	border: solid 1px #999999;
}

a#formButton:link,
a#formButton:visited {
	background: #ffffff;
}

a#formButton:hover,
a#formButton:focus {
	background: #5c5c5c;
}

dl.contactForm dd span {
	display: block;
	color: #000000;
	line-height: 1.6;
	height: 26px;
	margin-top: 5px;
}

.form_txt2 {
	color: #000000;
	line-height: 1.6;
	font-size: 107%;
	margin: 0px 0px 100px 0px;
}

