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

*{
	margin:0;
	padding:0;
}

html,body{
	margin:0;
	padding:0;
}

body{
	padding: 45px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height:1.6em;
	letter-spacing: 0.03em;
	color:#FFFFFF;
	background:url(http://funtorun.co.jp/fileUpload/public/images/bg.jpg) 0 0 no-repeat;
	background-position:center top;
	background-color:#1c95bd;
	background-size:100%;
}

body.upload{
	padding-left: 100px;
}

a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}

::selection {
    background: #001851;
    color: #ffffff;
}
::-moz-selection {
    background: #001851;
    color: #ffffff;
}

img{
	border: 0;
	vertical-align: top;
	margin:0;
	padding:0;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-transition: 0.25s ease-in-out; /* gecko */
	-webkit-transition: 0.25s ease-in-out; /* webkit */
	-khtml-transition: 0.25s ease-in-out; /* old konkeror */
	transition: 0.25s ease-in-out;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display: inline-table; 
	overflow:hidden;/* footer余白用 */
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

ul{
	list-style:none;
	margin:0;
	padding:0;
}

li{
	list-style:none;
	margin:0;
	padding:0;
}

button{
	background: none;
	border: none;
	cursor: pointer;
	outline:none;
}

/* ------------------------------------------------------------------login */
h1{
	margin: 0 0 40px 0;
}

section.login_form{
	margin-left: 150px;
	font-weight: bold;
}

section.login_form div#id{
	margin-bottom: 15px;
}

section.login_form input{
	display: block;
	padding: 6px;
	color: #ffffff;
	font-weight: normal;
	border: none;
	background: #000000;
	opacity: 0.5;
	outline:none;
}

section.login_form button{
	margin-left: 88px;
}


/* ------------------------------------------------------------------upload */

header{
	margin-bottom:100px;
}

header p#profile{
	float:left;
	margin-top: 20px;
	margin-right: 20px;
}
header p#profile img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

header .howto {
	float:left;
}
header .howto a:hover img {
	opacity:0.9;
}

section.upload_form{
	position: relative;
	margin-bottom: 15px;
	padding: 15px;
	color: #15b9f9;
	font-weight: bold;
	background: rgba(29,29,178,0.5);
	max-width: 990px;
}

section.upload_form button.file{
	font-size: 16px;
	font-weight: bold;
	color: #1d3dbf;
	background: url(../images/btn_lightblue.png) 0 0 no-repeat;
	width: 160px;
	height: 40px;
}

section.upload_form input{
	margin-left: 10px;
	margin-right: 30px;
	padding: 10px 6px;
	color: #000000;
	font-weight: normal;
	border: none;
	background: #fcffc7;
	outline:none;
}

section.upload_form button.upload{
	position: absolute;
	right: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #f9ff00;
	background: url(../images/btn_deepblue.png) 0 0 no-repeat;
	width: 191px;
	height: 41px;
}

/* log */
section.upload_log{
	position: relative;
	padding: 15px;
	color: #15b9f9;
	font-weight: bold;
	background: rgba(29,29,178,0.5);
	max-width: 990px;
}

section.upload_log span{
	position: absolute;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
}
section.upload_log span.title{
	left: 15px;
}
section.upload_log span.data{
	right: 15px;
}

section.upload_log table{
	margin-top: 30px;
	border-collapse: collapse;
	border-spacing: 0;
	background: #ffffff;
	color: #000000;
	font-weight: normal;
	border: none;
}

section.upload_log td{
	padding: 6px;
	border-bottom: 1px solid #0f2d93;
	border-right: 1px solid #0f2d93;
}

section.upload_log td.number{
	text-align: center;
	width: 26px;
}

section.upload_log td.name img{
	margin-right: 10px;
	margin-left: 4px;
}

section.upload_log td.date{
	width: 160px;
}

section.upload_log td.download{
	text-align: center;
	width: 22px;
}

section.upload_log td.delete{
	text-align: center;
	width: 22px;
}

/* ------------------------------------------------------------------copylight */

small#copylight{
	position: absolute;
	margin: 0 auto;
	bottom: 20px;
	left: 0;
	right: 0;
	color: #24afe7;
	font-weight: bold;
	text-align: center;
}
.title_ftr {
	font-size:0.6em;
	margin:-10px 0 10px 245px;
	display: block;
}