@charset "utf-8";

/*
Theme Name: ALG TANTEISYA
Description: ALG探偵社 ファイルアップロード用
Author: 株式会社アヴァンセドットコム
Version: 1.0
Text Domain: alg-tanteisya
-------------------------------------------------------------- */



/* 共通仕様
-------------------------------------------------------------- */
html,body{
	margin:0;
	padding:0;
}

header{
	padding:0 30px;
	height:50px;
	line-height:50px;
	background:#3058a0;
	color:#fff;
}
header a{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}


footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	background:#3058a0;
	color:#fff;
	text-align:center;
	font-size:10px;
}

a:link,a:visited{
	text-decoration:none;
	transition:.4s;
}
a:hover,a:active{
	outline:none;
	opacity:0.75;
}

#main{
	width:calc(100% - 40px);
	max-width:1024px;
	margin:40px auto;
	padding-bottom:50px;
}


/* ログインページ
-------------------------------------------------------------- */
.error{color:#f00}
#loginform table{
	width:100%;
	max-width:300px;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
#loginform th{
	width:110px;
	font-size:16px;
	font-weight:normal;
}
#loginform td{
	width:calc(100% - 110px);
	padding:5px 0;
}
#loginform td input{
	border:1px #ccc solid;
	border-radius:3px;
	padding:5px 7px;
	width:calc(100% - 16px);
	font-size:16px;
}
#loginform input[type=submit]{
	width:200px;
	background-color:#aaa;
	border:none;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(136,136,136,1);
	color:#fff;
	display:block;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:30px auto 0;
	padding:10px 0;
	cursor:pointer;
}


/* コンテンツ
-------------------------------------------------------------- */
video{width:100%}
.zip{
	position:relative;
	display:inline-block;
	font-size:14px;
	margin-top:20px;
	padding:0.25em 0.5em;
	text-decoration:none;
	background:#00bcd4;
	color:white;
}
.comment{
	display:block;
	font-size:12px;
	color:#f00;
}
.logout{
	width:200px;
	background-color:#aaa;
	border-radius:3px;
	box-shadow:0 3px 0 rgba(136,136,136,1);
	color:#fff;
	display:block;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	margin:30px auto 0;
	padding:10px 0;
}

