@charset "utf-8";

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

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






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

#lnavi_area h1 {
	height: 230px;
	background: url(../privacy/images/tit_privacy-policy.jpg) 0 0 no-repeat;
}




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

#contents_area section {
	margin-bottom: 50px;
}
/* -----------------------------------
		Title
----------------------------------- */
#contents_area section h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background: url(../img_common/line_h3.jpg) left bottom no-repeat;
	padding: 10px 0;
	margin-bottom: 25px;
	display: block;
}


	

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


/* -----------------------------------
		Brown Box
----------------------------------- */
.brownBox {
	font-size: 0.9em;
	background: url(../img_common/bg_brown-box.jpg) 0 0 repeat;
	margin-top: 24px;
	padding: 24px 20px;
}
.brownBox ol {
	width: 100%;
}
.brownBox li {
	width: 100%;
	line-height: 1.4em;
	background: none;
	float: none;
	display: block;
	padding-left: 0;
	margin-bottom: 8px;
}

/* -----------------------------------
		Contact Information
----------------------------------- */
#contents_area section table {
	font-size: 0.9em;
	border: 2px #C1B1A6 solid;
	width: 35em;
	display: block;
	margin: 8px 0 16px;
}
#contents_area section table th {
	font-weight: normal;
	border: 1px #C1B1A6 solid;
	background: #F5F0EC;
	width: 8em;
	padding: 4px 16px;
}
#contents_area section table td {
	border: 1px #C1B1A6 solid;
	background: #FCF8F5;
	width: 27em;
	padding: 4px 16px;
}

