@charset "utf-8";

@import "common.css";


/* ---------------------------------------------------
voice.css
お客様の声ページCSS
--------------------------------------------------- */


/* ---------------------------------------------------
item01
--------------------------------------------------- */
.contwrap .item01 {
	margin: 20px 10px 0 10px;
}

.contwrap .item01 p.txt {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 93%;
	line-height: 130%;
}

.contwrap .item01 p.memo {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 85%;
	line-height: 130%;
	font-weight: bold;
}

/*必須*/
.contwrap .notice {
	color: #ff5a00;
}


/* ---------------------------------------------------
item02
--------------------------------------------------- */
.contwrap .item02 {
	margin: 0 10px 30px 10px;
	padding: 5px 5px 15px 5px;
	background: #de9011;
}

.contwrap .item02 table {
	width: 614px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	font-size: 93%;
	line-height: 130%;
}

.contwrap .item02 table th {
	width: 145px;
	margin: 0;
	padding: 13px 20px;
	background: #fffae4;
	border: 0;
	border-right: #de9011 2px solid;
	border-bottom: #de9011 1px solid;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.contwrap .item02 table td {
	margin: 0;
	padding: 13px 10px;
	background: #fff;
	border: 0;
	border-bottom: #de9011 1px solid;
	vertical-align: top;
	text-align: left;
}

.contwrap .item02 table td.style2 {
	width: 100px;
}

.contwrap .item02 table td.style3 {
}

/*エラー*/
.contwrap .item02 .error {
	color: #d10000;
}

/*form*/
.contwrap .item02 form input.size1 {
	width: 350px;
}
.contwrap .item02 form input.size2 {
	width: 100px;
}
.contwrap .item02 form input.size3 {
	width: 270px;
}
.contwrap .item02 form input.size4 {
	width: 408px;
}
.contwrap .item02 form textarea.size5 {
	width: 408px;
	height: 107px;
}



/*btn*/
.contwrap .item02 .btnbox {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}

.contwrap .item02 .btnbox a {
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	overflow: hidden;
}




/* ---------------------------------------------------
item03
--------------------------------------------------- */
.contwrap .item03 {
	height: 430px;
	margin: 20px 10px 0 10px;
}

.contwrap .item03 p.txt {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 93%;
	line-height: 130%;
}

