@charset "utf-8";

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                   base                        */
/*-----------------------------------------------*/
/*-----------------------------------------------*/
#contents {
  width: 800px;
  margin: 0 auto 80px auto;
}

#mainContents {
  text-align: left;
  width: 800px;
}

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                   mainImg                     */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

/*h2 {                                           */
/*  margin-bottom:15px;                          */
/*}                                              */

/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*                 mainContents                  */
/*-----------------------------------------------*/
/*-----------------------------------------------*/

h3 {
  margin-bottom:10px;
}

h3 img{
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 36px;
  object-fit: cover;
  object-position: left;
}

/*-----------------------------------------------*/
/*                   box common                  */
/*-----------------------------------------------*/

#mainContents .box {
  margin-bottom:15px;
  padding-bottom:15px;
/*  background:url(../../img/bg_box.png) no-repeat left bottom; */
}
#mainContents .box h3 {
  margin-bottom:0;
}
#mainContents .box .btn {
  float:right;
}
#mainContents .box .btn a {
  display:block;
  width:141px;
  height:36px;
/*  background:url(../../img/btn_detail.png) no-repeat 0 0;*/
  text-indent:-9999px;
}
#mainContents .box a:hover {
  background-position: 0 -36px;
}

/*-----------------------------------------------*/
/*                   boxAbout                    */
/*-----------------------------------------------*/

#boxAbout .photo {
  float:right;
  margin-top:10px;
  margin-right:5px;
}
#boxAbout .boxIn {
  float:left;
  width:350px;
  margin-top:18px;
  margin-left:20px;
}
#boxAbout .boxIn p {
  margin-bottom:10px;
}
#boxAbout .boxIn ul {
  margin-bottom:5px;
}
#boxAbout .boxIn li {
  margin-bottom:5px;
}

/*-----------------------------------------------*/
/*                   boxSystem                   */
/*-----------------------------------------------*/

#boxSystem {
  text-align:left;
}
#boxSystem h4 {
  margin-bottom:5px;
}
#boxSystem p {
  margin-bottom:5px;
}
#boxSystem .boxLeft, #boxSystem .boxRight {
  margin-top:15px;
}
#boxSystem .boxLeft {
  float:left;
  width:315px;
  margin-left:13px;
  padding-right:18px;
  background:url(../../img/box_h_border.png) repeat-y right top;
}
#boxSystem .boxRight {
  float:right;
  width:310px;
  margin-right:18px;
}


/*-----------------------------------------------*/
/*                    boxNews                    */
/*-----------------------------------------------*/

#boxNews {
  margin-bottom:15px;
  border-bottom: 1px solid grey;
}
#boxNews dl {
  margin-bottom:12px;
  padding:0 5px 12px 5px;
  background:url(/img/line_dot.png) no-repeat left bottom;
}
#boxNews dl.last {
  background:none;
}
#boxNews dt {
  float:left;
  width:100px;
}
#boxNews dd {
  float:left;
  width:597px; 
  padding-left:80px;
/* 追加 */
  margin: auto;
}
#boxNews dl.news dd {
  background:url(/img/oshirase.png) no-repeat 0 4px;
}
#boxNews dl.seminar dd {
  background:url(/img/seminar.png) no-repeat 0 4px;
}

#boxNews dl.publicity dd {
  background:url(/img/i_publicity.png) no-repeat 0 4px;
}

#boxNews dl.maintenance dd {
  background:url(/img/maintenance.png) no-repeat 0 4px;
}

#boxNews a {
  color:#404040;
}


/*-----------------------------------------------*/
/*                   clearfix                    */
/*-----------------------------------------------*/

.clear, .box, #boxSystem .boxLeft, #boxSystem .boxRight, #boxNews dl {
  zoom: 1; 
  /* for IE5.5 - IE7 */
}
.clear:after, .box:after, #boxSystem .boxLeft:after, #boxSystem .boxRight:after, #boxNews dl:after {
  /* for modern browser */
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.bnrSeminar {
  margin: 50px auto;
  max-width: 690px;
  width: 331px;
}


/* タブレット用 */
@media screen and (max-width: 959px){
#contents {
  width: 720px;
}

#mainContents {
  width: 720px;
}

#boxNews dd {
  width: 520px; 
}

}


/* スマホ用 */
@media screen and (max-width: 720px){

#contents {
  width: 100%;
}

#mainContents {
  width: 100%;
}

#boxNews dd {
  padding-left: 100px;
  width: auto;
  clear: both;
  word-break: break-all;
}

.bnrSeminar {
  text-align: center;
  width: 95%;
}

}


