body {
  font-family : Meiryo,"ＭＳ Ｐゴシック",Arial,Helvetica,sans-serif,Osaka,"ヒラギノ角ゴ Pro W3",メイリオ;
  color: #1a1a1a;
  font-size: 95%;
  margin: 0;
  padding: 0;
  cursor : default;
  text-align: center;
}
table {
  width: 100%;
}
td {
  margin : 0;
  padding: 0;
  vertical-align: top;
  border: 0;
}
th {
  background: #ffffff;
  color: #666666;
  padding: 2px;
  vertical-align: middle;
}
p {
  margin: 0;
  padding: 5px;
}
ul {
  text-align: left;
  margin : 5px 2px 5px 25px;
  padding : 2px 2px 2px 0px;
  list-style: square outside;
}
em {
  font-style:normal;
  color:#cc0000;
}
a {
  color: #006699;
}
a:hover {
  color: #000;
}
a.linkBox{
  background : url(images/bg_linkBox_off.jpg) repeat-x;
  border : 1px solid #cccccc;
  color : #ffffff;
  text-decoration : none;
  padding-left : 8px;
  padding-right : 8px;
  font-size : 12px;
  margin-top : 2px;
  margin-bottom : 2px;
  font-weight : bold;
  padding-top : 1px;
  padding-bottom : 1px;
}
a:hover.linkBox{
  background : url(images/bg_linkBox_on.jpg) repeat-x;
  border : 1px solid #999999;
}
.Center {
  text-align: center;
}
.Right {
  text-align: right;
}
.Left {
  text-align: left;
}
.fRight {
  float: right;
  margin-left: 12px;
}
.fLeft {
  float: left;
  margin-right: 12px;
}
#outline {
  width: 880px;
  margin:auto;
  text-align: left;
}
#header h1{
  font-size : 11px;
  font-weight : normal;
  line-height : 20px;
  margin : 0px;
  height : 20px;
  text-align : left;
}
#header{
  width: 880px;
  margin:auto;
  text-align : right;
  clear : both;
  height : 68px;
}


#fontSize{
  line-height : 20px;
  padding : 26px 0px 0px;
  height : 20px;
  font-size : 13px;
  margin : 0px;

}
#fontSize a{
  text-decoration : none;
}
#fontSize a:hover{
  text-decoration : underline;
}
#hNavi{
  list-style-type : none;
  padding : 0px;
  margin : 0px 0px;
  margin-left : 0px;

  height : 40px;
  background-image : url(../images/bg_hNavi.jpg);
  background-repeat : repeat-x;

}
#hNavi li{
  text-align : center;
  width : 146px;
  float : left;
  height : 40px;
  line-height : 40px;
  font-size : 15px;
}
img{
  border-width : 0px;
}
#hNavi li a{
  display : block;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : rgb(204, 204, 204);
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : rgb(255, 255, 255);
}

#hContact{
  width : 146px;
  border-right-width : 0px;
  border-right-style : none;
}
#mainContainer{
  width : 640px;
  height: 100%;
  float : left;
}
#sideContainer{
  width : 220px;
  float : right;
  margin-top: 20px;
}
.bannerText{
  font-size : 12px;
  text-align : center;
}
#sideContainer div{
  margin-bottom : 10px;
}
.mainTitle{
  margin : 0px;
  font-size : 100%;
  line-height : 34px;
  background-image : url(../images/bg_mainTitle.jpg);
  background-position : left center;
  padding-left : 26px;
  border-width : 1px;
  border-style : solid;
  border-color : rgb(153, 153, 153);
  height : 32px;
  color : rgb(73, 87, 114);
}
#footer{
  position:relative;
  text-align : center;
  
  border-top: 2px solid #3364b3;
  padding-top: 3px;

}

#banner_f{
	width: 880px;
	height: 100px;
	margin: 0 auto;
	overflow:hidden;
}

#banner_f .b_l{
	float:left;
	width: 76%;
	text-align: right;
	padding-top:10px;
}

#banner_f .b_r{
	float:right;
	width: 24%;
	text-align: right;
}

#banner_f img{
	padding: 10px;
}

.mainContents{
  margin-bottom : 15px;
	text-align: left;
}

#copyrights{
  font-size : 13px;
  line-height : 30px;
  background-color: #017ce7;
  text-align : center;
  height : 30px;
  color: #ffffff;
}

#toTop{
  font-size : 13px;
  line-height : 47px;
  text-align : center;
  width : 47px;
  height : 47px;
  position : fixed;
  bottom : 2%;
  right : 2%;
}

#toTop a{
  background-image : url(../images/bg_toTop_off.png);
  background-repeat : no-repeat;
  background-position : center bottom;
  display : block;
  text-decoration : none;
	text-indent:-9999px;
}
#toTop a:hover{
  color : rgb(204, 0, 0);
  background-image : url(../images/bg_toTop_on.png);
}

h3{
  padding-top : 5px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : rgb(204, 204, 204);
  border-bottom-color : rgb(204, 204, 204);
  background-image : url(../images/bg_h3.jpg);
  background-repeat : no-repeat;
  background-position : left center;
  padding-left : 22px;
  font-size : 100%;
  background-color: #f2f2f2;
}

dl{
  border-bottom: 1px solid #e9e9e9;
}

dt{
  width : 120px;
  float : left;
  margin-bottom : 6px;
  padding-left: 10px;
  color: #0e6eb8;
}
dd{
  margin-left : 120px;
  padding-left : 10px;
  margin-bottom : 6px;
}
#news{
  border-width : 1px;
  border-style : solid;
  border-color : rgb(204, 204, 204) rgb(187, 187, 187) rgb(187, 187, 187) rgb(204, 204, 204);
  font-size : 13px;
}
#news h2{
  font-size : 14px;
  background-image : url(../images/bg_toTop_off.jpg);
  background-repeat : repeat-x;
  background-position : left bottom;
  line-height : 24px;
  padding : 0px 0px 0px 6px;
  margin : 0px;
  height : 24px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : rgb(204, 204, 204);
  color : rgb(90, 111, 152);
}
#news ul{
  padding : 0px;
  margin : 10px;
  list-style-type : none;
}
#news li{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : rgb(204, 204, 204);
}
area{
  cursor : pointer;
}
#inqForm{
  margin : 5px;
  width : 100%;
}
#inqForm th{
  font-weight : normal;
  text-align : left;
  width : 140px;
}

p.res_item{
	color: #5393EB;
	font-size: 13px;
	margin-top: 5px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
}

p.remarks{
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	color: #5393EB;
}

p.res_image{
	border-bottom: 1px dotted #b7c4e0;

}

.left_box{
	margin-top: 15px;
	float:left;
	border-right: 1px dotted #b7c4e0;
}

.left_box p.img{
	padding-left: 3px;
}

.left_box p.r_5{
	padding-right: 10px;
}

.left_box_02{
	margin-top: 15px;
	float:left;
}

.right_box{
	margin-top:15px;
	float:right;
}

.right_box p.img{
	padding-left: 3px;
}

span{
	font-size: 11px;
}

#side_menu{
  width : 220px;
  float : right;
  margin: 0px;
  padding: 0px;
}


#side_menu dl{
	padding: 0px;
	margin: 0px;
	border-bottom: 0px;
}

#side_menu dt{
	width: 213px;
	height: 45px;
	float: none;
	border:1px solid #cccccc;
	padding: 20px 0px 0px 5px;
	margin: 0px;
	color: #3771c8;
	background-color: #0e6eb8;
	font-weight: bold;
}

#side_menu dt a{
	text-decoration: none;
	display: block;
	color: #ffffff;
}

#side_menu dd{
	text-align: left;
	width: 218px;
	height: 28px;
	padding: 10px 0px 0px 2px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 85%;
}

#side_menu dd a{
	width: 218px;
	height:28px;
	text-decoration: none;
	display: block;
	color: #1a1a1a;
	font-weight: bold;
	background:url(../images/ico_arrow.png) no-repeat 200px 8px;
}

#side_menu dd a:hover{
	display: block;
	color: #0e6eb8;
	background:url(../images/ico_arrow_on.png) no-repeat 200px 8px;
}

h2{
	border-bottom: 2px solid #0e6eb8;
}


/*aki*/

#headerarea{
	position:relative;
	border-top: 4px solid #457ae6;
	z-index: 50;
	padding-top: 10px;
}

#headertitle{
	width: 880px;
	height: 60px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
}

#fontarea dl{
	float:right;
	padding: 0px;
	margin: 12px 0px;
	border: none;
}


dl#fontSize {
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
}
dl#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}

dl#fontSize dt{
	width: 80px;
}

dl#fontSize dd {
	background-color: #fff;
	padding: 0px 3px;
	margin: 0px 3px 0px 3px;
	float: left;
	cursor: pointer;
	display: block;
	border: 2px solid #0178c4;
}
dl#fontSize dd:hover {
	background-color: #5aa7d9;
	color: #ffffff;
}
dl#fontSize dd.active {
	background-color: #0178c4;
	color: #ffffff;
}
dl#fontSize dd.active:hover {
	background-color: #5aa7d9;
}

#hd_gnav{
	position:relative;
	margin:0px;
	padding: 0px;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.2);
    box-shadow: 0 6px 4px -4px rgba(0,0,0,0.2);
	z-index: 40;
}

#gnav{
	width: 880px;
	margin:0 auto;
	height: 42px;
	padding: 0px;
}

#gnav ul{
	margin:0 auto;
}

#gnav li{
	float: left;
	margin:0 auto;
	height:40px;
	list-style: none;
}

#gnav li a{
	overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/gnav.png) no-repeat;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
}

#gnav li#gnav01 a{
	width:146px;
}

#gnav li#gnav01 a.active{
	background-position: 0px -80px;
}

#gnav li#gnav01 a:hover{
	background-position: 0px -40px;
}

#gnav li#gnav02 a{
	width:146px;
    background-position: -146px 0;
}

#gnav li#gnav02 a.active{
	background-position: -146px -80px;
}

#gnav li#gnav02 a:hover{
	background-position: -146px -40px;
}

#gnav li#gnav03 a{
	width:146px;
    background-position: -293px 0;
}

#gnav li#gnav03 a.active{
	background-position: -293px -80px;
}

#gnav li#gnav03 a:hover{
	background-position: -293px -40px;
}

#gnav li#gnav04 a{
	width:147px;
    background-position: -440px 0;
}

#gnav li#gnav04 a.active{
	background-position: -440px -80px;
}

#gnav li#gnav04 a:hover{
	background-position: -440px -40px;
}

#gnav li#gnav05 a{
	width:147px;
    background-position: -587px 0;
}

#gnav li#gnav05 a.active{
	background-position: -587px -80px;
}

#gnav li#gnav05 a:hover{
	background-position: -587px -40px;
}

#gnav li#gnav06 a{
	width:146px;
    background-position: -734px 0;
}

#gnav li#gnav06 a.active{
	background-position: -734px -80px;
}

#gnav li#gnav06 a:hover{
	background-position: -734px -40px;
}


#pr{
	position:relative;
	background-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

#pr #pr_photo{
	width: 1080px;
	margin: auto;
	padding-top: 0px;
}

#pr #pr_photo h1{
	margin: 0 auto;
	padding: 0;
}

#pr #pr_photo img{
	width: 100%;
}


#p_sec{
	width: 880px;
	height: 230px;
	margin:0 auto;
}

#p_sec img{
	margin: 5px 0px;
}

#p_sec p{
	text-align: left;
	padding: 70px 10px 10px 10px;
}

#p_sec .p_01{
	float:left;
	width: 32%;
	margin: 10px 5px 10px 0px;
	height: 100%;
	background-color:#eaf6fd;
	position:relative;
	border: 2px solid #ffffff;
    box-shadow:2px 2px 5px #cccccc;
}

#p_sec .p_01:hover{
	border: 2px solid #ffd42a;
}

#p_sec .p_01 a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent: -9999px;
	background: url(../images/spot_01.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .p_01 a:hover{
	background: url(../images/spot_01_o.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .p_02{
	float:left;
	width: 32%;
	margin: 10px 5px 5px 5px;
	height: 100%;
	background-color:#eaf6fd;
	position:relative;
	border: 2px solid #ffffff;
	box-shadow:2px 2px 5px #cccccc;
}

#p_sec .p_02:hover{
	border: 2px solid #ffd42a;
}

#p_sec .p_02 a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent: -9999px;
	background: url(../images/spot_02.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .p_02 a:hover{
	background: url(../images/spot_02_o.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .p_03{
	float:left;
	width: 32%;
	margin: 10px 0px 10px 5px;
	height: 100%;
	background-color:#eaf6fd;
	position:relative;
	border: 2px solid #ffffff;
	box-shadow:2px 2px 5px #cccccc;
}

#p_sec .p_03:hover{
	border: 2px solid #ffd42a;
}

#p_sec .p_03 a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-indent: -9999px;
	background: url(../images/spot_03.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .p_03 a:hover{
	background: url(../images/spot_03_o.png) no-repeat;
	background-position: 110px 40px;
}

#p_sec .f_set{
	font-size: 120%;
	color: #013ea0;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	border: 0px;
}

#topics{
	position:relative;
	background-color: #3364b3;
	border-bottom: 1px solid #f2f2f2;
	margin: 30px 0px;
}

#topics_info{
	width: 880px;
	margin:0 auto;
	padding-top: 15px;
	padding-bottom: 10px;
}

#topics_info h3{
	text-align:center;
	border: 1px solid #ffffff;
	background-color: #013ea0;
	background-image: none;
	width: 100px;
	color: #ffffff;
	padding: 5px 0px;
	margin: 0px;
}

#topics_info p{
	text-align: left;
	color: #ffffff;
	margin: 1px 10px;
}

#topics_info p.link{
	text-align: right;
}

#topics_info p.link a{
	color: #ffffff;
}

#topics_info p.link a:hover{
	color: #ffd42a;
}

/* 新着一覧のニュース入れ替えて枠や一覧ボタンの位置がおかしくなったら,ここのheightの値を修正する。 */
#content{
	width: 910px;
	height: 275px;     /* 内容合計が5行 → 320px、4行 → 280px */
	margin: 15px auto;
}

#content #news{
	width: 65%;
	float:left;
	margin: 0;
	padding: 0;
	border: 0px;
	margin-right: 5%;
	background-color: #e9e9e9;
}

#content #news h3{
	background-image: none;
	background-color: transparent;
	border: 0px;
	margin: 10px 0px 0px 12px;
	padding: 0px;
	font-size: 140%;
	color: #013ea0;
	font-weight: bold;
	text-align: left;
}

#content #news span.date{
	font-weight:bold;
}

#content #news span{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

#content #news span.mark{
	width: 100%;
	display: block;
	padding-left: 10px;
}

#content #news span.txt{
	width: 100%;
	display: block;
	padding: 10px 0px 0px 30px;
	height: 30px;
	font-size: 110%;
}

#content #news span.txt-multi{
	width: 100%;
	display: block;
	padding: 10px 0px 30px 30px;
	height: 30px;
	font-size: 110%;
}

#content #news span.date{
	line-height: 1;
	display: inline-block;
}

#content #news span.label{
	font-weight:bold;
	background-color: #ff5599;
	padding: 2px 8px;
	margin: 0px 5px;
	color: #ffffff;
	line-height: 1;
	display: inline-block;
	font-size: 11px;
}

#content #news span.label-notice{
	font-weight:bold;
	background-color: #0820fc88;
	padding: 2px 8px;
	margin: 0px 5px;
	color: #ffffff;
	line-height: 1;
	display: inline-block;
	font-size: 11px;
}

#content .info_b{
	width: 30%;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#content .info_b img{
	width:100%;
}

#content .info_b a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.mainContents a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#content ul li{
	padding-top: 10px;
	border-bottom: 1px dotted #999999;
}

#set{
	width: 880px;
	height: 100%;
	margin:0 auto;
	overflow:hidden;
	text-align: left;
}

.clear{
	clear:both;
}

#pan{
	position:relative;
	margin:0px;
	padding: 0px;
	background-color: #eaf6fd;
}

.pan_set{
	width: 880px;
	margin:0 auto;
	text-align: left;
	font-size: 90%;
}

.l_box{
	float: left;
	width: 320px;
}

.r_box{
	float: right;
}

.p_f{
	font-size: 110%;
	font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0.1em;
	line-height: 105%;
}

#footer_content{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.policy{
	background: url(../images/company.png) no-repeat ;
	background-size: 40%;
	height: 140px;
	background-position: right bottom;
}

.slogan_01{
	font-size: 110%;
	font-weight: bold;
}

.slogan_02{
	font-size: 110%;
	font-weight: bold;
	color: #0e6eb8;
	text-indent:-2em;
	padding-left:3em;
}

/*--お知らせ--------*/
.info_box{
	padding: 10px;
}

.info_item{
	font-weight: bold;
}

.info_outline{
	padding: 0px 5px 0px 20px;
}

.info_photo{
	text-align: center;
}

/* ニュースの一覧画面へ遷移するボタン */
.btn-go-list {
	display: inline-block;
	padding: 0.3em 2em;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	border-bottom: solid 3px #5e7fca;
	margin: 10px auto;
	margin-left: 10.5em;
	font-size: 12px;
  }
  
  .btn-go-list:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
  }

  /* 認証取得・認定取得のリスト */
.mainContents-certification ul {
	list-style: none;
	margin-left: 5px;
    padding: 0;
}

.mainContents-certification li {
	margin-bottom: 10px;
}

.mainContents-certification li:not(:last-child)::after {
    content: "";
    display: block;
    height: 2px;
    margin: 5px auto;
    background-color: #cde3f5;
    border-radius: 2px;
}

/* 認証取得・認定取得の名称 */
.mainContents-certification .c-title {
    font-weight: bold; 
    font-size: 1.1em;
    display: block;
}

/* 認証取得・認定取得の概要 */
.mainContents-certification .c-description {
    margin-left: 15px;
    color: #494950;
}

/* お知らせ一覧の画像ページのタイトル */
#news_date {
    font-size: 0.8em;
    color: gray;
}
#news_title {
    font-size: 0.9em;
    font-weight: bold;
}

.c-content {
    display: flex; /* フレックスボックスで横並びにする */
    align-items: center; /* 縦方向の中央揃え */
}

.c-img {
    width: 80px;  /* 画像のサイズ（適宜調整） */
    height: auto;
}
