@charset "utf-8";
.smaller {
	font-size: 0.9em;
	}

.smaller88 {
	font-size: 0.88em;
	}

.smaller90 {
	font-size: 0.9em;
	}

#header {
	margin:0;
	background-image: url(../img/header.jpg) !important;
	}

#header h1 {
	width:100%;
	height:94px;
	background-repeat: no-repeat;
	text-indent:-9999px
	}


/* index
----------------------------------------------------*/

#contentsArea .columnR p {
    line-height:1.4;
}

#orgHomeStaff {
	margin:0 0 15px 0;
	padding:20px 110px 0 0;
	text-align:right;
	font-size:90%;
	border-bottom:1px dotted #9c3;
	background-image:url(../img/staff.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height: 110px;
	}

#orgHomeStaff span {
	font-size:90%;
	}

/* 店舗のご案内 */
.aboutus h3 {
	float: left;
}
.aboutus table {
	font-size: 0.9em;
	line-height: 1.6;
}
.aboutus table p{
	margin: 0.2em;
}
#contentsArea #shopGuide .aboutus table td {
	vertical-align: middle;
}
.topictitle {
	width:370px;
	height:300px;
	padding:0;
	margin: 5px 0px 0px; 
	overflow: auto;
	scrollbar-base-color:white;
	scrollbar-face-color:white;
	scrollbar-track-color:F5F5F5;
	scrollbar-arrow-color:darkgray;
	scrollbar-3dlight-color:darkgray;
	scrollbar-darkshadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:darkgray;
	}


/* guide
----------------------------------------------------*/
div.sectionH2 div.feature h3 {
/* 	color:#ff6699; */
	color:#ff3399;
	font-weight: 800;
	margin-bottom: 5px;
	font-size:1.1em;
}

div.sectionH2 div.feature p {
	margin: 10px 30px 10px 20px;
	line-height: 1.4;
	font-size: 1em;
}

div.sectionH2 .gallery th img {
	max-height:210px;
}
div.sectionH2 .gallery td {
	line-height:1.4;
	font-size: 0.8em;
	padding: 1px 24px 10px 23px;
}

.staffInfo {
  padding: 1em 2em 1em 0;
}
.staffInfo table th{
	width: auto;
}

/* support
----------------------------------------------------*/
#flow p {
	line-height: 1.4;
}
.kakomi {
	margin-left: 220px;
	padding: 10px;
	margin-right: 50px;
	border: thin solid #F90;
	}


/* access
----------------------------------------------------*/
.photoAW180-g h3 {
	color:#333;
	margin:10px 0;
	padding:10px 0 5px 80px;
	border-bottom:5px solid #cf0;
	background-image:url(../../img/access/bg_photoH3.gif);
	background-repeat:no-repeat;
	background-position:left;
	}

.photoAW180-g table {
	border-collapse:separate;
	}

.photoAW180-g table th {
	width:360px;
	vertical-align:bottom;
	}

.photoAW180-g table td {
	width: auto;
	font-size:80%;
	color:#666;
	vertical-align:top;
	}


/* faq
----------------------------------------------------*/
.answer{
	line-height: 1.4;
}


/* clearfix
----------------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;}

.clearfix {overflow:hidden;}	 /* dreamweaver上で表示が崩れない用 */


div.clearfix {
 display:inline-block;
}

