body {
    /*background: url("http://ethna.jp/image/pagebg.gif");*/
    font-family: Arial,Verdana,Helvetica,'MS UI Gothic',sans-serif;
    margin-left: 40px;
    margin-right: 40px;
}

div#header {
    margin-top: 40px;
    margin-bottom: 1em;
    padding: 0px 20px;
    height: 40px;
    background-color: #fed2eb;
	display: flex;
	align-items: center;     /*上下中央揃え*/
}

div#header h1 {
    font-weight: bold;
}

div#footer {
    margin-bottom: 1em;
    padding: 5px 20px;
    background-color: #fed2eb;
    text-align: right;
}

div#footer a {
    color: #f35a21;
}

div#main {
    margin-bottom: 1em;
    padding: 10px 20px;
    border: 1px solid #fed2eb;
    background-color: #ffffff;
}

div#mainin {
	position:relative;
	width:1400px;

}



div#main h2 {
    color: #00cccc;
    border: 1px solid #fed2eb;
    border-width: 0 0 1px 0;
}

div#main a:link {
    color: #f35a21;
}

div#main a:visited {
    color: #f29578;
}

span.ethna-error {
    color: #ff0000;
}


#printButton {
	cursor:pointer;
	width:150px;
	padding:10px 0px;
	margin-bottom:10px;
	text-align:center;
	background:#F3DBE9;
	border:solid #999;
	border-width:1px 2px 2px 1px;
}

#printButton:hover {
	background:#E5C1D8;
	border-width:2px 1px 1px 2px;
}

#basic-modal-content {
	float:left;
	display:none;
	margin-left:20px;
	/*position:absolute;
	top:200px;
	left:700px;*/
}


.reUs {
	background:#FEFFDE !important;
	border:solid 1px #333;
	margin:5px;
	font-size:12px !important;
}

.reUs div{
	margin:0px 10px;
}


#l_box {
	float:left;

}

.week td {
	width:12%!important;

}

#detailTable {
	background:#333 !important;
	text-align:center;
	width:600px;
	font-size:16px !important;
}
#detailTable td {
	border: 1px #333 solid !important;
}

#detailTable td div{
	text-align:left;
}

#detailTable td div div {
	//font-size:14px !important;
	font-size:11px !important;
	font-weight:normal;
}
#detailTable td div div.t_no{
	display: inline-block; display: inline;
}
#detailTable td div div.e_mail{
	display: inline-block; display: inline;
}
.week .weekDisplay td {width:15%;}
.week td {width:12%;}
.week .sun{width:13%;}
.week .sat{width:13%;}

#weekTable{
	width:620px;
	background:#666666;
	position:relative;
	font-size:13px;
}
#weekBlock{
	display:none;
	margin-top:15px;
}
#weekTitle{
	text-align:center;
	width:620px;
	font-size:25px;
}
#weekTable ul{
	padding: 0;
	margin: 0;
}

#weekTable li{
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	list-style:none;
	width:100%;
	height:40px;
	background:#f9ebdc;
}

#weekTable li.no{
	background:#a9a9a9;
}

#weekTable li.aki{
	text-align:center;
}
#weekTable li.aki img{
	margin-top:6px;
}

.del{
	float:left;
	cursor: hand;
}
.un{
	font-size:13px;
	text-align:right;

}

.weekDisplay {
	cursor:pointer !important;
}

#dataTable {
	width:300px !important;
}


#dataTable td {
	padding:0px !important;
}

/*重複登録者対策*/
#dubbleTable {
	font-size:14px !important;
}

table#dubbleTable td {padding:0px 10px !important;}

#delTime {
	width:50px;
}
#delTime {
	width:50px;
}

#addStatus {
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;
	width:100px;

}

#addStatus:hover {
	color:#F00;
}

.jusin{
	font-size: 14px;
	margin-top: -5px;
	float: right;
}

