html {
	}
body {
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F5F5F5;
  height:100%;
}

#header_wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    background-color: #fff;
}
#header_container {
	width:100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

#header {
	width: 500px;
	height:80px;
    margin-left: auto;
    margin-right: auto;
}
#header-left{
	width:20%;
	height:100%;
	float: left;
}
#header-right{
	width:10%;
	height:100%;
	float: right;
	padding-top: 45px;
}
#header-center{
	width:90%;
	height:100%;
	float: left;
	padding-top: 10px;
}
img.header-logo{
	height:100%;
}

.header_title_sm{
	font-size:14px;
}
.header_title{
	font-size:20px;
	font-weight: bold;
}

@media screen and (max-width: 900px) {
	#header {
		width: 320px;
	}
	.header_title_sm{
		width:215px;
	}
	span.header_title{
		font-size:16px;
		font-weight: bold;
	}
	#header-center{
		width:75%;
		padding-top: 10px;
	}
	#header-left{
		width:25%;
	}
	#header-right{
		float: right;
		padding-top: 0px;
		width:100%;
		height:35px;
		text-align: right;
		padding-top: 5px;
	}
}



.copyright{
	color: #AAAAAA;
	font-size: 8px;
}
#clear_both{
	clear:both;
}

.login-logo{
	height: 40px;
}


#wrapper {
    width: 100%;
    float: left;
    margin: 0px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top: 1px solid #AAAAAA;
	min-height: 100%;
}

#container {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

#contents{
	clear:both;
	margin: 5px auto;
	width:900px;
}
#contents_wide{
	clear:both;
	margin: 5px auto;
	width:980px;
}
#contents_sinege{
	clear:both;
	margin: 5px auto;
	width:100%;
}
@media screen and (max-width: 900px) {
  #contents{
    margin-top:0px;
    width:100%;
  }
}
#all_wrapper{
	min-height: calc(100vh - 35px);
	margin-bottom: 50px;
}
#all_wrapper_sinage{
	min-height: calc(100vh - 35px);
	margin: 2px;
}
#footer{
	border-top: 1px solid #AAAAAA;
	height: 30px;
	padding-top: 5px;
	background-color: #fff;
	clear: both;
}
#contents_header{
	margin: auto;
	width:900px;
	margin-bottom: 5px;
}
#contents_header{
	margin: auto;
	width:900px;
	margin-bottom: 5px;
}
#contents_header_wide{
	margin: auto;
	width:980px;
	margin-bottom: 5px;
}
@media screen and (max-width: 900px){
  #contents_header{
    margin-left: 0px;
    width:100%;
  }
}
div.to_menu{
	float:right;
	padding-bottom: 5px;
}


div.row{
	margin-right: 0px;
	clear: both;
}


#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat;
}
.title_status_mm{
  font-weight: bold;
  font-size: 20px;
}