@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#main_title{
  width:980px;
  margin:0 auto 0 auto;
  padding:40px 0 40px 0;
}

/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#request table{
  width:100%;
  margin-bottom:15px;
}
#request th{
  width:140px;
  padding:10px 0 10px 15px;
  text-align:left;
  vertical-align:top;
  background:url(../images/cmn_images/table_icon.gif) 3px 14px no-repeat;
  border-bottom:1px dotted #979797;
  border-right:2px solid #c5ad72;
}
#request td{
  padding:10px 0 10px 8px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  border-bottom:1px dotted #979797;
}
#request input,#request textarea,#request SELECT{
  padding:2px;
}
#request p{
  margin-bottom:25px;
}
#request p a{
  text-decoration:underline;
}
.red{
  color:#d70101;
  font-weight:bold;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#list table{
  width:100%;
  margin-bottom:15px;
}
#list table td{
  padding:3px;
}
.item{
  background-color:#ababab;
  margin-bottom:20px;
}
.item a:hover img{
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.g01{ background-color:#727272; color:#ffffff; width:160px; text-align:center;}
.g02{ background-color:#727272; color:#ffffff;text-align:left;padding-left:7px!important;}
.g03{ background-color:#979797; color:#ffffff;text-align:center;}

.m01{ background-color:#f9f9f9; width:160px; text-align:center; padding:6px 3px!important;}
.m02{ background-color:#e0e0e0; text-align:left; padding-left:7px!important;}
.m02 span{ font-weight:bold;}
.m03{ background-color:#f9f9f9; text-align:center;}
.m04{ background-color:#f9f9f9; text-align:right;}

.w01{ width:53px;}
.w02{ width:129px;}
.w03{ width:104px;}
.w04{ width:82px;}

.m03 .w02{ font-weight:bold; color:#d70101;}

/*-------------------------------------------------------------------------
▼detail
-------------------------------------------------------------------------*/
#detail h2{
  height:37px;
  padding-left:10px;
  line-height:37px;
  font-size:12px;
  background-color:#404040;
  border-left:#c5ad72 solid 17px;
  color:#ffffff;
}
#pic_group{
  width:320px;
  margin-bottom:20px;
  float:left;
}
#detail h3{
  margin-bottom:10px;
}
#pic_group ul{
  width:320px;
  overflow:hidden;
}
#pic_group li{
  margin:0 5px 10px 0;
  float:left;
}
#info_group{
  width:377px;
  padding-top:30px;
  margin-bottom:20px;
  float:right;
}
#info_group table{
  width:100%;
  font-size:11px;
}
#info_group th{
  width:140px;
  padding:8px 0 8px 10px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  background:url(../images/cmn_images/table_icon.gif) 3px 12px no-repeat;
  border-bottom:1px dotted #979797;
}
#info_group td{
  padding:8px 0 8px 8px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  border-bottom:1px dotted #979797;
}
#comment{
  clear:both;
}
/*-------------------------------------------------------------------------
▼contents
-------------------------------------------------------------------------*/
#con_box{
  overflow:hidden;
  border:1px solid #999;
  background-color:#ffffff;
}
#con_box .L{
  margin:32px 0 32px 40px;
}
#con_box .R{
  width:275px;
  padding-left:34px;
  margin:22px 45px 0 0;
  border-left:1px solid #999;
}