@charset "utf-8";

/*
====================================================
	EntryForm CSS
	
	
====================================================
*/



/* 全体の枠 */
div#wrap {
	width: 680px;
	margin: 20px auto;
	padding: 20px;
	border: 4px solid #e1dbde;
}

/* ページタイトル */
div#head {
	font-size: 1.4em;
	background: #208fbf;
	color: white;
	padding: 3px 8px;
	margin-bottom: 20px;
}

/*  */
#wrap table {
	margin: 10px auto;
}
#wrap table thead {
	background-color: #d1d1d1;
	font-size: 0.8em;
}

#wrap table td.noline {
	border: none;
	font-size: 0.8em;
}
#wrap table .iro {
	background-color: #ececec;
}
#wrap table .repeat {
	background-color: #fff242;
}

#wrap table td {
	border: 1px solid #ebe4d7;
	padding: 3px 8px;
	font-size: 0.8em;
}
#wrap table td.item {
	border: none;
	background-color: #ebe4d7;
	width: 280px;
}
#wrap table td.act {
	text-align:center;
	border: none;
	height: 100px;
}

/*  */
#errmess {
	color: red;
}

/*  */
table#switch {
	margin: 10px auto;
	width:450px;
}
table#switch td.act {
	text-align:center;
	border: none;
	height: 100px;
	width:150px;
}

.smallf{
	font-size:12px;
}

#menulist {
	text-align:center;
	margin:auto;
}

#menulist .btn {
	width:200px;
	padding: 10px;
	margin:10px;	
	
	
}

h1 {
	font-size: 1.5em;
}


/*  */
