﻿@charset "UTF-8";
/* --------------------------------------------------------------------------------------
ページタイトル */
#pagetitle h1{
	height:45px;
	background:url(/sp/img/top/bg_alfa_l.png) right top no-repeat #0047cc;
	background-size:130px 45px;
	font-size:1.49em;
	color:#fff;
	line-height:45px;
	padding-left:10px;
}
/*テーブル*/
#form_wrap{
	width:100%;
	background:#fff;
	padding:10px;
}
#form_wrap .message{
	font-size:0.9em;
	margin-bottom:20px;
	line-height:20px;
}
#form_wrap .must{
	color:#f00;
	font-size:0.8em;
}
#error{
	color:#f00;
	margin-bottom:20px;
	font-size:0.9em;
}
#error dt{
	margin-bottom:5px;
}
#error .err_no{
	font-size:0.6em;
}
#form table,#form table th,#form table td{
	width:100%;
	text-align:left;
}
#form table td{
	padding-bottom:10px;
}
#form table td input{
	height:50px;
	width:100%;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
	display:block;
}
#form table td span{
	text-align:right;
	display:block;
}
#form table td textarea{
	min-height:80px;
	width:100%;
	display:block;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
}
#form .submit input{
	height:50px;
	width:100%;
	padding:0;
	border-radius:0px;        /* CSS3草案 */
	-webkit-border-radius:0px;    /* Safari,Google Chrome用 */
	-moz-border-radius:0px;   /* Firefox用 */
	display:block;
	border:none;
	background:url(/sp/img/sale/list/to-detail_arrow.png) right center no-repeat #00aba8;
	background-size: 17px 17px;
	color:#fff;
	line-height:50px;
	font-size: 1.2em;
	text-align: center;
}
/*確認画面*/
#confirm #form_wrap .message p{
	font-size:0.9em;
	line-height:20px;
}
#confirm #form .submit input.done{
	margin-bottom:10px;
}
#confirm #form .submit input.re{
	background:url(/sp/img/sale/list/to-detail_arrow_right.png) left center no-repeat #00aba8;
	background-size: 17px 17px;
}



