.inpage article div {
	box-sizing: content-box;
}

.inpage article ol {
	margin: 10px 0 10px 30px;
}

.inpage article p {
    display: block;
		margin: 1em 0;
}

/*.inpage article table {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}*/

a {
	color: #3366CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#clearboth {
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
}

#headerTop {
	width:100%;
}

.main_bg {
	background:url(/images/common/com_bg01.png) repeat-x top left;
}

#layout {
	width:900px;
	text-align:left;
}

#outside {
	/*background:url(../images/outside_bg.jpg) repeat-x top left;*/
	margin:0;
	padding:15px 0;
	width:100%;
}

#outside_enta {
	background:#666 url(../images/outside_enta_bg.jpg) repeat-x top left;
	margin:0;
	padding:5px 0;
	width:100%;
	color:#fff;
	margin-top: -15px;
}

#outside_enta a{
	color:#fff;
}

#contents {
/*	width:890px;*/
	text-align:left;
	margin:0;
	padding:10px 5px;
	font-size: 82%;
}

#main_contents {
	width:888px;
	text-align:left;
	margin:0;
	padding:1px;
	background:url(../images/main_contents_bg.jpg) no-repeat top left;
	box-sizing: content-box;
}

#main_contents_enta {
	width:888px;
	text-align:left;
	margin:0;
	padding:1px;
}

#main_contents_enta a{
	color:#fff;
}

#main {
	width:886px;
	margin:0;
	padding:0;
	text-align:left;
}

#main_left {
	width:180px;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	box-sizing: content-box;
}

#main_right {
	width:675px;
	float:right;
	text-align:left;
	margin:0;
	padding:0 5px 0 0;
	/*word-break: break-all;*/
}

#main_right02 {
/*	width:100%;*/
	text-align:left;
	margin:0;
	padding:0 20px;
}


#right_contents {
	width:95%;
	margin:0;
	padding:15px 0 0 18px;
	text-align:left;
}

#common_righttop {
	width:100%;
	text-align:right;
}

/*#textSize {
	color:#999;
	font-size:85%;
	padding:1px 0 0 0;
}
*/
#directryList {
	margin:0;
	padding:10px;
	font-size:x-small;
}

#pageTop {
	padding:4px 0;
	margin:20px 0 0 0;
	font-size:x-small;
	white-space:none;
	text-align:right;
}

#pageBack {
	padding:4px 0;
	margin:10px 0 0 0;
	font-size:x-small;
	white-space:none;
	text-align:left;
}

#grayBlock {
	background-color:#f2f2f2;
	padding:5px;
	margin:10px 0;
}

#whiteBlock {
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px 0 10px 10px;
	margin:0;
}

#whiteBlock_trans {
	border:1px solid #999;
	padding:10px;
	margin:0;
}

#whiteBlock_shadow {
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin:0;
	background:#fff url(../images/whiteblock_shadow.jpg) repeat-x top left;
}

#whiteBlock_shadow_300 {
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin:0;
	background:#fff url(../images/whiteblock_shadow.jpg) repeat-x top left;
	width:300px;
	display: inline-block;
	height: 206px;
	vertical-align: top;
	position: relative;
}

#whiteBlock_shadow_300:last-of-type {
	margin-left: 13px;
}

#whiteBlock_shadow_300 .midashi {
	display: block !important;
}

#whiteBlock_shadow_300 .midashi img {
	height: 26px;
}

#whiteBlock_shadow_300 .btnarea {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 7px;
	left: 0;
}

#whiteBlock_shadow_300 .btnarea button {
	background: #011171;
	color: #fff;
	width: 70%;
	padding: 5px;
	border: 0;
	cursor: pointer;
	font-size: 110%;
}

#whiteBlock_shadow_300 .btnarea button:hover {
	opacity: .7;
}

#whiteBlock_shadow_300 .btnarea button::before {
	content: "";
	background: url(/images/common/com_ic03.png) 0 0 no-repeat;
	background-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 18px;
	height: 18px;
}

#whiteBlock_shadow_300 .btnarea button.check::before {
	background: url(/images/index/index_ic06.png) 0 0 no-repeat;
}

/*#sublink_menu {
	border:1px solid #ccc;
	padding:0px;
	margin:0;
	background:#E3E7F2 url(../images/menu_bg.jpg) repeat-x top left;
}*/

.sublink_menu_list {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.sublink_menu_list li {
	display: table-cell;
	border: 1px solid #fff;
	vertical-align: top;
}

.sublink_menu_list li a {
	display: table;
	background: #eaeaea;
	color: #111;
	text-align: center;
	width: 100%;
}

.sublink_menu_list li a span {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
}

.sublink_menu_list li a:hover {
	background: #d9d9d9;
	text-decoration: none;
}

.sublink_menu_list li.active a {
	background: #d9d9d9;
}

#newsContact {
	background-color:#f2f2f2;
	padding:5px 10px;
	margin:20px 0 10px 0;
	text-align:right;
	font-size:x-small;
}

div#uwayaserviceBox{
	border:1px solid #ccc;
	background:url(../images/uwayaservice_back.jpg) no-repeat right bottom;
}

div#uwayaserviceBox h2{
	width:228px;
}

ul#uwayaservice {
	width:210px;
	padding:5px 0 3px 0;
	margin:0 0 10px 0;
	list-style-type:none;
}

ul#uwayaservice li {
	margin:0 0 7px 14px;
	padding:0 0 0 10px;
	background:url(../images/dot_gray.gif) no-repeat left;
}


/******************** Form ********************/
/*#SearchText {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:15px;
	font-size:12px;
	font-family: Arial,Osaka;
	margin:0;
	padding:0;
}

#SubmitBtn {
	height:22px;
	font-size:85%;
	margin:0;
	padding:0;
	width:80px;
}

#SubmitBtn_10 {
	height:22px;
	font-size:85%;
	margin:0;
	padding:0;
	width:20px;
}*/

#inputTxt_gray {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#e5e5e5;
	height:15px;
	font-size:12px;
	font-family: Arial,"Osaka, �l�r �o�S�V�b�N";
	margin:0;
	padding:0;
}

#inputTxt {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:15px;
	font-size:12px;
	font-family: Arial,"Osaka, �l�r �o�S�V�b�N";
	margin:0;
	padding:0;
}

.inputTxt {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:15px;
	font-size:12px;
	font-family: Arial,"Osaka, �l�r �o�S�V�b�N";
	margin:0;
	padding:0;
}

#formSelect {
	height:18px;
	font-size:90%;
	width:150px;
}

#formTextarea {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:40px;
	font-size:12px;
	font-family: Arial,"Osaka, �l�r �o�S�V�b�N";
	margin:0;
	padding:0;
}

#formTextarea02 {
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:150px;
	font-size:12px;
	font-family: Arial,"Osaka, �l�r �o�S�V�b�N";
	margin:0;
	padding:0;
}

/******************** Sub Menu ********************/

#subMenu_normal {
	width:180px;
	padding: 0;
	margin: 0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	display:block;
}

#subMenu_normal ul{
	width:180px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	font-size:90%;
	display:block;
}

#subMenu_normal ul a{
	color:#333;
	display:block;
	margin: 0;
	padding: 6px 10px 6px 25px;
}

#subMenu_normal ul a:hover{
	color:#000;
	display:block;
	text-decoration:none;
	background:#CED1E4 url(../images/dot_rect_on.gif) no-repeat;
	background-position: 0.6em 0.8em;
}

#subMenu_normal ul li{
	background:#E5E7F1 url(../images/dot_rect.gif) no-repeat;
	background-position: 0.6em 0.8em;
	margin: 0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	display:block;
}

#subMenu_normal ul li.stay {
	background-color:#fff;
}

#subMenu_normal ul li.nesting {
	background:#fff url(../images/dot_blue02.gif) no-repeat;
	background-position: 1.5em 0.7em;
	margin: 0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display:block;
}

#subMenu_normal ul li.nesting a{
	color:#333;
	display:block;
	margin: 0;
	padding: 3px 10px 3px 25px;
}

#subMenu_normal ul li.nesting a:hover{
	color:#000;
	display:block;
	text-decoration:none;
	background:#CED1E4 url(../images/dot_blue02.gif) no-repeat;
	background-position: 1.5em 0.7em;
}


#subMenu_service {
	padding: 0;
	border-left:1px solid #e5e5e5;
	margin: 0;
}

#subMenu_service ul{
	padding: 0;
	margin: 0;
	list-style-type:none;
	font-size:7pt;
}

#subMenu_service ul a{
	color:#333;
	display:block;
	margin: 0;
	padding: 3px 18px;
	border-right:5px solid #E5E5B2;
}

#subMenu_service ul a:hover{
	color:#333;
	display:block;
	text-decoration:none;
	border-right:5px solid #CCCC66;
}

#subMenu_service ul li{
	background: url(../images/dot_red.gif) no-repeat;
	background-position: 0.8em 0.7em;
	margin: 0;
	border-top:1px dotted #e5e5e5;
	border-bottom:1px solid #fff;
	background-color:#fff;
}

.blue_arrow{
	background:url(../images/dot_blue2.gif) no-repeat 0 7px;
	padding-left:13px;
	}

/******************** Midashi ********************/

#title_service {
	width:800px;
	height:40px;
/*	float:left;*/
	text-align:left;
	margin:0;
	padding:0;
}

h2 {
	line-height:100%;
	font-size:80%;
	font-weight:bold;
	margin:0;
	padding:0;
	width:800px;
	height:40px;
}

#title_service {
	background:url(../service/images/title.gif) 0 0 no-repeat;
}

#title_profile {
	background:url(../profile/images/title.gif) 0 0 no-repeat;
}

#title_news {
	background:url(../news/images/title.gif) 0 0 no-repeat;
}

#title_recruit {
	background:url(../recruit/images/title.gif) 0 0 no-repeat;
}

h3 {
	background-color:#7F88B8;
	margin:0 0 10px 0;
	padding:6px 20px;
	color:#fff;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	line-height:100%;
}

h4 {
	background:url(../images/midashi_h4.gif) no-repeat bottom left;
	padding:5px 10px 15px 5px;
	margin:0 0 15px 0;
	font-weight:bold;
	font-size:110%;
	color:#000;
	text-align:left;
	line-height:100%;
}

h5 {
	padding:5px 5px 5px 0;
	margin:5px 0;
	font-weight:bold;
	font-size:120%;
	color:#7F88B8;
	text-align:left;
	line-height:110%;
	border-bottom:1px solid #ccc;
}

h6 {
	padding:5px 10px;
	margin:5px 0;
	font-weight:bold;
	font-size:110%;
	color:#000;
	text-align:left;
	line-height:100%;
	border-bottom:1px solid #ccc;
}



/******************** Table ********************/

.table_blue01 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}

.table_blue01 th{
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	border-right:5px solid #CED1E4;
	background-color:#E5E7F1;
	text-align:left;
}

.table_blue01 td{
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.table_blue01 td.nesting{
	margin:0;
	padding:1px 1px;
	border-bottom:1px solid #fff;
}

.table_blue02 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

.table_blue02 th{
	margin:0;
	padding:3px 5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#E5E7F1;
}

.table_blue02 td{
	margin:0;
	padding:3px 5px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.table_blue03 {
	margin:0;
	padding:0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

.table_blue03 th{
	margin:0;
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:5px solid #CED1E4;
	background-color:#E5E7F1;
	text-align:left;
}

.table_blue03 td{
	margin:0;
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.table_blue04 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}

.table_blue04 th{
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	border-left:5px solid #CED1E4;
	border-right:5px solid #CED1E4;
	background-color:#E5E7F1;
	text-align:left;
}

.table_blue04 td{
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

.table_blue05 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}

.table_blue05 th{
	margin:0;
	padding:5px 5px;
	border-bottom:1px solid #ccc;
	border-right:5px solid #CED1E4;
	background-color:#E5E7F1;
}

.table_blue05 td{
	margin:0;
	padding:5px 5px;
	border-bottom:1px solid #ccc;
}

.table_blue06 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}

.table_blue06 th{
	margin:0;
	padding:5px 5px;
	border-bottom:1px solid #ccc;
	border-right:5px solid #CEE1E4;
	background-color:#E5F0F1;
}

.table_blue06 td{
	margin:0;
	padding:5px 5px;
	border-bottom:1px solid #ccc;
}

.table_blue07 {
	margin:0;
	padding:0;
/*	border-left:1px solid #ccc;
	border-top:1px solid #ccc;*/
}

.table_blue07 th{
	margin:0;
	padding:5px 10px;
/*	border-right:1px solid #ccc;*/
	border-bottom:5px solid #CED1E4;
	background-color:#E5E7F1;
}

.table_blue07 td{
	margin:0;
	padding:5px 10px;
/*	border-right:1px solid #ccc;*/
	border-bottom:1px solid #ccc;
}

.table_blue08 {
	margin:0;
	padding:0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

.table_blue08 th{
	margin:0;
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:5px solid #CED1E4;
	background-color:#E5E7F1;
}

.table_blue08 td{
	margin:0;
	padding:5px 10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.table_GrayDotted {
	margin:0;
	padding:0;
	border-top:1px dotted #ccc;
}

.table_GrayDotted th{
	margin:0;
	padding:3px 10px;
	border-bottom:1px dotted #ccc;
/*	background-color:#e5e5e5;*/
}

.table_GrayDotted td{
	margin:0;
	padding:3px 10px;
	border-bottom:1px dotted #ccc;
}

.table_GrayDotted .category {
	display: block;
	background: #00c9ff;
	font-size: 90%;
	padding: 0 5px;
	font-weight: normal;
	text-align: center;
}

.table_GrayDotted .category.cat1 {
	background: #00c9ff;
}

.table_GrayDotted .category.cat2 {
	background: #fee239;
}

.table_GrayDotted .category.cat3 {
	background: #c3a8f9;
}

.table_GrayDotted .category.cat4 {
	background: #c0efff;
}

.table_GrayDotted .category.cat5 {
	background: #ff0032;
	color: #fff;
}

.table_normal {
	margin:0;
	padding:0;
}
.table_normal td{
	margin:0;
	padding:3px 10px;
}

.table_normal02 {
	margin:0;
	padding:0;
	border-top:1px solid #ccc;
}

.table_normal02 th{
	margin:0;
	padding:3px 10px;
	border-bottom:1px solid #ccc;
}

.table_normal02 td{
	margin:0;
	padding:2px 5px;
	border-bottom:1px solid #ccc;
}

.table_GrayDotted02 {
	margin:0;
	padding:0;
	border-top:1px dotted #ccc;
}

.table_GrayDotted02 th{
	margin:0;
	padding:2px 5px;
	border-bottom:1px dotted #ccc;
	font-weight:normal;
	font-size:90%;
}

.table_GrayDotted02 td{
	margin:0;
	padding:2px 5px;
	border-bottom:1px dotted #ccc;
	font-size:90%;
}

#table_Priority {
	margin:0;
	padding:0;
	border-top:1px dotted #ccc;
}

#table_Priority tr td:first-child {
	margin:0;
	padding:10px 12px;
	border-bottom:1px dotted #ccc;
	border-right:1px dotted #ccc;
	font-weight:normal;
	text-align:left;
}

#table_Priority td {
	margin:0;
	padding:10px 12px;
	vertical-align: top;
	border-bottom:1px dotted #ccc;
}

.table_charter {
	border:1px solid #ccc;}

.table_charter th {
	background:#e5e7f1;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:left;
	}

.table_charter th,
.table_charter td {
	padding:3px 7px;
	}

.table_charter td {
	background:#f6f6f6;
	}

.table_charter tr.even td {
	background:#FFF;
	}

.table_charter02 {
	border:1px solid #ccc;
	font-size:12px;
	}

.table_charter02 td.bg_grad{
	background:url(../images/bg_grad.gif) repeat-x 0 0 #FFF;
	border-bottom:1px solid #ccc;
	}

.table_charter02 td.bg_grad table,
.table_charter02 td.bg_grad table td{
	background:none;
	}

.table_charter02 th{
	background:#e5e7f1;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
	text-align:right;
	}

.table_charter02 th,
.table_charter02 td{
	padding:3px 7px;
	border-bottom: 1px dotted #ccc;
	}

.table_charter02 td{
	background:#FFF;
	}

.table_charter02 td input,
.table_charter02 td span,
.table_charter02 td select{
	vertical-align:middle;
	margin:0 3px 0 0;
	}

.table_note{
	border:1px solid #ddd;
	margin-top:10px;
	font-size:11px;
	}

.table_note th{
	background:#f5f5f5;
	border-bottom:1px dotted #ccc;
	padding:3px 7px;
	text-align:right;
}

.table_note td{
	border-bottom:1px dotted #ccc;
	padding:3px 7px;
	text-align:left;
}

table td .assign {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

table td .assign dt {
	width: 3em;
}

table td .assign dd {
	width: calc(100% - 3.3em);
}

/******************** Service Category ********************/
#institute_japan {
	background:url(../service/facilities/images/map_japan.gif) no-repeat top left;
	width:650px;
	height:370px;
	margin:40px 0 0 0;
	padding:0;
}

#institute_asia {
	background:url(../service/facilities/images/map_asia.gif) no-repeat top left;
	width:650px;
	height:370px;
	margin:40px 0 0 0;
	padding:0;
}

#institute_america {
	background:url(../service/facilities/images/map_america.gif) no-repeat top left;
	width:650px;
	height:370px;
	margin:40px 0 0 0;
	padding:0;
}

#institute_europe {
	background:url(../service/facilities/images/map_europe.gif) no-repeat top left;
	width:650px;
	height:370px;
	margin:40px 0 0 0;
	padding:0;
}

/******************** Recruit Category ********************/
#workmap {
	background:url(../recruit/fresh/images/workmap.jpg) no-repeat top left;
	width:650px;
	height:436px;
	margin:0;
	padding:0;
}

/******************** Sitemap*******************/
#sitemap {
	border:1px solid #ccc;
	padding:5px 10px;
	font-weight:bold;
	margin:15px 0 0 0;
}

/******************** Gate Page********************/
#gate {
	background:url(../images/gate_bg.jpg) repeat-x top left;
	width:100%;
	margin:100px 0 0 0;
	text-align:center;
}


/******************** Profile ********************/
#NCA_Activity {
	background:url(../images/nca_activity.jpg) no-repeat top left;
	width:640px;
	padding:25px 7px 7px 7px;
/*	margin:15px 0;*/
	border:1px solid #ccc;
/*	position:absolute;
	clear:both;*/
}

#top_hotlink {
	width:210px;
/*	float:right;
	font-size:90%;
	line-height:140%;*/
}

#top_news {
	width:430px;
/*	float:left;
	font-size:90%;
	line-height:140%;*/
}

#top_news_table th{
	font-weight:normal;
	text-align:left;
	padding-left:15px;
}

#branch_worldmap {
	background:url(../profile/branch/images/worldmap.gif) no-repeat top left;
	width:650px;
	height:370px;
	margin:40px 0 0 0;
	padding:0;
}

#historyList {
	padding:0 0 0 20px;
	margin:0;
	font-size:x-small;
}

.message-area .txt {
	float: left;
	width: 446px;
}

.message-area .img {
	float: right;
	width: 162px;
}

/******************** News ********************/
#news_detail {
	word-break: break-all;
}

#news_detail h4 + p {
	margin-bottom: 0;
}

.midashi_news {
	margin-top: 0;
	padding:10px 0 20px 0;
	color: #333;
	font-size: 130%;
	font-weight:bold;
	text-align: center;
	line-height: 140%;
	text-decoration: underline;
	border: none;
}

#news_detail .notification {
	margin-top: 30px;
}

#news_detail table .th-border {
	border-right: 1px solid #ccc;
}

#news_detail table .th-no-border {
	border-right: none;
}

#news_detail ol {
	padding-left: 25px;
}

#news_detail ol li {
	margin-bottom: 10px;
}

#news_detail dl {
	margin: 0 0 0 10px;
	overflow: hidden;
}

#news_detail dl dt,
#news_detail dl dd {
	float: left;
}

#news_detail dl dt {
	clear: both;
}

#news_detail dl.w70dt dt {
  min-width: 70px;
}

#news_detail dl.w190dt dt {
  min-width: 190px;
}

#news_detail dl dd {
	margin-left: 0;
	padding-left: 2em;
	max-width: 550px;
	text-indent: -1em;
}

#news_detail table {
	border-collapse: collapse;
}

#news_detail table th {
	background: #f0f0f0;
	padding: 10px;
	border: 1px solid #999;
	font-weight: bold;
}

#news_detail table td {
	padding: 10px;
	border: 1px solid #999;
}

#news_detail .sprt {
	display: inline-block;
	margin: 0 5px;
}

#news_detail #newsContact {
	margin-top: 50px;
}

#hosoku {
	border-bottom:1px dotted #ccc;
	text-align:right;
	font-size:x-small;
	padding:2px 5px 4px 5px;
}

#news_Old {
	background-color:#f2f2f2;
	border:1px solid #ccc;
	padding:10px;
	margin-top:30px;
	width:90%;
	text-align:left;
}

/******************** Top Page ********************/

#maintenance {
	border-top:1px dotted #ccc;
	padding:10px;
	text-align:center;
}

#maintenance_ntrac {
	font-size:x-small;
	line-height:100%;
	color:#aa0000;
}

#pdf_login a {
	display: block;
	padding: 8px 0;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border: 1px solid #0033a5;
	border-radius: 5px;
	background: #72B0EB;
}

#pdf_login a:hover {
	color: #333;
	border: 1px solid #0033a5;
	text-decoration: none;
	background: #e2f1ff;
}


/******************** Operation Data ********************/

#operationFloatbox{
	float:left;
	margin-top:15px;
	width:345px;
}

#operationImg{
	float:left;
	width:270px;
	margin:15px 0 0 15px;
}

#operationkakoBox{
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin:30px 0 0 0;
	text-align:left;
}

#operationkakoBox td.year{
	border-top:1px dotted #ccc;
}

#operationkakoBox a{
	margin-right:20px;
}

#operationTable {
	width: 100%;
	border-left: 1px solid #ccc;
}

#operationTable th,
#operationTable td {
	font-size: 80%;
}

#operationTable th {
  padding: 5px 2px 5px 5px;
	width: 92px;
	text-align: center;
}

#operationTable .month th {
	width: 36px;
	border-right: 1px solid #ccc;
}

#operationTable th.rowpsan {
	width: 11px;
	border-right: 1px solid #ccc;
}

#operationTable .lazy th {
	width: 64px;
}

#operationTable td {
	padding: 5px 2px;
	text-align: right;
	border-right: 1px solid #ccc;
}


/******************** 南部貨物地区移転：各種申請書フォームダウンロード ********************/

#form_downlaod{
	position:relative;
}

#form_downlaod p#click{
	position:absolute;
	margin:0;
	padding:0;
	top:3px;
	right:12px;
	_right:32px;
}

#form_downlaod p#click img{
	border:none;
}

ul.narita_Link{
	margin:0 auto;
	text-align:center;
}

ul.narita_Link li{
	display: inline;
	list-style-type:none;
}

#search {
	text-align: right;
}


/******************** EN管理サイトTOPページ*******************/


#en_CI_top{
	width:900px;
	margin:0 auto 30px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}

#en_CI_top .mB10{margin-bottom:10px!important;}
#en_CI_top .mB20{margin-bottom:20px!important;}
#en_CI_top .mB30{margin-bottom:30px!important;}
#en_CI_top .mR7{margin-right:7px!important;}
#en_CI_top .mR20{margin-right:20px!important;}

#en_CI_top .align_center{ text-align:center;	}
#en_CI_top .align_left{ text-align:left;	}
#en_CI_top .align_right{ text-align:right; }

#en_CI_top .en_CI_head{
	width:900px;
	height:80px;
	position:relative;
	}

#en_CI_top .en_CI_head .en_inq_logo{
	position:absolute;
	left:0px;
	top:20px;
	}

#en_CI_top .en_CI_head .en_inq_txt1{
	position:absolute;
	left:771px;
	top:9px;
	}

#en_CI_top .en_CI_head .btNr{
	position:absolute;
	left:774px;
	top:40px;
	}

#en_CI_top .en_CI_head input:hover{
	opacity:0.7;
	cursor:pointer;
	}

.ci_tit{
	width:880px;
	padding:5px 10px;
	background:#7f88b8;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	}

.ci_tableBody{
	width:900px;
	border-bottom:1px solid #ccc;
	}

#en_CI_top .ci_tableBody input:hover{
	opacity:0.7;
	cursor:pointer;
	}

.en_CI_tableA{
	margin-bottom:2px;
	}

.en_CI_tableA thead th{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:url(../images/tableline_y.gif) repeat-y 0 0 #e3e3e3;
	padding:5px 8px;
	text-align:center;
	white-space:nowrap;
	}

.en_CI_tableA thead th a{
	text-decoration:underline;
	color:#007bd1;
	}

.en_CI_tableA thead th a:hover{
	text-decoration:none;
	color:#44b2ff;
	}

.en_CI_tableA thead th.first{
	border-left:none;
	background:none #e3e3e3;
	}

.en_CI_tableA thead th.last{
	border-right:1px solid #cccccc;
	}

.en_CI_tableA tbody td{
	padding:7px 8px 5px;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	word-break:break-all;
	word-wrap: break-word;
	}

.en_CI_tableA tbody tr.even td{
	background:#f6f6f6;
	}

.en_CI_tableA tbody td.tdA div{ width:85px;}
.en_CI_tableA tbody td.tdB div{ width:65px;}
.en_CI_tableA tbody td.tdC div{ width:55px;}
.en_CI_tableA tbody td.tdD div{ width:125px;}

.en_CI_tableA tbody td div{
	word-break:break-all;
	word-wrap: break-word;
	}

.en_CI_tableA tbody td.check{
	padding:5px 2px;
	vertical-align:middle;
	}

.en_CI_tableA tbody td.bt{
	padding:5px 2px;
	vertical-align:middle;
	}

.en_CI_top_bottom{
	width:900px;
	overflow:hidden;
	}

.en_CI_top_bottom .left{
	width:250px;
	text-align:left;
	float:left;
	}

.en_CI_top_bottom .right{
	width:500px;
	text-align:right;
	float:right;
	}

.en_CI_top_bottom input,
.en_CI_top_bottom img{
	vertical-align:middle;
	}

#en_CI_top .en_CI_top_bottom input:hover{
	opacity:0.7;
	cursor:pointer;
	}

/******************** EN管理サイト編集画面*******************/

#en_CI_top .error{
	border:2px solid #f00;
	background:#fff7f7;
	font-size:16px;
	font-weight:bold;
	color:#f00;
	padding:10px 10px 5px;
	margin-bottom:20px;
	}

#en_CI_top .error .tit{
	text-align:center;
	margin-bottom:7px;
	}

#en_CI_top .error ul{
	padding:0;
	margin:0;
	}

#en_CI_top .error ul li{
	text-align:center;
	margin-bottom:7px;
	list-style:none;
	padding:0;
	}

#en_CI_top .tableWrap{
	margin-bottom:25px;
	}

.formTit{
	font-size:20px;
	color:#666;
	border-left:4px solid #666;
	border-bottom:1px solid #666;
	padding:3px 0 7px 8px;
	margin-bottom:10px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight:bold;
	}

#en_CI_top .bgY{
	background:#fffeef;
	}

#en_CI_top .bgG{
	background:#f6f6f6;
	}

#en_CI_top .tableTit{
	border:1px solid #ccc;
	background:url(../images/table_gr.gif) repeat-x 0 0 #636da1;
	color:#fff;
	padding:10px 13px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}

#en_CI_top .tableTitG{
	border:1px solid #ccc;
	background:url(../images/bg_grad_gl.gif) repeat-x 0 0 #cccccc;
	color:#333333;
	padding:7px 17px 5px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	}

#en_CI_top .red{
	color:#f00;
	font-size:11px;
	font-weight:bold;
	}

.ci_w640{
	width:640px;
	margin:0 auto;
	}

.en_CI_tableB{
	border:2px solid #eee;
	}

.en_CI_tableB th{
	background:#f1f2f9;
	text-align:left;
	width:150px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	}

.en_CI_tableB td{
	padding:10px 10px 10px 15px;
	border-bottom:1px solid #ccc;
	}

.en_CI_tableB td input.txt{
	padding:3px 3px 2px;
	border:1px solid #abadb3;
	margin:0 5px;
	vertical-align:middle;
	}

.en_CI_tableB td textarea{
	margin:0 5px;
	}


.en_CI_tableB td span{
	vertical-align:middle;
	padding-left:5px;
	margin-right:5px;
	font-size:11px;
	}

.en_CI_tableB td select{
	margin:0 5px;
	vertical-align:middle;
	}

.en_CI_tableB td txtArea{
	padding:3px 3px 2px;
	border:1px solid #abadb3;
	}

#en_CI_top .btn_area{
	text-align:center;
	margin:0 0 0 5px;
	}

#en_CI_top .btn_area input:hover{
	opacity:0.7;
	cursor:pointer;
	}

#en_CI_top sup{
	color:#f00;
	padding:0 0 0 5px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}

.en_CI_tableC{
	border:2px solid #eee;
	}

.en_CI_tableC th{
	text-align:right;
	vertical-align:top;
	width:60px;
	padding:10px 10px 15px 20px;
	white-space:normal;
	}

.en_CI_tableC td{
	padding:10px 10px 15px 15px;
	vertical-align:top;
	}

div.msg_ok{
	color:#0000FF;
}

div.msg_ng{
	color:#FF0000;
}


/******************** font etc ********************/

.font_Red { color:#aa0000; }
.font_Green { color:#339999; }
.font_Blue { color:#7F88B8; }
.font_Gray { color:#777; }

.font_Large { font-size:120%; }
.font_Medium { font-size:108%; }
.font_Smaller { font-size:smaller; }
.font_Small { font-size:x-small; }

.bg_blue {
	background-color:#7F88B8;
	padding:5px; 15px;
	font-weight:bold;
	color:#fff;
}

.bold {	font-weight: bold !important;}
.left {	text-align: left !important;}
.right { text-align: right !important;}
.center { text-align: center !important;}

.fleft { float: left !important;}
.fright { float: right !important;}

.cl { overflow: hidden !important;}
.clear { clear: both !important;}

#clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#clearFix { display: inline-block; }
* html #clearFix { height: 1% }
#clearFix {display:block;}

.list-style-none {
	list-style: none !important;
	text-indent: -1.3em;
}