


* {
	box-sizing: border-box;
	margin: 0px;
	padding:0px;
}


p.small {
	font-size:12px;
	line-height:20px;
}

body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #2d2d2d;
	background-color: #fff;
	margin: 0;
}

a {
	color: #1974d2;
	text-decoration: none;
	transition: .3s;
}

a:hover, a:focus {
	color: #004a97;
	text-decoration: none;
	outline: none;
}

img {
	display: inline-block;
	width: 100%;
	height: auto;
}

li {
	list-style: none;
}

i {
	color:#1974d2;
	vertical-align: middle;
}


input[type="text"],input[type="password"] {
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:6px;
}

input[type="checkbox"] {
	vertical-align: middle;
	margin-right:5px;
}

input[type="radio"] {
	width:30px;
	height:20px;
	vertical-align: middle;
}

select {
	line-height:30px;
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:5px;
	background: #FFF;
}

textarea {
	width:100%;
	border: 5px #f6f6f6 solid;
	padding:5px;
	height:200px;
}

button,.button {
	display: block;
	background-color: #4BA3FF;
	border-radius:5px;
	color: #FFF;
	padding: 10px 30px;;
	transition: 0.2s;
	border:none;
	margin-top:20px;
	margin-left:10px;
	cursor: pointer;
}


.button {
	display:inline-block;
}

.blue_button {
	background-color: #1974d2;
	color: #FFF;
	transition: 0.2s;
}

table {
	border:0px;
	width:100%;
	border-collapse:collapse;
}

tr:first-child {
	border-top:#b8b8b8 1px solid;
}

tr {
	border-bottom:#b8b8b8 1px solid;
}

td,th {
	padding:10px;
	vertical-align: top;
	word-break: break-all;
}

label {
  display: inline-block;
  margin-right:10px;
  }

button:hover,.blue_button:hover {
	background: #004a97;
	color:#FFF;
}

.hide {
	display: none;
}

.headerbanner{
	background-color: black;
	color:#FFF;
	height:40px;
	overflow:hidden;
}

.logoarea {
    width: 1100px;
	max-width:100%;
    display: block;
    height: 45px;
    overflow: hidden;
	padding:3px;
	margin: 0 auto;
}

.logoarea img {
	width:40px;
}

.login_user_name {
    line-height: 40px;
    border-radius: 5px;
	float:right;
}

#login_area {
	width:50%;
	max-width: 500px;
	display: block;
	margin: 0 auto;
	margin-top:50px;
}

#login_area img {
	width:100%;
	display: block;
	margin:0 auto;
	margin-bottom:30px;
}

#login_area #testserverradio {
	margin-top:20px;
}

#login_area input[type="text"], #login_area input[type="password"]{
    width: 100%;
    border: 5px #f6f6f6 solid;
    padding: 6px;
    box-shadow: 2px 2px 20px #ccc;
    opacity: 0.8;
    background: #FFF;
}

#login_area button {
	opacity: 0.8;
}

@media (max-width: 700px) {
	#login_area {
		width:90%;
		max-width: inherit;
	}
}

.header_info {
	display: block;
	float:right;
	color:#FFF;
	line-height: 40px;
}

.header_info i {
	padding-left:10px;
	padding-right:5px;
}


@media (max-width: 600px) {
	.header_info {
		font-size:10px;
	}
	.header_info i{
		font-size:12px;
		padding-left:5px;
		padding-right:2px;
	}
}



.fixed {
	position: fixed;
	top: 0px;
	width:100%;
}

@media (max-width: 768px) {
	.fixed {
		position: relative;
	}
}

footer {
	background-color: #2d2d2d;
	width:100%;
	color:#FFF;
	z-index: 3;
}

.copyright {
	background-color: #000;
	text-align: center;
	font-size:14px;
	padding:20px;
}


/*
*
* Typography
* ==================================================
*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	display:block;
	width:100%;
	line-height:1.2
}

h1 {
		font-size: 38px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #eaeeff;
    line-height: 80px;
}

h2 {
	font-size: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 10px;
}

h4 {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h5 {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

section h3:first-child {
	padding-top:0px;
}

section h4:first-child {
	padding-top:0px;
}

section h5:first-child {
	padding-top:0px;
}

h6 {
	font-size:16px;

}

@media (max-width: 768px) {

	h1 {
		font-size:25px;
		padding-top:10px;
    padding-bottom: 10px;
		line-height:30px;
		margin:0px;
	}
	h2 {
		padding-top:20px;
		padding-bottom:20px;
		font-size:22px;
	}
	h3 {
		font-size:20px;
		padding-bottom:20px;
	}
	h4 {
		font-size:18px;
	}
	h5 {
		font-size:16px;
	}
}


.cell {

}

/*セルの中のタイトルの上部はマージンを空けない*/
.cell h5,.cell h4,.cell h3,.cell h2,.cell h1 {
	padding-top:0px;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #b8b8b8;
}



/*
*
* Main layout
* ==================================================
*/

article {
	position: relative;
	z-index: 1;
	clear:both;
	display: block;
    overflow: hidden;
}


section {
	width:1100px;
	margin:0 auto;
}

@media (max-width: 1150px) {
	section {
		width:95%;
	}
}



.flexlayout-default {
	clear:both;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	max-width:1100px;
	margin:0 auto;
}

.cell-xs,.cell-s,.cell-m,.cell-l,.cell-xl,cell-sm,cell-xm {
	width:100%;
	text-align: left;
	padding:0px;
}

.cell-xs {
	width:25%;
	padding:20px;
}

.cell-s {
	width:33.3%;
	padding:30px;
}

.cell-sm {
	width:35%;
	padding:20px;
	padding-top:60px;
}

.cell-m {
	width:50%;
	padding:20px;
}

.cell-xm {
	width:65%;
	padding:60px;
}

.cell-l {
	width:75%;
	padding:20px;
}

.cell-xl {
	width:100%;
	padding:20px;
}

.cell-center {
	max-width:750px;
	margin:0 auto;
}


@media (max-width: 992px) {

	.flexlayout-default {
		display: block;
	}

	.cell-xs {
		width:50%;
		padding:10px;
	}

	.cell-s,.cell-m,.cell-l,.cell-xl,.cell-sm,.cell-xm,.cell-center  {
		width:100%;
		padding:20px;
	}
}

@media (max-width: 772px) {

	.cell-xs,.cell-s,.cell-m,.cell-l,.cell-xl,.cell-sm,.cell-xm,.cell-center {

	}

	.cell-xm {
		padding-left:0px;
		padding-right:0px;
	}

}

@media (max-width: 764px) {
	.smartphone_hide {
		display: none;
	}
}

.smartphone_show{
	display: none;
}

@media (max-width: 764px) {
	.smartphone_show {
		display: inline-block;
	}
}

.testserver {
	width:100%;
	background: #000;
	color:#FFF;
}

.topmenubar_bg {
    display: block;
    overflow: hidden;
    background: #e4f1ff;
	padding:5px;
	height:45px;
}

.topmenubar {
	max-width:1100px;
	margin:0 auto;
}

.topmenubar img {
	width:30px;
	margin-left:10px;
	height:30px;
}

.topmenubar_box{
	border: 2px solid rgb(58, 171, 210);
    padding: 5px;
    margin: 5px;
    border-radius: 2px;
	background: #FFF;
	cursor: pointer;
	color:#000;
}

.topmenu_left {
	float:left;
}

.topmenu_right {
	float:right;
}

.pagetitle {
    line-height: 40px;
    font-size: 30px;
	width:1100px;
	max-width:100%;
	margin: 10px auto;
	border-left:5px #1974D2 solid;
	padding-left:10px;
}

.search_form {
    background: #e4f1ff;
    padding: 10px;
    margin-top: 30px;
	display: block;
	height:auto;
}

.search_exe {
    display: inline;
    margin-left: 20px;
		margin-top: 0px;
}

.listbutton {
	margin:5px;
width: 20px;
    height: 20px;
    padding: 0px;
    border-radius: 3px;
		background: #ededed;
		border: 1px solid #c5c5c5;
		float: left;
}


.copyarea {
	position: relative;
}

.copyarea .copy_button {
	position: absolute;
	height:25px;
    width: 50%;
	line-height:20px;
    background: #73D216;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    top: 0px;
	left:-68px;
	padding:2px;
	display: none;
	cursor: pointer;
	opacity: 0.5;
}

.copypaste {
	transition: all 0.5s ease;
}

.copyarea:hover > .copypaste {
	background:#E0FFC3;
}

.copy_paste_status_start, .copy_paste_status_0, .copy_paste_status_1{
	position: fixed;
    height: 70px;
    width: 400px;
    background: #73D216;
    top: 0px;
    left: calc(50% - 400px/2);
    z-index: 200;
    border-radius: 0 0 10px 10px;
    border: 1px #FFF solid;
	text-align: center;
    padding-top: 10px;
	color:#FFF;
	display: none;
}

.copy_paste_status_start{
	height:50px;
}

.copy_paste_status_0{
	height:50px;
}

.copy_paste_start,.copy_paste_cancel,.copy_paste_delete {
display: inline-block;
    margin-top: 0;
    vertical-align: text-top;
    margin-left: 10px;
    background: #73D216;
    border: 2px solid #FFF;
    color: white;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
	width:70px;
}

.save_message {
    position: fixed;
    width: 300px;
    background: #60d219;
    top: calc(50% - 200px/2);
    left: calc(50% - 300px/2);
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size: 31px;
    padding: 30px;
    color: #FFF;
    opacity: 0.9;
}

.session_keeper {
    position: fixed;
    width: 10px;
		height:10px;
    background: #60d219;
    top: 0px;
    left: 0px;
    z-index: 10;
    opacity: 0.9;
		display:none;
}

.network_error {
    position: fixed;
    width: 400px;
    background: red;
    top: calc(50% - 200px/2);
    left: calc(50% - 400px/2);
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    padding: 30px;
    color: #FFF;
    opacity: 0.9;
		display:none;
}

.conflict_error {
    position: fixed;
    width: 400px;
    background: green;
    top: calc(50% - 200px/2);
    left: calc(50% - 400px/2);
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    padding: 30px;
    color: #FFF;
    opacity: 0.9;
		display:none;
}

.error {
	color: #e20000;
}

.release_button {
	cursor: pointer;
    border-radius: 3px;
    width: 150px;
    text-align: center;
    margin: 5px;
    float: right;
	background: #FECA40;
    color: #FFF;
    font-weight: bold;
}

#download_view{
	display:none;
    position: fixed;
    width: 300px;
    background: #004a97;
    top: calc(50% - 200px/2);
    left: calc(50% - 300px/2);
    z-index: 30;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    padding: 30px;
    color: #FFF;
    opacity: 0.9;
}

#download_bar{
	width:100%;
	height:20px;
	background: #ccc;
}

#download_progress{
	width:50%;
	height:20px;
	background: #0089ff;
	font-size:13px;
	transition: all 0.6s ease;
}

#download_byte{
	font-size:8px;
}

.display_number {
    display: block;
    margin-top: -38px;
    position: absolute;
    right: 36px;
    font-size: 12px;
    color: #bbbbbb;
}

.search_form {
	clear:both;
	margin-top:10px;
}

#show_debug {
	border: 0px #FFF solid;
    float: right;
    margin-top: -8px;
    margin-right: 20px;
	position: fixed;
	bottom: 10px;
	right: 20px;
}

#debug_window {
	position: fixed;
	bottom:55px;
	right:20px;
	width:400px;
	height:400px;
	background: #FFF;
	border:1px #4BA3FF solid;
	z-index: 1000;
	box-shadow: 1px 1px 3px #ccc;
	overflow: scroll;
	font-size:12px;
	color:#000;
	padding:5px;
}

#debug_window h4 {
	font-size:12px;
}

#windowcode {
	display: none;
}

#login_bg {
	position: fixed;
    z-index: -1;
    width: 150%;
    margin-left: 9%;
    bottom: -52px;
    opacity: 0.1;
}

#transration_area {
	float:right;
	display: block;
}