@charset "utf-8";

/*

[FILENAME] uservoice.css

*/


	
/*
content
============================================================*/
	
#ContentUservoice{
	text-align:left;
	margin:0 0 0 40px;
	width:730px;
}
	/* Title */
	#ContentUservoice #Title{
		margin:20px 0 0 0;
	}

/* content */	
.ct_ttl {
padding:5px;
margin-top:20px;
margin-bottom:15px;
border-bottom:1px #CCCCCC dashed;
color:#666666;
font-size:16px;
letter-spacing:0.2em;
}

.ct_ttl2 {
padding:5px 5px 5px 10px;
margin-bottom:15px;
margin-left:0.6em;
color:#666666;
font-size:16px;
font-weight:bold;
letter-spacing:0.2em;
border-left:3px #007700 solid;
}

div.kadomaru {
border-radius: 6px;         /* CSS3 */
-moz-border-radius: 6px;    /* Firefox */
-webkit-border-radius: 6px; /* Safari,Chrome */
border: 1px #EAEAEA solid;     /* 枠線の装飾 */
height:100%;
}
	
.piece {
padding:5px;
margin-bottom:5px;
margin-left:2%;
font-size:14px;
color:#666666;
height:40px;
width:45%;
float:left;
}

.piece a,
.piece span {
	position:relative;
	top:10px;
}
