@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_.textBoxL */
.textBoxL{
	margin: 0 0 35px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 305px;
}

/* definition_.imgBoxR */
.imgBoxR{
	border-width: 0;
	margin: 0 0 35px;
	padding: 0 3px 0 0;
}

.imgBoxR2{
	float: right;
	border-width: 0;
	margin: 0 0 7px;
	padding: 0 3px 0 0;
}

/* definition_.ulStyle01 */
.ulStyle01{
	margin: 0 0 30px;
}

.ulStyle01 li{
	list-style-type: disc;
	line-height: 1.5;
	margin: 0 0 5px 25px;
	padding: 0;
}


/* definition_#boxReason1 */
/* under IE6 */
* html #boxReason1{
	position: relative;
}

/* definition_.boxReason */
.boxReason{
	background-image: url(../../first/images/bg_boxreason.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
	min-height: 140px;
	width: 650px;
}

/* under IE6 */
* html .boxReason{
	height: 140px;
}

.boxReason p{
	margin: 0;
	padding: 5px 15px 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.boxReason .btn{
	margin: 0;
	padding: 0 3px 5px 0;
	text-align: right;
}

.boxReason .btn2{
	margin: 0;
	padding: 0 3px 7px 0;
	text-align: right;
}

/* definition_.boxInfo */
.boxInfo{
	border-color: #f1037f;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin: 0 auto 20px;
	text-align: center;
	width: 610px;
	position:relative;
}

.boxInfo p{
	margin: 0 5px;
	padding: 5px;
	text-align:center;
}

.boxInfo p.info{
	color:#fc2C00;
	font-weight:bold;
}

.boxInfo p.icon1{
	position:absolute;
	right:-22px;
	bottom:-18px;
}

.b_pink{
	background-color: #FFCCFF;
	padding: 5px;
}

