@charset "utf-8";
/* ---------- HTML5クリアCSS ---------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

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;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	padding:0 15px;
	margin:1em 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
.small{
	font-size:0.9em;
	}
/* ---------- 基本設定 ---------- */
* {
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll; /*FireFoxのスクロールバー分のズレをとるCSS*/
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:1em 15px;
}
.fleft{
	float:left;
	}
.fright{
	float:right;
	}
/* ---------- 全般設定 ---------- */
body {
	font-size: 0.9em;
	line-height: 1.6;
	color:#333;
	background:#F5F5ED;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
body, x:-moz-broken{font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅"}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}


/* ---------- リンクの色を指定 ---------- */
a:link {
	text-decoration: underline;
	color: #007fc4;
}
a:visited {
	text-decoration: underline;
	color: #007fc4;
}
a:active {
	text-decoration: underline;
}
a:hover {
 	text-decoration: none;
}
a name {
	text-decoration: underline;
}

.over{
	display:inline-block;
	}
	
.over:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}

.btn{
	background:url(../img/bg_btn.png) no-repeat 0 0;
	width:254px;
	height:69px;
	border:none;
	font-size:18px;
	font-weight:bold !important;
	color:#FFF;
	text-shadow: 0px 0px 5px #333;
	cursor:pointer;
	}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
}
#page-top a:hover {
}
nav#user_info{
	overflow:hidden;
	padding:5px 0;
	background:#E6E6D1;
	color:#646446;
	}
#box_user_info{
	width:850px;
	margin:0 auto;
	}
#user_group{
	width:40%;
	float:left;
	text-align:left;
	}
#user_name{
	width:40%;
	float:right;
	text-align:right;
	}
#container{
	width:850px;
	margin:0 auto;
	padding:35px 0 20px 0;
	overflow:hidden;
	}
header{
	overflow:hidden;
	margin:0;
	padding:0 5px 25px 0;
	}
header h1{
	float:left;
	}
.h1_description{
	font-size:12px;
	color:#646464;
	font-weight:normal;
	}
nav#globalnavi{
	padding:45px 0 0 0;
	margin:0;
	}
nav#globalnavi ul{
	list-style:none;
	float:right;
	}
nav#globalnavi li{
	float:left;
	margin-left:10px;
	}
nav#globalnavi li a{
	font-size:14px;
	font-weight:bold;
	color:#969696;
	text-decoration:none;
	border-bottom:5px solid #DCDCD2;
	padding:3px 5px;
	}
nav#globalnavi li a:hover{
	color:#646464;
	text-decoration:none;
	border-bottom:5px solid #64643C;
	}
nav#globalnavi li.active a{
	color:#646464;
	text-decoration:none;
	border-bottom:5px solid #64643C;
	}
footer{
	clear:both;
	overflow:hidden;
	padding:5px 25px;
	}
footer a:link , footer a:visited{
	color:#333;
	}
 {
	text-decoration: underline;
	color: #007fc4;
}

section#contents{
	overflow:hidden;
	padding:10px 0 0 0;
	margin:0;
	}
section#contents h1{
	background:#014f8d;
	font-size:18px;
	padding:5px 20px 0 20px;
	margin:0 0 0 0;
	color:#FFF;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	}
#box_contents{
	width:750px;
	border:1px solid #C8C896;
	margin:15px auto 0 auto;
	padding:25px 25px 15px 25px;
	background:#FFF;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	min-height:350px;
	overflow:hidden;
	}
table.main_table{
	margin:0 0 25px 0;
	width:100%;
	}
table.main_table th{
	background:#4FABB4;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	padding:5px 10px 3px 10px;
	text-align:left;
	border-bottom:1px solid #FFF;
	}
table.main_table th a{
	color:#FFF;
	background:url(../img/ico_arrow.png) no-repeat 0 0;
	display:block;
	padding:5px 0 5px 35px;
	}
table.main_table thead.head th{
	padding:5px 5px 3px 5px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	}
table.main_table th a{
	color:#FFF;
	background:url(../img/ico_arrow.png) no-repeat 0 0;
	display:block;
	padding:5px 0 5px 35px;
	}
table.main_table th h2{
	color:#FFF;
	padding:5px 0 5px 10px;
	}
table.main_table td{
	padding:5px 10px;
	font-size:0.9em;
	vertical-align:middle;
	word-break: break-all;
	}
table.main_table tr.odd td{
	background:#f0f5f9;
	}
table.main_table tr.even td{
	background:#e6f0fa;
	}
table.main_table td.ico{
	text-align:right;
/*	width:100px;*/
	padding-left:0;
	}
table.main_table td.filename{
	}
table.main_table td.capacity{
	width:300px;
	}
.responsible{
	color:#666;
	}
.box_left{
	width:360px;
	float:left;
	}
.box_right{
	width:360px;
	float:right;
	}
.box_btn_r{
	text-align:right;
	margin:-20px 0 15px 0;
	}
.box_btn_r2{
	text-align:right;
	margin:5px 0 15px 0;
	}
.box_btn_c{
	text-align:center;
	margin-bottom:15px;
	}
.box_btn_r input{
	display:inline-block;
	}
.box_btn_r2 input{
	display:inline-block;
	}
.box_btn_c input{
	display:inline-block;
	}

.box_btn_r input:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.box_btn_r2 input:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
.box_btn_c input:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}



.tarea{
	margin:10px 0 5px 5px;
	width:720px;
	height:120px;
	}
tbody.tbody02 { display:none; }
table.openTable {
    display:table!important;
    #display:block!important;
}
.openRtable {
    display:table-row-group!important;
    #display:block!important;
}
tr.open {
	cursor:pointer;
	}
tr.open img{
	display:block;
}
tr div.ico_btnopen{
	background:url(../img/btn_open.png) no-repeat 0 0;
	width:25px;
	height:25px;
	}
tr.ac div.ico_btnopen{
	background:url(../img/btn_close.png) no-repeat 0 0;
	}
tr.open:hover th{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}
thead.head_title th{
	padding:0 5px;
	font-weight:normal;
	color:#828282;
	font-size:12px;
	background:#FFF;
	}
table.main_table .num{
	width:20px;
	font-size:14px;
	}
table.main_table .date{
	width:120px;
	font-size:14px;
	}
table.main_table .date2{
	width:140px;
	font-size:14px;
	}
table.main_table .name{
	width:150px;
	font-size:14px;
	}
table.main_table .btnopen{
	width:25px;
	height:25px;
	}
.total{
	background:#90BCE9;
	font-weight:bold;
	color:#FFF;
	}
#filelist table.main_table{
	margin-bottom:10px !important;
	}
.btn_up{
	background:url(../img/ico_arrow2.png) no-repeat 0 center;
	padding-left:10px;
	float:right;
	margin-bottom:10px;
	}