@charset "UTF-8";
/* CSS Document */

* {
margin:0; padding:0;
box-sizing:border-box;
/*
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
ヘッダー
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

header {
	width:100%;
	min-width:320px;
	height:80px;
	height:auto;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	box-shadow:0px -5px 10px 5px rgba(0,0,0,0.1);
	}

header #head-img {
	height:80px;
	width:auto;
	display:table-cell;
	overflow:hidden;
	position:relative;
	padding-left:0px;
	vertical-align:middle;
	/*
	background:url(../img/header.png);
	background-color:#3C6;
	background-repeat: no-repeat;
	background-size:contain;
	background-position:top left;
	*/
	}
header #head-img img{
	max-height:80px;
	width:auto;
	max-width:100%;

	margin-top:auto;
	margin-bottom:auto;
	display:block;
}
	
/*--------------------
承認チェック
--------------------*/
header #approval {
	display:block;
	margin:0;
	background-color:#fff;
}

header #approval ul li{
	text-align:center;
	border:none;
	border-top:1px solid #d5d5d5;
	width:50% !important;
}
header #approval ul li:first-child{
	border-right:1px solid #d5d5d5;
}

header #approval ul li label {
	display:inline-block;
	width:auto;
	vertical-align:bottom;
}
/*--------------------
プレビューボタン
--------------------*/


header .preview{
	position:absolute;
	top:0px;
	right:125px;
	color:#fff;
	overflow:hidden;
	display:block;
	height:100%;
	padding:5px 10px;
	}

header .preview a{
	display:block;
	height:40px;
	line-height:40px;
	border:1px solid #909090;
	background-color:rgba(255,255,255, 1);
	margin:15px 0 0 0;
	padding:0 1em;
	color:#909090;
	text-decoration:none;
	border-radius:5px;
	transition: all .3s ease;
	font-size:80%;
	font-weight:bold;
	}

header .preview a:hover{
	background-color:rgba(255,255,255, 1);
	border:1px solid #333;
	color:#333;
	}

header .preview a .preview-icon{
	display:inline-block;
	height:26px;
	margin:7px 3px 0 0;
	float:left;
	fill: currentColor;
	}
	
/*--------------------
ログアウトボタン
--------------------*/


header .btn{
	position:absolute;
	top:0px;
	right:0px;
	color:#fff;
	overflow:hidden;
	display:block;
	height:100%;
	padding:5px 10px;
	}

header .btn a{
	display:block;
	height:40px;
	line-height:40px;
	border:1px solid #909090;
	background-color:rgba(255,255,255, 1);
	margin:15px 0 0 0;
	padding:0 1em;
	color:#909090;
	text-decoration:none;
	border-radius:5px;
	transition: all .3s ease;
	font-size:80%;
	font-weight:bold;
	}
header .btn a:hover{
	background-color:rgba(255,255,255, 1);
	border:1px solid #333;
	color:#333;
	}

header .btn a .logout{
	display:inline-block;
	height:26px;
	margin:7px 3px 0 0;
	float:left;
	fill: currentColor;
	}
	
header .btn a span{
	display:inline-block;
	line-height:40px;
	}

header .btn a svg {
  fill: currentColor;
}

.fill {
  fill: currentColor;
}

header .preview a:hover svg,
header .btn a:hover svg {
  fill: #09C;
}

/*
svg.icon {
  height: 1em;
  vertical-align: text-bottom;
  fill: currentColor;
}
*/


@media screen and (max-width:480px){/*画面幅が480pxまでの時*/

header .preview{
	right:65px;
	}
	
	header .preview a{
		width:60px;
		height:auto;
		margin-top:8px;
		padding: 0;
		text-align:center;
		line-height:0;
	font-size:100%;
		
	}
	header .preview a .preview-icon{
	margin:7px 3px 0 0;
	float:none;
	line-height:0;
	}
	
	header .preview a span{
	/*display:none;*/
	display:block;
	clear:both;
	font-size:60%;
	line-height:20px;
	margin:0;
	}
	
	
		
	header .btn a{
		width:60px;
		height:auto;
		margin-top:8px;
		padding: 0;
		text-align:center;
		line-height:0;
	font-size:100%;
		
	}
	header .btn a .logout{
	margin:7px 0 0 0;
	float:none;
	line-height:0;
	}
	
	header .btn a span{
	/*display:none;*/
	display:block;
	clear:both;
	font-size:60%;
	line-height:20px;
	margin:0;
	}
	
}




/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
フッター
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

footer {
	text-align:center;
	padding-bottom:2em;
	color:#333;
	clear:both;
}


footer #pagetop {
	font-size:80%;
	width:50px;
	float:right;
	position:fixed;
	bottom:50%;
	right:10px;
	margin-top:-45px;
}


#pagetop ul li{
	list-style:none;
	width:40px;
	height:40px;
	color:#f00;
}

#pagetop ul li:first-child{
	margin-bottom:10px;
}

#pagetop ul li a svg.up,
#pagetop ul li a svg.down {
  fill: currentColor;
}
#pagetop ul li a{
	color:rgba(0,0,0,0.4);
	color:#8bc34a;
	transition: all .3s ease;
	}

#pagetop ul li a:hover{
	color:rgba(0,0,0,1);
	color:#F63;
	}


#copyright {
	font-family:Verdana, Geneva, sans-serif !important;
	font-size:80%;
}

#copyright p span{
	display:inline-block;
}

/*サンプル3*/
/*
.pagetop3 {
  position: fixed;
  bottom: -300px;
  right: 24px;
  margin: 0 auto;
  z-index: 200;
  visibility: hidden;
  -webkit-transition: bottom 0.4s linear;
  transition: bottom 0.4s linear;
}

.pagetop3.visible {
  bottom: 30px;
}

.pagetop3 a {
  display: table-cell;
  width: 6em;
  height: 6em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2em;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  behavior: url(PIE.htc);  
}
*/