@charset "shift_jis";
/*-----------------------------------------------
JANIS 厚生労働省　院内感染対策サーベイランス事業 base.css
共通
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #333;
	font-size:14px;
}

p {
	font-size: 100%;
	line-height: 160%;
	letter-spacing: 1px;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
	border: 0;
}

a {
	color: #0000FF;
	font-size: 100%;
	line-height: 160%;
	letter-spacing: 1px;
}

a:hover {
	color: #FFC059;
}

.spmode {display:none;}

.red {color:#FF0004;}

/*全体枠
-----------------------------------------------*/
#layout,#print_layout {
	width: 1000px;
	background-color: #FFFFFF;
	text-align: left;
	margin:0 auto;
}


/*ヘッダー
-----------------------------------------------*/
header {background:url(../images/common/headbg.png) repeat-x; min-width:1000px;}
hgroup {width:1000px; margin:0 auto; padding-top:25px;}
.hgroup-left {float:left; display:table;}
.hgroup-right {float:right;}
p.logo {display:table-cell; vertical-align:middle;}
h2.desc {display:table-cell; vertical-align:middle; padding-left:35px;font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
line-height:130%;}
.englishtitle {font-size:14px; color:#999;}


.headnav {margin-bottom:16px;}
.headnav ul,.headbtn ul {list-style-type:none; text-align:center;}
.headnav ul li,.headbtn ul li {display:inline-block;}
.headnav ul li {border-left: 1px solid #333; padding: 0 10px; font-weight:bold; font-size:12px;}
.headnav ul li:nth-child(4) {background-color: #bbb; text-align:right; color:#fff; border-left: none;padding-left:42px;}

#billbord {background:url(../images/common/billbordback.png);}
#billbordinner {text-align:center; width:1000px; margin:0 auto; position:relative; overflow:hidden;}

#head-wrap {margin-bottom:25px;}

#header {
	height: 120px;
	width: 800px;
	border-bottom: 2px solid #3D4C87;
	padding: 0;
}

#header h1 {
	display: block;
	float: left;
	height: 120px;
	width: 600px;
}

#englishhead {border-bottom: 50px solid #3D4C87; padding-bottom:10px; margin-bottom:25px;}


/*----- Google検索ボックス -----*/

#search {
	float: left;
	width: 200px;
	height: 95px;
	text-align: right;
}

#search div {
	margin: 0;
	padding: 50px 0 0 0;
}

#search input {
	margin: 0 5px 0 0;
	padding: 0;
}

#topnews {position:absolute; top:30px; left:0; width:300px; text-align:left;}

#topnews h2 {background:url(../images/common/topicsback.png) bottom left repeat-x;}

dl.topics {border-bottom:2px dotted #999; padding-bottom:8px; padding-top:6px; margin-bottom:5px; display:table; width:300px;}

dl.topics dt,dl.topics dd {display:table-cell; vertical-align:middle;  font-size:14px; text-shadow: 0px 0px 1px #333; -moz-text-shadow: 0px 0px 1px #333; -ms-text-shadow: 0px 0px 1px #333; -o-text-shadow: 0px 0px 1px #333; -webkit-text-shadow: 0px 0px 1px #333;}

dl.topics dt {padding-right:15px;}

dl.topics a {color:inherit; text-decoration:none; background:url(../images/common/toparrow.png) center right no-repeat; padding-right:20px;}

dl.topics a:hover {color:#003366;}


/*nav
-----------------------------------------------*/
nav {background-color:#00377E; margin-top:8px;}
#navinner {width:1000px; margin:0 auto;}
nav ul li {display:inline-block; padding:10px 0; min-width:156px; text-align:center;}
nav ul li a {color:#fff; padding: 5px 16px 5px 18px; border-left:1px solid #fff; text-decoration:none; display:block;}
nav ul li a.last {border-right:1px solid #fff;}

#dropmenu{
  list-style-type: none;

  height: 50px;
    padding: 0;
  background: #00377E;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 16.666666%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}


#dropmenu li a{
  display: block;
  margin: 0;
  padding: 20px 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  width: 100%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 15px 17px;
  background: #00377E;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  position:relative;
  z-index:5;
}
#dropmenu li:hover > a{
  background: #00377E;
  color: #FFC059;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

.drop {
}
.drop li {
	position: relative;
}
.drop > li {
}
.drop li:last-child {
	border-bottom: none;
}
.drop li:hover > ul > li {
	border-bottom: 1px solid #fff;
}
.drop li > ul > li:last-child {
	border-bottom: none;
}
.drop li a {
	display: block;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 2.8;
	padding: 0 5px;
	background: #9fb7d4;
	transition: 0.5s;
}
.drop li a:hover {
	color: #fff;
	background: #afc6e2;
}
.drop > li:hover > a {
	background: #afc6e2;
	transition: 0.5s;
}
.drop > li:hover li:hover > a {
	background: #afc6e2;
}
.drop li:hover > ul > li {
	overflow: visible;
	top: 0;
	left: 0;
	height: 40px;
	z-index:6;
}
.drop li ul li {
	overflow: hidden;
	height: 0;
	left: 0;
	transition: 0.2s;
	border-bottom: none !important;
}
.drop li ul li a {
	background: #9fb7d4;
	transition: 0.5s;
		border-bottom:5px solid #fff;
}

.drop li:hover ul li ul li:hover > a {/*孫*/
	background: #afc6e2;
}

#menu li a.join {background-color:#ececec ; padding:5px 0 ;}

/*メイン
-----------------------------------------------*/
#main {
	width: 700px;
	float: left;
	margin: 0 0 20px 40px;
}

.shinki,.system,.releace {padding: 2px 4px; color:#fff; font-size:12px;}

.shinki {background-color:#3399CC;}
.system {background-color:#009933;}
.releace {background-color:#FF9900;}


/*パンくず
-----------------------------------------------*/
.topicpath {
	float: left;
	color: #666666;
	font-size: 90%;
	line-height: 140%;
	margin: 5px 0 5px 0;
	width: 700px;
}

.topicpath a:link,
.topicpath a:visited {
	color: #5E70B7;
}

.topicpath a:hover {
	color: #FF5820;
}

/*フッター
-----------------------------------------------*/
footer {width:100%; clear:both; background-color: #ececec; padding: 30px 0 0 0; min-width:1000px;}

#footinner {
	clear: both;
	text-align: right;
	width: 1000px;
	padding: 3px 0 0 0;
	margin:0 auto; padding-bottom:30px;
}

.footbox {float:left; width:25%; text-align:center;}

.footboxenglish {width: auto; float:left;}

.footboxenglish ul li {text-align:center; list-style-type:none; display:inline-block;}

.footboxenglish ul li a {color:#333; text-decoration:none; border-left: 1px solid #00377E; padding: 0 5px 0 10px;}
.footboxenglish ul li a.lc {border-right:1px solid #00377E; padding: 0 10px 0 10px;}

.footbox ul li {text-align:left; list-style-type:none;}

.footbox ul li a {color:#333; text-decoration:none;}

.copyright {text-align:center; background-color:#00377E; color:#fff; padding: 10px;}


#footer a:hover {
	color: #FF5820;
	text-decoration: underline;
}

.foot li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #999999;
	margin: 0 6px 0 0;
	padding: 0 0 0 10px;
}

.foot li.foothome {
	border-left: 0;
	padding: 0;
}




/*共通
-----------------------------------------------*/
/*---ページタイトル---*/
h2.titlepage {
	clear: both;
	letter-spacing: 3px;
	font-size: 140%;
	line-height: 160%;
	font-weight: normal;
	text-indent: 35px;
	color: #24486C;
	background: url(../images/common/h2inst.png) left 5px center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 40px 0;
	border-bottom:3px solid #003366;
	_height: 1em; /* for IE6 */
}

h2 span.titlepage_text {
	display: block;
	_height: 1em; /* for IE6 */
	padding: 10px 0 0 0;
	_padding-bottom: 5px; /* for IE6 */
}

h4 {border-bottom:1px solid #999; margin-bottom:15px; padding-bottom:5px;}

.addbox {border:1px solid #04345A; padding:5px 10px 5px 30px;}

p.setsumeiform {padding: 7px 10px 5px 10px; border:1px solid #afeeee; text-align:center;  width:70%; margin:0 auto; background-color:#afeeee;  font-weight:bold;}

.pastsession {background-color:#EC6516; color:#fff; text-align:center; padding: 10px;}
.pastsession a {color:#fff; font-weight:bold;}

.shiensoft dl {margin-bottom:15px;}

.shiensoft dd {text-align:center;}

.shiensoft dt {display:inline-block; margin-right:15px; border:1px solid #00377E; position: relative; font-weight:bold; letter-spacing: 1.5px;
margin-bottom: 20px;width: 100%;height: 30px;color: #F6F6F6;line-height: 30px;text-align: center;background: #00377E;z-index: 0;font-size:16px;}

.shiensoft dt::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00377E transparent transparent transparent;
}

/*---OID用タイトル---*/
h2.oid_f {
	letter-spacing: 2px;
	font-size: 100%;
}

/*---項目タイトル---*/
/*---大項目下線あり---*/
h3.titlepage_sub01 {
	clear: both;
	width: 100%;
	letter-spacing: 3px;
	font-size: 130%;
	line-height: 130%;
	font-weight: normal;
	color: #24486C;
	padding-bottom: 6px;
	margin: 10px 0 15px 0;
	_height: 1em; /* for IE6 */
position: relative;
border-bottom: 4px solid #ccc;

}

h3.titlepage_sub01:after {	position: absolute;  bottom: -4px;  left: 0;  content: ''; width: 20%;  border-bottom: 4px solid #04345A;}

/*---大項目○あり---*/
h3 span.titlepage_sub01_text {
	display: block;
	padding: 10px 0 0 0;
	_height: 1em; /* for IE6 */
}

/*---h4フォーマット作成 中項目---*/
h4.titlepage_sub01 {
clear: both;
letter-spacing: 3px;
font-size: 100%;
line-height: 160%;
font-weight: normal;
text-indent: 10px;
color: #333;
padding: 5px 0;
background-color: #ECF7FF;
border-left: 5px solid #24486C;
margin: 10px 0 8px 0;
}

h4.sectionh {border-bottom:1px solid #ddd; margin:15px 0;}

/*---大項目○なし---*/
h3 span.titlepage_sub02_text {
	display: block;
	padding: 10px 0 0 0;
	_height: 1em; /* for IE6 */
}

/*---中項目○あり---*/
h4 span.titlepage_sub01_text {

}

ul.sectionul li {list-style:none;padding-left:1.4em;
text-indent:-1.4em;}



/*---セクションコンテンツ---*/

#main .content {
	clear: both;
	width: 700px; /*597pxの場合IE不具合*/
	margin: 0 0 10px 0px;
}

#main div.center {
}

#main div.right  {
	text-align: right;
}

#main div.center table { /* テーブル用 for FF*/
}

.u-line01 {padding-left:350px;}
.u-line02 {padding-left:298px;}
.u-line03 {padding-left:260px;}

/*テーブル
-----------------------------------------------*/
/*テーブル　｜部門の還元情報／公開情報
-----------------------------------------------*/
table {width:100%;	border: 1px solid #91A1CD;	border-collapse: collapse;	margin: 5px 0px 20px 0px;}

table th {	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #91A1CD;
	background-color: #F1F1F1;
	padding: 5px;}
	
table td {	text-align: center;
	border: 1px solid #91A1CD;
	padding: 5px; vertical-align:middle;}

.tbl_info_section {
}

.tbl_info_section th {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #91A1CD;
	background-color: #F1F1F1;
	padding: 5px;
}

.tbl_info_section th.col {
	background-color: #C9D8E9;
}

.tbl_info_section td {
	text-align: center;
	border: 1px solid #91A1CD;
	padding: 5px;
}

.additionaltable td {border:none;}
.additionaltable {border:none;}

.siryotable table td:nth-child(1){text-align:left;}

.uarrow {text-align:center; padding: 0px 0; color:#AFEEEE; font-size:46px; margin-top:-10px; line-height:100%;}

/*---ファイル掲載の表---*/
.tbl_material {
	border: 1px solid #91A1CD;
	border-collapse: collapse;
}

.tbl_material th {
	font-weight: normal;
	text-align: center;
	border: 1px solid #91A1CD;
	background-color: #C9D8E9;
	padding: 5px;
}

.tbl_material td {
	border: 1px solid #91A1CD;
	padding: 5px;
	text-align:left;
}

/*---surveydata.htmlコード表以外---*/
/*versionセル*/
.tbl_material td.ver {
	text-align: center;
}

/*ファイルサイズセル*/
.tbl_material td.f_size {
	text-align: center;
}

/*更新年月日セル*/
.tbl_material td.date_update {
	text-align: center;
}


/*---surveydata.htmlコード表---*/
/*検査・ICU・SSIセル*/
.tbl_material td.section_01_code {
	width: 35px;
	text-align: center;
}

/*全入院セル*/
.tbl_material td.section_02_code {
	width: 50px;
	text-align: center;
}

/*更新年月日セル*/
.tbl_material td.date_update_code {
	width: 130px;
	text-align: center;
}



/*---テーブル共通---*/
td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

/*---テーブル(ノーマル)---*/
.tbl_none th {
	border: none;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

.janistable td:nth-child(2) {text-align:left;}

.tbl_none td {
	border: none;
	padding: 0px;
}

.tbl_noborder_tdleft {
	border: none;
}

.tbl_noborder_tdleft td {
	border: none;
	padding: 0px;
	text-align: left;
}

/*SPAN
-----------------------------------------------*/
span.green {color:#13761E;}


/*リスト
-----------------------------------------------*/
#main ul {
	margin: 10px 3px 10px 0;
	font-size: 100%;
	line-height: 160%;
}

ul.pdf_link {}

#main ul.additionbox {padding-left:64px;}

dl.pdf_link dt {display:inline-block; width:250px;}
dl.pdf_link dd {	display: inline-block;	background: url(../images/common/icon_pdf.gif) no-repeat 0em .2em;	list-style: none;	margin: 0 0 5px 0;	_margin: 0 0 5px 18px; /* for IE */	padding: 0 0 0 24px;}

a.pdf_link {background: url(../images/common/icon_pdf.gif) no-repeat 0em .2em; padding-left:22px; font-size:14px;}

#main li {
	margin: 0 0 5px 15px;
}

#main ul.seigyo li {list-style-type:none;}

#main ol {
	margin: 10px 3px 10px 0;
	font-size: 100%;
	line-height: 160%;
}


#main .nolist li {
	list-style: none;
}

/*---番号リスト(JANISについて)---*/
#main ol.list_ex li { /*番号リストの中に説明文(explanation)を入れる場合*/
	margin-bottom: 20px;
}

#main ul.parenthesis { /*(1)リスト*/
	list-style: none;
}

#main ul.parenthesis li {
	text-indent: -30px;
	margin-left: 80px;
}


#main ul.ol_parenthesis { /*番号リストの中の(1)リスト*/
	list-style: none;
}

#main ul.ol_parenthesis li {
	text-indent: -5px;
	margin-left: 5px;
}


#main ul.ol_parenthesis ul.in_parenthesis li {/*番号リストの中の(1)リストの中の説明文*/
	margin-left: 20px;
}


#main ul.in_parenthesis li {/*(1)リストの中の説明文*/
	text-indent: 0px;
	margin-left: 0px;
}



/*---リンク付きアイコン(リスト矢印)---*/
#main .list_link li {
	list-style: none;
}

#main .list_link li a {
	display: inline-block;
	background: url(../images/common/arrow-r.png) no-repeat 0em .2em;
	list-style: none;
	margin: 0 0 5px 0;
	_margin: 0 0 5px 18px; /* for IE */
	padding: 0 0 0 25px;
}

/*---リンク付きリスト(PDF)---*/

#main .pdf_link li {
	list-style: none;
}

#main .pdf_link li a {
	display: inline-block;
	background: url(../images/common/icon_pdf.gif) no-repeat 0em .2em;
	list-style: none;
	margin: 0 0 5px 0;
	_margin: 0 0 5px 18px; /* for IE */
	padding: 0 0 0 24px;
}


/*---リンク付きアイコン(画像拡大)---*/

#main .popup_link {
	text-decoration: none;
}

#main a span.magnify_link {
	display: inline-block;
	font-size: 85%;
	line-height: 160%;
	text-decoration: none; /*for IE*/
	text-indent: 13px;
	background: url(../images/common/icon_glass.gif) no-repeat 0em .2em;
	margin: 0 0 5px 0;
	padding: 0 0 0 6px;
}

/*---リンク付きアイコン(別ウィンドウ表示)---*/
#main .blank_link li {
	list-style: none;
}

#main .blank_link li a {
	display: inline-block;
	background: url(../images/common/blankwindow.png) no-repeat 0em .2em;
	list-style: none;
	margin: 0 0 5px 0;
	_margin: 0 0 5px 18px; /* for IE */
	padding: 0 0 0 24px;
}


/*---リンク付きアイコン(インデックス)---*/
#main .list_index li {
	list-style: none;
	float: left; /* for IE */
	white-space: nowrap;
	margin: 0 0 5px 13px;
	_margin: 0 0 5px 10px; /* for IE */
}

#main .list_index li a {
	display: inline-block;
	float: left; 
	background: url(../images/common/arrow-b.png) no-repeat 0em .5em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 17px;
}


/*ページトップへ
-----------------------------------------------*/
p.pagetop {
	clear: both;
	text-align: right;
	font-size: 85%;
	line-height: 160%;
	letter-spacing: 1px;
	text-indent: 0;
	margin-top:5px;
}


p.pagetop a {
	display: inline-block;
	text-decoration: none;
	background: url(../images/common/arrow-t.png) no-repeat 0em .2em;
	padding: 0 0 0 20px;
	margin: 0 5px 0 0;
}


/*Adbe Reader ダウンロード
-----------------------------------------------*/
#main div.adbe {
	margin-top: 20px;
}

#main .adbe p {
	font-size: 85%;
	line-height: 145%;
	color: #666666;
	text-indent: 0;
}
