@charset "utf-8";
/* ===================================================================
CSS information

 file name  :cartentry.css
 author     :
 style info :商品のお問い合わせ～完了ページまで
 
 ■#detailMail　商品の申込みフォーム、確認ページ
 
 
 
=================================================================== */

/* clearfix */ 
#mailComp-company:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	申込みフォーム
----------------------------------------------------*/

#detailMail {
}

#detailMail h2,
#detailMail-comp h2 {
	font-size:140%;
	width:538px;
	height:27px;
	margin-bottom:5px;
	padding:5px 0 0 12px;
	background:url(../img/bar_lgreen.gif) 0 0 no-repeat;
}

#detailMail h3 {
	font-size:120%;
	margin-bottom:5px;
	padding-left:4px;
	border-left:#FF3333 3px solid;
}

#formError {
	margin-bottom:5px;
	padding:5px;
	border-top:#FF6666 solid 2px;
	border-left:#FF6666 solid 2px;
	border-right:#FF3333 solid 2px;
	border-bottom:#FF3333 solid 2px;
}

#formError h5 {
	color:#FF0000;
	padding:0 0 5px 20px;
	background:url(../img/icon_error.gif) 0 0 no-repeat ;
}

#formError ul {
	margin-left:6px;
}

#formError ul li {
	color:#FF0000;
	margin-bottom:4px;
	padding-left:10px;
	background:url(../img/icon_error02.gif) 0 2px no-repeat ;
}

/*----------------------------------------------------
　フォーム　確認画面　---------------------------------------*/
table#detailMail1 {
	margin-bottom:0.5em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

table#detailMail1 tr {
}

table#detailMail1 th {
	font-weight:bold;
	text-align:center;
	width:120px;
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:url(../img/bg_sq_glay.gif) 0 0 repeat-y #EEEEEE ;
}

table#detailMail1 td {
	padding:5px;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
}

/*----------------------------------------------------
	完了ページ
----------------------------------------------------*/
#detailMail-comp {
}

#detailMail-comp #mailComp-comment {
	margin-bottom:1em;
	padding:10px;
	border:#8ADBC2 solid 2px;
	background:#F3FCF9;
}

#detailMail-comp p {
	margin-bottom:1em;
}

#detailMail-comp #mailComp-company {
	zoom:1;
	margin-bottom:1em;
	padding-bottom:5px;
	border-bottom:#999 dashed 1px;
}

#detailMail-comp #mailComp-company h4 {
	padding-left:12px;
	margin-bottom:6px;
	background:url(../img/icon_arrow_green.gif) no-repeat left 1px;
	border-bottom:#12B59D dotted 1px;
}

#detailMail-comp #mailComp-company dl {
	margin-left:110px;
}

#detailMail-comp #mailComp-company dl dt {
	font-weight:bold;
}

#detailMail-comp #mailComp-company dl dd {
}
