@charset utf-8;

body{
	margin: 0;
}
@font-face {
  font-family: 'Roboto-Regular';

  src: url('../../../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Thin';

  src: url('../../../fonts/Roboto-Thin.ttf');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family:'Roboto-Regular' , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}
input, textarea,select{
  margin: 0;
  padding: 0;
  border:0;
  outline: 0;
  box-shadow: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}
a{
  color: black;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img{
 /* width: 100%;*/
  vertical-align: middle;
}
br.pc{
	display: block;
}
br.sp{
	display: none;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

.clear{
	clear: both;
}

h1{
	color:#503a3a;
	text-align:center;
	margin: 0;
}

h2{
	color:#503a3a;

}
img{
  vertical-align: middle;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

header{
	background: rgba(110,109,102,.8);
}
header a{
	display: inline-block;
}
header a img{
	width: 260px;
	padding: 15px 0 15px 30px;
	width: 262px;
}
.bg{
	background: url('/../img/login/login_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
footer{
	background: rgba(243,243,243,0.7);
	text-align: center;
	font-size: 12px;
	line-height: 42px;
	padding: 10px 0;
	font-family: Roboto Regular;
}
.containter{
	padding: 150px 0;
}
.login{
	width: 400px;
	margin: 0 auto;
	border: 1px solid #deddd7;
	border-radius: 10px;
	background: rgba(78,71,62,0.7);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
h1{
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	padding: 20px;
	text-align: center;
	background: rgba(42,43,48,0.6);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 1px solid #b8b6b1;
	font-family: 'Roboto-Thin';
}
.content{
	
}
input[type="text"],
input[type="password"]{
	border: 1px solid #fff;
	border-radius: 10px;
	width: 229px;
	color: #fefefe;
	padding: 0 0 0 10px;
	font-size: 15px;
	line-height: 38px;
	font-family: 'Roboto-Thin';
}
.clear{
	clear: both;
}
.row_collection{
	
	padding: 25px 0 50px 0;
}
.row_collection label {
   font-size: 18px;
   line-height: 42px;
    color: #fefefe;
    font-family: 'Roboto-Thin';
    display: inline-block;
}
.row_collection span{
    text-align: right;
    color: #fefefe;
    display: inline-block;
    width: 239px;
    font-family: 'Roboto-Thin';
}
.row{
  width: 362px;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
}
 .row:before,
.row:after{
  display: table;
  content: " ";
}
.row:after{
  clear: both;
}
.row:last-child{
	padding-bottom: 0;
	font-size: 14px;
	/*line-height: 42px;*/
	font-family: 'Roboto-Thin';
	color: #fefefe;
	font-family: 'Roboto-Thin';
}
 .col{
  position: relative;
  min-height: 1px;
  float: left;
  word-wrap: break-word;
}
.col:nth-child(odd){
	width: 123px;
}
.col:nth-child(even){
	width: 237px;
}
 .rememberme{
	font-family: 'Roboto-Thin';
	font-size: 14px;
}
input[type="button"], input[type="submit"]{
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 8px 20px;
	color: #fefefe; 
	font-size: 18px;
	font-family: 'Roboto-Thin';
}
.btn{
	text-align: center;
	padding: 0 0 50px 0;
}
input[type="button"]:hover,
input[type="submit"]:hover{
	background: rgba(48,48,48,0.6);
}
.row_collection .errMsg{
	color: red;
	margin: 0 0 5px 0;
	display: inline-block;
	min-height: 1px;
	line-height: 20px;
	font-size: 12px;
}

label.css-label {
    background-image: url(../../../img/admin/check_box.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
	height:18px; 
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:18px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
table td .delete {
    cursor: pointer;
    width: 31px;
}