@charset "UTF-8";
/* CSS Document */

div#header_slide {
  background: url(../img/header_about.jpg) no-repeat center 0;
  background-color: #CCC;
  background-attachment: cover;
  height: 144px;
}




div#contents {
  height: auto;
}

h4.prof {
	width: 550px;
	font-size: 24px;
	margin: 30px auto 0;
	text-align: center;
	padding-bottom: 2px;
    border-bottom: 3px #CCC dotted;
}
p.prof_ex {
	padding: 20px 0 20px 0;
	line-height: 1.5;
	text-align: center;
}



/* ==================   SUB NAVIGATION   =============== */
div#sub_navi {
  width: 700px;
}

ul.sub_about {
  overflow: hidden;
  border: 2px solid #333;
  text-decoration: none;
}
ul.sub_about li {
  width: 229px;
  height: 28px;
  line-height: 28px;
  float: left;
  text-align: center;
  color: #333;
}
ul.sub_about li.vol, ul.sub_about li.pro {
  border-right: 2px solid #333;
}
ul.sub_about li a:link {
  display: block;
  width: 233px;
  height: 28px;
  color: #333;
}


ul.sub_about li a:hover {
  display: block;
  width: 233px;
  height: 28px;
  background-color: #FFF;
  opacity: 0.5;
  color: #333;
}

ul.sub_about li.vol a {
  background: url(../../common/img/sub_allow.png) no-repeat 60px 8px;
  color: #333;
}
ul.sub_about li.pro a {
  background: url(../../common/img/sub_allow.png) no-repeat 55px 8px;
  color: #333;
}
ul.sub_about li.farm a {
  background: url(../../common/img/sub_allow.png) no-repeat 30px 8px;
  color: #333;
}

ul.sub_about li.pro a:link {
  background-color: #fff;
  opacity: 0.8;
}

/*====================== About_contents ====================*/
div.pro_contents {
  width: 700px;
  height: auto;
}

div.pro_top {
  width: 700px;
  background: url(../../common/img/bg_ks_ribbon.png) no-repeat 0 0;
  overflow: hidden;
  height: 53px;
  margin: 10px auto 0;
}
div.pro_top h3 {
  font-size: 24px;
  color:#fff;
  line-height: 48px;
  padding-left: 30px;
}
div.pro_top h3 span {
  font-size: 14px;
  padding-left: 10px;
}

/*====================== Wear Detail ====================*/



div#pro_detail_wrapper {
  width: 700px;
  height: auto;
  margin: 20px auto;
}
div#pro_detail_wrapper h3 {
  padding-bottom: 20px;
}
div#pro_detail_wrapper p {
  line-height: 1.3;
  color: #333;
}
div#detail_last {
  border-bottom: none;
}
div.image-row  {
  overflow: hidden;
}
div.image-row img {
  width: 340px;
  float: left;
  margin: 5px;
  /* box-shadow */
  box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.47) 0px 0px 4px 1px;
}


/*====================== PICK UP ====================*/
div#pu_wrapper {
  overflow: hidden;
  width: 660px;
  margin: 0 auto 30px;
}
div#pu_wrapper a {
  text-indent: -9999px;
}
div#pu_wrapper a:hover {
  background-color: #fff;
  opacity: 0.5;
}
div.banner_vol {
  width: 320px;
  float:left;
  margin-top: 10px;
}
div.banner_vol h4, div.banner_farm h4 {
  background:url(../../common/img/ks_ribbon.png) no-repeat 0 0;
  height: 49px;
  width: 290px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 5px;
}
div#vol_photo p a {
  display: block;
  width: 318px;
  height: 198px;
  background: url(../../common/img/banner_volunteer.png) no-repeat 0 0;
}
div.banner_farm {
  width: 320px;
  float:right;
  margin-top: 10px;
}

div#farm_photo p a {
  display: block;
  width: 318px;
  height: 198px;
  background: url(../../common/img/banner-farm.png) no-repeat 0 0;
}

.en {
  padding: 20px;
  text-align: center;
}

