@charset "UTF-8";

/*****************************************************
FileName : /feedback/css/index.css
*****************************************************/

/*	mainContents
-------------------------------------------------------------------*/
h2 img {
	margin-bottom:35px;
}

/*	conBox
-------------------------------------------------------------------*/
#conBox {
	margin-bottom:80px;
	text-align:left;
}

.listBox {
	position:relative;
	margin:0 auto 30px auto;
	width:789px;
}

.listBox:after {
	clear: both;
	content: "";
    display: block;
    height: 0;
}

.listL {
	position:absolute;
	left:8px;
	top:20px;
	float:left;
	width:82px;
}

.listR_01,
.listR_02 {
	position:relative;
	margin-left:26px;
	float:right;
	width:675px;
}

.listR_01 {
	background-color:#FFF1D5;
	border:3px solid #FF6600;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	
	behavior:url(../common/htc/PIE.htc);
}

.listR_02 {
	background-color:#D8E9BE;
	border:3px solid #009245;
	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	
	behavior:url(../common/htc/PIE.htc);
}

.listBg_01 {
	position:absolute;
	top:40px;
	left:-27px;
}

.listWrap {
	width:650px;
}

.listWrap:after {
	clear: both;
	content: "";
    display: block;
    height: 0;
}

.listWrap p {
	float:left;
	padding:20px;
	width:506px;
}

.listWrap img {
	float:right;
	padding:15px 0 17px 0;
}

H1 {
	text-align: left;
	font-size: 120%;
	color: #444444;
	margin-bottom: -25px;
}
