﻿@charset "utf-8";
/* CSS Document */

.slideshow{
	width:900px;
	height:349px;
}

#info_area{
	overflow:hidden;
	padding:40px 0px 0px 0px;
}

#map{
	float:left;
	margin:0px 15px 0px 0px;
}

.map{
	border:1px solid #CCC;
}

#addless{
	float:left;
	width:315px;
}

.japan{
	border-bottom:1px solid #CCC;
	margin:0px 0px 20px 0px;
	padding:0px 0px 20px 0px;
}

#contact{
	float:right;
	width:352px;
	height:62px;
	background-image:url(images/info_bg.jpg);
	text-align:center;
	padding:115px 0px 0px 0px;
}

.h201{
	font-weight:bold;
}

/*プライバシーポリシー*/

.privacy{
	margin:0px 0px 30px 0px;
}

.privacyTable{
	width:900px;
	margin:0px 0px 30px 0px;
}

.privacyTable td{
	border-bottom:1px solid #999999;
	padding:7px 0px 7px 0px;
}

.td01{
	width:50px;
}

.pc{
	margin:0px 0px 30px 0px;
}

.green a{
	color:#999900;
}

.small{
	font-size:80%;
}
.sns{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px 0px 30px 0px;
}
.button{
	width: 100px;
}

.left{
    float: left;
	text-align: right;
}
.right{
	float: right;
	text-align: left;
}