#set-first-cnt h1 {
  font-weight: bold;
  font-size: 140%;
  color: #c60;
  background: url(image/h1-bg.png) no-repeat;
  padding-left: 50px;
  height: 28px;
  padding-top: 13px;
  background-size: 40px;
}
#set-first-cnt h2 {
  font-size: 21px;
  line-height: 24px;
  color: #800000;
}
#set-bottom-cnt  h1 {
  background: url(image/h1-bg2.png) no-repeat #FF9 8px 8px;
  background-size: 27px;
  font-size: 120%;
  color: #090;
  padding: 13px 0px 13px 40px;
}
#set-bottom-cnt h3 {
  font-size: 21px;
  line-height: 25px;
  margin-top: 0;
  color: #800000;
}
.green_y {
  background: none !important;
  margin-top: 0;
}
#set-first-cnt .cnt-wrap,
#set-bottom-cnt .cnt-wrap {
  display: table;
  width: 100%;
}
#set-first-cnt .left,
#set-bottom-cnt .left {
  float: left;
  display: inline-block;
}
#set-first-cnt .right {
  float: right;
  display: inline-block;
  width: 52%;
}
#set-bottom-cnt .right {
  float: right;
  display: inline-block;
  width: 68%;
}
#set-second-cnt ul {
  background-image: url(image/menu_back.jpg);
  overflow: hidden;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: table;
}
#set-second-cnt ul li {
  background-color: #FFF;
  width: 45%;
  margin: 8px;
  float: left;
  padding: 8px 8px 0;
  list-style-type: none;
}
#set-second-cnt ul li img {
  margin: 0 auto;
  display: table;
}
#set-second-cnt ul li h3 {
  font-size: medium;
  font-weight: bold;
  color: #F90;
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 2px dashed #F90;
  text-align: center;
}
a:hover img{
	opacity: 0.7;
}

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

#set-first-cnt .left, #set-bottom-cnt .left {
  float: none;
  display: table;
  margin: 0 auto 15px;
  text-align: center;
}
#set-first-cnt .left, #set-bottom-cnt .left img {
  float: none;
}
#set-first-cnt .right, #set-bottom-cnt .right {
  float: none;
  display: block;
  margin: 0 auto;
  width: 85%;
}

#set-first-cnt article {
  padding: 0;
}
#set-first-cnt article.art01 h1 {
  margin-top: 0;
}
#set-second-cnt ul li {
  width: 41.5%;
  height: 350px;
}
}
@media screen and (max-width:480px){
#set-first-cnt h1 {
  height: auto;
}
#set-first-cnt h2 {
  font-size: 16px;
}
#set-first-cnt .right, #set-bottom-cnt .right {
  width: 100%;
}
#set-second-cnt ul {
  margin: 0;
}
#set-second-cnt ul li {
  width: 95%;
  height: auto;
  margin: 0 0 8px;
}
#set-second-cnt ul li p img {
  width: 200px;
}
}