@charset "UTF-8";
#contwrap{
  width:100%;
	min-width: 960px;
  min-height:100%;
  padding-bottom:40px;
  background: url(/img/gd/common/bg_p.gif) repeat 0 0;
  padding-top: 20px;
}
#cont {
    width: 960px;
    margin: 0 auto;
}

.cebox {
    background-color: #fff;
    padding: 30px;
    width: 900px;
}
.ta {
    display: table;
}

.contwp {
    background-color: #fff;
    width: 960px;
    padding: 30px 0;
    margin: 0 auto;
}
.optbox {
    display: table;
    border-collapse: separate;
    border-spacing: 15px 0;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}
.cf {
    zoom: 1;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}

.optcell {
    width: 33%;
    display: table-cell;
    padding: 13px 18px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: rgba(204, 204, 204, 0.419608) 0px 0px 3px 1px;
    -webkit-box-shadow: rgba(204, 204, 204, 0.419608) 0px 0px 3px 1px;
    -moz-box-shadow: rgba(204, 204, 204, 0.419608) 0px 0px 3px 1px;
    position: relative;
}
.no {
    position: absolute;
    top: -33px;
    right: -33px;
}
.opimg {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.opth {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
    padding-top: 13px;
    padding-bottom: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.font12 {
    font-size: 12px !important;
}
.oppr {
    font-size: 28px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 10px;
}
.optx {
    line-height: 1.5;
    text-align: left;
}
