﻿/*
' ###########################################################
'   図面ライブラリー用 共通CSS
' ###########################################################
*/
html {
	width: 100%;
	height: 100%;
}
body{
    overflow:auto;
}
span {
    color: #000000;
    font-size: 1em;
}

.top_header {
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(/PTNet/ASP/HYOJUNZUMEN/PDFLib/image/header_bg.jpg);
    margin-bottom: -5px;
}

.top_header_title {
	z-index:10;
	left:350px;
	position:absolute;
	top:26px;
	font-size:20px;
	color:blue;
	font-weight:bold;
}

.disp_table {
	display:table;
	border-collapse:collapse;
}

.disp_row {
    display: table-row;
    width:180px;
}

.menu_top {
	text-align: center;
	background-color: transparent;
	width:180px;
	height:30px;
	display:table-cell;
	border:solid 1px gray;
}

.menu_top_link {
	color:black;
	display:block;
	text-decoration:none;
	margin-top:5px;
	height:100%;
}

.menu_sp {
	background-color: transparent;
	cursor: default;
	width:180px;
	height:30px;
	text-align:center;
	display:table-cell;
	border:solid 1px gray;
}

.menu_sp_title {
	margin-top:5px;
	text-align:left;
}

.menu_sp_sub {
    display: none;
    margin-top: -1px;
    width:360px;
}

.menu_sp_list {
	width:180px;
	height:20px;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}

.menu_sp_link {
	color:black;
	display:block;
	text-decoration:none;
}

.disp_margin_181 {
	margin-left:181px;
}

.left_title {
    position: absolute;
    top: 100px;
    left: 30px;
    font-weight: bold;
}

.left_chain {
    position: absolute;
    top: 150px;
    left: 30px;
}

.left_ddl_chain {
    position: absolute;
    top: 170px;
    left: 50px;
}

.right_space {
    position: absolute;
    top: 150px;
    left: 250px;
}

.right_kataban {
    float: left;
    width: 350px;
}

.init_link {
    padding-left: 200px;
    padding-top: 30px;
}

span {
    color:#cccccc;
}

.border_buttom {
	border-bottom :solid 1px gray;
}

.table_collapse {
    border-collapse: collapse;
    font-size: 12px;
}

tr.tr_header {
    background-color: #e6e6fa;
    height: 40px;
}

th.th_header {
    text-align: center;
    vertical-align: middle;
    border: solid 1px #cccccc;
}

td.td_style {
    border: solid 1px #cccccc;
    text-align: left;
    padding-left: 10px;
    padding-top:10px;
    padding-bottom:10px;
}
td.td_style2 {
    border: solid 1px #cccccc;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0 0 0 0;
}
td.td_style3 {
    border: solid 1px #cccccc;
    text-align: left;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0 0 0 0;
}
td.td_style4 {
    border: solid 1px #cccccc;
    text-align: left;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0 0 0 0;
    vertical-align: top;
}
td.td_style5 {
    border: solid 1px #cccccc;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 0 0 0 0;
    vertical-align: top;
}

.width60 {
    width: 60px;
}
.width80 {
    width: 80px;
}

.width85 {
    width: 85px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}
.width110 {
    width: 110px;
}
.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width150 {
    width: 150px;
}
.width180 {
    width: 180px;
}
.width190 {
    width: 190px;
}
.width200 {
    width: 200px;
}
.width250 {
    width: 250px;
}
.width280 {
    width: 280px;
}
.width300 {
    width: 300px;
}
.width350 {
    width: 350px;
}
.link_button01 {
	color: #09f;
	display: block;
	text-align: center;
	border: 1px solid #09f;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.5rem;
	width: 100%;
}
.link_button01 a,
.link_button01 a:visited {
	color: #09f;
	display: block;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	background: #f3f3f3;
	padding: 0.5rem;
	white-space: nowrap;
}
.link_button01 a:hover {
	background-color: #09f;
	color: #fff;
	text-decoration: none !important;
}
.link_button01.active a {
	background-color: #09f;
	color: #fff;
}
table.kata_form td.btn {
    padding-left: 15px;
}