@charset "utf-8";

/****************************************

Content

*****************************************/

#section {
  padding:30px 0px 30px 0px;
  background:#ffffff;
}
#category {
  width:870px;
  padding:0px 0px 0px 30px;
}
.category_box {
  position: relative;
  margin:0 26px 26px 0;
  padding:10px;
  font-size:13px;
  font-weight:bold;  
  border:1px solid #cccccc;
  border-radius: 3px;        /* CSS3草案 */  
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 3px;   /* Firefox用 */
  background:#ffffff;
  float:left;
}
.category_box .logo {
  width:385px;
  height:50px;
}
.category_box .img {
  width:385px;
  height:150px;
  margin-top:10px;
}
.category_box .point1 {
  height:22px;
  margin-top:10px;
  margin-left:10px;
  padding-left:80px;
  background:url(../images/category/point01.gif) no-repeat 0 2px;
}
.category_box .point2 {
  height:22px;
  margin-top:10px;
  margin-left:10px;
  padding-left:80px;
  background:url(../images/category/point02.gif) no-repeat 0 2px;
}
.category_box .btn {
  width:385px;
  height:37px;
  margin-top:10px;
  padding-top:13px;
  color:#ffffff;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  background:url(../images/category/btn.gif) no-repeat;
}
.category_box .btn a {
  color:#ffffff;
  display:block;
  text-decoration:none;
}

.category_box .comingsoon {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10;
}
.category_box .comingsoon > p {
  color: #fff;
  font-size: 2em;
  position: relative;
  text-shadow: 0 0 2px #000;
  top: 47%;
}