
#admin_page{
	width:100%;
	height:auto;
	overflow:hidden;
}
/*　上部メニュー　*/
.menu_list{
	width: 850px;
	height: 60px;
	margin: 60px auto 20px;
	border-bottom: dotted 3px #000000;
}
.menu_list a{
	width: 250px;
	height: 50px;
	display: block;
	float: left;
	margin: 0 30px 0px 0;
	color: #006699;
	font-size: 17.5px;
	text-align: center;
	line-height: 2em;
}
.nav_hp{background: url(../images/home.png) no-repeat scroll 70px 9px transparent;}.nav_attention{background: url(../images/list_bullets.png) no-repeat scroll 60px 10px transparent;}
.nav_logout {background: url(../images/on-off.png) no-repeat scroll 55px 10px transparent;}

.page_text{
	width: 454px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	line-height: 1.4em;
	border-bottom: solid 1px #dcdcdc;
	padding: 10px 0 10px 0;
	margin: 120px auto 10px;
	text-align: center;
}
/*　フォーム　*/
.into_system{
	width: 337px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
input[type="text"],
input[type="password"]{
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
	border: 0;
	padding: 10px;
	font-size: 1em;
	border: solid 1px #ccc;
	margin: 0 auto!important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
input[type="password"]{
	width:auto!important;
	min-width:270px;
}
input[type="text"]{
	width:290px!important;
}

button{
	padding: 7px 10px;
	border-radius: 2px;
	border: solid 1px #ccc;
	margin: 0 10px;
	width: 200px !important;
	margin: 0 auto;
}

@media screen and ( max-width:1179px) {

	header .site{
		font-size:2em;
	}
	.into_system,
	.page_text{
		width:auto!important;
	}
	input{
		max-width:300px!important;
		width:80%!important;
		margin:10px auto!important;
	}

}
