@charset "utf-8";
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
div#app {
	max-width:320px;
	margin:0 auto;
}
#app-header {
	position:fixed;
	width:320px;
	margin:0 auto;
	background-color:#ffffff;
	z-index:2;
}
#menu {
	margin: 0;
	padding:5px;
	color:white;
	background-color:#eb5050;
}
#menu span {
	cursor: pointer;
}
#menu-list {
	display:none;
}
#menu-list a{
	color:white;
}
#menu.on{
}
#contents{
	position:absolute;
	top:100px;
	z-index:1

}
div#app table {
	width:320px;
}
/* ライン有（入力用） */
div#app table tr th {
	border: 1px solid #9c2b60;
	color: #033900;
	background-color: #f0f2d3;
}

div#app table tr td {
	border-collapse: collapse;
	border: 1px solid #9c2b60;
	color: #033900;
	background-color: #ffffff;
}
div#app table tr.even td {
	background-color: #eeeeee;
}
#karikata{
	float: left;
	width:50%;
	padding:5px;
}
#kashikata{
	float: left;
	width:50%;
	padding:5px;
}
#floater-meisai ul {
	padding: 0;
}
#floater-meisai ul li{
	margin-top:5px;
	margin-left:0px;
	list-style-type: none;
	background-color:#eb5050;
	padding:5px;

}
#floater-footer div {
	padding:5px;
}

.floater {
	height: auto;
	max-width:320px;
	margin:0 auto;
	min-height: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9c2b60;
	background: #ffebfa; /* Old browsers */
	background: -moz-linear-gradient(top, #ffebfa 0%, #f7a8a8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffebfa),
		color-stop(100%, #f7a8a8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffebfa 0%, #f7a8a8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffebfa 0%, #f7a8a8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffebfa 0%, #f7a8a8 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffebfa 0%, #f7a8a8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ffebfa',
		endColorstr='#f7a8a8', GradientType=0 ); /* IE6-9 */
	z-index: 2;
/* 	display: none; */
	position: absolute;

}

.floater h2 {
	height: 25px;
	line-height: 25px;
	text-indent: 1em;
	color: white;
	margin: 20px 0 10px;
	font-weight: bold;
	font-size:20px;
	background-color: #eb5050;
}
div#glayLayer{
    display:none; /* 初期状態で非表示になるようにする。 */
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:black;
    filter:alpha(opacity=60);
    opacity: 0.40;
}