
@media only screen and
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    .hoge {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?1rdw7u');
	src:url('../fonts/icomoon.eot?#iefix1rdw7u') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?1rdw7u') format('truetype'),
		url('../fonts/icomoon.woff?1rdw7u') format('woff'),
		url('../fonts/icomoon.svg?1rdw7u#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
	content: "\e600";
}
.icon-image:before {
	content: "\e601";
}
.icon-camera:before {
	content: "\e602";
}
.icon-file-text2:before {
	content: "\e603";
}
.icon-phone:before {
	content: "\e604";
}
.icon-clock:before {
	content: "\e605";
}
.icon-display:before {
	content: "\e606";
}
.icon-mobile:before {
	content: "\e607";
}
.icon-download:before {
	content: "\e608";
}
.icon-bubbles:before {
	content: "\e609";
}
.icon-users:before {
	content: "\e60a";
}
.icon-lock:before {
	content: "\e60b";
}
.icon-unlocked:before {
	content: "\e60c";
}
.icon-wrench:before {
	content: "\e60d";
}
.icon-cog:before {
	content: "\e60e";
}
.icon-cogs:before {
	content: "\e60f";
}
.icon-stats-dots:before {
	content: "\e610";
}
.icon-bin:before {
	content: "\e611";
}
.icon-menu2:before {
	content: "\e612";
}
.icon-earth:before {
	content: "\e613";
}
.icon-heart:before {
	content: "\e614";
}
.icon-feed2:before {
	content: "\e615";
}
.icon-youtube3:before {
	content: "\e616";
}
.icon-user:before {
    content: "\e900";
}
.icon-mail:before {
    content: "\e901";
}

body {
    /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    background: #E6ECF0!important;
    color: #333;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
}
ul{
	list-style:none;
}
#page-top-outer {
    /*background: none repeat scroll 0 0 #222d32;*/
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
    min-height: 950px;
    z-index: 100;
}
#headerTopArea {
    margin: 0 auto;
    width: 230px;
    position: fixed;
    width: 100%;
    height: 30px;
    background: #222;
    z-index: 100000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #373738;
    box-shadow: rgba(0, 0, 0, .2) 0 0 2px;
}
.headernav li {
    display: inline-block;
    color: #FFF;
    border-right: 1px solid #333;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.headernav li a {
     color:#FFF;
 }
.headernav li span {
    margin-right: 5px;
}
#logo {
    height: 30px;
    margin: 16px auto 8px;
}
#headerTopArea h1 {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
    font-size: 20px;
    margin: 16px 0 10px;
    text-align: center;
    width: 230px;
}
#headerTopArea h2 {
    color: #fff;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
    text-align: center;
    width: 230px;
}
#headerTopArea h1 a {
    color: #fff;
    display: inline-block;
}
.headerLinkArea {
    color: #fff;
    height: 32px;
    margin: 0 auto 8px;
    text-align: center;
    width: 222px;
}
.headerLinkLeftArea {
    float: left;
    margin-left: 4px;
}
.headerLinkRightArea {
    margin: 0 auto;
    width: 102px;
    float: left;
}

.shop_search_box {
    clear: both;
}

.headerLinkLeftArea a, .headerLinkRightArea a {
    border: 1px solid #fff;
    color: #fff !important;
    display: block;
    font-size: 12px;
    padding: 2px 0;
    transition: all 0.4s ease 0s;
    width: 100px;
    text-align: center;
    text-decoration: none;
}
.headerLinkLeftArea a:hover, .headerLinkRightArea a:hover {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    color: #333 !important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
#content-outer {
    margin-left: 0;
    position: relative;
    min-height: 950px;
}
#content {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 0 230px;
    padding: 32px 10px 24px;
}
#content-inner {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
    padding: 25px 0 30px;
}
#content-table {
    font-size: 0;
    line-height: 0;
}
#content-table th.sized {
    font-size: 0;
    height: 15px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 15px;
}
#content-table-inner {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 20px;
}
#tbl-border-top {
    background: url("/assets/img/webadmin/images/shared/border_bit.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    font-size: 0;
    height: 15px;
    line-height: 0;
}
#tbl-border-bottom {
    background: url("/assets/img/webadmin/images/shared/border_bit.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    font-size: 0;
    height: 15px;
    line-height: 0;
}
#tbl-border-left {
    background: url("/assets/img/webadmin/images/shared/border_bit.jpg") repeat-y scroll left center rgba(0, 0, 0, 0);
}
#tbl-border-right {
    background: url("/assets/img/webadmin/images/shared/border_bit.jpg") repeat-y scroll right center rgba(0, 0, 0, 0);
}
#table-content {
    margin-bottom: 20px;
}
.topleft {
    background: url("/assets/img/webadmin/images/shared/corner_top_left.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}
.topright {
    background: url("/assets/img/webadmin/images/shared/corner_top_right.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}
.bottomleft {
    background: url("/assets/img/webadmin/images/shared/corner_bottom_left.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}
.bottomright {
    background: url("/assets/img/webadmin/images/shared/corner_bottom_right.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    width: 15px;
}
#page-heading {
    padding: 8px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    position: relative;
    background: #333;
}

#page-heading h1{
    margin: 0;
    font-weight: normal;
}
#page-heading a {
    position: absolute;
    right: 10px;
    top: 2px;
    color: #FFF;
}
h1 {
    color: #333333;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
    font-size: 22px;
/*    font-weight: normal;*/
    line-height: 22px;
    margin-left: 8px;
}
#message-yellow {
    margin-bottom: 5px;
}
.yellow-left {
    background: url("/assets/img/webadmin/images/table/message_yellow.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #e79300;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.yellow-left a {
    color: #e79300;
    font-weight: normal;
    text-decoration: underline;
}
.yellow-right a {
    cursor: pointer;
}
.yellow-right {
    width: 55px;
}
#message-blue {
    margin-bottom: 5px;
}
.blue-left {
    background: url("/assets/img/webadmin/images/table/message_blue.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #2e74b2;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.blue-left a {
    color: #2e74b2;
    font-weight: normal;
    text-decoration: underline;
}
.blue-right a {
    cursor: pointer;
}
.blue-right {
    width: 55px;
}
#message-red {
    margin-bottom: 5px;
}
.red-left {
    background: url("/assets/img/webadmin/images/table/message_red.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #ce2700;
    font-weight: bold;
    padding: 0 0 0 20px;
}
.red-left a {
    color: #ce2700;
    font-weight: normal;
    text-decoration: underline;
}
.red-right a {
    cursor: pointer;
}
.red-right {
    width: 55px;
}
#message-green {
    margin-bottom: 5px;
}
.green-left {
    background: url("/assets/img/webadmin/images/table/message_green.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #6da827;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 20px;
}
.green-left a {
    color: #6da827;
    font-weight: normal;
    text-decoration: underline;
}
.green-right a {
    cursor: pointer;
}
.green-right {
    width: 55px;
}
a.icon-1 {
    background: url("/assets/img/webadmin/images/table/table_icon_1.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a.icon-1:hover {
    background: url("/assets/img/webadmin/images/table/table_icon_1.gif") repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
a.icon-2 {
    background: url("/assets/img/webadmin/images/table/table_icon_2.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a.icon-2:hover {
    background: url("/assets/img/webadmin/images/table/table_icon_2.gif") repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
a.icon-3 {
    background: url("/assets/img/webadmin/images/table/table_icon_3.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a.icon-3:hover {
    background: url("/assets/img/webadmin/images/table/table_icon_3.gif") repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
a.icon-4 {
    background: url("/assets/img/webadmin/images/table/table_icon_4.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
}
a.icon-4:hover {
    background: url("/assets/img/webadmin/images/table/table_icon_4.gif") repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
a.icon-5 {
    background: url("/assets/img/webadmin/images/table/table_icon_5.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
a.icon-5:hover {
    background: url("/assets/img/webadmin/images/table/table_icon_5.gif") repeat scroll 0 -24px rgba(0, 0, 0, 0);
}
#tooltip {
    background-color: #8c8c8c;
    border: 1px solid #767676;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    opacity: 0.85;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    z-index: 3000;
}
#tooltip h6, #tooltip div {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
}
caption {
    color: #326889;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
table#product-table-detail {
    width: 95%;
    /*border: 1px solid #CCC;*/
    /*border-top: 2px solid #00a65a;*/
}

#product-table {
    margin-bottom: 20px;
    width: 950px;
    border: 1px solid #CCC;
}
#product-table td a {
    color: #393939;
}
#product-table td a:hover {
    text-decoration: underline;
}
#product-table th {
    background: #FFF;
    color: #333;
    height: 40px;
    text-align: left;
    border-bottom: 2px solid #CCC;
}
#product-table td {
    border-top: 1px solid #CCC;
    padding: 3px;
    background: #FFF;
}
#product-table tr.alternate-row {
    background: none repeat scroll 0 0 #ececec;
}
#product-table-detail {
    margin-bottom: 40px;
    width: 100%;
}
#product-table-detail td a {
    color: #393939;
}
#product-table-detail td a:hover {
    text-decoration: underline;
}
#product-table-detail th {
    background: #FFF;
    color: #888;
    height: 40px;
    padding-left: 8px;
    width: 130px;
    font-size: 13px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
#product-table-detail td {
    padding: 15px;
    color: #212121;
    background: #FFF;
}
#product-table-detail tr.alternate-row {
    background: none repeat scroll 0 0 #ececec;
}

.sch-table td{
    padding:5px!important;
}
td.options-width {
    padding: 0 0 0 10px;
    width: 210px;
}
td.checkbox-width {
}
.table-header-check {
    background: none repeat scroll 0 0 #1ec1b8;
    border: medium none;
    min-width: 29px;
    padding: 0 0 0 10px;
    width: 29px;
}
.table-header-options {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #1ec1b8;
    border-color: -moz-use-text-color #0cada4 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    min-width: 221px;
    padding: 0;
    width: 221px;
}
.table-header-repeat {
    background: none repeat scroll 0 0 #1ec1b8;
    border: medium none;
    line-height: 0;
    padding: 0;
}
.table-header-options a, .table-header-repeat a {
    background: url("/assets/img/webadmin/images/table/table_sort_arrow.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
}
.table-header-options a:hover, .table-header-repeat a:hover {
    color: #074945;
}
th.line-left {
    /*border-left: 1px solid #0cada4;*/
}
th.line-top {
    border-top: 1px solid #0cada4;
}
th.line-bottom {
    border-bottom: 1px solid #0cada4;
}
th.line-double {
    border-bottom: 1px solid #0cada4;
    border-top: 1px solid #0cada4;
}
th.line-all {
    /*border-left: 1px solid #0cada4;*/
    /*border-right: 1px solid #0cada4;*/
}
#product-table tr.activity-blue {
    background: none repeat scroll 0 0 #e3eceb;
}
#toggle-all {
    background: url("/assets/img/webadmin/images/shared/checkbox.gif") repeat scroll 0 -17px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 17px;
    width: 17px;
}
#toggle-all.toggle-checked {
    background: url("/assets/img/webadmin/images/shared/checkbox.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 17px;
    width: 17px;
}
#related-activities {
    float: right;
    font-size: 0;
    line-height: 0;
    width: 271px;
}
#related-act-top {
    font-size: 0;
    line-height: 0;
}
#related-act-bottom {
    background: url("/assets/img/webadmin/images/forms/bg_related_act.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
}
#related-act-inner {
    font-size: 11px;
    line-height: 16px;
    margin: 0 auto;
    padding: 10px 0 20px;
    width: 225px;
}
#related-act-inner .left {
    float: left;
    width: 30px;
}
#related-act-inner .right {
    float: left;
    padding: 2px 0 0;
    width: 195px;
}
#related-act-inner .right h5 {
    color: #393939;
    font-size: 12px;
}
ul.greyarrow {
    list-style-type: none;
}
ul.greyarrow li {
    background: url("/assets/img/webadmin/images/forms/icon_list_arrow.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    line-height: 18px;
    padding: 0 0 0 12px;
}
ul.greyarrow li a {
    color: #92b22c;
    font-weight: bold;
}
ul.greyarrow li a:hover {
    text-decoration: underline;
}
.lines-dotted-short {
    background: url("/assets/img/webadmin/images/forms/lines_dotted_short.gif") no-repeat scroll 0 14px rgba(0, 0, 0, 0);
    font-size: 0;
    height: 28px;
    line-height: 0;
}
#paging-table {
    margin: 0 auto;
    text-align: center;
    width: 600px;
    clear: both;
}
.page-far-left {
    background: url("/assets/img/webadmin/images/table/paging_far_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 4px 0 0;
    width: 24px;
}
.page-left {
    background: url("/assets/img/webadmin/images/table/paging_far_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
.page-far-right {
    background: url("/assets/img/webadmin/images/table/paging_far_right.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    margin: 0 4px;
    width: 24px;
}
.page-right {
    background: url("/assets/img/webadmin/images/table/paging_far_right.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
#page-info {
    float: left;
    line-height: 16px;
    padding: 3px 12px 0;
}
#actions-box {
    margin: 0 auto;
    width: 160px;
}
a.action-slider {
    background: url("/assets/img/webadmin/images/table/dropdown_actions.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    width: 110px;
}
a.action-slider.activated {
    background: url("/assets/img/webadmin/images/table/dropdown_actions.gif") no-repeat scroll 0 -30px rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    width: 110px;
}
#actions-box-slider {
    background: url("/assets/img/webadmin/images/table/actions_slider_bg.gif") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    display: none;
    left: 0;
    padding-bottom: 1px;
    padding-top: 10px;
    position: absolute;
    top: 24px;
    width: 110px;
}
#actions-box-slider-inner {
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    width: 108px;
}
a.action-edit, a.action-delete {
    color: #272727;
    display: block;
    font-weight: bold;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0 5px 45px;
    width: 63px;
}
a.action-edit:hover {
    background: url("/assets/img/webadmin/images/table/action_edit.gif") no-repeat scroll 14px 5px #949494;
    color: #fff;
}
a.action-edit {
    background: url("/assets/img/webadmin/images/table/action_edit.gif") no-repeat scroll 14px 5px #c7c7c7;
}
a.action-delete {
    background: url("/assets/img/webadmin/images/table/action_delete.gif") no-repeat scroll 14px 5px #c7c7c7;
}
a.action-delete:hover {
    background: url("/assets/img/webadmin/images/table/action_delete.gif") no-repeat scroll 14px 5px #949494;
    color: #fff;
}
.form-submit {
    background: url("/assets/img/webadmin/images/forms/form_submit.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin: 0 4px 0 0;
    padding: 0;
    text-indent: -3000px;
    width: 80px;
}
.form-reset {
    background: url("/assets/img/webadmin/images/forms/form_reset.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    text-indent: -3000px;
    width: 80px;
}
#id-form {
}
.inp-form {
    background: url("/assets/img/webadmin/images/forms/form_inp.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0;
    width: 186px;
}
.inp-form-error {
    background: url("/assets/img/webadmin/images/forms/form_inp_error.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    height: 25px;
    padding: 6px 6px 0;
    width: 187px;
}
.form-textarea {
    background: url("/assets/img/webadmin/images/forms/form_textarea.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    font-size: 12px;
    height: 97px;
    overflow: auto;
    padding: 6px 6px 0;
    width: 378px;
}
#id-form td {
    padding: 0 0 10px;
}
#id-form td.noheight {
    padding: 0;
}
#id-form th {
    line-height: 28px;
    min-width: 130px;
    padding: 0 0 10px;
    text-align: left;
    width: 130px;
}
.styledselect-day, .styledselect-month, .styledselect-year {
    border: 1px solid #acacac;
    margin-right: 3px;
    padding: 3px;
    width: 64px;
}
#step-holder {
    height: 39px;
    margin-bottom: 20px;
}
.step-no {
    float: left;
    font-size: 18px;
    height: 29px;
    line-height: 18px;
    padding: 10px 0 0;
    text-align: center;
    width: 18px;
}
.step-no-off {
    color: #cbcbcb;
    float: left;
    font-size: 18px;
    height: 29px;
    line-height: 18px;
    padding: 10px 0 0;
    text-align: center;
    width: 18px;
}
.step-dark-left {
    background: url("/assets/img/webadmin/images/forms/step_dark_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 27px;
    padding: 13px 15px 0 25px;
}
.step-dark-left a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.step-dark-right {
    background: url("/assets/img/webadmin/images/forms/step_dark_right.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 12px;
}
.step-dark-round {
    background: url("/assets/img/webadmin/images/forms/step_dark_round.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 8px;
}
.step-light-left {
    background: url("/assets/img/webadmin/images/forms/step_light_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #cbcbcb;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 39px;
    padding: 13px 15px 0 25px;
}
.step-light-left a {
    color: #cbcbcb;
    font-size: 13px;
    font-weight: bold;
}
.step-light-right {
    background: url("/assets/img/webadmin/images/forms/step_light_right.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 12px;
}
.step-light-round {
    background: url("/assets/img/webadmin/images/forms/step_light_round.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 39px;
    width: 8px;
}
.bubble-left {
    background: url("/assets/img/webadmin/images/forms/bubble_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 29px;
    margin-left: 5px;
    width: 10px;
}
.bubble-inner {
    background: url("/assets/img/webadmin/images/forms/bubble_inner.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #2e74b2;
    float: left;
    font-size: 11px;
    height: 22px;
    line-height: 14px;
    padding: 7px 0 0 2px;
}
.bubble-right {
    background: url("/assets/img/webadmin/images/forms/bubble_right.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    height: 29px;
    width: 8px;
}
.error-left {
    background: url("/assets/img/webadmin/images/forms/error_left.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 32px;
    margin-left: 5px;
    width: 13px;
}
.error-inner {
    background: url("/assets/img/webadmin/images/forms/error_right.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #fff;
    float: left;
    height: 25px;
    line-height: 14px;
    padding: 7px 10px 0 4px;
}
.file_1 {
    border: 1px solid #acacac;
    padding: 5px;
}
#nav-holder {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 780px;
    text-align: left;
}
.nav-outer-repeat {
    background: none repeat scroll 0 0 #222d32;
    height: 100%;
    /*left: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    width: 210px;
}
.nav-outer {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 850px;
}
#nav-right {
    float: right;
    position: relative;
    width: 225px;
    z-index: 0;
}
#nav-right a {
    display: block;
    float: left;
    margin: 0;
}
.account-content {
    background: url("/assets/img/webadmin/images/shared/nav/account_drop_bg.gif") no-repeat scroll center bottom #454545;
    display: none;
    left: 5px;
    padding-bottom: 20px;
    position: absolute;
    top: 30px;
    width: 170px;
}
.account-drop-inner {
    font-size: 0;
    line-height: 0;
    margin: 20px auto 0;
    width: 140px;
}
.showhide-account {
    cursor: pointer;
    display: block;
    float: left;
    margin: 10px 5px 0;
}
.account-drop-inner a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.account-drop-inner a:hover {
    color: #94b52c;
}
.acc-line {
    background: url("/assets/img/webadmin/images/shared/nav/account_line.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-size: 0;
    height: 14px;
    line-height: 0;
    margin-top: 0;
    padding: 0;
}
a#logout {
    margin: 10px 0 0 5px;
}
a#acc-settings {
    background: url("/assets/img/webadmin/images/shared/nav/icon_acc_settings.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
a#acc-details {
    background: url("/assets/img/webadmin/images/shared/nav/icon_acc_personal.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
a#acc-project {
    background: url("/assets/img/webadmin/images/shared/nav/icon_acc_projects.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
a#acc-inbox {
    background: url("/assets/img/webadmin/images/shared/nav/icon_acc_inbox.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
a#acc-stats {
    background: url("/assets/img/webadmin/images/shared/nav/icon_acc_stats.gif") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
    padding: 0 0 0 20px;
}
.nav {
    float: left;
    font-size: 13px;
    width: 230px;
    z-index: 500;
}
.nav-divider {
    background: url("/assets/img/webadmin/images/shared/nav/divider.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    width: 15px;
}
.nav .table {
    /*display: table;*/
}
.nav .select, .nav .current {
    /*display: table-cell;*/
    /*float: left;*/
    list-style: outside none none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.nav .select li {
    float: left;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.nav .select li:first-child {
    border-top: medium none;
}
.nav .subList li:last-child {
    border-bottom: medium none;
}

.subList i {
    margin-right: 20px;
}

.listTitle {
    border-top: medium none !important;
    text-align: center !important;
}
.listTitle p a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 12px 5px 12px 15px;
    text-decoration: none;
    white-space: nowrap;
    width: 210px;
    background: #1a2226;
    text-align: left;
}
.nav .select .listTitle ul li a {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal !important;
    padding: 5px 15px;
    text-decoration: none;
    white-space: nowrap;
    width: 170px;
    padding: 12px 5px 12px 15px;
    color: #444;
}


.current a{
    background:#1e282c !important;
    color: #fff !important;
}
.subList {
    /*display: none;*/
    overflow: hidden;
    background: #FFF;
    margin: 10px;
    /*border: 1px solid #CCC;*/
    /*border-radius: 5px;*/
}
.listTitle ul li a:hover {
    background: none repeat scroll 0 0 #414a58;
    z-index: 1;
    color: #FFF !important;
}
.nav .select a:hover b, .nav .select li:hover a b {
    background: url("/assets/img/webadmin/images/shared/nav/pro_line_1.gif") repeat scroll right top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    padding: 0 20px 0 10px;
}
.nav .select_sub {
    display: none;
    margin: 0 0 0 10px;
}
.nav table {
    border-collapse: collapse;
    font-size: 1em;
    height: 0;
    margin: -1px;
    width: 0;
}
.nav .sub {
    display: table;
    list-style: outside none none;
    padding: 0;
}
.nav .sub_active .current_sub a, .nav .sub_active a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
}
.nav .select *:hover .select_sub, .nav .current .show {
    background: url("/assets/img/webadmin/images/shared/nav/back_0.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 37px;
    width: 750px;
    z-index: 100;
}
.nav .current .show {
    z-index: 10;
}
.nav .select *:hover .sub li a, .nav .current .show .sub li a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
}
.nav .current .sub li.sub_show a {
    background: url("/assets/img/webadmin/images/shared/nav/menus/back_1.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #94b52c;
    cursor: default;
}
.nav .select *:hover .sub li a:hover, .nav .current .sub li a:hover {
    background: url("/assets/img/webadmin/images/shared/nav/menus/back_1.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #94b52c;
    visibility: visible;
}
#footer_admin {
    clear: both;
    margin: 0 20px;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
    text-align: left;
    z-index: -1;
}
#footer-left {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    color: #818181;
    font-size: 11px;
    line-height: 11px;
    margin: 0 20px 0 230px;
    padding: 15px 0;
}
#footer-left a {
    color: #818181;
    text-decoration: none;
}
#footer-left a.selected, #footer-left a:hover {
    color: #000;
    text-decoration: none;
}
table {
    border-collapse: collapse;
}
.fr {
    float: right;
}
a {
    text-decoration: none;
}
a:hover {
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
img {
    border: 0 none;
}
p {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
    padding: 0;
}
.line {
    border-top: 1px solid #dcdada;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 20px 0;
    padding: 0;
}
.font11 {
    font-size: 11px;
}
.styledselect {
    background: none repeat scroll 0 0 #2a2a2a;
    border: 1px solid #424242;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-right: 6px;
    padding: 5px;
    width: 120px;
}
div.selectbox-wrapper {
    background-color: #2a2a2a;
    border: medium none;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 400px;
    z-index: 10;
}
div.selectbox-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
div.selectbox-wrapper ul li.selected {
    color: #fff;
}
div.selectbox-wrapper ul li.current {
    background-color: #575757;
}
div.selectbox-wrapper ul li {
    border-bottom: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.selectbox_styled {
    background: url("/assets/img/webadmin/images/shared/top_search_select.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 20px;
    margin: 0;
    padding: 6px 0 0 6px;
    text-align: left;
    width: 105px;
    z-index: 10;
}
div.selectbox-wrapper2 {
    background-color: #e3e3e3;
    border: medium none;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 400px;
}
div.selectbox-wrapper2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.selectbox-wrapper2 ul li.selected2 {
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li.current2 {
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li {
    border-bottom: medium none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.styledselect_form_1 {
    background: url("/assets/img/webadmin/images/forms/form_select.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 7px 0 0 6px;
    text-align: left;
    width: 192px;
}
.styledselect_form_2 {
    background: url("/assets/img/webadmin/images/forms/form_select_small.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 7px 0 0 10px;
    text-align: left;
    width: 60px;
}
div.selectbox-wrapper3 {
    background-color: #e3e3e3;
    border: medium none;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 400px;
}
div.selectbox-wrapper3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.selectbox-wrapper2 ul li.selected3 {
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper2 ul li.current3 {
    background-color: #94b52c;
    color: #fff;
}
div.selectbox-wrapper3 ul li {
    border-bottom: medium none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
}
.styledselect_pages {
    background: url("/assets/img/webadmin/images/table/select_number_rows.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border: medium none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    margin: 0;
    padding: 4px 0 0 6px;
    text-align: left;
    width: 130px;
}
.ui-radio-state-disabled, .ui-radio-state-checked-disabled, .ui-radio-state-disabled-hover, .ui-radio-state-checked-disabled-hover {
    color: #999;
}
span.ui-checkbox, span.ui-radio {
    background: url("/assets/img/webadmin/images/shared/checkbox.gif") no-repeat scroll 0 -17px rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 17px;
    width: 17px;
}
span.ui-helper-hidden {
    display: none;
}
label {
    padding: 2px;
}
span.ui-radio-state-hover, span.ui-checkbox-state-hover {
    background-position: 0 0;
}
span.ui-checkbox-state-checked {
    background-position: 0 0;
}
span.ui-checkbox-state-checked-hover {
    background-position: 0 0;
}
span.ui-radio-state-checked-disabled-hover, span.ui-radio-state-checked-disabled, span.ui-radio-state-checked {
    background-position: 0 -161px;
}
span.ui-radio-state-checked-hover {
    background-position: 0 -17px;
}
label {
    color: #333;
    line-height: 20px;
    margin-right: 4px;
}
.ui-helper-hidden-accessible {
    left: -999em;
    position: absolute;
}
#login-bg {
    background: url("/assets/img/webadmin/images/login/login_bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0)!important;
}
#login-holder {
    margin: 0 auto;
    width: 508px;
}
#loginbox {
    background: url("/assets/img/webadmin/images/login/loginbox_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}
#forgotbox {
    background: url("/assets/img/webadmin/images/login/loginbox_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    font-size: 12px;
    height: 212px;
    line-height: 12px;
    padding-top: 60px;
    position: relative;
    width: 508px;
}
#login-inner {
    color: #161616;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 320px;
}
#login-inner label {
    color: #161616;
    cursor: pointer;
    font-weight: bold;
    line-height: 12px;
    padding-left: 10px;
}
.checkbox-size {
    height: 13px;
    margin: 5px 0;
    width: 13px;
}
#login-inner th {
    padding: 0 0 6px;
    text-align: left;
    font-weight: 400;
    color: #666;
    font-size: 14px;
}
#login-inner td {
    padding: 0 0 6px;
}
.login-inp {
    border: 1px solid #CCC;
    color: #666;
    font-size: 16px;
    height: 28px;
    padding: 6px 6px 0 10px;
    width: 300px;
    margin-bottom: 15px;
}
#logo-login {
    float: left;
    height: 35px;
    margin: 145px 0 0 15px;
}
a.forgot-pwd {
    bottom: 30px;
    color: #161616;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    right: 40px;
}
a.forgot-pwd:hover {
    color: #fff;
}
#forgotbox-text {
    color: #161616;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    margin: 0 auto 40px;
    width: 380px;
}
#forgot-inner {
    color: #161616;
    font-size: 13px;
    line-height: 12px;
    margin: 0 auto;
    width: 330px;
}
#forgot-inner label {
    color: #161616;
    cursor: pointer;
    font-weight: bold;
    line-height: 12px;
    padding-left: 10px;
}
#forgot-inner th {
    padding: 0 0 6px;
    text-align: left;
    width: 110px;
}
#forgot-inner td {
    padding: 0 0 6px;
}
a.back-login {
    background: url("/assets/img/webadmin/images/login/icon_back_login.gif") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    bottom: 30px;
    color: #161616;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 0 10px;
    position: absolute;
    right: 40px;
}
a.back-login:hover {
    color: #fff;
}
.submit-login {
    background: #37BFCD;
    border: none;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 320px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;

}
.submit-login:hover {
    opacity: 0.7;
}
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.blue {
    color: #1ec1b8;
}
.ultramarine {
    color: #324689;
}
.limegreen {
    color: #3b881c;
}
.green {
    color: #27ae60;
}
.red {
    color: #e74c3c;
}
.orange {
    color: #e67e22;
}
.purple {
    color: #af64cc;
}
.pink {
    color: #d9416c;
}
.brown {
    color: #4a2e2b;
}
.w50 {
    width: 50px !important;
}
.w75 {
    width: 75px !important;
}
.w100 {
    width: 100px !important;
}
.w125 {
    width: 125px !important;
}
.w150 {
    width: 150px !important;
}
.w175 {
    width: 175px !important;
}
.w200 {
    width: 200px !important;
}
.btn {
    cursor: pointer;
    display: inline-block;
    padding: 6px 14px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.4s ease 0s;
}
.modify {
    border: 1px solid #CCC;
    color: #333 !important;
    /*background: #f39c12;*/
    cursor: pointer;
    border-radius: 3px;
    border-radius: 15px;
}
.modify:hover {
    opacity: 0.7;
    color: #333 !important;
}
.delete {
    border: 1px solid #dd4b39;
    color: #FFF !important;
    background: #dd4b39;
    border-radius: 3px;
    border-radius: 15px;
}
.delete:hover {
    opacity: 0.7;
}
.chat {
    border: 1px solid #324689;
    color: #324689 !important;
		background:#fff;
}
.chat:hover {
    background: none repeat scroll 0 0 #324689;
    border: 1px solid #324689;
}
.shop {
    border: 1px solid #3b881c;
    color: #3b881c !important;
		background:#fff;
}
.shop:hover {
    background: none repeat scroll 0 0 #3b881c;
    border: 1px solid #3b881c;
}
input {
    vertical-align: middle;
}
#form_submit {
    background: #FA3F17;
    border: 1px solid #FA3F17;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
    width: 250px;
    color: #FFF;
    font-weight: bold;
}

.form_submit_circle {
    margin-top: 15px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    font-size: 27px;
    position: fixed;
    right: 60px;
    bottom: 80px;
    background: #FA3F17;
    border: none;
    color: #FFF;
}

.form_submit_circle:hover {
    opacity: 0.7;
}

#form_submit:hover {
    background: none repeat scroll 0 0 #093856;
    border: 1px solid #093856;
    color: #fff !important;
    transition: all 0.4s ease-out 0s;
}
.textS {
    width: 200px;
}
.textM {
    width: 400px;
}
.textL {
    width: 600px;
}
.prev {
    margin-right: 8px;
}
.next {
    margin-left: 8px;
}
.prev a, .next a {
    color: #1ec1b8;
    transition: all 0.4s ease-out 0s;
}
.prev a:hover, .next a:hover {
    color: #076762;
    text-decoration: underline;
    transition: all 0.4s ease-out 0s;
}
.pagination span {
    display: inline-block;
}
.pagination span a {
    border: 1px solid #1ec1b8;
    color: #1ec1b8;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    transition: all 0.4s ease-out 0s;
}
.pagination span a:hover {
    background: none repeat scroll 0 0 #1ec1b8;
    border: 1px solid #1ec1b8;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    transition: all 0.4s ease-out 0s;
}

.active a{
    background: none repeat scroll 0 0 #1ec1b8;
    color: #fff!important;
}
.center {
    text-align: center;
}
.sp-10 {
    padding-left: 10px;
}
.sp-b-60 {
    /*margin-bottom: 60px !important;*/
}
/*--------------------------------------------------------------------------------
	shopadmin
--------------------------------------------------------------------------------*/	
.infoArea{
	text-align:center;
	font-size:12px;
	color:#fff;
	margin-bottom:16px;
}
.infoArea p{
	margin-bottom:8px;
}
#shop-content{
    color: #333;
    font-size: 12px;
    line-height: 18px;
    /*margin: 0 auto 0 250px;*/
    padding: 0px 0 0px 0px;
    overflow: hidden;
}
#shop-content-table-inner{
    font-size: 14px;
    line-height: 14px;
    /*padding: 9px 0 20px;*/
}
#shop-content-right{
    width: 600px;
    height: 1055px;
    padding: 10px;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: absolute;
    background: #FFF;
    top: 45px;
    left: 1065px;
}

.fixed {
    position: fixed!important;
}

.ChatMsg{
    width: 580px;
    /* height: 530px; */
    background: #FFF;
    border-top: 1px solid #999;
    padding-top: 10px;
}
.chat_name_span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}
.cha-page{
	margin-bottom:10px;
}
.cha-page li {
    margin-bottom: 5px;
    display: inline-block;
}
.cha-page li a{
    color: #FFF;
    transition: all 0.4s ease-out 0s;
    background: #333;
    padding: 3px;
}
.cha-page li a:hover{
	color: #C11E1E;
	transition: all 0.4s ease-out 0s;
	text-decoration:underline;
}
.admin-top-right h2{
	text-align:center;
	font-size: 26px;
	margin-bottom:4px;
}
.chat_img{
    height: 260px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.chat_img p{
    text-align: center;
}
.chat_btns {
    text-align: center;
    overflow: hidden;
    width: 160px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.chat_remark_btn {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.chat_item {
	margin-bottom: 4px;
}
.chat_num_wrap {
    text-align: center;
    font-size: 14px;
    padding: 3px;
    font-weight: bold;
}
.color_item {
    float: left;
    width: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.btn-select{
	background: none repeat scroll 0 0 #326889;
	border: 1px solid #326889;
	clear: both;
	color: #fff !important;
	cursor: pointer;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	margin:0 auto ;
	text-align: center;
	transition: all 0.4s ease-out 0s;
	width: 40px;
}
.btn-select:hover{
	background: none repeat scroll 0 0 #093856;
	border: 1px solid #093856;
	color: #fff !important;
	transition: all 0.4s ease-out 0s;
}
.girl-clear {
    background: none repeat scroll 0 0 #e67e22;
    border: 1px solid #e67e22;
    clear: both;
    color: #fff !important;
    cursor: pointer;
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 8px;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    width: 160px;
    position: absolute;
    left: 0;
}
.girl-clear:hover{
	background: none repeat scroll 0 0 #CD6000;
	border: 1px solid #CD6000;
	color: #fff !important;
	transition: all 0.4s ease-out 0s;
}
.girl-offline{
	background: none repeat scroll 0 0 #e74c3c;
	border: 1px solid #e74c3c;
	clear: both;
	color: #fff !important;
	cursor: pointer;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ ゴシック", "MS Gothic",sans-serif !important;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.4s ease-out 0s;
	width: 160px;
    position: absolute;
    right: 0;
}
.girl-offline:hover{
	background: none repeat scroll 0 0 #E01C08;
	border: 1px solid #E01C08;
	color: #fff !important;
}
.text-center{
	text-align: center;
}
.chat_frame{
    float: left;
    width: 600px;
}
.remark_item {
    text-align: left;
    margin-bottom: 3px;
    margin-left: 5px;
    line-height: 2;
    position: relative;
    padding-left: 60px;
    word-break: break-all;
    font-size: 12px;
}
.chat_owner_btn {
    position: absolute;
    top: 0px;
    left: 0;
    height: 50px;
}
.remark_item input {
    position: absolute;
    left: 0;
    background: #EEE;
    border: 1px solid #CCC;
    width: 40px;
    height:20px;
    font-size: 12px;
}

.remark_item input:hover {
    background: #E91E63;
    color: #FFF;
}

.chat_line {
    margin: 5px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #666;
}
.chat_frame2{
	margin: 24px auto 0;
	width: 100%;
	height: 348px;
	background: #ffffff;
	overflow-y: scroll;
	padding: 5px;
	border:1px solid #ccc;
	box-sizing: border-box;
}

.girlbox {
    height: 230px;
    width: 150px;
    float: left;
    margin: 5px;
    overflow: hidden;
    /* background: #FFF; */
    padding: 10px 15px;
    /* border: 1px solid #E6E9ED;*/
    position: relative;
}
.girlInfoBox{
    /*width: 252px;*/
    /*height: 150px;*/
    text-align: center;
}

.girl_del_btn {
    position: absolute;
    top: 0px;
    right: 3px;
    border-radius: 50%;
    padding: 3px;
    font-size: 14px;
    color: #FFF;
    z-index: 10;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    display: none;
}

.girlbox:hover{
    background: #F2F5F7;
}


.ui-state-highlight {
    border: 1px dashed #999;
    height: 178px;
    width: 253px;
    float: left;
    margin: 5px;
    overflow: hidden;
    visibility: visible!important;
    background: #ddd;
}

.ui-state-highlight-cast {
    border: 1px dashed #999;
    height: 180px;
    width: 120px;
    float: left;
    margin: 5px;
    overflow: hidden;
    visibility: visible!important;
    background: #ddd;
}

.girlImg {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #FFF;
    box-sizing: border-box;
}

.girlImg-a{
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: inline-block;*/
    /*overflow: hidden;*/
}

.girlImg-a img{
    width: 100%;
}

.girlDataBtn {
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 32px;
}

.girl-data {
    width: 100%;
    display: none;
    /*padding: 5px 0;*/
}

#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#modal{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: auto;
  overflow: scroll;
  height: 800px;
 }
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(../img/modal_close.png);
  z-index: 2;
}

/*input[type="text"], input[type="tel"]{*/
    /*height: 20px;*/
    /*padding: 3px;*/
    /*border: 1px solid #aaa;*/
    /*font-size: 14px;*/
/*}*/

select{
    height: 30px;
    padding: 3px;
    border: 1px solid #aaa;
    font-size: 14px;
}

textarea {
    padding: 3px;
    border: 1px solid #aaa;
    font-size: 14px;
}

.funcBtn{
    background: #00A4DE;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    color: #FFF!important;
    font-weight: bold;
    width: 150px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

.funcBtn:hover{
    text-decoration: none!important;
}

.funcBtn_c{
    background: #00A4DE;
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    width: 104px;
}

.funcBtn_girl {
    display: inline-block;
    color: #73879C;
    text-align: center;
    font-size: 13px;
    /* width: 65px; */
    float: left;
    padding: 1px 8px;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 23px;
    line-height: 25px;
    color: #FFF;
}
.funcBtn_girl:hover{
    background: rgba(0,0,0,0.2);
    color:#333!important;
}

.dateForm{
    margin-bottom: 5px;
}

.attentionTH{
    color: #E74C3C;
    font-size: 12px;
}

.holidayChk {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.girlNameBox {
    text-align: center;
    padding: 5px;
    background: #333;
    color: #FFF;
    height: 20px;
}

.girlNameBlock {
    font-size: 15px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #231815;
    padding: 8px 0px 3px 0px;
    text-align: center;
}

.girlPlofileBlock {
    font-size: 11px;
    color: #777;
    margin-bottom: 5px;
    text-align: center;
}

.girlDate {
    float: right;
    color: #FFF;
    padding: 0 4px;
    font-size: 8px;
}

.girl-container {
    overflow: hidden;
}

.waitLabel{
    background: #41AFFF;
    padding: 1px 10px;
    display: inline-block;
    position: absolute;
    color: #FFF;
    bottom: 8px;
}

.waitOutTimeLabel{
    background: #FF9333;
    padding: 1px 10px;
    display: inline-block;
    position: absolute;
    color: #FFF;
    bottom: 8px;
    padding: 3px 10px;
}

.pickup_flg {
    background: #FC8093;
}

.modify_pickup {
     border: 1px solid #FC8093;
     color: #FC8093 !important;
     background: #fff;
 }

.modify_pickup:hover {
    background: none repeat scroll 0 0 #FC8093;
    border: 1px solid #FC8093;
}

.modify_pickup_del {
    background: none repeat scroll 0 0 #FC8093;
    border: 1px solid #FC8093;
    color: #FFF;
}

.modify_event {
    border: 1px solid #DB4437;
    color: #DB4437 !important;
    background: #fff;
    margin-bottom: 5px;
}

.modify_event:hover {
    background: none repeat scroll 0 0 #DB4437;
    border: 1px solid #DB4437;
}

.modify_event_del {
    background: none repeat scroll 0 0 #DB4437;
    border: 1px solid #DB4437;
    color: #FFF;
    margin-bottom: 5px;
}

.modify_newface {
    border: 1px solid #841d1d;
    color: #841d1d !important;
    background: #fff;
    margin-bottom: 5px;
}

.modify_newface:hover {
    background: none repeat scroll 0 0 #841d1d;
    border: 1px solid #841d1d;
}

.modify_newface_del {
    background: none repeat scroll 0 0 #841d1d;
    border: 1px solid #841d1d;
    color: #FFF;
    margin-bottom: 5px;
}

.diary_textarea{
    width: 650px;
    height: 300px;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.week_list_wrap {
    margin-bottom: 10px;
    font-size: 14px;
}

.week_list{
    text-align: center;
    display: inline-block;
    /*background: #00A4DE;*/
    padding: 5px;
    color: #FFF;
}

.week_list_tab li{
    width: 14%;
}

.sch_active {
    background: #DB4437;
}

.submitSort {
    position: fixed;
    bottom: 0;
    width: 800px;
    background: rgba(0,0,0,0.7);
    height: 60px;
    text-align: center;
}
.submitSortBtn {
    background: #E67E22;
    width: 200px;
    display: inline-block;
    height: 45px;
    margin-top: 7px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    border: none;
}

.girl_not_disp{
    background: #999;
}
span.closeSort {
    position: absolute;
    right: 10px;
    color: #FFF;
    top: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.submitArea {
    position: fixed;
    bottom: 0;
    width: 85%;
    background: rgba(0,0,0,0.7);
    /*height: 60px;*/
    text-align: center;
    padding: 15px;
}

.namefont {
    font-size: 16px;
    font-weight: bold;
}

.wrench:before {
    margin-right: 8px;
    font-size: 16px;
    /*color: #7088A4;*/
}

.heart:before {
    margin-right: 8px;
    font-size: 16px;
    /*color: #FC8093;*/
}

.cogs:before {
    margin-right: 8px;
    font-size: 16px;
    /*color:#D7E2E8;*/
}

.category_field label{
    width: 175px;
    display: inline-block;
    font-size: 14px;
}

.shop_chk_field label{
    width: 225px;
    display: inline-block;
    font-size: 14px;
}

#cast_search{
    position: absolute;
    top: -50px;
    left: 550px;
    width: 235px;
    z-index: 1000;
}
.cast_search_form{
    position: relative;
}

.cast_searchBtn {
    width: 20px;
    position: absolute;
    right: 18px;
    bottom: 7px;
}

.cast_searchBtn:hover {
    opacity: 0.5;
}

.nav {
    float: left;
    font-size: 13px;
    width: 100%;
    z-index: 500;
}

.nav-tabs > li {
    float: left;
    /*margin-bottom: 10px;*/
    /*border-bottom: 1px solid #ddd;*/
}

/*ul.nav.nav-tabs li.active2 > a, .nav-tabs > ul.nav.nav-tabs li.active2 > a:hover, ul.nav.nav-tabs li.active2 > a:focus {*/
    /*color: #4c8fbd;*/
    /*cursor: default;*/
    /*background-color: #fff;*/
    /*border: 1px solid #ddd;*/
    /*border-top: 2px solid #4c8fbd;*/
    /*border-bottom-color: transparent;*/
/*}*/

/*.nav-tabs > li > a {*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px 4px 0 0;*/
    /*line-height: 1.42857;*/
    /*margin-right: 2px;*/
    /*color: #FFF;*/
    /*background-color: #19a69d;*/
    /*border: 1px solid #ddd;*/
    /*border-top: 2px solid #1ec1b8;*/
    /*border-bottom-color: transparent;*/
/*}*/

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

#chatTxtForms {
    position: absolute;
    top: 4px;
    width: 345px;
}

.mail_attention {
    background: #E74C3C;
    z-index: 100000;
    width: 785px;
    height: 18px;
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.blinking{
    -webkit-animation:blink 3s ease-in-out infinite alternate;
    -moz-animation:blink 3s ease-in-out infinite alternate;
    animation:blink 3s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.mailArea {
    padding: 10px;
    background: #EEE;
    margin-top: 20px;
}

.girl_mail_box {
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    width:100%;
}

.member_mail_box {
    overflow: hidden;
    text-align: right;
    margin-bottom: 10px;
    width:100%;
}

.girl_mail_wrap {
    width: 375px;
    position: relative;
    display: inline-block;
}

.member_mail_wrap {
    width: 375px;
    position: relative;
    display: inline-block;
    text-align: left;
}

.girl_name {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.member_name {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.girl_message {
    background: #FC9AA4;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    margin-top: 3px;
    position: relative;
    margin-left: 75px;
}

.girl_message .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.member_message {
    background: #A7C4D8;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    margin-top: 3px;
    position: relative;
    text-align: left;
    margin-left: 75px;
}

.member_message .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.mail_display {
    width: 100%;
    position: absolute;
    left: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 8px;
}

.mail_display input{
    border: none;
    width: 300px;
    padding: 3px;
    color: #FFF;
    cursor:pointer;
    background: #575757;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mail_delete input {
    background: #ff0000 none repeat scroll 0 0;
    border: medium none;
    border-top-right-radius: 9px;
    color: #fff;
    cursor: pointer;
    height: 25px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
}

.display_none_message {
    background: #BCBCBC;
}

.mail_girl_icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
}

.mail_girl_icon img {
    width: 100%;
}

.girl_mail_wrap span {
    margin-left: 75px;
    color: #999;
    font-size: 10px;
}

.member_mail_wrap span {
    margin-left: 75px;
    color: #999;
    font-size: 10px;
}

.mail_member_icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
    background: #999;
    text-align: center;
    line-height: 60px;
}

.icon-user:before {
    color: #FFF;
    font-size: 40px;
}

.icon-mail:before {
    margin-right: 8px;
    font-size: 16px;
    font-weight: bold;
}

.mail_count_menu {
    background: #FF0000;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 75px;
    padding: 2px 6px;
    font-weight: bold;
}

.announcement {
    border: 3px solid #F5BD00;
    padding: 10px;
    margin-top: 10px;
    width: 770px;
    font-size: 14px;
    background: rgba(245,189,0,0.1);
    color: #333;
    word-break: break-all;
}

.announcement_title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    height: 22px;
    line-height: 22px
}

.announcement_data {
    margin-bottom: 5px;
    font-size: 14px;
}

.not_read {
    background: red;
    border: 1px solid red;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 11px;
    margin-right: 5px;
}

.already_read {
    background: #01A66C;
    border: 1px solid #01A66C;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 11px;
    margin-right: 5px;
}

.announcement_date {
    margin-right: 10px;
}

.announcement_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
    display: none;
}

.announcement{
    position:relative;
}

.announcement_more_read {
    position: absolute;
    right: 10px;
    bottom: 5px;
    text-decoration: underline;
}

.announcement_more_read a{
    color: #333;
}

.announcement_display {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 700px;
    height: 508px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    z-index: 10001;
    display: none;
}

.announcement_display_all {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 700px;
    height: 508px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    z-index: 10001;
    display: none;
}

.announcement_display_all .title_wrap {
    font-size: 20px;
    padding: 5px 10px 15px 10px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    width: 680px;
}

.announcement_display_all .title {
    line-height: 26px;
}

.announcement_display_all .date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
    font-weight: normal;
}

.announcement_display_all .comment {
    font-size: 16px;
    padding: 15px 10px;
    line-height: 24px;
    height: 440px;
    overflow-y: scroll;
    word-break: break-all;
}


.announcement_display .title_wrap {
    font-size: 20px;
    padding: 5px 10px 15px 10px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    width: 680px;
}

.announcement_display .title {
    line-height: 26px;
}

.announcement_display .date {
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
    font-weight: normal;
}

.announcement_display .comment {
    font-size: 16px;
    padding: 15px 10px;
    line-height: 24px;
    height: 75%;
    overflow-y: scroll;
    word-break: break-all;
}


.announcement_link{
    text-decoration: underline;
    font-size: 16px;
    color: #333;
}

.announcement_link_more{
    text-decoration: underline;
    font-size: 16px;
    color: #333;
}

.return_list {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #1F9CE1;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}
.ranks {
    background: none repeat scroll 0 0 #e67e22;
    border: 1px solid #e67e22;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.4s ease 0s;
}
.sortTd{
    width: 50px;
    text-align: center;
    font-size: 22px;
    color: #999;
    cursor: pointer;
}

.tmpfile {
    margin-top: 30px;
}

.tmpImg {
    max-width: 90%;
}

.chat_img_wrap {
    position: relative;
    width: 280px;
    float: left;
    height: 240px;
    text-align: center;
}

.dialogModal_header {
    padding: 10px 20px;
    background: #eaeaea;
    line-height: 20px;
}

.dialogModal_content {
    padding: 25px 20px;
}

.chat_button {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 7px 9px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff3366;
    background-color: #f8dce0;
    background-image: url("/assets/css/chatadmin/bg.gif");
    width: 200px;
    height: 45px;
    font-size: 18px;
}

.dialogModal_content > p {
    font-weight: bold;
    text-align: left;
}

.dialogModal_footer {
    background: #fafafa;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.dialogModal_footer button {
    margin: 0 0 0 5px;
}

.form_title {
    text-align: left!important;
    padding: 20px 0px 0px 10px;
    height: 25px!important;
    /*border-bottom: 1px solid #f4f4f4;*/
}

.form_title h2 {
    padding: 1px 5px 10px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    color: #333!important;
}

.submit_tr {
    text-align: center;
    padding: 30px 0!important;
}

.release_mark {
    background: #2A6AB6;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    font-size: 13px;
    color: #FFF;
    width: 60px;
    font-weight: bold;
}

.hidden_mark {
    background: #F0686E;
    text-align: center;
    padding: 5px;
    border-radius: 15px;
    font-size: 13px;
    color: #FFF;
    width: 60px;
    font-weight: bold;
}

.approval_ok {
    background: #4FB02C;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    width: 60px;
    margin: 3px;
}

.approval_ng {
    background: #F0686E;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #FFF;
    width: 60px;
    margin: 3px;
}

#tabs {
    overflow: hidden;
}

.girl_style_title {
    display: inline-block;
    width: 70px;
    margin-bottom: 15px;
}

.girl_list_back {
    background: #FFF;
    min-height: 800px;
    width: 95%;
}

.img_del_label {
    color: #FFF;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    height: 20px;
    background: #E13438;
    margin-bottom: 10px;
    border-radius: 5px;
}

.img_del_label input {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}

.girl_detail_img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.girl_form_title {
    text-align: left!important;
    padding: 15px 0px 15px 15px!important;
    border-top: 2px solid #00a65a;
    height: 25px!important;
    border-bottom: 1px solid #f4f4f4;
}

.girl_form_title h2 {
    padding: 6px 5px 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333!important;
}

.girl_form_sub_title {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

.form_sub_title {
    font-weight: bold;
    margin: 10px 0;
}

#master_title {
    padding: 10px 5px;
    margin-top: 7px;
}

#master_title h2 {
    color: #333;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0;
}

.listTitle p a {
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 12px 5px 12px 15px;
    text-decoration: none;
    white-space: nowrap;
    width: 210px;
    background: #1a2226;
    text-align: left;
}

.cast_search_form {
    position: relative;
}

.logout-btn {
    width: 100px!important;
    text-align: center!important;
    padding: 2px 10px!important;
    border-radius: 15px!important;
    font-size: 11px!important;
    margin: 0 auto!important;
    float: none!important;
    background: #666;
    color: #FFF;
}

.cast_searchTxt {
    height: 18px!important;
    margin: 0;
    border: none!important;
    background: #FBD7A2;
    border-radius: 0!important;
    color: #FFF!important;
    font-size: 14px!important;
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px!important;
    margin-top: 20px;
    width: 190px;
    padding: 8px!important;
}

.shop_menu_info {
    /*margin: 10px 0px;*/
}

.form_message {
    margin-top: 8px;
    font-size: 12px;
    color: #818181;
}

.require_message {
    color: #818181;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}

.loginbox.login1 {
    background: #FFF;
    padding: 30px 0;
    border: 1px solid #CCC;
    width: 380px;
}

.login_title {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
}

.diary_admin_list li {
    width: 180px;
    float: left;
    background: #FFF;
    margin: 5px;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 305px;
    color: #666;
}

.diary_image_box {
    width: 180px;
    height: 240px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.diary_info div{
    margin-bottom: 5px;
}

.diary_info .date{
    font-size: 12px;
}

.diary_info .name{
    font-size: 12px;
}

.diary_info .title{
    color: #333;
}

.diary_control {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
}

.diary_control_btn {
    border: 0;
    width: 50%;
    float: left;
    height: 30px;
    background: rgba(0,0,0,0.2);
    color: #FFF;
    font-size: 16px;
}

.opacity1:hover {
    opacity: 0.7;
    background: #CA312E;
}

.opacity2:hover {
    opacity: 0.7;
    background: #CA312E;
}

.gmen_user_info {
    height: 185px;
    /*border: 1px solid #CCC;*/
    margin-bottom: 15px;
    background: #FFF;
    padding: 15px 5px;
    margin: 0 10px;
    /*border-radius: 5px;*/
}

.gmen_user_info .img{
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*border-radius: 50%;*/
}

.gmen_user_info .img img{
    width: 100%;
    /*max-width: 300px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
}

.gmenclass {
    background: #FFEC67;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 3px;
    margin: 3px 0;
    font-size: 11px;
    border: 2px solid #C1AC47;
    color: #333;
    font-weight: bold;
}

.gmen_user_data {
    height: 35px;
    padding: 5px;
}

.gmen_user_info .no {
    font-size: 12px;
    height: 15px;
    margin-bottom: 5px;
}

.gmen_user_info .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gmen_user_support {
    /*padding: 0 20px;*/
    overflow: hidden;
}

.gmen_user_support div{
    box-sizing: border-box;
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    margin-bottom:5px;
}

.gmen_user_support div span {
    font-size: 16px;
}

.reviewGirlImg {
    padding-top: 10px;
}

.evaluation {
    font-size: 12px;
}

.evaluation span {
    color: #FFA928;
}

.review_attention {
    margin-left: 10px;
    /* font-weight: bold; */
    /* color: #333; */
    display: inline-block;
    margin: 5px 0;
}

.gmen_user_support ul {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #CCC;
    margin-top: 5px;
}

.gmen_user_support ul li {
    width: 50%!important;
    float: left!important;
    padding: 10px!important;
    box-sizing: border-box;
}

.support, .non_support {
    font-size:14px!important;
    font-weight: normal!important;
}

.review_sub_title {
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px!important;
    color: #333!important;
    padding-left: 20px!important;
    padding-bottom: 3px!important;
}

.border {
    border-bottom: 1px solid #e6ecf0;
}

#review_form_outer {
    width: 1160px;
    margin: 0 auto;
}