@CHARSET "UTF-8";

/*--------------------------------------------------------------
共通設定
---------------------------------------------------------------*/
#path{
	text-align: center;
}
#main,
#form{
	font-size: 14px;
}

#requestcontents #contents {
	background: #eee;
	border-radius: 10px;
	padding: 70px 0 40px;
}


#requestcontents #contents #main {
	border-left: none;
	float: none;
	width: 820px;
	min-height: 0;
	padding: 20px 10px 40px 10px;
	margin: auto;
	background: #fff;
	border-radius: 10px;
}


#contents form table th{
	background: #f7f7f7;
}


#main form > table{
	margin: 0 auto;
	margin-bottom: 15px;
	width: 720px;
}
#main form > table > tbody > tr > th,
#main form > table > tbody > tr > td{
	border-bottom: 1px solid #cccccc;
}
#main form table th{
	width: 150px;
	text-align: left;
	padding: 7px 10px;
}
#main input[type="text"],
#form input[type="text"]{
    font-size: 100%;
    height: 22px;
    padding-left:6px;
}
#main select,
#form select{
    font-size: 100%;
    height: 28px;
    padding-left: 3px;
}

/*
form input:focus,
form textarea:focus{
    background-color: #ffffaa !important;
}
*/
#main form table#address td{
	padding: 0;
}
#main form table#address td,
#address td{
    padding-bottom: 2px;
}
#main form table#address tr:last-child td,
#address tr:last-child td{
   padding-bottom: 0px;
}

/********** 共通クラス *********/
#main .requiredmark,
#form .requiredmark{
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    float: right;
    width: 24px;
    text-align: center;
    background-color: #f02727;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px 1px 5px;
    margin-top: 2px;
    border-radius: 5px;
    line-height: 1.25;
    letter-spacing: -0.5px;
}
#main .optionalmark,
#form .optionalmark{
    font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
    float: right;
    width: 24px;
    text-align: center;
    background-color: #adadad;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px 1px 5px;
    margin-top: 2px;
    border-radius: 5px;
    line-height: 1.25;
}
.required_color,
#form .required_color{
    background-color: #ffdddd;
}
.required_color option,
#form .required_color option{
    background-color: #ffffff;
}
.required_color option:first-child,
#form .required_color option:first-child{
	background-color: #ffdddd;
}
span.explain {
    font-size: 12px;
    padding-left: 15px;
}
.err_area{
	text-align: center;
}
.err_ttl,
.err_list{
	color: red;
	font-size: 120%;
}
.noSubmit{

}
/************ 個別項目 ****************/
#form #sex {
	display: inline-block;
	width: 80px;
	height: 100%;
}
#introduction{
	font-size: 12px;
    margin: 7px auto;
    text-align: right;
    width: 630px;
}
#form #submit,
#form #submit2{
    background: url("/images/bt_confirm.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
}
#form #submit:hover,
#form #submit2:hover{
    //background: url("/all/images/form/submit_on.jpg") repeat scroll 0 0 transparent;
}
#form #button1,
#form #button2{
	padding: 30px 0;
	text-align: center;
}


/*--------------------------------------------------------------
必須項目残数
---------------------------------------------------------------*/
#restRequired{
    position: fixed;
    top: 400px;
    left: 462px;
    border: solid 1px #000000;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
    min-width: 130px;
    min-height: 50px;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    background-color:rgba(0,0,0,0.6);
    text-align: center;
}
#restRequired p{
    padding: 5px 0px;
}
#requiredNum{
    font-size: 22px;
    font-weight: bold;
}
#finishedInput{
    display:none;
    font-weight: bold;
}