@charset "UTF-8";



/*------- Sprite Icons CSS ------*/
.icons {
  clear: both;
  overflow: hidden;
}

.icons li {
  text-align: center;
  display: inline !important;
  float: left;
}

/*------- Icons 32 x 32px*/
.ui-icon-8,
.ui-icon-12,
.ui-icon-15,
.ui-icon-17,
.ui-icon-20,
.ui-icon-25,
.ui-icon-28,
.ui-icon-33,
.ui-icon-35,
.ui-icon-37,
.ui-icon-41,
.ui-icon-w11,
.ui-icon-w15,
.ui-icon-w26,
.ui-icon-w26a,
.ui-icon-w28,
.ui-icon-w35,
.ui-icon-w37,
.ui-icon-w40,
.ui-icon-w45,
.ui-icon-w48,
.ui-icon-w50,
.ui-icon-w53,
.ui-icon-w67,
.ui-icon-w109 {
  display: block;
  overflow: hidden;
  background: url(../img/icon/icons.png) no-repeat left top;
}


/* line 2 */
.ui-icon-17 {
  width: 17px;
  height: 17px;
}

.ui-icon-201 {
  background-position: -10px -35px;
}

.ui-icon-202 {
  background-position: -37px -35px;
}


/* line 15 */
.ui-icon-w109 {
  width: 125px;
  height: 33px;
}

.ui-icon-1501 {
  background-position: -10px -406px;
}


/* 
 * Header.css
 *
 * version  1.0
 * update   2013/10/14
 ===================================== */
#login {
  width: 100%;
  height: 43px;
  background-color: #5b4e29;
}
#login .content {
  width: 990px;
  margin: 0 auto;
  /*.ui-icon-w109{width:85px !important;}*/
}
#login .content .search {
  position: relative;
  margin: 11px 0px 0 0px;
}
#login .content .search .afterLogin {
  width: 215px;
}
#login .content .search .beforeLogin {
  width: 990px;
}
#login .content .search ul {
  overflow: hidden;
}
#login .content .search ul li {
  float: left;
}
#login .content .search input[type="text"] {
  width: 80px;
  height: 20px;
  color: #FF6F42;
  display: inline-block;
  padding: 2px 0 2px 20px !important;
  /* fix */
  margin-bottom: 12px !important;
  font-size: 10px;
  line-height: normal;
  margin-left: -84px;
  background-color: #CECABF;
}
#login .content .search .icon-search {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 15px;
  position: absolute;
  top: 3px;
  width: 15px;
  background: url(../img/icon/icons.png) no-repeat;
}
#login .content .search .icon-search-right {
  right: 200px;
}
#login .content .search .icon-search-left {
  left: 2px;
}
#login .content .btnSearch {
  /*background-color: #CECABF;
  border: medium none;
  display: inline;
  font-size: 11px;
  height: 17px;
  margin-left: 7px;
  margin-top: 1px;
  padding: 2px 4px;
  position: relative;
  width:auto;
  vertical-align: top;
  line-height: 1;*/
  background: url(../img/btn/btn_logout.gif) no-repeat 0 0;
  border: none;
  height: 17px;
  margin-left: 7px;
  margin-top: 1px;
  width: 55px;
  vertical-align: top;
  text-indent: -9999px;
}
#login .content .btnSearch.login {
  margin-top: 12px !important;
  background: url(../img/btn/btn_login.gif) no-repeat 0 0;
}
#login .content .btnQnA {
  background: url(../img/icon/icons.png) no-repeat scroll -98px -540px;
  position: relative;
  display: inline-block;
  margin-top: 1px;
  margin-left: 7px;
  height: 18px;
  width: 35px;
  text-indent: -9999px;
}
#login .content .btnQnA:hover {
  opacity: 0.8;
  text-decoration: none;
}
#login .content .MyFriendSearch {
  background: url(../img/icon/icons.png) no-repeat scroll -10px -540px;
  position: relative;
  display: inline-block;
  margin-top: 1px;
  height: 18px;
  width: 80px;
  display: none;
}
#login .content .MyFriendSearch:hover {
  opacity: 0.8;
  text-decoration: none;
}
#login .content .memberRegistration {
  line-height: 20px;
  color: #fff;
}
#login .content .setingbtn {
  background: url(../img/icon/icons.png) no-repeat scroll -142px -540px;
  position: relative;
  display: inline-block;
  margin-top: 1px;
  height: 18px;
  width: 35px;
  margin-left: 7px;
  text-indent: -9999px;
}
#login .content .setingbtn:hover {
  opacity: 0.8;
  text-decoration: none;
}
#login .content .loginForm {
  float: right;
}
#login .content .loginForm input[type="text"],
#login .content .loginForm input[type="password"] {
  width: 150px;
  height: 20px;
  color: #FF6F42;
  display: inline-block;
  padding: 2px 0 2px 10px !important;
  /* fix */
  margin-bottom: 12px !important;
  font-size: 10px;
  line-height: normal !important;
  /* fix */
}
#login .content .loginForm .forgot_pass {
  display: inline;
  float: left;
  padding: 12px 5px 0 10px;
  width: auto;
}
#login .content .loginForm .forgot_pass a {
  color: #fe5452;
}
#login .content .loginForm .forgot_pass a:hover {
  text-decoration: underline;
}
#login .content .snsconnect {
  display: inline-block;
  line-height: 10px;
  width: 45px;
  word-wrap: break-word;
  font-style: normal;
}

/* Header
 ===================================== */
#header {
  margin: 0 auto;
  width: 990px;
  min-height: 100px;
  background-color: #7c7154;
}
#header .logo {
  height: 55px;
  float: left;
  margin-right: 130px;
  margin-top: 23px;
}
#header .logo a {
  display: block;
  height: 55px;
  width: 250px;
  margin-left: 20px;
}
#header h1.headerText {
  margin: 0;
  line-height: 0px;
  height: 0px;
  visibility: hidden;
}
#header .search {
  float: left;
  position: relative;
  height: 17px;
  border-bottom: 2px solid #ada694;
  margin: 30px 0 0 0px;
}
#header .search input[type="text"] {
  width: 280px;
  height: 36px;
  color: #ff6f42;
  display: inline-block;
  padding: 0 0 0 10px !important;
  margin-bottom: 12px !important;
}
#header .search .icon-search {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 34px;
  position: absolute;
  right: -44px;
  top: 1px;
  width: 45px;
  background: #ada694 url(../img/icon/icons.png) no-repeat scroll -386px -89px;
}
#header .search .more {
  background: #ada694;
  padding: 2px 10px;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  margin-left: 52px;
}

.beforeLogin .icon-search {
  margin-left: 8px !important;
}
.beforeLogin input[type="text"] {
  margin-left: 8px !important;
}


/**
 * Reveal Modals
 */
.reveal-modal-bg {
  position: fixed;
  height: 100%;


  width: 100%;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0;
}






.reveal-modal {
  background-color: #fff;
  visibility: hidden;
  top: 200px !important;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 1001;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.reveal-modal.small {
  width: 200px;
  margin-left: -100px;
}


.reveal-modal.medium {
  width: 400px;
  margin-left: -200px;
}
.reveal-modal.large {
  width: 600px;
  margin-left: -300px;
}
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px;
}


.modal {
  background-color: #e6e4df;
  position: relative;
}
.modal:before, .modal:after {
  content: "";
  display: table;
}
.modal:after {
  clear: both;
}

.modal__close {
  position: absolute;
  top: 7px;
  right: 5px;
  cursor: pointer;
}

.modal__header {
  background-color: #7c7154;
}
.modal__header h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 10px;
  margin: 0;
  line-height: 1.1;
}

.modal__content {
  padding: 20px;
}


/* PM031.scss
 ===================================== */
.PM031 {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
}
.PM031 .content {
  background: #fff;

  float: left;
  width: 100%;
}
.PM031 .content .sub-title {
  background: #BDB8A9;
  padding: 10px 10px;
  color: #fff;
  font-size: 11p;
}
.PM031 .content .sub-title .wordkey {
  background: #fff;
  color: #5B4E29;
}
.PM031 .content .container {
  padding: 10px 0;
}
.PM031 .content .container h4 {
  font-size: 12px;
}
.PM031 .content .container .res-staff {
  color: #fff;
  padding: 3px 20px;
  margin-right: 10px;
}
.PM031 .content .container .small-block {
  width: 370px;
  float: left;
  margin: 10px;
}
.PM031 .content .container .small-block .title-03 {
  background: #BDB8A9;
  float: left;
  padding: 10px;
  width: 100%;
  font-size: 11px;
}
.PM031 .content .container .small-block .has-scroll {
  background: #D9D6CE;
  float: left;
  width: 370px;
}
.PM031 .content .container .small-block table {
  color: #5b4e29;
  margin-bottom: 20px;
  clear: both;
}
.PM031 .content .container .small-block table a {
  color: #5b4e29;
}
.PM031 .content .container .small-block table a:hover {
  color: #ff6f42;
}
.PM031 .content .container .small-block table td {
  padding: 0 15px 0 10px;
  height: 50px;
}
.PM031 .content .container .small-block .select-blocks {
  float: right;
  clear: none;
}
.PM031 .content .container .link-01 {
  background: none repeat scroll 0 0 #9D957F;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  line-height: 15px;
  padding: 0 5px;
  text-align: center;
}
.PM031 .content .container .has-checkbox {
  float: right;
}
.PM031 .content .container .has-checkbox li {
  display: inline;
  float: left;
}
.PM031 .content .container .has-checkbox li input, .PM031 .content .container .has-checkbox li label {
  float: left;
  line-height: 14px;
  margin: 0 0 0 5px;
  font-size: 11px;
  color: #5b4e29;
}
.PM031 .result_right {
  overflow: hidden;
  width: 259px;
}
  background: #fff;
  margin: 25px 0 0 0;
}
