@charset "utf-8";
/* CSS Document */

/* リセット */
* {
  margin:0;
  padding:0;
}
body{
  line-height:1.5;
/*text-align:left;*/
  font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin:0;
  padding:0;
  color:#000;
  font-size:0.8em;
  text-align:center;
}
/* マージン・パディングのみ */
p,blockquote,form,caption,dl,dt,dd{
  margin:0;
  padding:0;
  text-align:left;
}
/* リスト */
ul,ol,li{
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:left;
}
/* 表 */
table{
  margin:0;
  padding:0;
  border:0;
  border-collapse:collapse;
  border-spacing:0;
}
th,td{
  padding:0;
  border:0;
  font-size:100%;
  font-weight:normal;
  text-align:left;
}
/* 見出し */
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-size:100%;
  font-weight:normal;
  text-align:left;
}
/* 画像 */
img{
  border:0;
  vertical-align:bottom;/* 下にできる隙間をなくす */
  margin:0;
  padding:0;
}
/* アドレス */
address{
  font-style:normal;
  font-weight:normal;
  text-align:left;
}
/* 強調 */
em{
  font-style:normal;
  font-weight:normal;
}
/* ブラウザ間での文字サイズの差異をなくす */
textarea,input,select{font-size:100%;}
/* 引用符を表示しない */
q:before,q:after{content:'';}
/* 下点線を表示しない */
abbr,acronym{border:0;}

a img {
  border:none;
}
a {
  color:#0033FF;
  text-decoration:underline;
}
a:hover {
  text-decoration:none;
}
/* ----------------------------------------------------------- */
/*clearfix ここから
---------------------------------------------------------------*/
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
  min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */
/*clearfix ここまで
---------------------------------------------------------------*/
/*IE7ハック ここから
---------------------------------------------------------------*/
*:first-child+html #header #nav {
  padding-top:5px;
}
/*IE7ハック ここまで
---------------------------------------------------------------*/
/*==========================================================*/

#header {
  width:950px;
  margin:10px auto;
}
#header h1{
  width:400px;
  float:left;
  margin-top:5px;
}



.ttl {
/*	font-weight: bold;*/
}


div#header .size {
    margin: 5px 5px 5px 5px;
}

div#header .size img {
	vertical-align: middle;
}

#header #switch_Btn{
    background: rgba(0, 0, 0, 0) ;
    float: left;
    min-height: 50px;
    padding-left: 15px;
    position: relative;
    width: 108px;
    z-index: 1;
}

#header .ac-tools ul li, #header .ac-tools ul li a {
    display: inline;
}
#header .ac-tools ul li a {
    border: 1px solid #ddd;
    padding: 2px 5px;
    text-decoration: none;
}

#header .ac-tools ul li a:hover {
    background-color: #de87cc;
    border: 1px solid #ddd;
     color: #fff;
   padding: 2px 5px;
    text-decoration: none;
}

#header #header_right{
  width:165px;
  float:right;
}


#header #header_right #btn_left{
	width:100px;
	float:left;
}
#header #header_right #btn_left li{
	padding:6px 0px;
}
#header #header_right #btn_right{
	width:144px;
	float:right;
}
#header #header_right #btn_right li{
	padding-bottom:5px;
}
/*==========================================================*/
#footer_bg01{
  background-color:#FEFAE0;
  padding:30px 0;
}
#footer_bg02{
  background-color:#2D7939;
  padding:20px 0;
}
#footer p{
  width:950px;
  margin:0 auto;
  text-align:center;
}
#footer p a{
	color:#0059b2 !important;
}

#copyright p{
  color:#FFFFFF;
  width:950px;
  margin:0 auto;
  text-align:center;
}
/*==========================================================*/

.cl{clear:both;}
.mt0{margin-top:0;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mb0{margin-bottom:0;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mr10{margin-left:10px;}
.ml15{margin-left:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}

table{
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
}

table.result_table,table.tim{
  width:949px;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  margin:10px 0 0;
}

#realtime table#datatable thead th,
#realtime table#datatable td {
  white-space: nowrap;
  overflow: hidden;
}
table.tim2{
  width:949px;
  border-top:0px solid #CCC;
  border-left:1px solid #CCC;
  margin:0px 0;
}

table th{
  background-color:#EEEEEE;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px;
}
table td{
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px;
}
table .cen{
  text-align:center;
}

td.fff {
/*	background-color: #EEEEEE;*/
  background-color: #f7fbff;
}

div.fff {
/*	background-color: #EEEEEE;*/
  background-color: #f7fbff;
}

td.fff2 {
	background-color: #EEEEEE;
	width: 335px;
}
td.refvalover {
	color: #ff0000;
}
td.hidden1 {
	color: #FFF;
}
td.hidden2 {
	color: #EEE;
}
th span.hidden{
	color: #d7e2f7;
}

/*追加共通=====================================================*/
.d-inline{ display: inline;}
ul.disc li {
	list-style-type: disc;
	margin-left: 25px;
}
ul.circle li {
  list-style-type: circle;
  margin-left: 25px;
}
ol.decimal li {
	list-style-type: decimal;
	margin-left: 25px;
}
.text-cen{ text-align: center;}
.text-lef{ text-align: left;}
.text-rig{ text-align: right;}

input[type="checkbox"],
input[type="checkbox"]+label,
input[type="radio"],
input[type="radio"]+label {
	cursor: pointer;
}

/* 文字サイズボタンのスタイル（背景色ボタンと同様のデザイン） */
#text-resizer-controls {
	vertical-align: middle;
}

#text-resizer-controls li {
	display: inline-block;
	margin-right: 2px;
	vertical-align: top;
}

#text-resizer-controls li a {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	white-space: nowrap;
	vertical-align: middle;
}

/* 「標準」の2文字ボタンのみ幅とフォントサイズを調整 */
#text-resizer-controls li a.f2 {
	width: 40px;
	font-size: 15px;
}

/* ホバー時のスタイル */
#text-resizer-controls li a:hover {
	background-color: #f0f0f0;
	border-color: #999999;
}

/* 選択された状態のスタイル */
#text-resizer-controls li a.selected {
	background-color: #4A90E2;
	color: #ffffff;
	border-color: #4A90E2;
}

/* クリック時の視覚効果を強化 */
#text-resizer-controls li a:active {
	background-color: #2E5BBA;
	transform: scale(0.95);
}

/* セクション見出し用のスタイル */
.section-heading {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 15px;
}

.section-heading-small {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 15px;
}

/* ラベル用のスタイル */
.radio-label {
	/*font-size: 14px !important;*/
}

/* 測定項目のラベル用の追加スタイル */
.measurement-item label {
	/*font-size: 14px !important;*/
}

/* ナビゲーションボタン用のスタイル */
.nav-button {
	/*font-size: 11px !important;*/
}

.special-button {
	/*font-size: 12px !important;*/
}

/* テーブル用のスタイル */
.table-header {
	font-weight: bold;
	padding: 4px;
	/*font-size: 14px;*/
	border: 1px solid #000;
  background-color: #C9FFB5;
}

.table-header-small {
	font-weight: bold;
	padding: 4px;
	/*font-size: 13px;*/
	vertical-align: top;
	border: 1px solid #000;
  background-color: #C9FFB5;
}

.table-cell {
	padding: 4px;
	/*font-size: 13px;*/
	line-height: 1.3;
	border: 1px solid #000;
}

/* ヘッダー周りの背景色を白にする（他の部分に影響しないように限定） */
#header_menu {
  background: #fff !important;
  position: relative;
  z-index: 10;
}

/* 直下の帯や他要素には影響しないようにリセット */
/* #header_menu + div,
#header_menu + * {
  background: initial !important;
} */

/* 全てのメニューを表示ボタンのホバー時 */
#imgbtn_all_open_menu:hover {
	position: relative;
    top: 2px;
}

/* 青テーマ時、ヘッダーのみ白背景に限定 */
/* body.blue {
  color: #000 !important;
  background-color: #00008b !important;
}

body.blue #header_menu {
  background: #fff !important;
  position: relative;
  z-index: 10;
}

body.blue #header_menu + div,
body.blue #header_menu + * {
  background: initial !important;
}

body.blue #contents {
  background-color: #00008b !important;
}

body.blue #main {
  background-color: #00008b !important;
}

body.blue #p_list {
  background-color: #00008b !important;
} */
