/*---------------------------------------------------------------------------*/
/* unique
/*---------------------------------------------------------------------------*/

h3{
  font-size:100%;
}

/*=====mainimage=============================================================*/
#bd{
  background:#ffffff url(../img/common/main.jpg) 50% 0 no-repeat;
  padding-top:180px;
}

/*-----headline--------------------------------------------------------------*/
#hl01{
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl01.png) 0 0 no-repeat;
}

#hl02{
	margin-top:1.0em;
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl02.png) 0 0 no-repeat;
}
/*
#hl03{
  margin-top:20px;
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl03.png) 0 0 no-repeat;
}

#hl04{
  margin-top:20px;
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl04.png) 0 0 no-repeat;
}

#hl0101{
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl0101.png) 0 0 no-repeat;
}

#hl0102{
  margin-top:20px;
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl0102.png) 0 0 no-repeat;
}

#hl0201{
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl0201.png) 0 0 no-repeat;
}

#hl0301{
  border-bottom:3px solid #6ab045;
  width:600px;
  height:25px;
  background:url(../img/institution/hl0301.png) 0 0 no-repeat;
}
*/

/*--- categorytitle ---------------------------------------------------------*/
.ct{
  background:#6ab045;
  color:#FFFFFF;
  padding:5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.it{
  margin:10px 0 20px 0;
}

/*-----other-----------------------------------------------------------------*/
.intb{
width:100%;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-collapse: separate;
  border-spacing: 0px;
  padding:0;
  margin:0;
}

.intb th, .intb td{
  border-bottom: 1px solid #333333;
  vertical-align:top;
  padding:10px;
}

.intb th{
  background:#4c79d5;
  color:#ffffff;
}

.intb td{
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
}

.inlt{
  float:left;
  margin-bottom:10px;
}

.inrt{
  float:right;
  margin-bottom:10px;
}

.cp{
  text-align:center;
}

dl dt{
  margin-top:1.0em;
  font-weight:bold;
  color:#663300;
}

dl dd img{
  float:right;
  margin-left:1.0em;
  margin-bottom:1.0em;
}

.imgr{
  float:right;
  margin-left:1.0em;
  margin-bottom:1.0em;
}

a img{
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

a img:hover{
  opacity:0.7;
}

#sub{
  margin-bottom:20px;
}

.shl{
	padding:0 0.5em;
	color:#ffffff;
	background-color:#6ab045;
	border-radius:0.3em;
}


/*---------------------------------------------------------------------------*/
/* スレートPC対応　【条件】width：950px以下
/*---------------------------------------------------------------------------*/
@media only screen and (max-device-width : 950px) and (max-width : 950px) {

  #bd{
    background:#ffffff url(../img/common/main.jpg) 0 0 no-repeat;
  }

  #hl01, #hl02, #hl03, #hl04, #hl0101, #hl0102, #hl0201, #hl0301{
    width:100%;
  }

  .intb th{
    width:25%;
  }

  .inlt, .inrt{
    float:left;
    margin: 0 10px 10px 0;
  }
}
