@charset "utf-8";

/* ---------------------------------------------------
   File: aboutus.css
   Version: 1.0.0
   Update: 2014-09-09
   Author: http://flowlab.co.jp

   (c)2007-2014 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===================================================
    Sub Navigation
=================================================== */

#snavi li#s_aboutus a	{ background-position:  -165px  -30px;}




/* ===================================================
    Local Navigation
=================================================== */

#lnavi_area h1 {
	height: 154px;
	background: url(../aboutus/images/tit_aboutus.jpg) 0 0 no-repeat;
}




/* ===================================================
    Contents
=================================================== */

/* -----------------------------------
		Lead Box
----------------------------------- */
#leadBox article {
	width: 285px;
}
#leadBox article h2 {
	width: 275px;
	height: 60px;
	background: url(../aboutus/images/txt_catchcopy.jpg) 0 0 no-repeat;
}
#leadBox #mainImage {
	width: 402px;
}



/* ===================================================
    Common Style
=================================================== */

.contents h3 {
	font-size: 1.5em;
	line-height: 1.4em;
	background: url(../img_common/line_h3.jpg) left bottom no-repeat;
	padding: 10px 0;
	margin-bottom: 32px;
	display: block;
}


.contents table {
	background: url(../img_common/line_dot_normal.jpg) left bottom repeat-x;
}

.contents tr,
.contents tr.brownBox {
	width: 730px;
	background: url(../img_common/line_dot_brownBox.jpg) left top repeat-x;
}
.contents th {
	font-weight: bold;
	vertical-align: middle;
	width: 126px;
	padding: 24px;
}
.contents td {
	vertical-align: middle;
	background: url(../img_common/line_dot_normal_tandem_l.jpg) left center no-repeat;
	width: 508px;
	padding: 0 24px;
}
/* Brown Box */
.contents tr.brownBox {
	font-size: 1em;
	background: url(../img_common/bg_brown-box_dot.jpg) left top repeat-x;
	padding: 0;
}
.contents .brownBox td {
	background: url(../img_common/line_dot_brownBox_tandem_l.jpg) left center no-repeat;
}

/* List */
#aboutus ul {
	padding: 20px 0 20px 8px;
}
#aboutus li {
	line-height: 1.3em;
	background: url(../img_common/icon_circle_brown-box.jpg) 0 0.6em no-repeat;
	display: block;
	padding: 4px 0 4px 15px;
}

.brownBox li {
	width: 100%;
	line-height: 1.3em;
	background: url(../img_common/icon_circle_brown-box.jpg) left center no-repeat;
	float: none;
	display: block;
	padding-left: 15px;
	margin-bottom: 0;
}

/* Google Map */
p#googleMap {
	width: 718px;
	height: 393px;
	background: url(../aboutus/images/bg_map.jpg) 0 0 no-repeat;
	display: block;
	margin: 96px 0 0 0;
	padding: 8px 5px 5px 7px;




