@charset "UTF-8";
/* base */

html,body{
  height: 100%;
  margin: 0;
  position:relative;
}

#wrap{
  position: relative;
  min-height: 100%;
  height: auto!important;
  height: 100%;
}

/*** font ***/

body{
  font-size: 14px;
  font-family:"メイリオ", Meiryo, sans-serif;
  background: #ffffff;
}

a,input,select{
  font-family:"メイリオ", Meiryo, sans-serif;
}

input::-webkit-input-placeholder {
  font-family:"メイリオ", Meiryo, sans-serif;
}

input:-moz-placeholder {
  font-family:"メイリオ", Meiryo, sans-serif;
}

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

.f_bold{
  font-weight: bold;
}

.red_bold{
  color: #ff0000;
  font-weight: bold;
}

.color_link{
  color: #00aeef;
}

.f_12{
  font-size: 12px!important;
}

.f_16{
  font-size: 16px!important;
}

.f_18{
  font-size: 18px!important;
}

.f_20{
  font-size: 20px!important;
}

.f_22{
  font-size: 22px!important;
}


.mouse_over:hover{
  opacity: 0.8;
       filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

.reg{
  vertical-align: super;
  font-size: 12px;
}

/**** page top ****/

#main .page_top{
  height: 50px;
  display: block;
}

#main .page_top:hover{
  opacity: 0.8;
       filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}


.fixed01{
  height: 50px;
  position: fixed;
  left: auto;
  margin-left: 930px;
  bottom: 0;
  z-index:10;
}

.fixed02{
  height: 50px;
  position: absolute;
  left:auto;
  margin-left: 930px;
  bottom: 445px;
  z-index:10;
}

/**** icon ****/

.link-s:before{
  margin-right: 5px;
  vertical-align: 1px;
  content: url("../images/icon_tri_s.png");
}

.link-blank:before{
  margin-right: 6px;
  vertical-align: 0px;
  content: url("../images/icon_link.jpg");
}

.icon-tri{
  margin-right: 6px;
  vertical-align: 2px;
}

.icon-tri-s{
  margin-right: 6px;
  vertical-align: 2px;
}

.icon_pdf{
  margin-right: 8px;
  vertical-align: -3px;
}

.icon_link{
  margin-right: 6px;
}

/**** title ****/
.sec_ttl{
  padding-bottom: 10px;
  border-bottom: 1px solid #00adf1;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.0em;
}

.sec_sttl_b{
  padding-bottom: 10px;
  border-bottom: 1px solid #00aeef;
  font-size: 18px;
  line-height: 1.0em;
  color: #00aeef;
}

.b_sec_ttl{
  padding-bottom: 5px;
}

.b_sec_ttl p{
  font-size: 22px;
  border-left: 6px solid #00aeef;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: bottom;
}


/*** link area ***/

.linkbox_left{
  float: left;
}

.linkbox_right{
  float: right;
}

.school{
  padding: 20px 30px 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #f7f7f4;
}

.school_bg_blue{
  background: #E3FBFF;
}

.school .linkbox_left,.linkbox_right{
  width: 285px; 
}

.school .school_list{
  margin-left: 1em;
}

.info_link{
  font-size: 16px;
  color: #00aeef;
  font-weight: bold;
}

.school .school_list li {
  padding-bottom: 5px;
  line-height: 1.7;
  text-indent: -1.0em;
}

.info_link_list li{
  padding-bottom: 0!important;
}

.indent_none{
  margin-left: 0!important;
}

.indent_none li{
  text-indent: 0!important;
}


/***アイコン***/

.link_icon_html_b:before{
  content: url("../images/icon_tri_b2.png");
  padding-right: 10px;
}

.link_icon_html_tb_b:before{
  content: url("../images/icon_link_b_tb.png");
  padding-right: 10px;
}

.link_icon_html_tb_w:before{
  content: url("../images/icon_link_w_tb.png");
  padding-right: 10px;
}

.link_icon_pdf:before{
  content: url("../images/icon_pdf.png");
  padding-right: 5px;
  vertical-align: -5px;
}

.link_icon_html_b02{
  background: url("../images/icon_tri_b2.png") no-repeat;
  background-position: 10px 6px;
}

.link_icon_html_tb_b02{
  background: url("../images/icon_link_b_tb.png") no-repeat;
  background-position: 0 3px;
}

.link_icon_html_tb_w02{
  background: url("../images/icon_link_w_tb.png") no-repeat;
}

.link_icon_pdf02{
  background: url("../images/icon_pdf.png") no-repeat;
  background-size: contain;
}



/***テーブル***/

.table_base{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_base a.anc{
  color:#00aeef;
  text-decoration:underline;
}
.table_base a:hover{
  text-decoration:none;
}

.table_base tr,.table_base th,.table_base td{
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.table_base th{
  padding: 10px;
  text-align: center;
  background: #999999;
  color: #fff;
}

.inner_cell{
  padding: 8px 10px;
}

.inner_table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.inner_table tr{
  border:none;
}

.inner_table td{
  border:none;
}

.table_top{
  vertical-align: top;
}

.bt_non{
  border-top: none!important;
}

.va_top{
  vertical-align: top;
}

.p_relative{
  position: relative;
}

/***toolchip***/

.products_search_method {
  position:relative;
}
.products_search_method:hover {
 /*
 background: #deb3ba;
*/
  text-decoration: none;
}

.tooltips {
  width: 435px;
  text-align:left;
  position: absolute;
  bottom: 2.4em;
  left: -360px;
  z-index: 9999;
  padding: 1em;
  color: #000;
  background: #eeeeee;
  border-radius: 10px;
  font-size: 12px;
}

.tooltips:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 400px;
  bottom: -8px;
  border-bottom:8px solid transparent;
  border-left:8px solid #eeeeee;
}

.tooltips01 {
  width: 385px;
  text-align:left;
  position: absolute;
  top: -3.0em;
  left: -172px;
  z-index: 9999;
  padding: 1em;
  color: #000;
  background: #eeeeee;
  border-radius: 10px;
}

.tooltips01:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 250px;
  bottom: -8px;
  border-bottom:8px solid transparent;
  border-left:8px solid #eeeeee;
}

.tooltip_ttl{
  font-size: 14px;
  color: #1062ae;
}