@CHARSET "UTF-8";
body{  
    margin: 0;  
    padding-top:60px;
    font-family: "ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}  
* html body{  
    overflow: hidden;  
}   
div#headerArea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 50px;  
    background-color: #4E9ABE;  
    color: #fff;  
    white-space: nowrap;
    z-index:1000000;
}  
div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 35px;  
    background-color: #4E9ABE;  
    color: #fff;  
    z-index:1000000;
    text-align: center;
    padding-top: 15px
}  
html div#contentsArea{  
	text-align:center;
	width:100%;
    height: 100%;  
} 
input{
	line-height:.2;
}
.login {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 300px;
	height: 200px;
	border: 0px solid #999;
}
.l_title {
	width: 300px;
	height:21px;
	border: 0px solid #999;
	padding-top: 4px;
	background-color: #4E9ABE;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.l_body {
	width: 298px;
	height:185px;
	border: 1px solid #4E9ABE;
}
.l_table {
	width:100%;
	margin-top: 20px;
}
.makeAcounnt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 400px;
	height: 325px;
	border: 0px solid #999;
}
.a_title {
	width: 400px;
	height:21px;
	border: 0px solid #999;
	padding-top: 4px;
	background-color: #4E9ABE;
	color: white;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.a_body {
	width: 398px;
	height:200px;
	border: 1px solid #4E9ABE;
}
.a_table {
	width:100%;
	margin-top: 20px;
}

.menu_btn{
	float: left;
	border: 1px solid #999;
	padding: 90px 50px 90px 50px;
	font-size: 24px;
	border-radius: 8px;
	background-color: #6f9dea;
	color: #FFF;
	cursor: pointer;
	margin-left: 10px;
	min-width: 184px;
	margin-top: 10px;
}
.menu_nobtn{
	float: left;
	border: 1px solid #999;
	padding: 90px 50px 90px 50px;
	font-size: 24px;
	border-radius: 8px;
	background-color: #c0c0c0;
	color: #eee;
	margin-left: 10px;
	min-width: 184px;
	margin-top: 10px;
}
.f_title1{
	width: 100%;
	height:35px;
	font-size: 20px;
	text-align: left;
	background-color: #62BEE4;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	border-radius: 5px;
}
.f_title2{
	width: 100%;
	height:35px;
	font-size: 20px;
	text-align: left;
	background-color: #62BEE4;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: 50px;
}
.f_column1{
	width: 100%;
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
}
.f_column2{
	width: 100%;
	font-size: 18px;
	text-align: left;
	padding-left: 10px;
}
.f_text_ss{
	width: 40px;
	height:23px;
}
.f_text_s{
	width: 80px;
	height:23px;
}
.f_text_m{
	width: 170px;
	height:23px;
}
.f_text_b{
	width: 300px;
	height:23px;
}
.f_text_harf{
	width: 50%;
	height:23px;
}
.f_text_max{
	width: 90%;
	height:23px;
}
.f_select_2{
	height:23px;
}
.size_td{
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 4px;
}
.cp_btn1 {
	position: relative;
	width: 160px;
	font-size:16px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #62BEE4;
	border-bottom: 2px solid #00838F;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.cp_btn1:active {
	border-bottom: 2px solid #62BEE4;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.cp_btn2 {
	position: relative;
	width: 100%;
	font-size:16px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #ff6707;
	border-bottom: 2px solid #c94e00;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.cp_btn2:active {
	border-bottom: 2px solid #ff6707;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.cp_btn3 {
	position: relative;
	width: 200px;
	font-size:16px;
	padding: 0.4em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #1c6fea;
	border-bottom: 2px solid #2818ed;
	border-radius: 4px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	cursor: pointer;
}
.cp_btn3:active {
	border-bottom: 2px solid #1c6fea;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.edit_te {
	margin-top:10px;
	min-width: 98%;
	max-width: 98%;
	min-height: 100px;
	max-height: 200px;
	overflow: scroll;
	white-space: nowrap;
}
.edit_te_l {
	margin-top:10px;
	min-width: 98%;
	max-width: 98%;
	min-height: 250px;
	max-height: 400px;
	overflow: scroll;
	white-space: nowrap;
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: rgba(244,112,50,0.9);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #F47032;
}

#save {
    position: fixed;
    bottom: 100px;
    right: 10px;
    font-size: 85%;
}
#save a {
    background: #62BEE4;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}
#save a:hover {
    text-decoration: none;
    background: #2194c5;
}
.arrow_box {
	position: absolute;
	background: #FBFBFB;
	border: 1px solid #B8B8B8;
	top:10px;
	width:220px;
	height: 60px;
	padding: 5px;
	display:none;
	font-size: 13px;
	color: red;
	font-weight: bold;
	
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(251, 251, 251, 0);
	border-bottom-color: #FBFBFB;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(184, 184, 184, 0);
	border-bottom-color: #B8B8B8;
	border-width: 11px;
	margin-left: -11px;
}

.modal{
	text-align : left;
	top : 30%;
	left: 10%;
	width: 79%;
	height:220px;
	position: absolute;
	border : 1px solid #000;
	background-color:#eee;
	padding : 6px;
	z-index:9999;
}