@charset "utf-8";
/* CSS Document */


/* 初期化 */
body, div, p, h1, h2, h3, h4, h5, ul, ol, img, dl, dt, dd, img, a {
	margin: 0;
	padding: 0;
	border: 0;
/*	font-size: 100%;
	font-weight: normal;*/
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

body {
	font-size: 14px;
	color: #000000;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ffffff;
}

div, p, h1, h2, h3, h4, h5, ul, ol, dl, dt, dd, a {
	font-size: 100%;
	font-weight: normal;
}

th, td {
	font-size: 100%;
}

ul, ol {
	list-style-type: none;	
}

small {
	font-size: 80%;
}

p {
	margin-top: 1em;
}

p.firstLine {
	margin-top: 0;
}

.sub {
	font-size: 70%;
}


/* clear設定 */

.clearfix{
	/*\*/
	_height:1px;
	_overflow:visible;
	zoom:1;
	/**/
	/*\*//*/
	display:inline-table;
	/**/
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/*　ベースレイアウト　*/

#wrapper {
	position: relative;
	z-index: 0;
}

#headerArea {
	width: 100%;
    background-color: #ffffff;
	position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
}

#header {
	width: 920px;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header h1.kLogo {
	widh: 133px;
	height: 77px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .headerSUBmenu {
	width: 786px;
	height: 55px;
	position: absolute;
	top: 15px;
	left: 133px;
	text-align: right;
}

#header .headerSUBmenu ul {
	margin-bottom: 8px;
}

#header .headerSUBmenu li {
	display: inline;
	padding-right: 17px;
	padding-left: 17px;
	border-left: 1px solid #666;
	font-size: 12px;
}

#header .headerSUBmenu li a {
	text-decoration: none;
	color: #000000;
}

#header .headerSUBmenu li a:hover {
	text-decoration: underline;
	color: #000000;
}

#header .headerSUBmenu li a:visited {
	color: #000000;
}

#header .headerSUBmenu li.start {
	padding-left: 0;
	border-left: none;
}

#header .headerSUBmenu li.end {
	padding-right: 0;
}


#header .headerMAINmenu {
	width: 920px;
	height: 38px;
	position: absolute;
	top: 77px;
	left: 0px;
	z-index: 1;
}

#header .headerMAINmenu ul.menu li {
	float: left;
	position: relative;
	z-index: 1;
}

#header .headerMAINmenu ul.menu li.menu01 {
	width: 184px;
}

#header .headerMAINmenu ul.menu li.menu02 {
	width: 184px;
}

#header .headerMAINmenu ul.menu li.menu03 {
	width: 184px;
}

#header .headerMAINmenu ul.menu li.menu04 {
	width: 184px;
}

#header .headerMAINmenu ul.menu li.menu05 {
	width: 184px;
}

#header .headerMAINmenu ul.sub {
	width: 183px;
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
}

#header .headerMAINmenu ul.menu li.menu01 ul.sub {
	left: 3px;
}

#header .headerMAINmenu ul.sub a {
	width: 164px;
	color: #000;
	text-decoration: none;
	display: block;
}

#header .headerMAINmenu ul.sub a:hover {
	color: #000;
}

#header .headerMAINmenu ul.sub a:visited {
	color: #000;
}

#header .headerMAINmenu ul.sub li{
	padding: 0.6em;
	font-size: 0.86em;
	background-color: RGBa(255,255,255,0.9);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float:none;
}

#header .headerMAINmenu ul.sub li:hover{
	background-color: RGBa(255,255,145,1);
}


#header .headerMAINmenu ul.menu{
	zoom:1;
}

#header .headerMAINmenu ul.menu:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}


#contentArea {
	width: 913px;
	margin-top: 115px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#mainContent {
	width: 733px;
	_float: left;
	overflow: hidden;
}

#mainContent .breadcrumbList{
	width: 733px;
	height: 35px;
	margin-top: -11px;
	font-size: 11px;
	line-height: 15px;
	background-image:url(../img/bg_breadcrumb.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainContent .breadcrumbList p{
	padding-top: 13px;
	padding-left: 15px;
}

#mainContent .breadcrumbList a {
	text-decoration: underline;
	color: #000000;
}

#mainContent .breadcrumbList a:hover {
	text-decoration: none;
	color: #000000;
}

#mainContent .breadcrumbList a:isited {
	color: #000000;
}

#mainContent h2.TXT{
    padding-top: 1em;
    padding-bottom: 1.5em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 30px;
}


#sidemenuArea {
	width: 180px;
	margin-bottom: 30px;
	float: right;
/*	position: absolute;
	top: 0px;
	left: 733px;*/
}

#middleLink {
	font-size: 12px;
	line-height: 16px;
}

#middleLink ul {
	margin-bottom: 30px;
}

#middleLink li {
	margin-top: 9px;
	margin-left: 3px;
}

#middleLink li:before {
	content: ">" ;
	float: left;
}

#middleLink li a {
	margin-left: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
}

#middleLink li a:hover {
	text-decoration: underline;
}

/* added 15.12.07 */
#middleLink li li {
	margin-left: 21px;
	font-size: 85%;
}
/* added 15.12.07 */

#smallLink ul {
	margin-bottom: 10px;
}


#smallLink {
	font-size: 10px;
	line-height: 13px;
}

#smallLink li {
	margin-top: 7px;
	margin-left: 3px;
}

#smallLink li:before {
	content: ">" ;
	float: left;
}

#smallLink li a {
	margin-left: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
}

#smallLink li a:hover {
	text-decoration: underline;
}

#footer01 {
    width: 100%;
	margin-top: 90px;
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #e5e5e5;
	position: relative;
}

#footermenuArea {
	width: 913px;
	height: 460px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*--modoruのボタン--*/
#toPagetop {
	float: right;
	position: absolute;
	top: -80px;
	right: 0px;
	z-index: 0;
}

#footermenuArea #smallLink {
	float: left;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.fm01 {
	width: 200px; /*245*/
	left: 0px;
}

.fm02 {
	width: 130px; /*130*/
	left: 200px; /*245*/
}

.fm03 {
	width: 160px; /*150*/
	left: 350px; /*375*/
}

.fm04 {
	width: 215px; /*225*/
	left: 515px; /*510*/
}

.fm05 {
	width: 150px; /**/
	left: 760px; /*745*/
}

#footermenuArea #smallLink h3 {
	margin-bottom: 25px;
	_padding-top: 2px;
	font-size: 12px;
}

#footermenuArea #smallLink h3.second {
	margin-top: 40px;
}

#footermenuArea #smallLink li {
	margin-top: 10px;
}


#markArea {
	width: 913px;
	height: 109px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	position: relative;
}

#markArea li {
	margin-left: 20px;
	display: inline;
}

/* #markArea .SNS {
	width: 41px;
	height: 153px;
	margin-top: 0;
	text-align: left;
	position: absolute;  
	top: -114px;  
	left: 0;
}*/

#markArea .SNS {
	width: 200px;
	height: 41px;
	margin-top: 0;
	text-align: left;
	position: absolute;  
	top: -45px;  
	left: -20px;
}

#markArea .health {　/* 2019.04.15追加 */
	width: 300px;
	height: 100px;
	text-align: right;
	position: absolute;  
	top: -130px;  
	right: 0;
}　/* 2019.04.15追加 */

/* #markArea .SNS li {
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
}*/

#markArea .SNS li {
	margin-bottom: 0;
	margin-right: 6px;
	margin-left: 0;
	width: 41px;
	display: block;
}

#footer02 {
	padding-top: 10px;
	padding-bottom: 100px;
	background-color: #B02544;
}

#footer02Area {
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer02 .footerSUBmenu {
	position: absolute;
	top: 5px;
	left: 0px;
}

#footer02 .footerSUBmenu li {
	display: inline;
	padding-right: 17px;
	padding-left: 17px;
	border-left: 1px solid #ef9c9c;
	font-size: 12px;
	color: #ffffff;
}

#footer02 .footerSUBmenu li a {
	text-decoration: none;
	color: #ffffff;
}

#footer02 .footerSUBmenu li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#footer02 .footerSUBmenu li a:visited {
	color: #ffffff;
}

#footer02 .footerSUBmenu li.start {
	padding-left: 0;
	border-left: none;
}

#footer02 .footerSUBmenu li.end {
	padding-right: 0;
}

#footer02 .copyright {
	width: 288px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 625px;
}


div.relatedInformation {
	margin-top: 5em;
}

div.relatedInformation li {
	margin-top: 0.5em;
	overflow: hidden;
}

div.relatedInformation p {
	margin-top: 0;
	padding-left: 90px;
	text-align: justify;
	text-justify: inter-ideograph;
	_padding-left: 0;
	_float: left;
}

div.relatedInformation h4 {
	width: 60px;
	margin-right: 14px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	text-align: center;
	border: 1px solid #999;
	float: left;
}

div.relatedInformation h4.date {
	border: none;
}

div.relatedInformation a {
	text-decoration: underline;
}

div.relatedInformation a:hover {
	text-decoration: none;
}

.superscript {
	font-size: 70%;
	vertical-align: 2px;
}



/* レスポンシブ対応 */

@media (max-width: 767px) {

    #wrapper {
        padding-bottom: 3em;
    }

    #header {
	    width: 100%;
        height: 7.25em;
    }

    #header .headerMAINmenu {
        width: 100%;
    }

    #header .headerMAINmenu ul.menu li.menu01 {
	    width: 20%;
    }

    #header .headerMAINmenu ul.menu li.menu02 {
	    width: 20%;
    }

    #header .headerMAINmenu ul.menu li.menu03 {
	    width: 20%;
    }

    #header .headerMAINmenu ul.menu li.menu04 {
	    width: 20%;
    }

    #header .headerMAINmenu ul.menu li.menu05 {
	    width: 20%;
    }

    #header .headerMAINmenu ul.sub {
	    width: 99%;
    	top: 2.7em;
    }

    #header .headerMAINmenu ul.menu li.menu01 ul.sub {
    	left: 0.2em;
    }

    #header .headerMAINmenu ul.sub a {
	    width: 100%;
    }
    
    #header h1.kLogo {
    	widh: 18%;
    	top: 0;
    	left: 1em;
    }

    #header .headerSUBmenu {
    	display: none;
    }

    #contentArea {
    	width: 100%;
    	margin-top: 6.5em;
    }

    #sidemenuArea {
        display: none;
    }
    
    #mainContent {
        width: 100%;
    }

    #mainContent .breadcrumbList{
    	display: none;
}

    #footer01 {
        display: none;
    }
    
    #footer02 {
        display: none;
    }

    div.relatedInformation li {
        width: 94%;
        margin-right: auto;
        margin-left: auto;
    }

    div.relatedInformation li {
    	margin-top: 0.5em;
    }

    div.relatedInformation p {
    	padding-left: 6.4em;
    }

    div.relatedInformation h4 {
    	width: 4.3em;
    	margin-right: 1em;
    	padding-right: 0.15em;
    	padding-left: 0.15em;
	    font-size: 0.8em;
    }

    .superscript {
    	vertical-align: 0.15em;
    }


}