@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:contact.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_box_privacy */

div#box_privacy{
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	height: 200px;
	overflow: auto;
	padding: 0 15px 0 10px;
	width: 430px;
}

div#box_privacy h4{
	color: #2C992F;
	font-weight: bold;
	margin: 15px 0;
}

div#box_privacy ul{
	margin: 0 0 15px 17px;
}

div#box_privacy ul li{
	line-height: 1.5;
	list-style-type: disc;
}

/* definition_textBoxL */
.textBoxL{
	margin: 0 0 10px;
	width: 470px;
}

/* definition_imgBoxR */
.imgBoxR{
	border-width: 0;
	margin: 0 10px 10px 0;
	width: 190px;
}

/* definition_strong */
strong{
	font-weight: bold;
}


















