<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------


	


-------------------------------------------- */
h2 {
	padding:0 0 20px 0;
}
/* --------------------------------------------


	


-------------------------------------------- */
table.type01 {
	width:650px;
	border-left:1px #e0e0e0 solid;
	border-top:1px #e0e0e0 solid;
	
	margin-bottom:25px;
}
table.type01 th,
table.type01 td {
	border-right:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
	
	padding:6px 10px 4px 15px;
	vertical-align:top;
}
table.type01 th {
	width:155px;
	background:url(../img/entry_a/line.png) #f2f2f2 no-repeat 0 0;
}

table.type01 td {
	width:442px;
}


table.type01 input.borderColor,
table.type01 textarea.borderColor {
	border:1px #cccccc solid;
	padding:3px 4px;
}
table.type01 textarea {
	height:145px;
	margin:5px 0 7px;
}
table.type01 label {
	cursor:pointer;
}

label#typeOfjob1Label,
label#typeOfjob2Label{
	margin:0 15px 0 0;
}
label input {
	margin-top:0;
}
/* --------------------------------------------


	


-------------------------------------------- */
#error {
	padding:8px 15px;
	margin:0 0 10px 0;
	border:1px #F00 solid;
	background:#ffd9d9;
	
	line-height:1.6;
}
#error span {
	color:#F00;
	font-weight:bold;
}
/* --------------------------------------------


	


-------------------------------------------- */
#conformBtnArea form {
	display:inline;
	zoom:1;
}
.submitBtn {
	margin-right:10px;
}
/* --------------------------------------------


	


-------------------------------------------- */
input#submitBtn {
	margin:0 15px 0 0;
}
input#submitBtn,
input#resetBtn,
input#returnBtn {
	width:100px;
	height:30px;
	cursor:pointer;
}

#otherTxtArea {
	height:155px;
}
/* --------------------------------------------


	


-------------------------------------------- */
#completeTxt {
	text-align:center;
	background:#fafafa;
	font-weight:bold;
	border:2px #e0e0e0 solid;
	padding:16px;
	width:222px;
	margin:25px auto 400px;
}
/* --------------------------------------------


	


-------------------------------------------- */
.annotation {
	font-size:90%;
}


/*---------------------------------------------

モバイル

----------------------------------------------*/


@media screen and (max-width: 700px) {


        ul#sideNavi5 {
                max-width:900px;
                width:100%;



        }


        #Right{
                max-width:900px;
                width:100%;
                padding: 5px;
		margin-top: 10px;
        }

        ul#sideNavi5 a {
                max-width: 900px;
                width: 100%;
                font-size: 14px;
        }

        #Right ul#banner {
                max-width:900px;
                width: 100%;
        }

}



@media screen and (max-width: 520px) {

	#Right ul#banner {

        padding-right:5px;
        padding-left: 5px;
        }


        #completeTxt {
                text-align: center;
                background: #fafafa;
                font-weight: bold;
                border: 2px #e0e0e0 solid;
                padding: 16px;
                width: 222px;
                margin: 25px auto 50px;
        }






}






</pre></body></html>