@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_catch */
.catch{
	margin: 0 0 40px;
}

.catch a:link{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
.catch a:visited{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
.catch a:hover{
	background-color: transparent;
	color: #B13C47;
	text-decoration: underline;
}
.catch a:active{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}

/* definition_mb35 */
.mb35 a:link{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
.mb35 a:visited{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
.mb35 a:hover{
	background-color: transparent;
	color: #B13C47;
	text-decoration: underline;
}
.mb35 a:active{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}

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

.textBoxL p{
	width: 458px;
}

/* definition_textBoxR */
.textBoxR{
	margin: 0 0 45px;
	width: 505px;
}

/* definition_imgBoxL */
.imgBoxL{
	border-color: #AB9C95;
	margin: 0 0 45px;
	width: 185px;
}

/* definition_imgBoxR */
.imgBoxR{
	border-color: #AB9C95;
	margin: 15px 0 60px;
	width: 230px;
}

/* definition_boxOption */
.boxOption{
	border-color: #ACA6A9;
	border-style: solid;
	border-width: 1px;
	clear: both;
	padding: 10px 25px 10px 10px;
	width: 420px;
}

.boxOption ul.listStyle01{
	clear: both;
	margin: 7px 0 0 17px;
}

.boxOption ul.listStyle01 li{
	float: left;
	line-height: 1.5;
	margin: 0 10px 5px 0;
	padding: 0;
}

.boxOption ul.listStyle02 li{
	background-image: url(../images/ic_list04.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	line-height: 1.5;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

.boxOption ul.listStyle02 li.end{
	margin: 0;
}

/* definition_listPromise */
#listPromise{
	margin: 0 0 80px;
}

#listPromise li{
	border-color: #5A4E54;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	line-height: 1.5;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#listPromise li span{
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	padding: 10px 0 10px 50px;
}

#listPromise li.promise01 span{
	background-image: url(../../first/images/ic_01.jpg);
}
#listPromise li.promise02 span{
	background-image: url(../../first/images/ic_02.jpg);
}
#listPromise li.promise03 span{
	background-image: url(../../first/images/ic_03.jpg);
}
#listPromise li.promise04 span{
	background-image: url(../../first/images/ic_04.jpg);
}
#listPromise li.promise05 span{
	background-image: url(../../first/images/ic_05.jpg);
}


/* definition_qa */
#qa{
	line-height: 1.5;
	margin: 0 0 80px;
}

#qa dt{
	background-color: #E6D9C2;
	border-color: #5A4E54;
	border-style: solid;
	border-width: 0 0 1px;
	color: #666;
	padding: 0.5em 0.5em 0.5em 0.9em;
}

#qa dd{
	border-color: #5A4E54;
	border-style: solid;
	border-width: 0 0 1px;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 2.7em;
	text-indent: -1.8em;
}

#qa dt span,
#qa dd span
{
	font-weight: bold;
	padding: 0 1em 0 0;
}
#qa a:link{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
#qa a:visited{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}
#qa a:hover{
	background-color: transparent;
	color: #B13C47;
	text-decoration: underline;
}
#qa a:active{
	background-color: transparent;
	color: #B13C47;
	text-decoration: none;
}



