@charset "UTF-8";
/*  link 
-----------------------------------------------------------------------------*/
a { color: #2f5883; text-decoration: none;}
a:visited { color: #2f5883; }

a:hover {
  color: #0b51c2;
  text-decoration: underline;
}

a img { border: 0; }

/*  font 
-----------------------------------------------------------------------------*/
.txt14 {
  font-size: 14px;
  line-height: 18px;
}

.txt12 {
  font-size: 12px;
  line-height: 16px;
}

.txt10 {
  font-size: 10px;
  line-height: 13px;
}

.txt_b { font-weight: bold; }

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }

/*  float 
-----------------------------------------------------------------------------*/
.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*�*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/*  margin 
-----------------------------------------------------------------------------*/
.m_t20{ 
	margin-top: 20px;
}
.m_t36{ 
	margin-top: 36px;
}

.m_b15{ 
	margin-bottom: 15px;
}



/*-----------------------------------------------------------------------------*/
/*  Layout
/*-----------------------------------------------------------------------------*/



/* Footer */
#ft_wrapper {
  height: 199px;
  background: #ecece9;
  clear: both;
}
#ft_wrapper02 {
	height: 50px;
	background: #ecece9;
	clear: both;
	text-align: right;
}

#ft_wrapper_copyright {
  color: #555;
  height: 36px;
  background: #d1d2cd;
}

#footer {
  margin: 0 auto;
  width: 980px;
}

#footer a {
  color: #555;
  text-decoration: none;
}
#footer02 {
  margin: 0 auto;
  width: 980px;
	text-align:right;
}


#footer a:hover { text-decoration: underline; }

/*#ft_floor1 {
  border-bottom: 1px dotted #bcbcbc;
  height: 107px;
}*/
#ft_floor1:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
#ft_floor1 {
    border-bottom: 1px dotted #BCBCBC;
    width: 980px;
}

/*#ft_floor1 #ft_floor1_inner { padding: 20px 0 50px 0; }*/
#ft_floor1 #ft_floor1_inner { padding: 20px 0 20px 0; }
#ft_floor1 .ft_logo { width: 500px; }

#ft_floor1 .ft_logo p {
  color: #555;
}

#ft_floor1 .ft_link{
  float:right;
}

#ft_floor1 .ft_link ul li {
  padding: 0 10px 0 15px;
  float: left;
  background:url(../images/common/ft_link.gif) no-repeat left center;
}

#ft_floor2 {
  padding: 10px 0 0 0;
  clear: both;
}

#ft_floor2 dl {
  height: 34px;
  clear: both;
}

#ft_floor2 dl dt {
  line-height: 25px;
  padding: 0 7px 0 0;
  float: left;
}

#ft_floor2 dl dd {
  line-height: 25px;
  margin: 0 6px 0 0;
  padding: 0 7px 0 0;
  background: url(../images/common/footer_line.gif) no-repeat right center;
  float: left;
}

#ft_floor2 dl dd.footer_menu_last {
  margin: 0;
  padding: 0;
  background: none;
}

#copyright {
  color: #555553;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
  width: 980px;
}


/* Contents */
#contents { width: 980px; }
#TOPPAGE #contents { background: url(../images/common/content_bg.gif) repeat-y left top; }

#contents_left {
  width: 730px;
  float: left;
}

.h2_tit {
  font-size: 14px;
  line-height: 27px;
  padding: 7px 0 0 0;
  height: 34px;
  background: url(../images/common/tit_bg.gif) repeat-x 0 0;
}

.h2_tit img { margin: 0 5px; }

/*-----------------------*/
/*	sidebar
/*-----------------------*/
#sidebar {
  width: 230px;
  float: right;
}

/*-----------------------*/
/*	header
/*-----------------------*/
#logo {
  padding: 16px 0 0 0;
  width: 257px;
}

#topright {
  width: 426px;
  height: 70px;
}

#toplink { height: 31px; }

#toplink a {
  margin: 0 0 0 8px;
  display: block;
  float: right;
}

#login {
  font-weight: bold;
  color: #4d7d99;
  background: #f3f4f6;
}

#login table { padding: 1px 8px 1px 2px; }
#login table td { padding: 0 0 0 8px; }

#login_box {
  width: 426px;
  height: 31px;
  background: url(../images/common/login_bg.gif) no-repeat left top;
  clear: both;
}

#login_inner {
  line-height: 31px;
  vertical-align: bottom;
}

#login_title { margin: 0 13px 0 14px; }

#login_inner input {
  border: 1px solid #CCC;
  width: 99px;
  height: 19px;
}

#login_inner input#ID { margin: 0 13px 0 0; }
#login_inner input#PASSWORD { margin: 0 0 0 2px; }

#logout_inner {
  line-height: 31px;
  vertical-align: bottom;
}

#logout_inner p {
  width: 310px;
  display: block;
  float: left;
}

#logout_inner span {
  padding: 0 0 0 24px;
  display: block;
  background: url(../images/common/login_man.gif) no-repeat left center;
  float: right;
}

#logout_inner a {
  margin: 3px 7px 0 0;
  display: block;
  float: right;
}

/*-----------------------*/
/*	menu navi_top
/*-----------------------*/
ul.ldd_menu {
  list-style: none;
  margin: 0px;
  padding: 0;
  height: 50px;
  z-index: 10000;
  display: block;
}

ul.ldd_menu a { text-decoration: none; }

ul.ldd_menu > li {
  float: left;
  position: relative;
}

ul.ldd_menu li span {
  color: #ffffff;
  line-height: 40px;
  padding: 0px 20px;
  border-left: 1px solid #357da5;
  height: 40px;
  cursor: default;
  float: left;
}

ul.ldd_menu > li > span.end { border-right: 1px solid #357da5; }

.ldd_submenu {
  opacity: 0.90;
  -moz-box-shadow: 0px 3px 4px #14394d inset;
  -webkit-box-shadow: 0px 3px 4px #14394d inset;
  -box-shadow: 0px 3px 4px #14394d inset;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  width: 340px;
  z-index: 99;
  top: 40px;
  left: 0px;
  display: none;
  background: #2b6a8d;
  position: absolute;
}

.currentSli {
  opacity: 0.90;
  -moz-box-shadow: 0px 3px 4px #14394d inset;
  -webkit-box-shadow: 0px 3px 4px #14394d inset;
  -box-shadow: 0px 3px 4px #14394d inset;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  width: 340px;
  z-index: 99;
  top: 40px;
  left: 0px;
  display: none;
  background: #2b6a8d;
  position: absolute;
}

.currentSli ul {
  list-style: none;
  margin: 20px 0px 10px 10px;
  padding: 10px;
  float: left;
}

.currentSli ul li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  padding: 1px 5px 1px 12px;
  background: url(../images/common/gnavi_arrow.gif) no-repeat 2px center;
  border-bottom:1px dotted #fff;
}

.currentSli ul li a:hover {
  -moz-box-shadow: 0px 0px 2px #fff;
  -webkit-box-shadow: 0px 0px 2px #fff;
  box-shadow: 0px 0px 2px #fff;
  opacity: 0.90;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #aa0909;
  text-decoration: none;
  padding: 3px 5px 3px 12px;
  background: url(../images/common/gnavi_arrow_on.gif) no-repeat 2px center #fff;
}

ul.ldd_menu ul {
  list-style: none;
  margin: 20px 0px 10px 10px;
  padding: 10px;
  float: left;
}

ul.ldd_menu ul li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 25px;
  padding: 1px 3px;
}

ul.ldd_menu ul li a:hover {
  -moz-box-shadow: 0px 0px 2px #fff;
  -webkit-box-shadow: 0px 0px 2px #fff;
  box-shadow: 0px 0px 2px #fff;
  opacity: 0.90;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 3px;
  background: #fff;
}

/*-----------------------*/
/*	sidebar
/*-----------------------*/
.top_sr dd {
  margin-top: 4px;
  padding-left: 10px;
  background: url(../images/common/blue_dot_arrow_l.gif) no-repeat 0 4px;
}

.top_sr a {
  color: #555;
  text-decoration: none;
}

.top_sr a:hover { text-decoration: underline; }

/*.padtop	{margin: 12px 0 0 0;}*/
.sb_tit {
  height: 34px;
  background: url(../images/common/tit_bg.gif) repeat-x 0 0;
}

.sb_tit h2 {
  font-size: 14px;
  line-height: 27px;
  padding: 7px 0 0 0;
  width: 150px;
  float: left;
}

.sb_tit h2 img { margin: 0 5px; }

.sb_tit .link1 {
  margin: 7px 0 0 0;
  float: right;
}

.sb1_con {
  margin: 10px 0 0 0;
  padding: 10px 0 8px 0;
  background: url(../images/common/sb1_con_bg.jpg) repeat-x top left #E7E5E6;
}

.sb1_con h3 {
  font-size: 14px;
  font-weight: normal;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px 10px;
  padding: 0 0 0 8px;
  border-left: 5px #357CA6 solid;
}

.sb1_con_tit { height: 23px; }

.sb1_con_tit h3 {
  margin: 0 0 0 10px;
  width: 120px;
  float: left;
}

.sb1_con_tit .link1 {
  margin: -4px 0 0 0;
  padding-right: 8px;
  float: right;
}

.sb1_con .sb_dl { padding: 0 8px 8px 8px; }

.sb1_con dl {
  margin: 3px 0 0 0;
  background: #ffffff;
}

.sb1_con dl	dt {
  padding: 10px 0 0 5px;
  position: absolute;
}

.sb1_con dl dd { padding: 5px 5px 5px 15px; }

.sb1_con dl dd a {
  color: #222222;
  text-decoration: none;
}

.sb1_con dl dd a:hover { text-decoration: underline; }
.sb2 { margin: 10px 0 0 0; }

.sb2_con {
  padding: 0 0 7px 0;
  border-bottom: thin dotted #999999;
}

.sb2_con h4 {
  font-size: 12px;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
}

.sb2_con h4 a { color: #333; }
.sb2_con h4 a:hover { color: #333; }
.sb2_con h4 img { float: left; }

.sb2_con h4#rank1 {
  padding: 7px 0 5px 34px;
  background: url(../images/common/queen_link_1.gif) no-repeat left 5px;
}

.sb2_con h4#rank2 {
  padding: 7px 0 5px 34px;
  background: url(../images/common/queen_link_2.gif) no-repeat left 5px;
}

.sb2_con h4#rank3 {
  padding: 7px 0 5px 34px;
  background: url(../images/common/queen_link_3.gif) no-repeat left 5px;
}

.sb2_con p a {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  text-decoration: none;
}

.sb2_con p a:hover { text-decoration: underline; }
.sb3 img { margin: 12px 0 0 0; }

.opa_over a:hover img {
  replaceemmacro[16];
  -khtml-opacity: 0.7;
  replaceemmacro[17];
  -moz-opacity: 0.7;
  replaceemmacro[18];
  opacity: 0.7;
  replaceemmacro[19];
  filter: alpha(opacity=70);
}

/*-----------------------*/
/*	back_top
/*-----------------------*/
#back_top {
  right: 0;
  bottom: 279px;
  display: none;
  position: absolute;
}

.ml20.mb10{
  width:650px;
}

/*-----------------------*/
/*	お問い合わせ
/*-----------------------*/
.faq_img{
  width:240px; 
  float:right; 
  margin-bottom:20px;
}

.mp_contact_sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .header_log_link {
    width: 220px;
  }
  .header_log_link img {
    width: 100%;
  }
  #g_navi_bg{
    width: 980px;
  }
  #ft_wrapper {
    width: 980px;
  }
  #ft_wrapper02 {
    width: 980px;
  }
  #ft_wrapper_copyright {
    width: 980px;
  }
  #contents_left {
    padding-left: 10px;
  }
  h1 {
    padding-left: 0;
  }
  #ft_floor1_inner .ft_logo.fl {
    padding-left: 10px;
  }
  #ft_floor1_inner .ft_link {
    margin-right: 10px;
  }
  #ft_floor2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mp_contact_sp {
    display: block;
    float: right;
  }
  #header_right {
    display: none;
  }
  .mp_contact_sp img {
    width: 100% !important;
  }
  body{
    font-size:1.0rem;
    line-height:1.5;
    font-family:Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    overflow-x: hidden;
    width: 100%;
   }
   h1{
    width:96%;
    font-size: 1.3rem;
    line-height: 1.2;
    padding:10px 2%;
    background-image:none;
    height:auto;
    border-top:3px solid #145c84;
    border-bottom:3px solid #145c84;
   }
   h2{
    font-size:1.2rem;
   }
   b{
    margin: 0px;
    display: block;
   }

  #notesTr b{
    margin: 0px;
    display: inline;
   }

   a{
    word-break: break-all;
    display: inline-block;
   }
   #header{
    box-sizing:border-box;
    width:100%;
    overflow-x: hidden;
   }
   #header_left{
    box-sizing:border-box;
    width: 100%;
    border-bottom:2px solid #1b1b1b;
   }
   #header_left img{
    margin: 0px 0px 10px 5px;
   }
   #header_right a{
    float:right;
   }
   #header_right a img{
    float:right;
    margin: 0px 0px 10px 5px;
   }
   #sub_title{
    font-size:1.2rem;
   }
   #g_navi_bg{
    height: 65px;
    background-color:#000;
    background-image: none;
    margin-top:5px;
    width: 100%
   }
   #g_navi{
    box-sizing:border-box;
    width: 100%;
    height: 55px;
    padding:5px 10px;
   }
   #g_navi li{
    margin-right:15px;
    margin-bottom:5px;
    font-weight:bold;
   }
   .mb10 table.table02{
    border:1px solid #C1C1C1;
    display: table;
    background:none;
   }
   .table02 th{
    box-sizing:border-box;
    width:100%;
    display:block;
    border:0px;
    margin: 0px;
    padding:5px 0px;
    line-height: 1.4;
   }
   .table02 td{
     display: block;
     padding:5px;
     line-height: 1.6;
     background-color: #FFF;
   }

   .detailtable_ .table02 th{
    padding:10px 0px;
    font-size:1.8rem;
   }
   .table03 td{
    padding:5px;
   }
   .ncheck p{
    margin:10px 0px;
   }
   #contents{
    width:98%;
    overflow-x: hidden;
   }

   #seminar_sign{
    box-sizing:border-box;
    width:100%;
    padding: 10px 0px;
    margin:0px 0px 10px 0px;
   }
   .blue_box01{
    padding:0px;
   }
   #contents_left{
   width: 96%;
   padding: 2%;
   float:none;
   }
   #contents_left img{
    box-sizing:border-box;
   width:100%;
   }
   
   #contents_left .nparent div p{
    padding:20px 0px;
   }
   #contents_right{
    float:none;
    width:100%;
   }
   #contents_right a{
   width:100%;
   }
   #contents_right img.mb10{
    margin: 5px auto;
    display: block;
   }
   
   #btn_leftbox,
   #btn_rightbox{
    width:100%;
   }
   .blue_box01{
    width:100%;
   }
   
   #contents_left .ss_seminarSpeaker.nparent p{
    padding:10px 5px;
   }
   #recommendTr td a{
     margin: 5px 0px;
     display: inline-block;
     text-decoration: underline;
   }
   .nparent a{
    text-decoration: underline;
   }
   #btn_leftbox p.red,
   #btn_rightbox p.red{
    margin:10px 0px;
    font-size:1.0rem;
   }
   #btn_rightbox p{
    margin:5px 0px;
    font-size:0.8rem;
   }
   #footer {
    width: auto;
  }

   #footer02{
    text-align:center;
   }
   #footer02 #copyright p{
    font-size:0.5rem;
    text-align:center;
   }
   #footer02,#copyright{
    width:100%;
    font-size:0.8rem;
   }
   #copyright{
     width: 100%;
     box-sizing:border-box;
     overflow-x: hidden;
   }
   #copyright p{
   font-size: 0.5rem;
       width: 80%;
   }

   #ft_wrapper_copyright #copyright p{
    font-size: 0.5rem;
    box-sizing:border-box;
        width: 100%;
        text-align: center;
    }

   #contents_left img{ 
    width: 100%;
    height: auto;
  }
  .mlr20 {
      margin-left: 0px;
      margin-right: 0px;
  }
  .mlr20 p span{
  font-size:1.0rem;
  }
  #contents div.mlr20.mb30.topic img{
      width: 100%;
      height: auto;
  }
  .table08{
      font-size: 0.8rem;
  }
  .table08 th:nth-child(1),
  .table08 th:nth-child(3){
  width:25%;
  }
  .table08 th:nth-child(2){
  width:50%;
  }
  .table08 th,
  .table08 td{
  padding:2px;
  }
  p img{
  margin: 10px 0px;
  }
  .table01.mb30{
  font-size: 0.8rem;
  line-height:1.8;
  padding:0px;
  }
  .table01.mb30 td{
  padding:2px;
  }
  .table01.mb30 td div{
  margin:0px 5px;
  }
  .table01.mb30 td:nth-child(1){
  width:30%;
  }
  #contents .ml20.mb10{
      width:96%;
  }
  .ml20{
  width:96%;
  margin: 5px 2% 15px;
  font-size: 0.9rem;
  }
  .table07 th{
    box-sizing:border-box;
  width:100%;
  font-size: 0.9rem;
  padding:5px;
  display: block;
  margin-bottom: 0;
  }
  .table07 td{
    box-sizing:border-box;
  width:100%;
  padding:5px;
  font-size: 0.9rem;
  display: block;
  }
  /* .ss_input input[type="text"]{
  width: 98%;
  height: 20px;
  } */
  .ss_input input[type="radio"],
  .ss_input input[type="checkbox"]{
  margin:5px;
  }
  div.ss_privacy{
  line-height: 1.8;
  width: 95%;
  margin: 0 auto;
  overflow: scroll;
  }
  .table07 td .ss_rightComment,
  .table07 td .ss_bottomComment{
  font-size: 0.9rem;
  }

  .table07 td textarea{
    width: 96%;
  }
  /* #contents div a img{
  width:180px;
  } */

  #ft_wrapper_copyright {
    clear: both;
    width: 100%;
  }
  #ft_wrapper{
    height: auto;
    width: 100%;
  }
  #ft_floor1{
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  #ft_floor1_inner .ft_logo.fl { 
    float: none;
    padding-left: 0;
  }
  #ft_floor1_inner .ft_link { 
    float: none;
    margin-right: 10px;
  }
  #ft_wrapper02 {
    width: 100%
  }
  #ft_floor2 dl {
    height: 70px;
  }
  #contents li.ss_input{
    float: none;
  }
  #ss_cell{
    display: block;
    width: 100%;
  }
  #ss_cell li.ss_input{
    float: left;
  }
  .ss_rightComment{
    display: block;
  }
  input[name="Public::Application::User_D__P__D_zip1"]{
    float: left;
  }
  input[name="Public::Application::Userenquete_D__P__D_zip1"]{
    float: left;
  }
  p img{
    margin: 0;
  }
  #ft_floor1 .ft_logo { 
    width: 100%; 
  }
  .attribute_title {
    color: black !important;
    border-bottom: 2px white solid !important;
  }
  .attribute_text {
    color: black !important;
  }
  #ft_floor2 {
    margin-left: 10px;
    margin-right: 10px;
  }

/*-----------------------*/
/*	お問い合わせ
/*-----------------------*/

  .faq_img{
    float:right;
    margin-left: 10px;
  }
  .faq_text{
    width:100%; 
    float:none;
    font-size: 1em;
  }

/*-----------------------*/
/*	ビデオ欄
/*-----------------------*/
  iframe {
    width: 100%;
  }

/*-----------------------*/
/*	スピーカー欄
/*-----------------------*/
  #speaker-img {
    padding: 15px;
  }
  .speaker-info {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .ncheck font {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 371px) {
    #g_navi_bg{
        height: 90px;
    }
}

@media screen and (max-width: 320px) {
  #ft_floor2 dl {
    height: 100px;
  }
}
  