@charset "utf-8";
* {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}
html {scroll-behavior:smooth;}
body {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #FFFFFF;
  background-image: url(img/bg.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

a img {
	-webkit-transition:.2s linear;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus {
	outline: none;
	color: #D3D3D3;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#wrapper {
  padding: 0px;
  width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  background-image: url(img/header-img.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0px;
  padding: 0px;
  height: 150px;
  width: 800px;
  position: relative;
}
#wrapper #header h1 {
  text-indent: -9999px;
}
#header h2 {
  text-indent: -9999px;
}

#topnavi {
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 600px;
  position: absolute;
  z-index: 100;
  top: 100px;
  right: 0px;
}
#header ul {
  list-style-type: none;
}
#header ul li {
  margin: 0px;
  padding: 0px;
  float: left;
  height: auto;
  width: 100px;
}
#topnavi ul li a {
  background-image: url(img/navi.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  height: 50px;
  width: 100px;
  overflow: hidden;
}
#n001 {
  background-position: 0px 0px;
}
#n002 {
  background-position: -100px 0px;
}
#n003 {
  background-position: -200px 0px;
}
#n004 {
  background-position: -300px 0px;
}
#n005 {
  background-position: -400px 0px;
}
#n006 {
  background-position: -500px 0px;
}

#n001:hover,#n001.on {
  background-position: 0px -50px;
}
#n002:hover,#n002.on {
  background-position: -100px -50px;
}
#n003:hover,#n003.on {
  background-position: -200px -50px;
}
#n004:hover,#n004.on {
  background-position: -300px -50px;
}
#n005:hover,#n005.on {
  background-position: -400px -50px;
}
#n006:hover,#n006.on {
  background-position: -500px -50px;
}
#main {
  margin: 0px;
  padding: 0px;
  width: 800px;
}
#alpha {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 600px;
}
#alpha-inner {
  margin: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
#fla-box {
  background-image: url(img/wellbeing.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0px;
  padding: 0px;
  height: 290px;
  width: 580px;
}

.alpha-box {
  margin: 0px;
  padding: 10px;
}
.text-box {
  padding: 10px;
  margin-bottom: 10px;
}
.lookme {
  font-size: 14px;
  font-weight: normal;
  color: #FF0000;
}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0px;
  height: 33px;
  width: 570px;
  padding-top: 7px;
  padding-left: 10px;
  background-image: url(img/h3title.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
h3.h3-extra {
  font-size: 22px;
  line-height: 53px;
  font-weight: normal;
  margin: 0px;
  height: 53px;
  width: calc(100% - 20px);
  padding-top: 7px;
  padding-left: 20px;
  background-image: none;
  background-color: #D9E021;
  border-radius: 8px;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  height: 35px;
  width: 550px;
  padding-left: 10px;
  padding-top: 5px;
  color: #339900;
}
.h4red {
  background-image: url(img/pen-red.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.h4grn {
  background-image: url(img/pen-grn.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.h4org {
  background-image: url(img/pen-org.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.h4blu {
  background-image: url(img/pen-blu.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#beta {
  margin: 0px;
  padding: 0px;
  float: right;
  width: 200px;
}
#beta img {
  margin-bottom: 10px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#beta .news-a {
  background-image: url(img/side03.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
  height: 170px;
  width: 200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.news-inner {
  padding-top: 25px;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.news-inner p {
  color: #009245;
}


#footer {
  background-image: url(img/footer-img.gif);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 0px;
  padding: 0px;
  height: 80px;
  width: 800px;
  position: relative;
}
#copyright {
  position: absolute;
  z-index: 200;
  left: 10px;
  top: 45px;
}
#copyright p {
  color: #FFFFFF;
}


#footer-inner {
  padding-top: 20px;
  padding-left: 10px;
}
#footer-inner ul li {
  display: inline;
}
#footer-inner ul li a {
  font-size: 10px;
  text-decoration: none;
}
#footer-inner ul li a:hover {
  text-decoration: underline;
  color: #FF6600;
}
#gotop {
  margin: 0px;
  padding: 0px;
  height: 70px;
  width: 20px;
  position: absolute;
  z-index: 300;
  top: 0px;
  right: 0px;
}
#gotop a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.imgfltright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.profile-box {
	width: 540px;
	padding-bottom: 20px;
}
.f16 {
  font-size: 16px;
}
.u-line {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}
.faceimg {
	float: left;
	margin-right: 10px;
}
/*.profile-text {
	float: left;
	width: 400px;
}*/
.profile-text {
	float: left;
	width: 500px;
}
table.company {
	border-collapse:collapse;
}
table.company tr td {
  vertical-align: top;
  padding-top: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  padding-bottom: 5px;
}
.news-box {
  height: 70px;
  overflow: auto;
}
.right {
  text-align: right;
}
.blu {
  color: #3399CC;
}
.line {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FF9900;
}
.ask-box {
  background-image: url(img/quest.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 50px;
  width: 350px;
  padding-top: 20px;
  padding-right: 150px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.answer-box-body {
  background-image: url(img/answer-body.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 530px;
  margin-bottom: 15px;
}
.answer-box-inner {
  background-image: url(img/answer-bottom.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 130px;
}
.align-right {
  text-align: right;
}
#faq-menu a {
  padding-left: 8px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #FF9900;
  line-height: 16px;
  height: 16px;
}
#faq-menu p {
  margin-bottom: 5px;
}
#extra-wrapper {
  background-image: url(img/extra.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 510px;
  padding-top: 130px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#extra-wrapper2 {
  background-image: url(img/extra.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 710px;
  padding-top: 130px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.padextra {
  padding-left: 50px;
}
.indent50 {
	padding-left: 50px;
}
.orange {
	font-size: 14px;
	color: #F60;
}
/*////////group-box////////////*/
#group a img {
	margin-right: 50px;
}
#group-box01 {
	padding-left: 70px;
}
#group-box02 {
	padding-left: 70px;
}
.h4group {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #9C9CFF;
	width: 790px;
	padding-left: 10px;
	line-height: 22px;
	height: 22px;
	margin-bottom: 10px;
}
#group {
	margin-bottom: 20px;
}
#id-num {
	font-size: 9px;
	position: absolute;
	left: 66px;
	top: 40px;
	color: #F15A24;
}
table.timetable {
	border-collapse: collapse;
}
table.timetable td {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.timetable td p {
	font-size: 18px;
}
.align-center {
	text-align: center;
}
.green {
	color: #2BA618;
}
tr.time-colored {
	background-color: #FFEDB1;
}
.daystable-box {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}
table.daystable {
	border-collapse: collapse;
	border-radius: 10px;
}
table.daystable tr td {
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	border-right-width: 0px;
}
table.daystable tr td.tdtime {
	text-align: center;
	border-right: 2px solid #FFFFFF;
}
.bgyellow {
	background-color: #FFFCA7;
}
.daystable.bgyellow tbody .tdtimettl {

}
table.daystable tr td p {
	font-size: 14px;
}
.bggreen {
	background-color: #D1FFD4;
}
.bgpink {
	background-color: #FFDAFA;
}
.boldgreen {
	font-weight: bold;
	color: #23870B;
}
.bgtgreen {
	color: #088E2C;
	font-weight: bold;
}
/*///公開資料---///*/
div.round-box {
	border-radius: 10px;
	background-color: #CEE9F8;
	border: 2px solid #3075D3;
}
a.pdf-link {
  display: inline-block;
  font-size: 14px;
  padding-left: 38px;
  background-image: url(img/pdf-icon.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  line-height: 32px;
  height: 32px;
}
a.pdf-link:hover {
	color: #9B2022;
}
/*///---公開資料///*/
