@charset "UTF-8";
<?
php $data = $_SERVER['QUERY_STRING'];
parse_str($data);?>


/*--------------------------------------------------------*/
/*カテル追記*/
/*--------------------------------------------------------*/

#subMain #gallery-1 .gallery-item {
   margin-bottom:20px;
}



/*--------------------------------------------------------*/



/*--------------------------------------------------------*/
/*BASIC*/
/*--------------------------------------------------------*/
html {
  overflow-y:scroll;
}

body {
  margin:0;
  padding:0;
  line-height:1.6;
  letter-spacing:1px;
  font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3"," Meiryo UI", "メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
  font-size:12px;
  color:#333;
/*  background:#fff url("/images/bg.gif") 0 105px repeat-x; */
  border-top:3px solid #0380FF;
}

br {
  letter-spacing:normal;
}

a {
  color:#000;
  text-decoration:none;
}

a:hover {
  color:#999;
  text-decoration:underline;
}

a.link {
  color:#307AF4;
}


img {
  border:0;
  vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
margin:0;
}

ul {
  list-style-type: none;
}

ul.ast {
  list-style-type: none;
  margin-left:-1em;
}
ul.ast li:before{
  list-style-type: none;
  content: '*';
  margin-left:-1em;
}

ul.dsc {
  list-style-type: disc;
}
ul.dsc li:before{
  list-style-type: disc;
}




/*--------------------------------------------------------*/
/*TEMPLATE LAYOUT*/
/*--------------------------------------------------------*/
#top {
  width:900px;
  margin:0 auto;
  padding:0;
}

#header {
  position:relative;
  width:900px;
  height:135px;
  padding:5px 0 0 0;
  margin: 0 auto;
  font-size: 12px;
}

#search {
  position:absolute;
  top:0;
  right:0;
}


#gnavi {
  float:right;
  position:absolute;
  bottom:0;
  right:0;
}


#icatch {
  width:900px;
  text-align: center;
  margin: 10px 0;
}

#contents {
  width:900px;
  background:#fff;
  font-size: 14px;
}

#main {
  width:900px;
  padding-top:10px;
}

#subMain {
  float:left; 
  width:690px;
  margin-left: 10px;
  line-height:normal;
}

#sub {
  float:right;
  width:180px;
}

#pageTop {
  clear:both;
}

#footMenu {
  width:900px;
  margin-top:10px;
}

#footer {
  clear:both;
  width:100%;
  border-top:1px solid #ddd;
  background-color: #F3F9FB;
}

@media screen and (max-width: 600px) {

#top {
  width: 100%;
  margin:0 auto;
  padding:0;
}

#main {
  width: 100%;
  padding-top:10px;
 }

#subMain {
  float:left; 
  width: 100%;
  margin-left: 10px;
  line-height:normal;
}

#footMenu {
  width: 100%;
  margin-top:10px;
}

#footer {
  width:100%;
}


}/*@media screen*/

#icatch {
  width:900px;
  text-align: center;
  margin: 10px 0;
}

/*--------------------------------------------------------*/
/*HEADER CUSTOMIZE*/
/*--------------------------------------------------------*/
#header #gnavi ul {
  list-style:none;

}
#header #gnavi li {
  float:left;
  margin-left:15px;
  font-size:11px;
}

/*--------------------------------------------------------*/
/*headerNavi CUSTOMIZE*/
/*--------------------------------------------------------*/

#header #logo {
  float:left;
  width: 250px;
  height:140px;
}

#header #rhead1 {
  float: right;
  width: 646px;
  height: 50px;
}

#header #rhead2 {
  float: right;
  clear: right;
  width: 646px;
  height: 90px;
}


#header #headerNavi {
  float: right;
}

#header #navi2 {
  float: right;
  clear: right;
}

#header #subNavi {
  float: left;
//  clear: right;
}

#header #headerNavi ul {
  margin: 10px 0 0 0;
  list-style-image: url('./images/mark01.png');
}

#header #headerNavi li {
  float:left;
  margin: 0 10px 0 20px;
}

#header #headerNavi li a {
  display:block;
}
#header #subNavi ul {
  margin: 10px 0 0 0;
  list-style-image: url('./images/mark01.png');
}

#header #subNavi li {
  float:left;
  margin: 0 10px 0 20px;
}

#header #subNavi li a {
  display:block;
}

/*--------------------------------------------------------*/
/*search CUSTOMIZE*/
/*--------------------------------------------------------*/
#search dt {
  float:left;
  margin:2px 0 0 0;
  padding:0;

}

#search dd {
  float:left;
  margin:1px 0 0 10px;
  padding:0;
}

/*--------------------------------------------------------*/
/*MENU CUSTOMIZE*/
/*--------------------------------------------------------*/
#menu_bg {
  width:100%;
  background-image: url("./images/global-navi_bg.png");
  margin 0;
  height:36px;
  text-align: center;
}

#menu {
  width:981px;
  margin: 0 auto 0;
  height:36px;
}


#menu .menu-item {
   width: 150px;
   height: 36px;
   float: left;
}

#menu.qtr_ja .menu-item a {
   background-image: url("./images/global-navi.png");
}
#menu.qtr_en .menu-item a {
   background-image: url("./images/global-navi_en.png");
}
#menu.qtr_zh .menu-item a {
   background-image: url("./images/global-navi_zh.png");
}
#menu.qtr_ko .menu-item a {
   background-image: url("./images/global-navi_ko.png");
}
#menu.qtr_vi .menu-item a {
   background-image: url("./images/global-navi_vi.png");
}
#menu.qtr_ne .menu-item a {
   background-image: url("./images/global-navi_ne.png");
}

#menu .menu-item a {
   display: block;
   position: relative;
   line-height: 36px;
   color: white; 
   text-decoration: none;
   text-indent: -9999px;
}
 
.menu_1 a { background-position: 0 0; }
.menu_2 a { background-position: -150px 0; }
.menu_3 a { background-position: -300px 0; }
.menu_4 a { background-position: -450px 0; }
.menu_5 a { background-position: -600px 0; }
.menu_6 a { background-position: -750px 0; }
 
.menu_1.current-menu-item a { background-position: -0 -36px; }
.menu_2.current-menu-item a { background-position: -150px -36px; }
.menu_3.current-menu-item a { background-position: -300px -36px; }
.menu_4.current-menu-item a { background-position: -450px -36px; }
.menu_5.current-menu-item a { background-position: -600px -36px; }
.menu_6.current-menu-item a { background-position: -750px -36px; }
 
.menu_1 a:hover { background-position: 0 -72px; }
.menu_2 a:hover { background-position: -150px -72px; }
.menu_3 a:hover { background-position: -300px -72px; }
.menu_4 a:hover { background-position: -450px -72px; }
.menu_5 a:hover { background-position: -600px -72px; }
.menu_6 a:hover { background-position: -750px -72px; }

/*--------------------------------------------------------*/
/*MAINCONTENTS CUSTOMIZE*/
/*--------------------------------------------------------*/
#main a {
  color:#134D99;
}

#main a:hover {
  color:#134D99;
  text-decoration:underline;
}

#main h2 {
  clear:both;
  margin-bottom:8px;
  padding:1px 10px;
  line-height:2.0;
  color:#fff;
  font-size:15px;
  font-weight:bold;
  background:#fff url("/images/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
  margin-bottom:8px;
  line-height:1.8;
  font-size:14px;
  color:#134D99;
  border-bottom:3px solid #005DD8;
}

#main h4 {
  margin-bottom:2px;
  font-size:13px;
}

#main h5 {
  margin-bottom:2px;
  font-size:13px;
}

#main h6 {
  margin-bottom:2px;
  font-size:13px;
}

#main p {
  margin:0 0 1em 0;
}

#main dt {
  margin-bottom:3px;
}

#main dd {
  padding:0;
  margin:0 0 0.5em 1em;
  padding:3px;
  background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
#main div.topNavi {
  overflow:hidden;
  position:relative;
  margin-left:-10px;
  margin-bottom:20px;
}

* html #main div.topNavi {
  height:1em;
  overflow:visible;
}

#main div.topNavi div.topNaviColumn_l {
  display:inline;
  width:440px;
  float:left;
  margin-left:10px;
  padding:0 0 0 0;
}

#main div.topNavi div.topNaviColumn_l p {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

#main div.topNavi div.topNaviColumn_r {
  float:left;
  display:inline;
  width:440px;
  height: 600px;
  margin-left:10px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

#main div.topNavi div.topNaviColumn_r {
  text-align: center;
}

#main div.topNavi div.topNaviColumn_r >a {
  font-size: 18px;
}

#main div.topNavi div.topNaviColumn_r iframe {
border: 1px darkgray solid;
overflow: hidden;
}


#main div.topNavi div.tablecell{
  border: 0px solid #aaa;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 440px;
  height: 296px;
  padding-bottom: 1.9em;
}


#main div.topNavi h2.topNaviImg {
  margin:0;
  padding:0;
  background:none;
}

#main div.topNavi div.topNaviColumn_l p.detail {
  position:absolute;
  bottom:0;
  width:440px;
  text-align:right;
}

#Main div.topNavi div.topNaviColumn p.detail a {
  padding:0 0 0 7px;
  background:url("/images/bg_arrow.gif") no-repeat left 50%;
}

#main div.topNavi div.topNaviColumn p.cLeft {
  right:280px;
}

#main div.topNavi div.topNaviColumn p.cRight {
  right:0;
}

#main div.topNavi div.topNaviNotices{
  float: left;
  width: 424px;
  height: 280px;
  border: 8px solid #d0d0d0;
  margin-left:10px;
  margin-bottom: 20px;
  position: relative;
}


#main div.infomation h5 {
  padding-top: 12px;
  padding-bottom: 0;
  text-align: center;
}
#main div.infomation dl {
  height: 180px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#main div.infomation dt {
  float: left;
  clear: left;
  font-size: 11px;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 3px;
  width: 90px;
  background-color: #ffffff;
}
#main div.infomation dd {
  margin-left: 50px;
  font-size: 11px;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-position: left center;
  background-color: #ffffff;
  word-break: break-all;
}
#main div.infomation .link {
  text-align: center;
  padding: 10px 0;
}
#main div.infomation .link a {
  padding-right: 25px;
}


#main div.topNavi div.topNaviSchool {
  float:left;
  display:inline;
  width:430px;
  height: 296px;
  margin-left:10px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

#main div.topNavi div.topNaviSchool a:hover {
	opacity: 1;
}

#main div.topNavi div.topNaviSchool h5 {
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  width:435px;
  margin: 130px auto 0; 
  position:absolute;
  background-color: rgba( 0, 0, 0, 0.25 );
  padding: 3px;
  color: white;
}


#main div.topNavi div.topNaviSchool img {
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:100%;
  outline: none;
}

#main div.topNavi div.topNaviSchool a {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  outline: none;
}

//----
#main div.topNavi div.topNaviLeft{
  float: left;
  width: 424px;
  height: 280px;
  border: 8px solid #d0d0d0;
  margin-left:10px;
  margin-bottom: 20px;
  position: relative;
}


//----
#main div.topNavi div.topNaviImage {
  float:left;
  display:inline;
  width:440px;
  height: 296px;
  margin-left:10px;
  position: relative;
}

#main div.topNavi div.topNaviImage img {
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:100%;
  outline: none;
}



/* INFORMATION CUSTOMIZE */
#main dl.information {
  margin:0;
}
#main dl.information dt {
  float:left;
  padding-top:5px;
}

#main dl.information dd {
  margin:0 0 5px 0;
  padding: 5px 0px 5px 9em;
  background:url("/images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
  font-size:12px;
}

#main table {
  width:550px;
  margin-bottom:20px;
  border-collapse:collapse;
  border:1px solid #999;
  border-spacing:0;
  line-height:1.8;
}

#main table th {
  padding:5px;
  border:1px solid #999;
  border-width:0 0 1px 1px;
  background:#EFEBEF;
  font-weight:bold;
  text-align:left;
}

#main table td {
  padding:5px;
  border:1px solid #999;
  border-width:0 0 1px 1px;
  text-align:left;
}

#main table td ol {
  margin:0;
  padding:0 0 0 30px;
}

#main table td li {
  margin:0;
  padding:0;
}

/*--------------------------------------------------------*/
/*SUBCONTENTS CUSTOMIZE*/
/*--------------------------------------------------------*/
#sub .section {
  margin-bottom:10px;
}

#sub h2 {
  padding:5px;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  background:#6E6E6E;
}

#sub h3 {
  padding:5px;
  font-size:13px;
  font-weight:bold;
  background:#EFEBEF;
}

#sub li {
  list-style:none;
}


#sub ul {
  margin:0;
  padding:0;
  list-style:none;
//  border:1px solid #EFEBEF;
}

#sub ul li {
  list-style:none;
}

#sub ul li {
  padding:5px;
  line-height:1.8;
  list-style:none;
  border-bottom:1px solid #E7E7EF;
}


#sub  ul li a {
  display:block;
  padding:5px 5px 5px 15px;
  background:url("/images/bg_arrow.gif") 5px 1em no-repeat;
}

#sub  ul li a:hover {
  display:block;
  color:#333;
  background:#EFEBEF url("/images/bg_arrow.gif") 5px 1em no-repeat;
  text-decoration:none;
}

/*
@media screen and (max-width: 600px) {
  #sub .menu {
   display: none;
  }

  #subMain {
  clear: right;
  width:100%;
  line-height:normal;
  }

}
*/

/*--------------------------------------------------------*/
/*PAGRTOP CUSTOMIZE=*/
/*--------------------------------------------------------*/

#pageTop {
	display:none;
	position:relative;
	bottom: 20px;
  right: 50px;
}
#pageTop a {
	position: fixed;
	bottom: 20px;
  right: 50px;
	display: block;
  width: 35px;
  height: 35px;
  padding: 8px 0 0 8px;
	background:#3498db;
	text-align:center;
	outline:none;
	text-decoration: none;
	z-index:9999;
  border-radius: 30px;
  opacity: 0.8;
  border:solid 1px rgba(255,255,255,0.6);
}
#pageTop a:before,
#pageTop a:after {
	position:absolute;
	left:50%;
	content:"";
	margin-left:-10px;
	border:10px solid transparent;
}
#pageTop a:before {
	top:50%;
	margin-top:-13px;
	border-bottom:10px solid #3498db;
}
#pageTop a:after {
	top:50%;
	margin-top:-15px;
	z-index:-1;
	border-bottom:10px solid #fff; /* 矢印の色 */
}

/*--------------------------------------------------------*/
/*FOOTMENU CUSTOMIZE*/
/*--------------------------------------------------------*/

#footMenu li a:hover {
  color:#666;
  text-decoration:underline;
}

#footer-nav {
      background: #307AF4;
}

#footer-menu {
      width: 900px;
      margin: 0 auto;
      padding: 12px 0px;
}

#footer-menu ul {
      margin: 0;
      padding: 0px;
      text-align: center;
      list-style: none;
}

#footer-menu li {
      display: inline;
      margin: 0;
      padding: 0 11px;
      border-right: 1px solid #fff;
}

#footer-menu li:last-child {
      border: none;
}


#footer-menu a {
      clear: both;
      text-decoration:none;
      font-size: 11px;
      color: #ffffff;
}

#footer-menu a:hover {
      text-decoration: underline;
      color: #FFEB7D;
}



/*--------------------------------------------------------*/
/*FOOTER CUSTOMIZE*/
/*--------------------------------------------------------*/

#foot_cpy {
      padding: 20px 0;
      width: 900px;
      margin: 0 auto;
      position: relative;
}

#foot_cpy:after {
      content: "";
      display: block;
      clear: both;
}

#foot_cpy .company {
      float: right;
      width: 300px;
      padding: 0 0 0 30px;
      margin:0;
      font-size: 11px;
      
}


#foot_cpy .copyright {
      position: absolute;
      float: left;
      margin: 0;
      padding: 0px;
      left: 0px;
      bottom: 20px;
      font-size: 11px;
      text-align: left;
}

/*--------------------------------------------------------*/
/*【KSC】STAFF*/
/*--------------------------------------------------------*/
#staff{
	width:410px;
}

#staff .sleft{
  float:left;
  width:200px;
  clear:left;
  word-break: break-all;
  border:solid 1px black;
}

#staff .sright{
  float:right;
  width:200px;
  word-break: break-all;
  border:solid 1px black;
}


#staff img {
  float: left;
  margin-right: 10px;
}

#staff p {
  overflow: auto;
}

/*--------------------------------------------------------*/
/*【KSC】パンくずナビ*/
/*--------------------------------------------------------*/
#bread-crumb {
  <!-- font-size: 95%; -->
  font-size: 11.4px;
  padding: 1px 0 5px;
  margin-top: 8px;
}

#bread-crumb ul {
	margin: 0;
  list-style:none;
}

#bread-crumb ul:after {
   clear: both;
   content: " ";
   display: block;
   font-size: 0;
   height: 0;
   visibility: hidden;
}

#bread-crumb ul li {
	float: left;
}

#bread-crumb li.sub {
	padding-left: 5px;
  font-size: 11.4px;
}

#bread-crumb li.sub:before {
	letter-spacing: 10px;
   content: ">";
}



/*--------------------------------------------------------*/
/*subMain CONTENTS CUSTOMIZE*/
/*--------------------------------------------------------*/

#subMain h2 {
   background: url("images/sttlogo.png") no-repeat left center;
   padding: 7px 0px 3px 60px;
   background-color: #F5F5FA;
   border-bottom: 2px solid #13548E;
   margin: 10px 0 15px 0;
   color:#000000;
   line-height:160%;
   font-size: 24px;
   font-weight: normal;
   font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
}


#subMain h3{
   position: relative;
   color: #111;
   font-size: 1.143em;
   font-weight: bold;
   margin: 1em 0 1em;
   padding: 0.5em 0.5em 0.5em 1.7em;
   border-bottom: 3px solid #13548E;
}
 
#subMain h3:before{
   content: "";
   position: absolute;
   background: #077EED;
   top: 0;
   left: 0.4em;
   height: 12px;
   width: 12px;
   transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
}
 
#subMain h3:after{
   content: "";
   position: absolute;
   background:#0465C0;
   top: 1.0em;
   left: 0;
   height: 8px;
   width: 8px;
   transform: rotate(15deg);
   -moz-transform: rotate(15deg);
   -webkit-transform: rotate(15deg);
   -o-transform: rotate(15deg);
   -ms-transform: rotate(15deg);
}
#subMain .flex_pdf {
  display: flex; 
  flex-wrap: wrap;
  justify-content: space-between;
}
#subMain .fig_pdf {
   display: inline-block;
   width: 20px;
   margin: 0;
}
#subMain .txt_pdf {
   display: inline-block;
   width: calc(100% - 25px);
}

/*--------------------------------------------------------*/
/*subMain table CUSTOMIZE*/
/*--------------------------------------------------------*/

#subMain table.tb1 {
  border-collapse: collapse;
  width: 100%;
  font-size:13px;
  margin: 5px 0;
  
}

#subMain table.tb1 th,
#subMain table.tb1 td {
  padding: 10px;
  border: 1px solid #999;
}
#subMain table.tb1 th {
  background-color: #eee;
  text-align: center;
  white-space: nowrap;
}

#subMain table.tb1 td.left { text-align: left; }
#subMain table.tb1 td.right { text-align: right; }

@media screen and (max-width: 600px) {
  #subMain table.tb1 {
   border-top: 1px solid #999;
  }
  #subMain table.tb1 td {
   display: block;
   text-align: center;
   width: 100%;
  }
  #subMain table.tb1 th {
   display: block;
   border-top: none;
   border-bottom: none;
   width: 100%;
  }
}

#subMain table.tb2 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin: 5px 0;
}
#subMain table.tb2 th,
#subMain table.tb2 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 5px;
}
#subMain table.tb2 th {
  background-color: #eee;
  text-align: center;
}

#subMain table.tb2 tr td.right { text-align: right; }
#subMain table.tb2 tr td.center { text-align: center; }

@media screen and (max-width: 600px) {
  #subMain table.tb2 {
   border: none;
  }
  #subMain table.tb2 thead {
   display: none;
  }
  #subMain table.tb2 tr {
   border-top: 1px solid #999;
   display: block;
   margin-bottom: 20px;
  }
  #subMain table.tb2 td {
   border-right: 1px solid #999;
   border-bottom: 1px solid #999;
   display: block;
   padding: 10px;
   text-align: right;
  }
  #subMain table.tb2 td::before {
   content: attr(data-label);
   float: left;
   font-weight: bold;
  }

  #subMain table.tb2 tr td.center { text-align: right; }

}

#subMain img.prof {
   border-radius: 110px;
   -moz-border-image: border-radius: 110px;
   -webkit-border-image: border-radius: 110px;
   box-shadow: 0px 0px 10px #ccc,
    inset 0px 0px 10px rgba(0, 0, 0, 0.8);
}

#subMain .pname {
 padding: 5px 0;
 font-size: 16px;
}

#subMain nav {
  float: left;
  width: 240px;
}
#subMain section {
  margin-left: 240px;
  padding: 6px;
}





#subMain table.rc
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
  width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#subMain table.rc thead th.head_left
{
	background: #b9c9fe url('images/rc_left.png') left -1px no-repeat;
}
#subMain table.rc thead th.head_right
{
	background: #b9c9fe url('images/rc_right.png') right -1px no-repeat;
}
#subMain table.rc th
{
	padding: 8px;
	font-weight: normal;
	font-size: 12px;
	color: #039;
	background: #b9c9fe;
  white-space: nowrap;
  line-height:1.2em;
}
#subMain table.rc td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

#subMain table.rc td:first-child {
  text-align: center;
}

#subMain table.rc tr:last-child td:first-child {
  background: #e8edff url('images/rc_botleft.png') left bottom no-repeat;
}

#subMain table.rc tr:last-child td:last-child {
  background: #e8edff url('images/rc_botright.png') right bottom no-repeat;
}

#subMain #hor-minimalist-a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	background: #fff;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#subMain #hor-minimalist-a th{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-top: 2px solid #6678b1;
	border-bottom: 2px solid #6678b1;
	background: #BEE8E6;
}

#subMain #hor-minimalist-a td{
	color: #669;
	padding: 9px 8px 0px 8px;
	border-bottom: 1px solid #6678b1;
}

#subMain #hor-minimalist-a tr .right { 
  text-align: right; padding:0 20px;
}

#subMain #hor-minimalist-a tr .center { 
  text-align: center;
}

/*--------------------------------------------------------*/
/*dl dt dd CUSTOMIZE*/
/*--------------------------------------------------------*/

.dl01 dl {
  border-bottom:1px dotted #999;
  padding: 5px 0 5px 0;
  width: 80%;
	margin-left:5% ;
}
.dl01 dl dt {
  color:#008D9A;
  border-left: solid 4px #008D9A;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: bold;
}

.dl01 dl dd {
  border-left: solid 4px #008D9A;
  padding: 0 0 0 10px;
  margin: 0;
}
.dl01 dl dd span {
 white-space: nowrap;  
}

.dl01 dl dd a.link {
  color:#307AF4;
}

dl.dl02 {
  float:left;
  margin:0 0 0 30px;
  padding: 0;
}
dl.dl02 dt {
  float:left;
  color:initial;
  padding: 0;
}

dl.dl02 dd {
  float:left;
  color:initial;
  margin-left:0px;
}

#subMain h4 {
  background-color: #95D5DB;
  border-radius: 4px;
  padding: 0.5em;
  width: 90%;
}

.faq-pretty ul li {
  margin-left: -10px;
  margin-right: 10px;
}

.faq-pretty li {
  list-style-type: none;
}

.faq-question {
  color:#004082 !important;
}

.faq-question:before {
  content: "Q";
  font-size:17px;
  padding-right: 5px;
}

.faq-answer{
  margin-top: 0;
}

.faq-answer:before {
  content: "A";
  font-size: 17px;
  color: #CC0066;
  padding-right: 5px;
  padding-left: 1px;
  font-weight: bold;
}

 
.deflist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.deflist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

div.nlist1{
  margin-left: 62px;
  width:93%;
}
ol.nlist1{
  counter-reset:li;
  margin-left: 20px;
  width:93%;
  height: auto;
}

ol.nlist1 li{
  position:relative;
  display: block;
  padding:5px 5px 5px 5px;
  background: #CCE6FF;
  border: 2px solid #AAC0FF;
  border-radius: 2px;
  margin-left: -30px !important;
  margin-top: 3px;
}
ol.nlist1 li:after{
  counter-increment: li;
  content: counter(li);
  position: absolute;	
  left: -40px;
  right: -40px;
  top: -2px;
  background: #AAC0FF;
  height: 95%;
  width: 30px;
  line-height: 26px;
  border: 3px solid #AAC0FF;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}

#subMain .min {
	margin:10px;
  font-size: 17px;
  font-weight:bold;
}
/*--------------------------------------------------------*/
/*float clear*/
/*--------------------------------------------------------*/
.fclear {
  clear:both;
  height:0;
}

/*--------------------------------------------------------*/
/*access CUSTOMIZE*/
/*--------------------------------------------------------*/

#subMain dl.dclear {
  float:left;
  border-bottom: none;
  margin:0;
  padding: 0;
}
#subMain dl dl.dclear dt {
  float:left;
  color:initial;
  border: none;
  padding: 0;
  font-size: initial;
  font-weight: initial;
}

#subMain dl dl.dclear dd {
  float:left;
  color:initial;
  border: none;
  font-size: initial;
  font-weight: initial;
  margin-left:0px;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

/*--------------------------------------------------------*/
/*gmap CUSTOMIZE*/
/*--------------------------------------------------------*/
.gmap {
  margin-left:30px;
  line-height: 160%;
}
.gmap .mapf{
  font-weight:bold
}

/*--------------------------------------------------------*/
/*Gyoji CUSTOMIZE*/
/*--------------------------------------------------------*/
.cal {
  display: table;
}
.calrow {
  display: table-row;
}
.calcol {
  display: table-cell;
}
.caltit {
  color: #000000;
  margin: 5px 18px 0 18px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}

.caltxt {
  color: #000000;
  font-size: 13px;
  margin: 0px 18px 5px 18px;
  padding: 0;
}

.calline{
  border:solid 1px #ccc;
  padding: 4px 0;
  margin: 0 15px;
}
.calbody {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  margin: 4px;
  padding: 5px;
  text-shadow: 1px 1px 1px #222222,
  -1px 1px 1px #222222,
  1px -1px 1px #222222,
  -1px -1px 1px #222222;
  background-repeat: no-repeat;
  background-position: right top;
  -moz-background-size:auto 100%;
  background-size:auto 100%;
  width:290px;
  height:220px;

}

.mon {
  font-size: 22px;
  font-weight: bold;
}
.cal04bg { background-image: url('images/cal/cal04.jpg'); }
.cal05bg { background-image: url('images/cal/cal05.jpg'); }
.cal06bg { background-image: url('images/cal/cal06.jpg'); }
.cal07bg { background-image: url('images/cal/cal07.jpg'); }
.cal08bg { background-image: url('images/cal/cal08.jpg'); }
.cal09bg { background-image: url('images/cal/cal09.jpg'); }
.cal10bg { background-image: url('images/cal/cal10.jpg'); }
.cal11bg { background-image: url('images/cal/cal11.jpg'); }
.cal12bg { background-image: url('images/cal/cal12.jpg'); }
.cal01bg { background-image: url('images/cal/cal01.jpg'); }
.cal02bg { background-image: url('images/cal/cal02.jpg'); }
.cal03bg { background-image: url('images/cal/cal03.jpg'); }

/*--------------------------------------------------------*/
/*google custom search  CUSTOMIZE*/
/*--------------------------------------------------------*/

#gsc{
  display:block;
  position:relative;
  float:left; 
  padding: 0;
  margin:4px 10px;
  width:200px;
}
 
#gsc td {
   border: none;   
}
 
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
   margin:0 !important;
   padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
   vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
   border: 1px solid #dddddd !important;
   height:25px !important;
   margin-top: 100px;
}
 
 
#gsc input[type="text"]:focus {
   border: 1px solid #dddddd !important;
   height:25px !important;
   text-indent: 5px !important;
   outline: 0;  /*safariの自動フォーカスを切る */
}
 
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
   border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
   background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #4A8BF5 !important;
background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
border: 1px solid #4A8BF5 !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
   margin:0 0 0 -16px !important;
   border-radius:4px;
}
/* 入力時に出る「×」ボタンの位置調整 */
 
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
      box-sizing: border-box;
  -moz-box-sizing: border-box;
      padding:2px 0 0 0;
}

/*--------------------------------------------------------*/
/*language CUSTOMIZE*/
/*--------------------------------------------------------*/
#langmenu{
  display:block;
  float:left; 
  list-style-type: none;
  width: 140px;
  height: 28px;
  margin: 3px 0;
  padding: 0;
  background: white;
  border: 2px solid #4A8BF5;
  border-radius: 3px 3px 3px 3px;
  z-index: 100;
}

#langmenu:hover{
  border-radius: 3px 3px 3px 3px;
}

#langmenu .langtop{
  font-size:12px;
}


#langmenu li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  color:black;
}

#langmenu li a{
  display: block;
  margin: 0;
  padding: 8px 16px 8px 10px;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

#langmenu li a.langtop:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  right:10px;
  top:10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#langmenu li:hover > a{
  background: #C2DEFA44;
  color: black;
}
#langmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#langmenu li ul{
  list-style: none;
  position: absolute;
  width:140px;
  top: 100%;
  left: -2px;
  margin: 0;
  padding: 0;
  border-top: 1px;
  z-index: 100;
}

#langmenu li:hover ul{
  border: 2px solid #4A8BF5;
  border-top: 0 none;
  border-radius: 0 0 3px 3px;
}


#langmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #000000;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  opacity: 1;
}
#langmenu li ul li a{
  padding: 8px 15px;
  background: white;
  text-align: left;
  font-size: 12px;
  border-color:red;
}

#langmenu li:hover ul li{
  background: white;
  overflow: visible;
  height: 28px;
  border-bottom: 2px solid #4A8BF5;
  border-top: 0 none;
}
#langmenu li:hover ul li:first-child{
  border-top: 2px solid #4A8BF5;
}
#langmenu li:hover ul li:last-child{
  border-bottom: 0;
}

/*--------------------------------------------------------*/
/*gallery CUSTOMIZE*/
/*--------------------------------------------------------*/
#subMain .gallery dl {
  float:left;
  border-bottom: none;
  margin:0;
}
#subMain .gallery dt {
  border: none;
}

#subMain .gallery dd {
  border-left: none;
}


/*--------------------------------------------------------*/
/*language CUSTOMIZE*/
/*--------------------------------------------------------*/
//.fs4 { font-size:  4px; }
.fs9 { font-size:  9px; }
.fs10{ font-size: 10px; }
.fs11{ font-size: 11px; }
.fs12{ font-size: 12px; }
.fs13{ font-size: 13px; }
.fs14{ font-size: 14px; }
.fs15{ font-size: 15px; }

/*--------------------------------------------------------*/
/*FORM表示用テーブル*/
/*--------------------------------------------------------*/
#form table.frm {
  border-collapse: collapse;
  empty-cells:show;
}

#form table.frm th {
  background: #EFF8FF;
  text-align: center;
  padding: 5px;
  font-weight: normal;
  height: 46px;
  font-size:13px;
  white-space:nowrap;
  width:150px;
  border:solid 1pt #C6C6C6;
}

#form table.frm td {
  text-align: left;
  padding: 5px;
  height: 46px;
  font-size:13px;
  width:440px;
  border:solid 1pt #C6C6C6;
  background: #FBFEFF;
}

#form table.frm th.t_top {
  border-top: #0967BF 4px solid;
}

#form table.frm td.t_top {
  border-top: #b3b3b3 4px solid;
}

#form div.inqbtn {
  width:610px;
  height:50px;
  text-align:right;
  padding-top: 15px;
}

/*--------------------------------------------------------*/
/*FORM表示*/
/*--------------------------------------------------------*/

#form input[type=radio] {
  vertical-align:-3px;
  margin: 3px 8px;
}

#form input[type=text], input[type=password], input[type=email]{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  height:30px;
  margin: 3px 8px;
  font-size:13px;
  padding: 0px 8px 0px 8px;
  background-color: #fff;
}
 
#form input[type=text]:focus, input[type=password]:focus {
  border:solid 1px #20b2aa;
}
 
#form input[type=text], input[type=password], select {
  outline: none;
  font-size:13px;
}

#form input[type=text]:disabled {
  background-color: #FAEBB8;
  color: #000;
}


#form input[type=button], #form input[type=submit]{
  border-radius: 5px;
  border:#258 1px solid;
  padding:5px 20px;
  cursor:pointer;
  color:#333;
  background:#fff;
  font-size:13px;
}

#form input[type=button]:hover, #form input[type=submit]:hover{
  border-radius: 5px;
  border:#258 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  padding:5px 20px;
  cursor:pointer;
  color:#fff;
  background:#4398E7;
  font-size:13px;
}


#form textarea {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  padding:8px 10px;
  margin: 3px ;
  font-size:13px;
}

#form textarea:focus {
  border:solid 1px #20b2aa;
}
 
#form textarea {
  outline: none;
  margin:10px;
}

#form select{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border:#a9a9a9 1px solid;
  -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
  height:30px;
  padding: 5px 2px 5px 10px;
  margin: 0 10px;
  font-size:13px;

}

#form select:focus {
  border:solid 1px #20b2aa;
}

#form select:disabled {
  background-color: #FAEBB8;
  color: #000;
}

#form .ipt1_on { 
  ime-mode:active;
}

#form .ipt1_off {
  ime-mode: disabled;
}

#form .ipt1_no {
  ime-mode: disabled;
}

#form .frmback{
  float:left;
  padding: 0 10px;
}

#form .frmsubmit{
  float:right;
  padding: 0 10px;
}

#form .req{
  color: #ff0000;
}

/*--------------------------------------------------------*/
/*Divテーブル*/
/*--------------------------------------------------------*/

.table{
  display: table;
}
.tr{
  display: table-row;
}
.td{
  display: table-cell;
}
.th{
  display: table-cell;
}

/*--------------------------------------------------------*/
/*footer-sitemap*/
/*--------------------------------------------------------*/

#f-sitemap {
      width: 800px;
      margin: 10px auto;
      padding: 0;
}

#f-sitemap ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
}

#f-sitemap ul.sm-list {
      width: 170px;
      padding: 0 11px 0 0;
      margin: 0 15px 0 0;
      text-align:bottom;
}


#f-sitemap ul.sm-last {
      width: 150px;
}


#f-sitemap ul.sm-list ul {
      width: 170px;
      padding: 0 11px 0 0;
      margin: 0px 15px 0 0;
      text-align:bottom;
      list-style-image: url('images/mark01.png');
}


#f-sitemap ul.sm-list .sub-menu{
      font-weight: normal;
      font-size: 11px;
      list-style-image: none;
      list-style-type: none;
      line-height: 180%;
      padding: 0 0 3px 15px;

}


#f-sitemap ul.sm-list ul.sub-menu li {
      list-style-image: url('images/mark02.png');
}


#f-sitemap ul.sm-list li ul{
      font-weight: bold;
      font-size: 12px;
      margin: 4px 0 0;
}



#f-sitemap ul.sm-list a:link {
      color: #000068;
}

#f-sitemap ul.sm-list a:link,
#f-sitemap ul.sm-list a:visited {
      color: #000068;
      text-decoration: none;
}


#f-sitemap ul.sm-list a:hover {
      color: #000068;
      text-decoration: underline;
}
#f-sitemap a {
 outline: none;
}
/*--------------------------------------------------------*/
/*inquiry*/
/*--------------------------------------------------------*/

.inq{
  margin: 70px auto 20px;
  width:550px;
  height:120px;
  border-radius: 15px;
  border: 3px solid #DCDCDC;
  background-color:#FFFFFF;
  position:relative;
}

.inqimg{
float:left; width:25%; height:100%;
}

.inqimg img{
 padding-left: 10px;
 position: absolute;
 bottom:0;
}

.inqmes{
  width:75%;
  height:25%;
  text-align: center;
  padding:5px;
  box-sizing: border-box;
  margin-left:25%;
  font-size:12px;
  font-weight:bold;
  letter-spacing: -0.02em;
}

.inqtel{
  position:relative;
  width:75%;
  height:45%;
  padding:3px;
  box-sizing: border-box;
  margin-left:25%;
}



.inqteli{
  width:90px;
  height:30px;
  top:10px;
  margin: auto 0;
  border-radius: 5px;
  background-color:#C80000;
  position: absolute;
  color:white;
  font-size:14px;
}
.inqteli p{
  margin-top:4px;
  margin-left:8px;
}

.inqteli_vi{
  font-size:10px;
	line-height:1.1em;
}

.inqtelt{
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  padding: auto 0;
/*  font-size:14px;*/
}

.inqtelt_vi{
  top: 5px;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  padding: auto 0;
  font-size: 10px;
}

.inqbtm{
  position:relative;
  width:75%;
  height:30%;
  padding:5px;
  box-sizing: border-box;
  margin-left:25%;
}

.inqbtml{
  width:170px;
  height:30px;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  border-radius: 5px;
  background-color:#DE9D00;
  position: absolute;
  color:white;
  font-size:14px;
  font-weight:bold;
  
  text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #de6500), color-stop(0.00, #fcdc7e));
  background: -webkit-linear-gradient(top, #fcdc7e 0%, #de6500 95%);
  background: -moz-linear-gradient(top, #fcdc7e 0%, #de6500 95%);
  background: -o-linear-gradient(top, #fcdc7e 0%, #de6500 95%);
  background: -ms-linear-gradient(top, #fcdc7e 0%, #de6500 95%);
  background: linear-gradient(to bottom, #fcdc7e 0%, #de6500 95%);
  border:1px solid #FB9D23;
  box-sizing: border-box;
}

/*ベトナム語の場合*/
.inqbtml_vi {
  width:200px;
  left: 5px;
  font-size:13px;
}

.inqbtmr{
  width:170px;
  height:30px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-radius: 5px;
  background-color:#3670B8;
  position: absolute;
  color:white;
  font-size:14px;
  font-weight:bold;
  
  text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #24446a), color-stop(0.00, #88b1f1));
  background: -webkit-linear-gradient(top, #88b1f1 0%, #24446a 96%);
  background: -moz-linear-gradient(top, #88b1f1 0%, #24446a 96%);
  background: -o-linear-gradient(top, #88b1f1 0%, #24446a 96%);
  background: -ms-linear-gradient(top, #88b1f1 0%, #24446a 96%);
  background: linear-gradient(to bottom, #88b1f1 0%, #24446a 96%);
  border:1px solid #6C9FB3;
  box-sizing: border-box;
}

.inqteli img{
 float:left;
 margin: 5px 10px 0 15px;
}

.inqbtml img, .inqbtmr img{
 float:left;
 margin: 4px 10px 0 20px;
}

/*ベトナム語の場合*/
.inqbtml_vi img{
 float:left;
 margin: 4px 10px 0 10px;
}


.inqbtml p, .inqbtmr p{
 margin: 3px 0 0 8px;
}

.inqbtml:hover, .inqbtml:hover img, .inqbtmr:hover, .inqbtmr:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*--------------------------------------------------------*/
/*curriculum*/
/*--------------------------------------------------------*/

dl.curri{
  margin:0;
  padding:.5em;
  width:650px;
  margin-left:10px;
  background-color:#fff;
}
.curri dt {
  padding:.5em;
  font-weight:bold;
  width:100px;
  border-radius:3px;
  text-align:center;
  color:white;
}
.curri dd {
  margin: 0 0 10px 50px;
  padding:.5em;
  border-left:1px solid #999;
  border-bottom:1px solid #999;
  clear:both;
}

.cu01 { 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #58b3d5), color-stop(0.00, #a8d9eb));
  background: -webkit-linear-gradient(#a8d9eb, #58b3d5);
  background: -moz-linear-gradient(#a8d9eb, #58b3d5);
  background: -o-linear-gradient(#a8d9eb, #58b3d5);
  background: -ms-linear-gradient(#a8d9eb, #58b3d5);
  background: linear-gradient(#a8d9eb, #58b3d5);
}
.cu02 { 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2c88aa), color-stop(0.00, #93d0e6));
  background: -webkit-linear-gradient(#93d0e6, #2c88aa);
  background: -moz-linear-gradient(#93d0e6, #2c88aa);
  background: -o-linear-gradient(#93d0e6, #2c88aa);
  background: -ms-linear-gradient(#93d0e6, #2c88aa);
  background: linear-gradient(#93d0e6, #2c88aa);
  background-color:#2F98BF;
}
.cu03 { 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #519707), color-stop(0.00, #a8f655));
  background: -webkit-linear-gradient(#a8f655, #519707);
  background: -moz-linear-gradient(#a8f655, #519707);
  background: -o-linear-gradient(#a8f655, #519707);
  background: -ms-linear-gradient(#a8f655, #519707);
  background: linear-gradient(#a8f655, #519707);
}
.cu04 { 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ec6e22), color-stop(0.00, #f5b28a));
  background: -webkit-linear-gradient(#f5b28a, #ec6e22);
  background: -moz-linear-gradient(#f5b28a, #ec6e22);
  background: -o-linear-gradient(#f5b28a, #ec6e22);
  background: -ms-linear-gradient(#f5b28a, #ec6e22);
  background: linear-gradient(#f5b28a, #ec6e22);
}

/*--------------------------------------------------------*/
/*infomation custom */
/*--------------------------------------------------------*/

.infodate {
  padding: 0.25em 0.5em 0.3em;
  border-left: 4px solid #1967AF;
  border-bottom: 1px solid #ccc;
  font-size:14px;
  margin-left:10px;
}

.infolst {
  font-size:13px;
  padding-left: 0.8em;
  margin-left:10px;
}

.infodate_s {
  padding: 0.25em 0.5em 0.3em;
  border-left: 4px solid #1967AF;
  border-bottom: 1px solid #ccc;
  font-size:15px;
  margin-left:4px;
}

.infotit {
  font-size:16px;
  padding-left: 0.8em;
}

.infobtm {
  width:100%;
  margin: 30px 0;
}

.infonavi {
  text-align: center;
  width:300px;
  margin: 0 auto;
}
.infonavi a{
  font-size:13px;
  text-decoration: none;
  padding: 0 30px;
  font-size:15px;
}

.infonavi a{
  font-size:13px;
  text-decoration: none;
  padding: 0 30px;
  font-size:14px;
}

/*--------------------------------------------------------*/
/*お知らせ投稿用 */
/*--------------------------------------------------------*/
div.centtxt {
 text-align: center;
}

div.tbox_l {
 display:inline-block;
 text-align: left
}

img.centimg {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*--------------------------------------------------------*/
/*リスト番号 */
/*--------------------------------------------------------*/
/*リスト番号＋"."*/
ol#ol01{
  font-size: 15px;
  counter-reset: c_ol01;
  list-style-type: none !important;
  padding-left: 1em;
  margin: -0.1em 0;
}

#ol01 li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.7em;
  font-weight: bold;
  margin-top: 1em;
}

#ol01 li.ch:before {
  counter-increment: c_ol01;
  content: counter(c_ol01)".";
  /* 以下は自由に装飾... */
  color: black;

}

/*リスト番号を〇で囲う:*/
ol#ol02{
  font-size: 14px;
  counter-reset: c_ol02;
  list-style-type: none !important;
  padding-left: 1em;
  margin: -0.1em 0;
}
#ol02 li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}

#ol02 li.ch:before {
  counter-increment: c_ol02;
  content: counter(c_ol02);
  /* 以下は自由に装飾... */
  font-size: 0.75em;
  border-radius: 50%;
  line-height: 0.2em;
  padding: 0.01em 0.5em;
  border: 1px solid black;
  color: black;
}

/*--------------------------------------------------------*/
/*テーブル 横幅自動 */
/*--------------------------------------------------------*/
table.tb3 {
  border-collapse: collapse;
  margin: 5px auto;
}

table.tb3 th {
  text-align: center;
  white-space: nowrap;
  border: 1px solid #999;
  padding: 10px 30px;
}

table.tb3 td {
  border: 1px solid #999;
  padding: 10px 30px;
}

/*--------------------------------------------------------*/
/*テーブル デザイン用ボーダー0 */
/*--------------------------------------------------------*/
table.tb_hide {
  border-collapse: collapse;
  margin: 5px auto;
　line-height:1.6em;
}

table.tb_hide th {
  text-align: center;
  white-space: nowrap;
}

table.tb_hide td {
  border: 1px solid #999;
}

/*--------------------------------------------------------*/
/*boxを中央に */
/*--------------------------------------------------------*/
div.tbox {
  width:600px;
  margin: 5px auto;
  padding:10px;
  line-height:1.6em;
}

/*--------------------------------------------------------*/
/*boxを横に並べる */
/*--------------------------------------------------------*/
div.box-side p {
   display: inline-block;  /* インラインブロック化 */
   vertical-align: middle; /* 中央を揃える */
   margin: 5px 0px;
   padding: 10px;
}
/*--------------------------------------------------------*/
/*image border */
/*--------------------------------------------------------*/
img.waku {
 border: 1px solid #C0C0C0;
 padding:4px;
}

/*--------------------------------------------------------*/
/*clear:both;*/
/*--------------------------------------------------------*/
.clboth:after{
  content: "";
  display: block;
  clear:both;
}

/*--------------------------------------------------------*/
/*基本フォントサイズ*/
/*--------------------------------------------------------*/

.fs1  { font-size : 6pt; }
.fs1x  { font-size : 7pt; }
.fs2  { font-size : 8pt; }
.fs2x  { font-size : 9pt; }
.fs3  { font-size : 10pt; }
.fs3x  { font-size : 11pt; }
.fs4  { font-size : 12pt; }
.fs4x  { font-size : 13pt; }
.fs5  { font-size : 14pt; }
.fs5x  { font-size : 15pt; }
.fs6  { font-size : 16pt; }
.fs6x  { font-size : 17pt; }
.fs7  { font-size : 18pt; }
.fs7x  { font-size : 19pt; }

