@charset "utf-8";

/* **************************
 ▼ CONTENTS SETTING
************************** */

/* ENTRY_PAGE */

#main .entry{
	display: none;
}

#main .entry .note{
	margin-bottom: 5px;
	padding-bottom: 7px;
	font-size: 10px;
	color: #CC0000;
	background: url("../../shared/images/line_001.gif") left bottom no-repeat;
}

#main .entry .attention{
	color: #CC0000;
	margin-left: 5px;
}

#main .entry .wrapper{
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: url("../../shared/images/line_001.gif") left bottom no-repeat;
}

#main .entry th{
	width: 150px;
	padding: 7px 20px;
	background: #FFF3F9;
	color: #444;
}

#main .entry td{
	padding: 7px 10px;
	color: #444;
}

#main .entry td div{
	width: 100%;
	position: relative;
}

#main .entry input{
	padding: 1px;
	min-height: 16px;
	line-height: 16px;
	font-size: 12px;
	
}

#main .entry .nameRec input{
	width: 210px;
}

#main .entry .kanaRec input{
	width: 210px;
}

#main .entry .telRec input{
	width: 80px;
	text-align: right;
}

#main .entry .telRec td span{
	font-size: 10px;
	margin-left: 10px;
}

#main .entry .mailRec input{
	width: 210px;
}

#main .entry .zipRec input#zip1{
	width: 35px;
	text-align: right;
}

#main .entry .zipRec input#zip2{
	width: 40px;
	text-align: right;
	margin-right: 10px;
}

#main .entry .zipRec input#autoBt{
	width: 100px;
	min-height: 14px;
	line-height: 14px;
}

#main .entry .comRec input{
	width: 360px;
}

#main .entry .comkanaRec input{
	width: 360px;
}

#main .entry .addressRec input{
	width: 360px;
}

#main .entry .selectRec th{
	vertical-align: top;
}

#main .entry .selectRec input{
	margin-right: 5px;
	vertical-align: middle;
}

#main .entry .mesRec th{
	vertical-align: top;
}

#main .entry .mesRec td{
	vertical-align: top;
}

#main .entry .mesRec textarea{
	width: 470px;
	height: 200px;
	line-height: 1.4;
}

#main .entry .confirm{
	padding-top: 7px;
}

#main .entry .confirm p{
	margin-bottom: 10px;
}

#main .entry .confirm p a{
	margin-left: 15px;
	text-decoration: underline;
}

#main .entry #submitBt{
	width: 189px;
	height: 31px;
	margin-right: 10px;
	border: none;
	background: url(../images/bt_001.gif) left top no-repeat;
	cursor: pointer;
}
*html #main .entry #submitBt{
	height: 32px;
}

#main .entry #resetBt{
	width: 71px;
	height: 31px;
	border: none;
	background: url(../images/bt_002.gif) left top no-repeat;
	cursor: pointer;
}
*html #main .entry #resetBt{
	height: 32px;
}

#main .entry .error{
	position: absolute;
	right: 0;
	top: 2px;
	color: #CC0000;
	font-size: 12px !important;
}


/* CONMPLETE_PAGE */

#main .complete{
	padding-top: 100px;
	text-align: center;
}

#main .complete p{
	margin-bottom: 30px;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}

#main .complete #backBt{
	width: 189px;
	height: 31px;
	border: none;
	background: url(../images/bt_001.gif) left top no-repeat;
	cursor: pointer;
}


