@charset "utf-8";

/* 健康づくり・保健事業（SP）：style_health_promotion_sp.css
 * **************************************************
 * Elements ( Table / List )
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
/* Table：共通 */
#subPage .main table td:first-child {
	text-align: center;
}
#subPage .main table td {
	text-align: left;
}
/* 列：タイトル */
#subPage .main table.meeting02 th:first-child {
}
#subPage .main table.meeting02 td:first-child {
	background-color: #e1eefe;
	vertical-align: middle;
}
#subPage .main table.meeting02 td:nth-child(3){
  text-align: right;
}
#subPage .main table.meeting02 td:nth-child(4) >span {
  display: block;
  text-align: right;
}

#subPage .main table.meeting th:first-child {
}
#subPage .main table.meeting td:nth-child(4){
  text-align: right;
}
#subPage .main table.meeting td:nth-child(4) >span {
  display: block;
  text-align: right;
}
#subPage .main table.meeting td:first-child{
	vertical-align: middle;
  text-align: right!important;
}
#subPage .main table.meeting td.bg-g{
	background:#E8E4D3!important;
	text-align:center!important;
}
/*貸会議室(meeting.html)用*/
#subPage .main table.meeting_new td:first-child {
	background-color: #e1eefe;
	vertical-align: middle;
}
#subPage .main table.meeting_new td:nth-of-type(n + 2){
	text-align: right;
}


/* List */
/*  List：数字（１） */
#subPage .main ul.List1 {
	margin-left: 4.0em;
	text-indent: -3.0em;
	list-style-type: none;
	margin-bottom: 5px;
}
#subPage .main ul.List1 li {
	font-size: 1.4em; /* =14px */
}	
#subPage .main ul.List1 li dl {
	margin: -1.6em 0 1.6em 3em;
}
#subPage .main ul.List1 li dd {
	margin-left: -2em;
	text-indent: 0;	
}

/*  List：dl */
#subPage .main dl.List2 {
	list-style-type: none;
	margin-bottom: 5px;
}
#subPage .main dl.List2 dt {
	font-size: 1.4em; /* =14px */
	font-weight: bold;
}
#subPage .main dl.List2 dd {
	font-size: 1.4em; /* =14px */
	margin-left: 1em;
}
#subPage .main dl.List2 dd + dt {
	margin: 1.0em 0 0 0;
}

/*  dl + 数字（１） */
#subPage .main dl.List2 li {
	margin-left: 3.0em;
	text-indent: -3.0em;
}

/* dl + list */
#subPage .main dl.List2 li > ul >li {
	margin-left: -1em;
	text-indent: -1em;
}

/* li内部のファイルリンク */
/* Link：File */
#subPage .main dl.List2 li > ul.fileLink {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left:-4em;
}
#subPage .main dl.List2 li > ul.fileLink > li {
	font-size: 1.0em; /* =14px */
}
#subPage .main dl.List2 li > ul.fileLink:hover {
	background-color: #ffffff;
}
#subPage .main dl.List2 li > ul.fileLink a {
	display: block;
	padding: 8px 8px 8px 4.7em;
	color:#000000;
	text-decoration: none;
}
/* PDF */
#subPage .main dl.List2 li > ul.fileLink a[href$=".pdf"] {
	background: url(../../images/common/icon_pdf.png) no-repeat 30px 10px;
}

#subPage .main .btnDocr:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#subPage .main .btnDocr a {
	float: right;
	margin: 0;
	padding: 0;
	background: none;
}
#subPage .main .btnDocr a img {
	margin: 0 0 -5px 0;
	padding: 0;
}
#subPage .main .btnDocs a {
	margin: 0;
	padding: 0;
	background: none;
}

/*  List */
#subPage .main ul.List3 {
	list-style-type: none;
	margin-bottom: 5px;
}
#subPage .main ul.List3 li {
	font-size: 1.4em; /* =14px */
}	

/*  List：カタカナ ア） */
#subPage .main ul.List4 {
	margin-left: 3.0em;
	text-indent: -2.0em;
	list-style-type: none;
	margin-bottom: 5px;
}

#subPage .main ul.List4 li {
	font-size: 1.4em; /* =14px */
}	


/* Notes(文字の大きさ：標準) */
#subPage .main ul.notes_health {
	margin-left: 1em;
	text-indent: -1em;
}
#subPage .main ul.notes_health li {
	font-size: 1.4em; /* =14px */	
}

/* Notes(文字の大きさ：標準) */
#subPage .main p.notes_health {
	margin-left: 1em;
	text-indent: -1em;
}

/* Notes(文字の大きさ：標準)テーブル後 */
#subPage .main table + p.notes_health {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: -15px;
}

/* Notes(文字の大きさ：標準)テーブル後 */
#subPage .main table + ul.notes_health {
	margin-left: 1em;
	text-indent: -1em;
	margin-top: -15px;
}


/* 追加 */

/* 施設利用割引 */

#subPage .main table.allowance td:first-child {
}

#subPage .main table.allowance td.left {
	text-align: left;	
}

#subPage .main table.allowance td.center {
	text-align:center;	
}




#subPage .main table.allowance td.right {
	text-align: right;	
}

#subPage .main table.allowance th.width40 {
	width:40%;
}

/* 貸会議室 */
#subPage .main figure img{
	width: 100%;
}



/* フィットネス */
#subPage .main table.fitness td.left {
	text-align: left;	
}

#subPage .main table.fitness td.center {
	text-align:center;	
}

#subPage .main table.fitness td.right {
	text-align: right;	
}

#subPage .main ul.discList li.nodisc {
	background: none;
	text-indent:-1em;
	margin-left:-5px;
}

#subPage .main ul.fitnessList {
	margin-bottom: 15px;
}

#subPage .main ul.fitnessList li {
	padding-left:1em;
	text-indent:-1em;
	font-size:1.4em;
}

/* フィットネスクラブからのご案内 */
#subPage .main ul.club {
	margin:0 0 20px 0;
	padding:0;
}

#subPage .main ul.club li {
	margin:0 0 10px 0;
	padding:0;
}
#subPage .main ul.club li img {
	margin:0;
	padding:0;
}
#subPage .main ul.club a[href$=".pdf"]{
	background-image: none;
	padding-left: 0;
}


/* 海外赴任にかかる健康診断 */
#subPage .main dl.overseas {
	font-size: 1.4em;
	margin-bottom:10px;
}

#subPage .main dl.overseas dt {
	font-weight: bold;
}
#subPage .main dl.overseas dd {
	padding-bottom:15px;
}


/* 海外赴任にかかる予防接種 */

#subPage .main table.o_prevention {
	width:80%;
}

#subPage .main table.o_prevention td {
	text-align:right;
}

#subPage .main table.o_prevention td:first-child {
	text-align:left;
}

/* サイクルスポーツ写真 */
#subPage .main p.photo img {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#subPage .main p.photo img:first-child {
	margin-right:20px;
}

#subPage .main p.photo:after {
	clear:both;
}


/* Link：File */
#subPage .main ul.fileLink2 {
	border: 1px solid #cccccc;
	background-color: #efefef;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom:15px;
	margin-left:20px;
}

#subPage .main ul.fileLink2 li {
	padding: 8px 8px 8px 35px;
	font-size: 1.4em; /* =14px */
}



#subPage .main ul.fileLink2 li {
	padding: 8px 8px 8px 35px;
	font-size: 1.4em; /* =14px */
}




#subPage .main ul.fileLink2 a:hover {
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}

#subPage .main ul.fileLink2 a {
	display: block;
	margin: -8px -8px -8px -35px;
	padding: 8px;
	color:#000000;
	text-decoration: none;
}

/* 東京薬業健康保険組合直営保養施設 */
#subPage .share-btn {
	margin: 20px 0 15px 0;
}
#subPage .share-btn li {
	text-align: center;
	margin-bottom: 15px;
}
#subPage .share-btn li a {
	display: block;
}
#subPage .share-btn li img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
#subPage .main .share-btn a[href$=".pdf"] {
	background: none;
	padding-left: 0!important;
}/*インフルエンザ予防接種補助金*/
#subPage .main .imtDoc_t{
	margin:0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#subPage .main .imtDoc_t th,
#subPage .main .imtDoc_t td{
	border-left: 1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	background:#fff;}


#subPage .main .imtDoc_t thead th:nth-child(2),
#subPage .main .imtDoc_t thead th:nth-child(3){
	width:70px;
}


#subPage .main .imtDoc_t tbody th{
	text-align:left;
}

#subPage .main .imtDoc_t td{
	text-align:center!important;
}

#subPage .main .imtDoc_t td.left{
	text-align:left!important;
}
#subPage .main .imtDoc_t td dl.fileLink dd {
	text-align:cener;
	margin:0 auto;
}

#subPage .main .imtDoc_t td dl.fileLink dd a{
	display:inline-block;
	padding:0!important;
}
#subPage .main .imtDoc_t td dl.fileLink dd img{
	width: 60px;
	display: block;
	vertical-align:middle;
	float: none;
	margin:0 auto;
}
/*健康診断の概要*/
#subPage .main table.summary01{
  table-layout: fixed;
word-break: break-all;
  overflow-wrap : break-word;}

#subPage .main table.summary01 th,
#subPage .main table.summary01 td{
	overflow-wrap : break-word!important;
}

#subPage .main table.summary01 th {
	border-top: 1px solid #939494;
	border-right: 1px solid #939494;
}

#subPage .main table.summary01 td {
	text-align:center;
}

.bg-g{
	background:#d9d9d9!important;
}
.bg-p{
	background:#ffcc99!important;
}
.bg-b{
	background:#bdd7ee!important;
}
.bg-o{
	background:#ffd966!important;
}
.bg-e{
	background:#dbf2c4!important;
}
.th_p{
	background:#ff9999!important;	
}

#subPage .main table.sports thead th {
	font-size:140%;
	font-weight:bold;
}

#subPage .main table.sports thead th {
	text-align:center;
	width:calc(100%/3);
}
#subPage .main table.sports thead th:first-child{
	width:14%;
}

#subPage .main table.sports thead th img{
	display:block;
	margin:0 auto;
}


/*健康相談窓口*/

.gray-box {
	padding:18px 0 18px 10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;}

.gray-box ul.notes_health {
	margin-left:1.6em!important;
	text-indent:-1.6em!important;
	font-size: 114.286%!important;
}


/*健康管理センター*/

.line2{
	margin-bottom:30px;
	display:block;
}

.line2 li img{
	max-width:100%;
}


/*健康ポータルサイト「MY HEALTH WEB」*/

.qr-list{
	margin-bottom:20px;
	display:block;
}

.qr-list li{
	display:flex;
	width:100%;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}

.qr-list li img{
max-width:100%;}