@charset "utf-8";

div.table_bg01 {
	width: 100%;
	margin:10px auto;
	clear:both;
}
div.table_bg01 h3.title {
	margin: 10px 0;
	border-left: 10px solid #E64091;
	padding:7px;
	font-size: 18px;
	color: #E64091;
}
.form_txt01 {
	border: 1px solid #DDD;
	background: #f2f2f2;
	padding:10px;
	margin:10px 0;
}
div.button_area {
	width:100%;
	text-align: center;
	}
table.table01 {
	width:100% ;
	border-collapse: collapse;
	border: 1px solid #AAA;
	font-size: 12px;
}
table.table01 td.top_title {
	border: none;
}
table.table01 th,table.table01 td {
	border: 1px solid #bbb;
	padding:5px;
}
table.table01 th {
	background: #D7D2BD;
	width: 120px;
}
table.table01 tr#zip th {width:45px;}
table.table01 tr#zip td {}
table.table01 tr#access th {width:45px;}

table.table01 td.title {
	background: #F0EEE8;
	color:#555;
	width: 90px;
}
table.table01 td.ess,table.table01 td.opt,table.table01 td.esp {
	text-align:center;
	background: #f2f2f2;
	font-weight: bold;
	width:40px;
}
table.table01 td.ess {color:#DF5BB5;}
table.table01 td.opt {color:#669900;}
table.table01 td.esp {color:#3399FF;}
table.table01 td.input {
	padding:6px;
	font-size: 11px;
	}
table.table01 td.input select {
	margin: 2px 1px;
}
table.table01 td.input select option {
}

table.table01 tr#zip td.input img {
	vertical-align: top;
	cursor: pointer;
}
table.table01 td.input input {
	vertical-align: middle;
}
table.table01 tr#zip td.input img {
	vertical-align: middle;
}
/**********************input＿textbox_レイアウト*********************************/

table.table01 tr#email td.input input {
	width:300px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
	}
table.table01 tr#school td.input input {
	width:300px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#name td.input input {
	width:200px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#name td.input div.school_name input {
	width:450px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}

table.table01 tr#zip td.input input {
	width:70px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#pref td.input input {
	width:120px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#city td.input input {
	width:120px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#street td.input input {
	width:250px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#building td.input input {
	width:250px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#tel td.input input {
	width:140px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#url td.input input {
	width:450px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#title td.input input {
	width:450px;
	font-size:12px;
	height: 18px;
	padding: 4px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#profile td.input textarea {
	width:450px;
	height:120px;
	font-size:12px;
	line-height:16px;
	border: 1px solid #0F67A8;
	background: #FFF url("../img/form/input_bg.gif") repeat-x left top;
}
/************写真アップロード***************************/
table.table01 tr#picture td.input img {
	float: left;
	display: block;
	margin-right:10px;
}
table.table01 tr#picture td.input input {
	border: 1px solid #0F67A8;
	height:22px;
}

table.table01 tr#along td.input input {
	width:300px;
	font-size:14px;
	border: 1px solid #0F67A8;
	height: 18px;
	padding: 4px;
	background: url("../img/form/input_bg.gif") repeat-x left top;
}
table.table01 tr#category td.input h4 {font-size:11px;}
table.table01 tr#category td.input label {white-space: nowrap;display: inline-block;margin-right: 10px;}
table.table01 tr#category td.input label input {vertical-align: middle;margin:0 1px 0 0;}

table.table01 tr#access td.input label {white-space: nowrap;display: inline-block;margin-right: 10px;}
table.table01 tr#access td.input label input {vertical-align: middle;margin:0 1px 0 0;}

table.table01 tr#open td.input label {white-space: nowrap;display: inline-block;margin-right: 10px;}
table.table01 tr#open td.input label input {vertical-align: middle;margin:0 1px 0 0;}

table.table01 tr#original td.input label {white-space: nowrap;display: inline-block;margin-right: 10px;}
table.table01 tr#original td.input label input {vertical-align: middle;margin:0 1px 0 0;}


/*********************complate****************/
.comp h2 {
	font-size :18px;
	padding:5px;
	margin:10px 0 20px 0;
}

.comp .comp_txt {
	font-weight: bold;
	margin:10px ;
}
#edit_top_link a {
	display: block;
	border: 1px solid #DDD;
	background: #B6D45B;
	color:#FFF;
	text-align:center;
	padding:10px;
	width: 300px;
	margin:0 auto;
}
#edit_top_link a:hover {
	background:#F4F8E1 ;
	color:#444;
}

/*******エラー時******************************/
td.errcell {background: #FFB3B3;}
div.errmess {
	color:#CC0000;
	background: url("../img/form/attention1.gif") no-repeat left center;
	padding-left:20px;
	font-weight: bold;
	}
/*******subテキスト******************************/
.subtxt01 {
	font-size: 11px ;
	color:#204362;
}
