@charset "utf-8";
/*
Theme Name: 江戸川地域産業保健センター
Author: 株式会社シュア
*/

/**
 * TOC
 * 
 * common
 * header
 * middle
 * main メインコンテンツ
 * side サイドバー
 * footer
 *
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
/**
 * common
 * 
 * base-font-size: 88% 14px
 * 10px 72%
 * 11px 79%
 * 12px 86%
 * 13px 93%
 * 14px 100%
 * 15px 108%
 * 16px 115%
 * 17px 122%
 * 18px 129%
 * 19px 136%
 * 20px 143%
 * 21px 150%
 * 22px 158%
 * 23px 165%
 * 24px 172%
 * 25px 179%
 * 26px 186%
 */
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	line-height: 0;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	color: #333;
	padding-bottom: 15px;
}
a {
	text-decoration: none;
	color: #555;
}
a:link,
a:visited {
}
a:hover,
a:active {
	text-decoration: underline;
}
sub,
sup {
	font-size: 72%;
}
em {
	font-weight: bold;
}
.mb_10{
    margin-bottom: 10px !important;
}
.mb_20{
    margin-bottom: 20px !important;
}
.mt_20{
    margin-top: 20px !important;
}
.mt_10{
    margin-top: 10px !important;
}
.pt_10{
    pading-top: 10px !important;
}
.figure-right {
	float: right;
	padding: 15px 15px 0;
}
.figure-left {
	float: left;
	padding: 15px 15px 0;
}
.smaller {
	font-size: 86%;
}
.smallest{
	font-size: 79%;
}
.larger {
	font-size: 115%;
}
.caption {
	font-size: 79%;
}
.notice {
	color: #ff5a00;
}
.attention {
	color: #e60012;
}
.mark-1 {
	color: #17a4eb;
}
.mark-2 {
	color: #5ab20e;
}
.marker-angle-right {
	background: url(../images/marker-angle-right.png) left center no-repeat;
	padding: 2px 0 0 16px;
	font-size: 86%;
}
.marker-arrow-right {
	background: url(../images/marker-arrow-right.png) left top no-repeat;
	padding: 0 0 0 20px;
}
.marker-icon-pdf {
	background: url(../images/marker-icon-pdf.png) right top no-repeat;
	padding: 0 20px 3px 0;
}
.marker-icon-word {
	background: url(../images/marker-icon-word.png) right top no-repeat;
	padding: 0 20px 3px 0;
}
.marker-icon-xls {
	background: url(../images/marker-icon-xls.gif) right top no-repeat;
	padding: 0 20px 3px 0;
}

/**
 * clearfix
 */
.nav-global,
.middle,
.multi,
.content,
.list-border li,
.list-border-2 li {
	zoom:1;
}
.nav-global:after,
.middle:after,
.multi:after,
.content:after,
.list-border li:after,
.list-border-2 li:after {
	content: "";
	display: block;
	clear: both;
}
/**
 * border-radius
 * gte IE 9, Firefox 4, Chrome 5, Safari 5, Opera 10.5, iOS 4, Android 2.2
 */
.section-box .content,
.section-side {
	border-radius: 3px;
}
/**
 * wrapper
 */
.wrapper {
	border-top: 4px solid #ff9396;
}
/**
 * header
 */
.header {
	width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
}
.header .description {
	font-size: 79%;
	padding: 7px 5px 0;
}
.header h1 {
	padding: 3px 5px 0;
}
/**
 * nav-global
 */
.nav-global {
	margin-top: 20px;
}
.nav-global li {
	height: 67px;
	float: left;
}
.nav-global li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* Home */
.nav-global .nav-home {
	width: 63px;
}
.nav-global .nav-home a {
	background: url(../images/button-nav-home.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-home a:hover,
.nav-global .nav-home a:active {
	background: url(../images/button-nav-home.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* サービスの概要 */
.nav-global .nav-overview {
	width: 113px;
}
.nav-global .nav-overview a {
	background: url(../images/button-nav-overview.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-overview a:hover,
.nav-global .nav-overview a:active {
	background: url(../images/button-nav-overview.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 定期健康診断結果に基づく医師の意見聴取 */
.nav-global .nav-advisement-checkup {
	width: 227px;
}
.nav-global .nav-advisement-checkup a {
	background: url(../images/button-nav-advisement-checkup.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-advisement-checkup a:hover,
.nav-global .nav-advisement-checkup a:active {
	background: url(../images/button-nav-advisement-checkup.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 脳・心疾患のリスクが高い労働者への保健指導 */
.nav-global .nav-advisement-disease {
	width: 315px;
}
.nav-global .nav-advisement-disease a {
	background: url(../images/button-nav-advisement-disease.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-advisement-disease a:hover,
.nav-global .nav-advisement-disease a:active {
	background: url(../images/button-nav-advisement-disease.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* メンタルヘルス不調の労働者への相談・指導 */
.nav-global .nav-advisement-mental {
	width: 140px;
}
.nav-global .nav-advisement-mental a {
	background: url(../images/button-nav-advisement-mental.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-advisement-mental a:hover,
.nav-global .nav-advisement-mental a:active {
	background: url(../images/button-nav-advisement-mental.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 長時間労働者への面接指導 */
.nav-global .nav-guidance-worker1 {
	width: 201px;
}
.nav-global .nav-guidance-worker1 a {
	background: url(../images/button-nav-guidance-worker1.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-guidance-worker1 a:hover,
.nav-global .nav-guidance-worker1 a:active {
	background: url(../images/button-nav-guidance-worker1.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 高ストレス者に対する面接指導 */
.nav-global .nav-guidance-worker2 {
	width: 194px;
}
.nav-global .nav-guidance-worker2 a {
	background: url(../images/button-nav-guidance-worker2.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-guidance-worker2 a:hover,
.nav-global .nav-guidance-worker2 a:active {
	background: url(../images/button-nav-guidance-worker2.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 働く人のこころの健康相談窓口 */
.nav-global .nav-counseling-mental {
	width: 143px;
}
.nav-global .nav-counseling-mental a {
	background: url(../images/button-nav-counseling-mental.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-counseling-mental a:hover,
.nav-global .nav-counseling-mental a:active {
	background: url(../images/button-nav-counseling-mental.png) 0 -67px no-repeat;
	background-size: 100%;
}
/* 個別訪問による産業保健指導 */
.nav-global .nav-counseling-personal {
	width: 138px;
}
.nav-global .nav-counseling-personal a {
	background: url(../images/button-nav-counseling-personal.png) no-repeat;
	background-size: 100%;
}
.nav-global .nav-counseling-personal a:hover,
.nav-global .nav-counseling-personal a:active {
	background: url(../images/button-nav-counseling-personal.png) 0 -67px no-repeat;
	background-size: 100%;
}
/**
 * upper
 */
.upper {
	background: url(../images/bg-eyecatch.png) repeat-x;
}
.upper .eyecatch {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
	height: 90px;
/*
	background: url(../images/eyecatch.png) 615px 0 no-repeat;
*/
}
.upper .eyecatch p{
	margin: 0 auto;
	width: 1000px;
}
.upper .eyecatch .header-eyecatch {
	margin: 32px 0 0 10px;
}
/* home */
.upper.home {
	background: url(../images/bg-eyecatch-home.png) repeat-x;
}
.upper.home .eyecatch {
	height: 174px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 15px;
	background: url(../images/eyecatch-home.png) left bottom 1px no-repeat;
    background-size: 550px;
    box-sizing: border-box;
}
.upper.home .eyecatch p {
    width: 100%;
    box-sizing: border-box;
	padding-left: 540px;
    padding-top: 15px;
	font-size: 93%;
}
.upper.home .eyecatch p .note-eyecatch {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 110%;
	color: #333;
}


/**
 * middle
 */
.middle {
	width: 1000px;
	margin: 15px auto 0;
	padding: 0 15px;
}
.breadcrumb {
}
.breadcrumb a,
.breadcrumb span {
}
/**
 * main
 */
.main {
	width: 760px;
	min-height: 700px;
	padding: 0 14px 5px 0;
	float: left;
	border-right: 2px dotted #ddd;
}
.main a {
	color: #17a4eb;
}
.multi{
	margin-top: 35px;
}
.txt-indent2{
	text-indent:-2em;
	margin-left:2em;
}
/**
 * section-main
 */
.section-main {
	margin: 40px 0 0;
}
.section-main.section-first {
	margin-top: 15px;
}
.section-main h2 {
	line-height: 1;
	font-size: 167%;
	font-weight: bold;
	padding: 0 .1em 7px;
	background: url(../images/bg-header-section.png) left bottom repeat-x;
}
.section-main h2 .mark-1 {
}
.section-main .figure {
	margin: 30px 0 0;
}
.section-main .lead {
	padding: 0 15px;
}
.section-main .body {
	padding: 15px 15px 0;
}
.section-main .action {
	padding: 10px 15px 0;
}
.section-main .body-follow {
	padding: 0 15px;
}
.section-main .figure-map {
	margin: 15px auto 0;
	width: 425px;
}
.section-main .figure-map iframe {
	margin-bottom: 3px;
}
.section-main .figure-map small {
	font-size: 86%;
}
.section-narrow {
	width: 480px;
	float: left;
}
.section-narrow h2 {
	width: 478px;
}
.section-first {
	margin-top: 15px;
}
/**
 * section-box
 */
.section-box {
	width: 365px;
	margin: 10px 5px 0;
	float: left;
}
.section-box.row-first {
	margin-top: 15px;
}
.section-box a {
	color: #555;
}
.section-box h3 {
	background: url(../images/bg-header-service.png) left top no-repeat;
	min-height: 35px;
	position: relative;
	margin: 0 0 -40px;
	padding-top: 12px;
}
.section-box h4.nomarker {
	background-image:none;
	color:#834C2D;
	font-weight:bold;
	padding:15px 15px 0px;
}
.section-box h3 .marker-decimal {
	color: #fff;
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 172%;
	line-height: 1;
	margin-left: 20px;
}
.section-box h3 .header-service {
	position: absolute;
	top: 22px;
	left: 60px;
	color: #834c2d;
	font-weight: bold;
}
.section-box h3 .header-service-s {
	position: absolute;
	top: 22px;
	left: 60px;
	color: #834c2d;
	font-weight: bold;
	font-size:93%;
}
.section-box .content {
	width: 351px;
	border: 2px solid #f9be20;
	background: #fff9ec;
	margin: 0 0 0 10px;
	padding: 30px 0 10px;
}
.section-box .content .action-right {
	padding: 10px 15px 0;
	text-align: right;
}
.section-main .action-right {
	padding: 20px 30px 0 0;
	text-align: right;
}
.section-box.row-first .content {
}
.section-box.row-second .content {
	min-height: 100px;
}
p.section-pic{
	background-image: url(../images/bg-pic.png) ;
	background-repeat: no-repeat!important;
	background-size: 240px, 180px;
	width:240px;
	height:180px;
	margin:20px 0 0 20px;
}
.content .marker {
	position: relative;
	padding-left: 1.5em;
}
.content .marker i{
	position: absolute;
	font-size: 1em;
	left: 0;
}
/**
 * section-box-border
 */
.section-box-border{
    border: 1px solid #e1e1e1;
    width: 718px;
    margin: 1px 0 0 0;
    padding: 10px;
}
/**
 * aside-main
 */
.aside-main {
	margin: 40px 0 0;
}
.aside-main h2 {
	border-left: 3px solid #ddd;
	padding: 3px 0 0 5px;
	line-height: 1;
	font-size: 129%;
	font-weight: bold;
}
.aside-main .content {
	border: 1px solid #ddd;
	background: #fafafa;
	margin: 10px 20px 0 0;
	padding: 15px 0;
}
.aside-main .content-inner {
	margin: 20px 0 0 1em;
}
.aside-main .content h3 {
	padding: 0 15px;
	font-weight: bold;
	font-size: 108%;
}
.aside-main .content p {
	padding: 0 15px;
}
.aside-main .note {
	margin: 10px 0 0;
}
.aside-main .note.ind {
	text-indent:-1em;
	padding-left:1em;
	margin-left:15px;
}
.aside-main .action {
	padding: 10px 15px 0;
}
.aside-main .sub-content {
	margin: 10px 0 0 2em;
}
.aside-main .content .ind {
	margin-left: 1em;
}
.figure-mail {
	vertical-align: middle;
}
/**
 * attached-main
 */
.attached-main {
	border: 1px solid #ddd;
	background: #fafafa;
	padding: 15px;
	margin: 15px 15px 0;
}
/**
 * list-border
 */
.list-border {
	margin: 25px 20px 0 0;
}
.list-border li {
	padding: 20px;
	border-bottom: 2px dotted #ddd;
	background: #fffefa;
}
.list-border .row-first {
	border-top: 2px dotted #ddd;
}
.list-border .line-single {
	margin-top: 1em;
}
.list-border .color-1 {
	background: #fff8e5;
}
.list-border .color-2 {
	background: #ffe8e8;
}
.list-border .marker-decimal {
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	width: 30px;
	font-size: 380%;
	line-height: 1;
	font-weight: bold;
	color: #ababab;
}
.list-border .color-1 .marker-decimal,
.list-border .color-2 .marker-decimal,
.list-border .color-3 .marker-decimal {
	color: #4ead00;
}
.list-border .content {
	padding-left: 50px;
}
.list-border .body {
	padding: 0;
	font-size: 115%;
}
.list-border .caption {
	font-size: 86%;
	margin-top: 5px;
}
/**
 * list-border-2
 */
.list-border-2 {
	margin: 20px 20px 0 0;
}
.list-border-2 li {
	padding: 10px;
}
.list-border-2 li+li {
	border-top: 2px dotted #ddd;
}
.list-border-2 .marker-date {
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	width: 60px;
	font-size: 143%;
	line-height: 1;
	font-weight: bold;
	color: #ababab;
	word-wrap: nomal;
}
.list-border-2 .content {
	padding-left: 70px;
}
/**
 * list-document
 */
.main .list-document {
	margin: 20px 10px 0;
}
/* ol.list-document */
.main ol.list-document li {
	list-style: decimal;
	margin-left: 2em;
	margin-top: 15px;
}
.main ol.list-document p {
	margin-top: 5px;
}
.main ol.list-document ol {
	margin-top: 10px;
}
.main ol.list-document ol li {
	margin-top: 5px;
}
/* ul.list-document */
.main ul.list-document li {
	list-style: disc;
	margin-left: 2em;
	margin-top: 15px;
}
/**
 * list-dot
 */
.list-dot{
    list-style: disc;
    margin: 0 0 0 20px;
}
.list-dot li{
    margin-bottom: 10px;
    color: #ccc;
}
.list-dot li span{
    color: #000;
}
.list-dot li:last-child{
    margin-bottom: 0px;
}
/**
 * side
 */
.side {
	width: 210px;
	float: left;
	padding: 0 0 5px 14px;
}
.side .map {
	margin-top: 10px;
}
#figure-map {
	width: 208px;
	height: 158px;
	border: 1px solid #d4d4d4;
	margin-bottom: 3px;
}
.side .map small {
	font-size: 72%;
}
.side .banner {
	margin-top: 15px;
}
.side .banner li {
	margin-top: 10px;
}
a.hover:hover{
	opacity:.7;
	transition: all .2s ease-in-out;
}
/**
 * section-side
 */
.section-side {
	margin: 10px 0 0;
	border: 1px solid #d4d4d4;
}
.section-side h2 {
	padding: 5px 10px;
	border-bottom: 1px solid #d4d4d4;
	background: url(../images/bg-header-1.gif) repeat-x;
}
.section-side .contact-number {
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 143%;
	line-height: 1;
	font-weight: bold;
	word-wrap: break-word;
}
.section-side .contact-number-s {
	font-family: Trebuchet MS, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1;
	font-weight: bold;
	word-wrap: break-word;
}
.section-side .content {
	padding: 10px 5px;
}
.section-side .content p {
	margin: 10px 10px 0;
}
.section-side .content h3 {
	margin: 10px 5px 0;
	padding-top: 10px;
	border-top: 2px dotted #ddd;
}
.section-side .content ul {
	margin-top: 5px;
}
.section-side .content ul li {
	font-size: 79%;
	margin-left: 5px;
	padding-left: 12px;
	background: url(../images/marker-square.gif) left 3px no-repeat;
}
/**
 * footer
 */
.footer {
	width: 1000px;
	margin: 30px auto 0;
	padding: 0 15px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.footer .small {
	font-size: 72%;
}
/* nav-footer */
.nav-footer {
	margin: 0 0 10px 30px;
	border-left: 1px solid #ddd;
	font-size: 86%;
}
.nav-footer a {
	padding: 0 10px;
	border-right: 1px solid #ddd;
}
.footer .small {
	font-size: 79%;
	position: absolute;
	top: 0;
	right: 75px;
}
.footer .pagetop {
	position: absolute;
	top: 0;
	right: 45px;
}
.footer .pagetop img {
	vertical-align: top;
}
/**
 * IE6,7
 */
* html .sample,
*:first-child+html .sample {
	display: inline;
	zoom: 1;
}
/* whatsnew */
.box-whatsnew {
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
}
.box-whatsnew h2 {
	margin: 0 0 15px 0;
}
.box-whatsnew p.list-link a {
	position: absolute;
	background: url(../images/icon_arrow_a.png) no-repeat;
	background-size: 16px;
	font-size: 86%;
	color: #666;
	top: 0;
	right: 21px;
	padding-left: 21px;
}
.list-whatsnew li {
	padding: 0 0 10px 13px;
	margin: 0 10px 15px 16px;
	background: url(../images/background_border_bottom.gif) repeat-x left bottom;
}
.llist-whatsnew dl {
	width: 708px;
}
.list-whatsnew dt {
	float: left;
	position: relative;
}
.list-whatsnew dt span{
	position: absolute;
	top: 0;
	left: 108px;
}
.list-whatsnew dt.cat-0:before{
	content: url("../images/cat_0.gif");
	padding-right: 15px;
	position: absolute;
	top: 0;
}
.list-whatsnew dt.cat-1:before{
	content: url("../images/cat_1.gif");
	padding-right: 15px;
	position: absolute;
	top: 0;
}
.list-whatsnew dt.cat-2:before{
	content: url("../images/cat_2.gif");
	padding-right: 15px;
	position: absolute;
	top: 0;
}
.list-whatsnew dt.cat-3:before{
	content: url("../images/cat_3.gif");
	padding-right: 15px;
	position: absolute;
	top: 0;
}
.list-whatsnew dd {
	margin-left: 220px;
	padding-right: 10px;
}
.box-whatsnew .pager{
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: right;
}
p.detail{
	padding-top: 10px;
}
.detail.cat-0:before{
	content: url("../images/cat_0.gif");
	padding-right: 15px;
	position: relative;
	top: 0.4em;
}
.detail.cat-1:before{
	content: url("../images/cat_1.gif");
	padding-right: 15px;
	position: relative;
	top: 0.4em;
}
.detail.cat-2:before{
	content: url("../images/cat_2.gif");
	padding-right: 15px;
	position: relative;
	top: 0.4em;
}
.detail.cat-3:before{
	content: url("../images/cat_3.gif");
	padding-right: 15px;
	position: relative;
	top: 0.4em;
}
.attention{
	color: #FF0000;
}
.back_news{
	text-align: right;
	margin-top: 10px;
}
.back_news span:before{
	content:'';
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/icon_arrow_a.png") 0px 0px no-repeat;
	background-size: 16px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
/* NEWマーク */
.newMark{
	font-weight: bold;
	color: #ff0000;
}