#webcom .cart_banner {
	text-align: center;
	margin-bottom: 20px;
}

  /* ================================ K ================================ */

#webcom input::-webkit-input-placeholder {
  color: #d9d9d9;
}


  /*================================
  a
  ================================*/

/*
#webcom a:link {
  color: #3333cc;
}
#webcom a:visited {
  color: #3333cc;
}
#webcom a:hover {
  color: #6666ff;
  text-decoration: none;
}
*/

  /*================================
  h
  ================================*/

#webcom h2 {
  font-size: 25px;
  font-weight: bold;
}
#webcom h3 {
  font-size: 16px;
  font-weight: bold;
}


  /*================================
  Basic font-size
  ================================*/
  /*
  body {
  	font-size: 13px;
  }
  */

#webcom .content-main_column {
  font-size: 14px;
}
#webcom .content-side_column {
  font-size: 13px;
}


  /*================================
  .header-fix
  ================================*/

#webcom .body {
  padding-top: 174px;
}
#webcom .header-fix header {
  position: fixed;
  top: -129px;
}

  /*================================
  header
  ================================*/

#webcom header {
  position: absolute;
  z-index: 100;
  width: 100%;
  min-width: 1024px;
}
#webcom .header-logo {
  padding: 10px 22px 12px 0;
}
#webcom .header-site_title {
  background: #2a58ad;
  font-size: 12px;
  padding: 5px 20px;
  color: #fff;
}
#webcom .header-block-top {
  padding: 10px 20px;
  background: #4982e9;
  color: #fff;
}
#webcom .header-block-top a:link {
  color: #fff;
}
#webcom .header-block-top a:visited {
  color: #fff;
}
#webcom .header-block-top a:hover {
  color: #ccc;
}
#webcom .header-block-bottom {
  background: #d4e7fa;
  padding: 6px 20px 8px;
}
  /*================================
  .header-shop_info
  ================================*/
#webcom .header-shop_info {
  position: relative;
  min-width: 490px;
}
#webcom .header-shop_info .comment-baloon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
#webcom .shop-description-light {
  margin-right: 10px;
  font-size: 12px;
}
#webcom .shop-description-light dl {
  overflow: hidden;
}
#webcom .shop-description-light dt {
  /* 	font-weight: bold; */
  margin-bottom: 3px;
}
#webcom .shop-description-light dd {
  float: left;
  margin-right: 10px;
}
#webcom .shop-description-light dd:last-child {
  margin-right: 0;
}
#webcom .shop-description-light .shop-open_hour {
  display: none;
}
#webcom .header-zipcode {
  margin-right: 15px;
}
#webcom .header-zipcode-input {
  margin-right: 10px;
}
#webcom .header-zipcode input {
  margin-bottom: 0;
}
  /*================================
  .header-account
  ================================*/
#webcom .header-account {
  position: relative;
  float: right;
}
#webcom .header-account .comment-baloon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}
#webcom .header-account div {
  margin-right: 10px;
}
#webcom .header-account div:last-child {
  margin-right: 0;
}
  /*================================
  .header-category_menu
  ================================*/
#webcom .header-category_menu {
  font-size: 13px;
  position: relative;
  padding-top: 10px;
  z-index: 10;
}
#webcom .header-category_menu-selected {
  position: relative;
  z-index: 100;
  width: 218px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 9px 5px;
  line-height: 1;
}
#webcom .header-category_menu-selected .icon-right {
  position: absolute;
  top: 3px;
  right: 4px;
}
#webcom .header-category_menu-selected:hover {
  background: #f8f8f8;
}
#webcom .header-category_menu-list {
  position: absolute;
  z-index: 10;
  top: 10px;
  width: 228px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: none;
  padding-top: 32px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#webcom .header-category_menu-list li {
  position: relative;
  border-top: 1px solid #d9d9d9;
  cursor: pointer;
  line-height: 16px;
}
#webcom .header-category_menu-list li:hover {
  background: #f8f8f8;
}
#webcom .header-category_menu-list li:first-child {
  border-top: none;
}
#webcom .header-category_menu-list a {
  display: block;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  padding: 8px 5px;
}
#webcom .header-category_menu-list i {
  margin-right: 7px;
}
#webcom .header-category_menu-list .icon-right {
  position: absolute;
  top: 8px;
  right: 4px;
  opacity: 0.3;
  margin-right: 0;
}
#webcom .header-category_menu-list [class*="icon-"] {
  margin-top: -3px;
  margin-bottom: -3px;
}
#webcom .header-category_menu-list.open {
  display: block;
}
#webcom .header-category_menu-list.fix {
  display: block;
}
#webcom .header-category_menu-detail {
  width: 400px;
  position: absolute;
  z-index: 5;
  top: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 20px 250px;
  height: 519px;
  display: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#webcom .header-category_menu-detail.open {
  display: block;
}
#webcom .header-category_menu-detail h2 {
  color: #4982e9;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#webcom .header-category_menu-detail > div {
  display: none;
}
#webcom .header-category_menu-detail .menu-block {
  position: absolute;
  left: 250px;
  z-index: 10;
}
#webcom .header-category_menu-detail .list li {
  margin-bottom: 3px;
}
#webcom .header-category_menu-detail-banner {
  position: absolute;
  bottom: 0;
  left: 250px;
  width: 480px;
  height: 510px;
}
  /*================================
  .header-search
  ================================*/
#webcom .header-search {
  margin-left: 20px;
  padding-top: 10px;
}
#webcom .header-search input {
  margin-right: 5px;
  margin-bottom: 0;
  width: 276px;
}
#webcom .header-search .icon-cross {
  margin: 5px 5px 5px 0;
  vertical-align: top;
}
#webcom .header-search .item_purpose {
  margin-right: 10px;
}
#webcom .header-search button {
  position: relative;
}
  /*================================
  .header-point
  ================================*/
#webcom .header-point {
  text-align: center;
  line-height: 17px;
  background: url(../../../image/ymdweb/pc/common/bg-card-s.png);
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-width: 65px;
  padding: 5px;
  float: right;
}
#webcom .header-point > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px;
  background: #fff;
}
#webcom .header-point span {
  display: block;
}
#webcom .header-point-title {
  font-size: 10px;
  font-weight: bold;
}
#webcom .header-point-point {
  font-weight: bold;
  font-size: 15px;
  color: #093;
}
  /*================================
  .header-subbutton
  ================================*/
#webcom .header-subbutton {
  float: right;
  padding-top: 3px;
  padding-left: 10px;
}
#webcom .header-subbutton .btn {
  font-size: 13px;
  line-height: 1.4;
  vertical-align: bottom;
  padding-top: 2px;
}
  /*================================
  .header-register
  ================================*/

#webcom .header-register .btn {
  position: relative;
  line-height: 1.4;
  padding: 2px 10px;
}
#webcom .header-register i {
  margin-bottom: 4px;
  vertical-align: text-bottom;
}
#webcom .header-register .inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
  /*================================
  .header-register
  ================================*/
#webcom .header-register {
  float: right;
  margin-left: 8px;
  padding-top: 5px;
}
#webcom .header-register .button {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
}
#webcom .header-register i {
  margin-right: 10px;
}
  /*================================
  .header-block-shop_info
  ================================*/
#webcom .header-block-shop_info {
  position: absolute;
  z-index: 10000;
  background: #fff;
  line-height: 1.5;
  font-size: 14px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  *border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition-property: max-height;
  -webkit-transition-duration: 100ms;
  -webkit-transition-timing-function: ease-in-out;
}
#webcom .shop-detail {
  padding-bottom: 10px;
  padding: 20px 20px 10px;
}
#webcom .shop-image {
  margin-right: 20px;
}
#webcom .header-block-shop_info .shop-name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 20px;
}
#webcom .shop-detail-row {
  margin-bottom: 15px;
}
#webcom .header-block-shop_info dt {
  display: inline-block;
  padding: 4px 10px;
  background: #4982e9;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 10px;
}
#webcom .header-block-shop_info .column1 {
  margin-right: 40px;
}
#webcom .header-block-shop_info .column1 span {
  font-weight: bold;
}
#webcom .header-block-shop_info .shop-tags {
  padding: 0 20px 20px;
}
#webcom .header-block-shop_info .shop-tags li {
  margin-right: 2px;
  margin-bottom: 2px;
}
#webcom .shop-basic_info {
  padding-left: 20px;
  border-left: 1px solid #000;
}
#webcom .header-block-shop_info .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
  /*================================
  footer
  ================================*/
#webcom footer {
  background: #4982e9;
  padding: 40px 20px;
  color: #fff;
}
#webcom footer a:link {
  color: #fff;
}
#webcom footer a:visited {
  color: #fdfdfd;
}
#webcom footer a:hover,
#webcom footer a:active {
  color: #ccc;
  text-decoration: none;
}
#webcom .footer-navigation dl {
  width: 180px;
  margin-right: 20px;
}
#webcom .footer-navigation dl:last-child {
  margin-right: 0;
}
#webcom .footer-navigation dt {
  margin-bottom: 20px;
}
#webcom .footer-navigation dd {
  font-size: 11px;
}
#webcom .footer-copyright {
  padding-top: 40px;
  text-align: right;
}
#webcom footer {
  background: none repeat scroll 0 0 #4982E9;
  color: #FFFFFF;
  padding: 10px 20px;
}
#webcom footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#webcom footer a:hover {
  text-decoration: underline;
}
#webcom .footer-navigation {
  width: 1000px;
  margin: 0 auto;
}
#webcom .window_large .footer-navigation {
  width: 1200px;
}
#webcom .footer-navigation dt {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 20px;
  color: #444444;
  line-height: 30px;
  margin: 20px 0 0;
  padding-left: 15px;
  font-weight: bold;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#webcom .footer-navigation dd {
  font-size: 11px;
  line-height: 15px;
  margin-top: 10px;
  margin-left: 10px;
}
  /*================================
  .parts-block
  ================================*/
#webcom .parts-block > * {
  margin-bottom: 10px;
}
#webcom .parts-block > *:last-child {
  margin-bottom: 0;
}
  /*================================
  .topic_path
  ================================*/
#webcom .topic_path {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
}
#webcom .topic_path li {
  padding-left: 20px;
  background: url(../../../image/ymdweb/pc/common/bg-topic_path.png) no-repeat left center;
}
#webcom .topic_path li:first-child {
  padding-left: 0;
  background: none;
}
#webcom .topic_path i {
  margin-right: 5px;
}
  /*================================
  .side_column-point
  ================================*/
#webcom .side_column-point-card {
  height: 180px;
  position: relative;
  background: url(../../../image/ymdweb/pc/common/bg-card.png) no-repeat;
  margin-bottom: 10px;
}
#webcom .side_column-point-card .total_point {
  font-weight: bold;
  color: #11B900;
  line-height: 1.8;
  font-size: 1.1em;
  text-align: center;
}
#webcom .side_column-point-card-content {
  /* new */
  /*
  	position: absolute;
  	padding: 6px;
  	width: 129px;
  	height: 129px;
  	left: 16px;
  	top: 14px;	
  */
  /* past */
  position: absolute;
  padding: 6px;
  width: 129px;
  height: 129px;
  left: 26px;
  top: 24px;
}
#webcom .side_column-point-card-content .point_detail {
  font-size: 10px;
  margin-top: 3px;
  position: relative;
}
#webcom .point_detail_content {
  margin-left: 5px;
}
#webcom .point_detail_content .point {
  font-weight: bold;
}
#webcom .point_detail_content .limit {
  color: #888;
}
  /*================================
  .blue-box
  ================================*/
#webcom .blue-box {
  border: 1px solid #c8e1f5;
  background: #eef5fb;
  padding: 18px;
}
#webcom .pink-box {
  border: 1px #ffcee7 dotted;
  background: #ffeef7;
  padding: 18px;
}
  /*================================
  .round-box
  ================================*/
#webcom .round-box {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#webcom .round-box.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#webcom .round-box-contents {
  padding: 10px;
}
#webcom .round-box.scroll {
  overflow: scroll;
}
#webcom .round-box.scroll-y {
  overflow: scroll;
  overflow-x: hidden;
}
#webcom .round-box.scroll-x {
  overflow: scroll;
  overflow-y: hidden;
}
  /*================================
  .drawer
  ================================*/
#webcom .drawer .drawer-title {
  cursor: pointer;
}
#webcom .drawer.off .drawer-content {
  display: none;
}
#webcom .drawer.off .icon-square-arrow-top {
  background-image: url(../../../image/ymdweb/common/icon-square-arrow-bottom-m-blue@2x.png);
}
  /*================================
  .title-bar
  ================================*/
h2 {
	margin: 0;
}
h3 {
	margin: 0;
}
.title-bar {
  padding: 8px 10px;
  background: #f09;
  color: #fff;
  font-weight: bold;
}
.title-bar.drawer-title {
  padding: 6px 40px 6px 10px;
}
.parts-block .title-bar {
  margin-bottom: 0;
}
.title-bar.orange {
  background: #f29d2f;
}
.title-bar.aqua {
  background: #d4e7fa;
  color: #000;
}
.title-bar.aqua.drawer-title:hover {
  background: #b1d6fb;
}
.content-side_column .title-bar {
  font-size: 14px;
}
.content-main_column .title-bar {
  font-size: 24px;
}
.title-bar .icon-right {
  position: absolute;
  right: 10px;
  top: 10px;
}
.title-bar .m.icon-right {
  position: absolute;
  right: 4px;
  top: 4px;
}
.select-list .title-bar {
  padding: 0;
  font-size: 14px;
}
  /*================================
  .title-under_bar
  ================================*/
.title-under_bar {
  border-bottom: 3px solid #f09!important;
  padding-bottom: 5px!important;
  font-weight: bold!important;
}
.content-side_column .title-under_bar {
  font-size: 16px!important;
}
.content-main_column .title-under_bar {
  font-size: 25px!important;
  margin-bottom: 10px!important;
}
  /*================================
  .item-thumbnail
  ================================*/
#webcom .item-thumbnail {
  border: 1px solid #d9d9d9;
  /*
  	display: inline-block;
  	*display: inline;
  	*zoom: 1;
  */
}
#webcom .item-thumbnail a {
  display: block;
}
#webcom .item-thumbnail.s {
  width: 100px;
  height: 100px;
}
#webcom .item-thumbnail.l {
  width: 278px;
  height: 278px;
}
  /*================================
  .item-list-horizontal
  ================================*/
#webcom .item-list-horizontal > ul > li {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
#webcom .item-list-horizontal li:last-child {
  border-bottom: 0;
}
#webcom .item-list-horizontal.scroll {
  max-height: 310px;
  overflow: scroll;
  overflow-x: hidden;
}
#webcom .item-list-horizontal .item-thumbnail {
  border: 1px solid #d9d9d9;
  margin-right: 10px;
  float: left;
}
#webcom .content-side_column .item-list-horizontal .item-thumbnail {
  width: 68px;
  height: 68px;
}
#webcom .content-side_column .item-list-horizontal .item-thumbnail img {
  width: 68px;
  height: 68px;
}
#webcom .content-main_column .item-list-horizontal .item-thumbnail {
  width: 200px;
  height: 200px;
}
#webcom .content-main_column .item-list-horizontal .item-thumbnail img {
  width: 200px;
  height: 200px;
}
#webcom .content-main_column .item-list-horizontal .item-name {
  font-size: 18px;
}
#webcom .item-list-horizontal .item-detail {
  float: none;
  overflow: hidden;
}
#webcom .content-side_column .item-list-horizontal .item-detail > * {
  margin-bottom: 5px;
}
#webcom .content-main_column .item-list-horizontal .item-detail > * {
  margin-bottom: 8px;
}
#webcom .content-side_column .item-list-horizontal .item-detail > *:last-child
.content-main_column .item-list-horizontal .item-detail > *:last-child {
  margin-bottom: 0;
}
#webcom .item-list-horizontal .item-detail .item-price-subject {
  font-weight: bold;
}
#webcom .item-list-horizontal .item-detail .item-price-price {
  font-weight: bold;
  color: #f00;
  font-size: 16px;
}
#webcom .item-list-horizontal .item-list-footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  text-align: right;
}
#webcom .round-box .item-list-horizontal > ul > li {
  padding: 10px;
}
#webcom .item-list-horizontal .add-checkbox {
  overflow: hidden;
}
#webcom .item-list-horizontal .add-checkbox label {
  float: left;
  padding: 10px;
  background: #f0f0f0;
  margin-right: 10px;
  border-radius: 3px;
  line-height: 1;
}
#webcom .item-list-horizontal .add-checkbox label input {
  margin: 0;
}
  /*================================
  .banner-box
  ================================*/
#webcom .banner-box li {
  margin-bottom: 10px;
}
#webcom .banner-box li:last-child {
  margin-bottom: 0;
}
#webcom .banner-box a {
  display: block;
  border: 1px solid #d9d9d9;
}
#webcom .banner-box img {
  width: 100%;
}
#webcom .banner-box .horizontal {
  overflow: hidden;
}
#webcom .banner-box .horizontal li {
  float: left;
}
#webcom .banner-box .span2 li {
  width: 49.96%;
}
#webcom .banner-box .span2 li:first-child a {
  margin-right: 10px;
}
#webcom .banner-box .span2 li:last-child a {
  margin-left: 10px;
}
#webcom .banner-box.horizontal {
  overflow: hidden;
}
#webcom .banner-box.horizontal li {
  float: left;
  margin-right: 10px;
}
#webcom .banner-box.horizontal.s li {
  width: 174px;
}
  /*================================
  .ranking
  ================================*/
#webcom .ranking .badge {
  background: #d4e7fa;
  color: #000;
}
#webcom .ranking li:nth-child(1) .badge {
  background: #e1b130;
  color: #fff;
}
#webcom .ranking li:nth-child(2) .badge {
  background: #a2a2a2;
  color: #fff;
}
#webcom .ranking li:nth-child(3) .badge {
  background: #a96e34;
  color: #fff;
}
  /*================================
  .page_top
  ================================*/
#webcom .page_top {
  padding: 0 20px;
  text-align: right;
  font-size: 14px;
}
#webcom .btn-page_top a {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 30px;
  background: #e5e5e5;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#webcom .btn-page_top a:hover {
  background: #f0f0f0;
}
  /*================================
  .rate
  ================================*/
#webcom .rate:after {
  content: '';
  display: table;
  clear: both;
}
#webcom .rate > * {
  float: left;
  *zoom: 1;
  vertical-align: middle;
  line-height: 20px;
}
#webcom .rate > *:first-child {
  margin-left: 0px;
}
#webcom .rate-stars {
  font-size: 0;
  letter-spacing: -.40em;
}
#webcom .rate i {
  margin-top: -3px;
}
#webcom .rate .on {
  opacity: 1;
  filter: alpha(opacity=100);
}
#webcom .rate .off {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#webcom .rate .rate-value {
  font-size: 20px;
  font-weight: bold;
  color: #F29D2F;
  padding: 0 5px;
  line-height: 20px;
}
  /*================================
  .item-tags
  ================================*/
#webcom .item-tags {
  overflow: hidden;
}
#webcom .item-tags li {
  float: left;
  margin-right: 2px;
  margin-bottom: 2px;
}
  /*================================
  .note
  ================================*/
#webcom .note {
  color: #f00;
  font-weight: bold;
}
  /*================================
  .item-list-vertical
  ================================*/
#webcom .item-list-vertical .item-wrapper {
  padding: 10px;
}
#webcom .item-list-vertical .item-wrapper > * {
  margin-bottom: 10px;
}
#webcom .item-list-vertical .item-wrapper > *:last-child {
  margin-bottom: 0;
}
#webcom .item-list-vertical .item-thumbnail {
  border: 1px solid #d9d9d9;
  margin-bottom: 5px;
}
#webcom .item-list-vertical .item-thumbnail img {
  width: 100%;
  height: auto;
}
#webcom .item-list-vertical .item-detail > * {
  margin-bottom: 5px;
  word-break: break-all;
}
#webcom .item-list-vertical .item-detail > *:last-child {
  margin-bottom: 0;
}
.item-list-vertical .discount_alert {
  margin-bottom: 10px;
}
#webcom .item-list-vertical button {
  font-size: 12px;
}
#webcom .item-list-vertical .item-tags {
  margin-bottom: 10px;
}
#webcom .item-list-vertical.line .span7 > li:nth-child(n+8),
#webcom .item-list-vertical.line .span6 > li:nth-child(n+7),
#webcom .item-list-vertical.line .span5 > li:nth-child(n+6),
#webcom .item-list-vertical.line .span4 > li:nth-child(n+5),
#webcom .item-list-vertical.line .span3 > li:nth-child(n+4),
#webcom .item-list-vertical.line .span2 > li:nth-child(n+3) {
  display: none;
}
#webcom .item-list-vertical .span7 > li {
  width: 14.24%;
}
#webcom .item-list-vertical .span6 > li {
  width: 16.62%;
}
#webcom .item-list-vertical .span5 > li {
  width: 19.95%;
}
#webcom .item-list-vertical .span4 > li {
  width: 24.96%;
}
#webcom .item-list-vertical .span3 > li {
  width: 33.29%;
}
#webcom .item-list-vertical .span2 > li {
  width: 49.96%;
}
#webcom .item-list-vertical .span7 > li:nth-child(7n+1) {
  clear: both;
}
#webcom .item-list-vertical .span6 > li:nth-child(6n+1) {
  clear: both;
}
#webcom .item-list-vertical .span5 > li:nth-child(5n+1) {
  clear: both;
}
#webcom .item-list-vertical .span4 > li:nth-child(4n+1) {
  clear: both;
}
#webcom .item-list-vertical .span3 > li:nth-child(3n+1) {
  clear: both;
}
#webcom .item-list-vertical .span2 > li:nth-child(2n+1) {
  clear: both;
}
#webcom .round-box .item-list-vertical {
  padding: 10px;
}
  /*================================
  .slide-list
  ================================*/
#webcom .slide-list {
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
#webcom .slide-list .item-wrapper {
  margin: 10px;
}
#webcom .slide-list ul {
  width: 10000px;
}
#webcom .slide-list li {
  width: 170px;
}
#webcom .slide-list .navLeft,
#webcom .slide-list .navRight {
  background: #4982E9;
  padding: 15px;
  position: absolute;
  border-radius: 100px;
  top: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#webcom .slide-list .navRight.disable,
#webcom .slide-list .navLeft.disable {
  background: #cccccc !important;
  cursor: default;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
#webcom .slide-list .navLeft:hover,
#webcom .slide-list .navRight:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#webcom .slide-list .navLeft {
  left: 5px;
}
#webcom .slide-list .navRight {
  right: 5px;
}
  /*================================
  .buy-limit
  ================================*/
#webcom .buy-limit.small {
  width: 200px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
}
#webcom .buy-limit .input {
  overflow: hidden;
}
#webcom .buy-limit .input input {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-right: none;
  margin-bottom: 0;
  font-size: 12px;
  /* ie hack */
  padding: 0px 5px \9 !important;
  line-height: 2.1 \9 !important;
  *padding: 0px 5px !important;
  *line-height: 2.1 !important;
}
#webcom .buy-limit .button {
  width: 100px;
  float: right;
  width: 40px;
}
#webcom .buy-limit .button button {
  width: 40px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  padding: 4px 5px;
  /* ie hack */
  padding: 5px 5px \9 !important;
  *padding: 5px 5px !important;
}
  /*================================
  .price-block
  ================================*/
  /*
  .parts-block.blue-box {
  	max-width: 500px;
  }
  */
#webcom .price-block {
  border: 1px solid #d9d9d9;
  padding: 10px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  max-width: 460px;
  margin: 0 auto 20px;
}
#webcom .switch-image {
  position: absolute;
  top: -30px;
  right: -20px;
}
#webcom .price-block h4 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
#webcom .price-switch {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #d9d9d9;
  text-align: center;
}
#webcom .price-block .copy {
  text-align: center;
}
#webcom .price-block .copy span {
  text-align: center;
  color: #0078ff;
  font-size: 16px;
}
#webcom .price-block .highlight.x-large {
  font-size: 3em;
}
#webcom .price-b {
  display: none;
}
  /*================================
  .tab-contents-navi
  ================================*/
#webcom .contents-footer {
  border-top: 1px solid #d9d9d9;
  padding: 10px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
#webcom .contents-footer .buy-limit .button,
#webcom .contents-footer .buy-limit .button button {
  width: 50px;
}
  /*================================
  .tab-contents
  ================================*/
#webcom .tab-contents .tab-contents-navi li.active {
  padding-bottom: 13px;
}
#webcom .tab-contents > .round-box {
  border-radius: 0 5px 5px 5px;
}
#webcom .tab-contents-contents > * {
  display: none;
}
#webcom .tab-contents-contents .active {
  display: block;
}
  /*================================
  .tab-contents-navi
  ================================*/
#webcom .tab-contents-navi {
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  margin-left: -5px;
}
#webcom .tab-contents-navi li {
  float: left;
  font-size: 14px;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  margin-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#webcom .tab-contents-navi .small-text {
  font-size: 12px;
  padding: 3px 5px;
}
#webcom .tab-contents-navi .active {
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  color: #fff;
  background: #4982e9;
  cursor: default;
}
#webcom .tab-contents-navi li:not(.active):hover {
  cursor: pointer;
  background: #d4e7fa;
}
#webcom .tab-contents-navi.aqua .active {
  background: #D4E7FA;
  color: #000;
}
  /*================================
  .tab-pages-navi
  ================================*/
#webcom .tab-pages-navi {
  margin-bottom: 20px !important;
}
  /*================================
  .maintenance
  ================================*/
#webcom .maintenance {
  clear: both;
  font-size: 12px;
  margin-bottom: 10px !important;
}
  /*================================
  .main-banner
  ================================*/
#webcom .window_large .main-banner-block {
  padding-left: 230px;
}
#webcom .main-banner {
  width: 630px;
  margin: 0 auto 20px;
}
#webcom .main-banner:last-child {
  margin-bottom: 0;
}
#webcom .main-banner .tab-contents-navi {
  margin-bottom: 5px;
}
#webcom .main-banner .tab-contents-navi li {
  width: 110px;
  padding: 9px 5px;
}
#webcom .main-banner .tab-contents-navi li.small-text {
  width: 110px;
  padding: 3px 5px;
}
#webcom .main-banner-image {
  position: relative;
  height: 165px;
}
#webcom .main-banner-image li {
  position: absolute;
  display: none;
}
#webcom .main-banner-image .active {
  display: block;
}
  /*================================
  .list-search-panel
  ================================*/
#webcom .list-search-panel {
  font-size: 12px;
  padding: 6px;
  line-height: 26px;
}
#webcom .list-search-panel select {
  margin-bottom: 0;
}
#webcom .list-search-panel .search-filter {
  float: right;
}
#webcom .list-search-panel .search-filter.left {
  float: left;
}
#webcom .list-search-panel .search-filter li {
  border-left: 1px solid #d9d9d9;
  padding-left: 8px;
  margin-left: 8px;
}
#webcom .list-search-panel .search-filter li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
#webcom .list-search-panel label {
  margin-bottom: 0;
  line-height: 24px;
}
  /*================================
  .item-detail-block
  ================================*/
#webcom .parts-block {
  margin-bottom: 20px;
}
#webcom .item-detail-block:after {
  content: '';
  display: table;
  clear: both;
}
#webcom .item-detail-block {
  *zoom: 1;
}
#webcom .item-detail-block .rate {
  margin-bottom: 6px;
}
#webcom .item-detail-block-left {
  width: 280px;
  float: left;
  margin-right: 20px;
}
#webcom .item-detail-block-right {
  overflow: hidden;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.border-bottom.dotted {
  border-bottom-style: dotted;
}
  /*================================
  .item-images
  ================================*/
.item-images-images {
  border: 1px solid #d9d9d9!important;
  margin-bottom: 10px;
}
.item-images-images li {
  display: none!important;
}
.item-images-images .current {
  display: block!important;
}
.item-images-thumbnails li {
  border: 1px solid #d9d9d9!important;
  margin-right: 10px!important;
  margin-bottom: 10px!important;
  cursor: pointer!important;
  width: 46px!important;
}
.item-images-thumbnails .current {
  border-color: #EC85A8!important;
}
.item-images-thumbnails.span5 li:last-child {
  margin-right: 0!important;
}
  /*================================
  .table-select
  ================================*/
#webcom .table-select th,
#webcom .table-select td {
  cursor: pointer;
}
#webcom .table-select th {
  width: 40px;
  background: #F5F5F5;
  text-align: center;
  vertical-align: middle;
}
#webcom .table-select td {
  vertical-align: middle;
}
#webcom .table-select input {
  margin: 0;
}
#webcom .table-select .comment-baloon {
  vertical-align: middle;
}
  /*================================
  .option-block
  ================================*/
#webcom .option-block .price {
  /* 	width: 24%; */
}
#webcom .option-block-illust {
  float: left;
  width: 180px;
  margin-right: 10px;
  display: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
}
#webcom .option-block-table {
  overflow: hidden;
}
  /*================================
  .total-price
  ================================*/
#webcom .total-price th {
  color: #fff;
  background: #4982E9;
  font-weight: bold;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
#webcom .total-price td {
  vertical-align: middle;
  line-height: 1.2;
}
  /*================================
  .table-bordere
  ================================*/
#webcom .spec-table th {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
#webcom .spec-table td {
  width: 35%;
  vertical-align: middle;
}

#webcom .subject-tax {
	font-size: 0.8em;
	white-space: nowrap;
}

#webcom .price-block .subject-tax {
	font-size: 0.9em;
}

#webcom .item-list-vertical .subject-tax {
	margin-left: 43px;
}

#webcom .amount {
  margin-right: 10px;
}
#webcom .item-price-box p {
  margin-bottom: 5px;
  line-height: 20px;
}
  /*================================
  .chat
  ================================*/
#webcom .chat h2 {
  position: relative;
  z-index: 10;
}
#webcom .chat-content li {
  border-left: 4px solid #f0f0f0;
}
#webcom .chat-content .chat-shop {
  border-left-color: #4982E9;
}
#webcom .chat-name {
  font-weight: bold;
  float: left;
  margin-bottom: 5px;
}
#webcom .chat-date {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  color: #999;
}
#webcom .chat-message {
  clear: both;
  line-height: 1.5;
}
  /*================================
  .combo
  ================================*/
#webcom .combo {
  overflow: hidden;
}
#webcom .combo > * {
  float: left;
}
#webcom .combo .images li {
  margin-right: 10px;
  background: url(../../../image/ymdweb/common/icon-plus.png) no-repeat right center;
  padding-right: 25px;
}
#webcom .combo .images li:last-child {
  padding-right: 10px;
  background: none;
}
  /*================================
  margin
  ================================*/
#webcom .mt10 {
  margin-top: 10px;
}
  /* ================================ O ================================ */
  /*================================
  .item-detail
  ================================*/
#webcom .item-box .item-list-horizontal .item-detail {
  float: none;
}
#webcom .item-box .item-list-horizontal .item-detail > * {
  margin-bottom: 5px;
}
#webcom .item-option {
  padding-bottom: 20px;
}
#webcom .item-option .option-title {
  font-weight: bold;
}
#webcom .item-option select {
  margin-bottom: 0;
}
  /*================================
  .infomation
  ================================*/
#webcom .infomation {
  position: relative;
  float: left;
}
#webcom .infomation > .comment_baloon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #4982e9;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
#webcom .price_box-wrapper .infomation > .comment_baloon {
  margin: 10px 0 0 10px;
}
  /*================================
  .sns-box
  ================================*/
#webcom .sns-box li {
  display: inline;
  border: none;
  line-height: 30px;
  margin-right: 10px;
}
#webcom .sns-box li:first-child > iframe {
  width: 85px !important;
}
#webcom .item-feature .item-thumbnail {
  width: 128px;
  height: 128px;
}
#webcom .item-feature .item-thumbnail img {
  width: 128px;
  height: 128px;
}
  /*================================
  .item-feature
  ================================*/
#webcom .item-feature .item-wrapper > div {
  margin-right: 10px;
}
#webcom .item-feature .item-wrapper > div:nth-of-type(3) {
  margin-right: 20px;
}
#webcom .item-plus {
  padding: 39px 0;
  text-align: center;
  vertical-align: middle;
}
  /*================================
  .cart_in
  ================================*/
#webcom .item-feature .cart_in {
  margin-bottom: 10px;
}
  /*================================
  .item-information
  ================================*/
#webcom .item-information {
  clear: both;
  margin-top: 15px;
}
#webcom .item-information label {
  display: block;
  font-weight: bold;
}
#webcom .item-information input {
  margin-top: -3px;
  margin-right: 8px;
}
#webcom .item-information .item-name a {
  font-size: 14px;
}
#webcom .item-information .item-name span {
  padding-left: 8px;
}
  /*================================
  .item-spec
  ================================*/
#webcom .item-spec > * {
  margin-bottom: 20px;
}
  /*================================
  .item-spec
  ================================*/
#webcom .item-spec > * {
  margin-bottom: 20px;
}
  /*================================
  .multi-buttons
  ================================*/
#webcom .multi-buttons .btn-x-large {
  margin-right: 5px;
}
#webcom .multi-buttons li {
  margin-right: 5px;
}
#webcom .multi-buttons li.float-right {
  margin-left: 5px;
  margin-right: 0;
}
#webcom .multi-buttons.vertical li {
  margin-right: 0;
}
  /*================================
  .part-block
  ================================*/
#webcom .parts-block > .tooltip {
  margin-bottom: 0 !important;
}
  /*================================
  .title-btn
  ================================*/
#webcom .title-btn {
  position: relative;
  bottom: 5px;
}
#webcom .title-btn.right {
  float: right;
  position: relative;
  bottom: 5px;
}
#webcom .title-btn.left {
  float: left;
  position: relative;
  bottom: 5px;
}
  /*================================
  .item-review
  ================================*/
#webcom .item-review li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999999;
}
#webcom .item-review li:last-child {
  margin-bottom: 0;
}
#webcom .item-review li > * {
  margin-bottom: 10px;
}
#webcom .item-review p,
#webcom .item-review h3 {
  line-height: 1.5;
}
  /*================================
  .popup
  ================================*/
.popup {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  font-size: 14px;
}
.popup ul {
	padding: 0;
}
.popup li {
	list-style: none;
}
.popup-background {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.popup-content-base {
  text-align: left;
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  border-radius: 5px;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 600px;
  left: 0;
}
.popup-content-base h2 {
  font-size: 16px;
}
.popup-content {
  padding: 30px;
}
.popup input[type="text"] {
  margin-bottom: 0;
}
  /*================================
  .compare-table
  ================================*/
#webcom .compare-table {
  overflow: visible;
  overflow-y: hidden;
  padding-top: 1px;
  position: relative;
}
#webcom .compare-table table {
  margin-bottom: 0;
  background: #fff;
}
#webcom .compare-table-header {
  position: absolute;
  z-index: 10;
}
#webcom .column-control td {
  background: #4982e9 !important;
}
#webcom .compare-table table {
  table-layout: fixed;
  background: #fff;
}
#webcom .compare-table th {
  width: 200px;
  min-width: 200px;
}
#webcom .compare-table td {
  width: 180px;
  min-width: 180px;
  position: relative;
}
#webcom .compare-table-block {
  margin-top: -1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  clear: both;
}
#webcom .compare-table .item-image {
  border: 1px solid #d9d9d9;
  width: 178px;
  height: auto;
}
#webcom .compare-table p {
  line-height: 1.5em;
}
#webcom .compare-table .nest {
  background: #4982e9;
  color: #fff;
  border-top: 1px solid #d9d9d9;
}
#webcom .compare-table .nest th {
  width: 190px;
  min-width: 190px;
}
#webcom .compare-table .nest-title {
  padding: 5px;
  font-weight: bold;
}
#webcom .compare-table .nest-title > * {
  margin-right: 10px;
}
#webcom .compare-table .nest-body {
  padding-left: 10px;
  color: #000;
}
#webcom .compare-table .nest-body.min {
  height: 0;
}
#webcom .no1 {
  background: #ffdcdc !important;
}
#webcom .alt {
  position: absolute;
  display: none;
  padding: 3px 6px;
  font-size: 12px;
  background: #fbffe5;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 11;
  right: 180px;
  top: -20px;
  white-space: nowrap;
}
  /*================================
  .otoku-baloon
  ================================*/
#webcom .otoku-baloon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  background: url(../../../image/ymdweb/pc/common/img-otoku-2.png) no-repeat;
  width: 220px;
  height: 55px;
}
#webcom .item-detail-block-right .item-tags {
  clear: both;
}
  /*================================
  .chat
  ================================*/
#webcom .chat {
  width: 100%;
  height: 100%;
  margin: 10px;
  position: relative;
}
#webcom .chat-form {
  position: absolute;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#webcom .chat-form .buy-limit {
  padding: 10px;
}
#webcom .chat-content {
  overflow: scroll;
  overflow-x: hidden;
  margin-bottom: 51px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#webcom .notice {
  clear: both;
  text-align: center;
  font-size: 0.8em;
}
  /*================================
  .plane
  ================================*/
#webcom .plane .header-logo {
  padding: 0;
}
#webcom .plane .body {
  padding-top: 70px;
}
#webcom .plane .parts-block {
  margin-bottom: 40px;
}
#webcom .plane .parts-block > * {
  margin-bottom: 20px;
}
#webcom .plane .footer-copyright {
  padding-top: 0;
}
#webcom .parts-block > form {
  margin-bottom: 0px;
}
#webcom .parts-block > form > * {
  /* 	margin-bottom: 20px; */
}
#webcom .fixed-block {
  width: 960px;
  margin: 0 auto;
}
#webcom .disc {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
#webcom .decimal {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 10px;
}
  /*================================
  .error
  ================================*/
#webcom .error-illust {
  width: 320px;
  text-align: center;
}
#webcom .error-content {
  width: 560px;
  margin-left: 80px;
  padding-top: 80px;
}
#webcom .error-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
#webcom .error-content p {
  font-size: 20px;
  margin-bottom: 20px;
}
#webcom .homebtn {
  padding: 40px 0;
}
  /*================================
  table
  ================================*/
#webcom .item-list-vertical table {
  border: 1px solid #dddddd;
  width: auto;
  min-width: 460px;
  margin: 10px 0;
}
#webcom .item-list-vertical table th,
#webcom .item-list-vertical table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#webcom .item-list-vertical table caption + thead tr:first-child th,
#webcom .item-list-vertical table caption + thead tr:first-child td,
#webcom .item-list-vertical table colgroup + thead tr:first-child th,
#webcom .item-list-vertical table colgroup + thead tr:first-child td,
#webcom .item-list-vertical table thead:first-child tr:first-child th,
#webcom .item-list-vertical table thead:first-child tr:first-child td {
  border-top: 0;
}
#webcom .item-list-vertical table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#webcom .item-list-vertical table .table {
  background-color: #ffffff;
}
  /*================================
  .noitem
  ================================*/
#webcom .noitem {
  padding: 120px 0;
  text-align: center;
}
  /*================================
  .price-alert
  ================================*/
.price-alert .input-block-level {
  *width: 475px;
}
.price-alert h3 {
	margin-bottom: 20px;
}
.sp-btn img {
  width: 100%;
}
.item-wrapper {
  *zoom: 1;
}
.item-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
  /*================================
  seasonal
  ================================*/
#webcom #seasonal_object img {
  position: absolute;
}
#webcom .xmas #xmas-hat {
  top: 35px;
  left: 8px;
}
#webcom .xmas #xmas-santa {
  top: 35px;
  left: 800px;
}
#webcom .xmas .header-block-top {
  background: #4982e9 url(../../../image/ymdweb/pc/seasonal_object/xmas/header_bg_xmas.png) repeat-x bottom;
}
#webcom .newyear .header-site_title {
  background: #4982e9 url(../../../image/ymdweb/pc/seasonal_object/newyear/newyear-bg-light.jpg) left bottom;
  color: #000;
}
#webcom .newyear .header-block-top {
  background: #4982e9 url(../../../image/ymdweb/pc/seasonal_object/newyear/newyear-bg.jpg) left bottom;
  color: #000;
}
#webcom .newyear .shop-description-light a:link {
  color: #000;
}
#webcom .newyear #ume {
  top: 30px;
  left: 0;
}
#webcom .newyear #kadomatsu {
  top: 58px;
  left: 12px;
}
#webcom .newyear .shop-description-light {
  z-index: 10;
  position: relative;
}
  /*================================
  .maintenance
  ================================*/
#webcom .maintenance {
  font-size: 10px;
  margin-bottom: 0;
}
  /*================================
  .list-subcategori
  ================================*/
  /*.list-subcategori h3 {
  	font-size: 14px;
  	padding: 10px 10px 0 10px;
  	border-bottom: 1px solid #d9d9d9;
  }*/
#webcom .list-subcategori h3 {
  font-size: 14px;
  margin-bottom: 5px;
  /* 	color: #4982E9; */
}
#webcom .list-subcategori .categorize dt,
#webcom .list-subcategori .categorize dd {
  padding-top: 1px;
  padding-bottom: 1px;
}
#webcom .list-subcategori dd {
  padding-left: 12px;
}
#webcom .list-subcategori .categorize dd,
#webcom .list-subcategori .arrowd li {
  padding-left: 20px;
  background: url(../../../image/ymdweb/pc/common/bg-topic_path.png) no-repeat left top;
}
#webcom .list-subcategori input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#webcom .list-subcategori input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#webcom .list-subcategori .sub-price {
  width: 50px;
  margin: 0 5px;
  height: 15px;
  padding: 2px 1px;
  vertical-align: middle;
}
#webcom .list-subcategori .active,
#webcom .list-subcategori .active a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
#webcom .list-subcategori label,
#webcom .list-subcategori a {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 13px;
  display: block;
  padding: 0 2px;
}
#webcom .list-subcategori label:hover,
#webcom .list-subcategori a:hover {
  background: #f4f4f4;
  border-radius: 4px;
}
#webcom .list-subcategori .caret {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
#webcom .list-subcategori .off .caret {
  border-bottom: 0;
  border-top: 4px solid #000;
  content: "";
}
#webcom .list-subcategori .sub-year {
  width: 50px;
  margin: 0 5px 0 0;
  height: 15px;
  padding: 2px 1px;
  vertical-align: middle;
}
#webcom .list-subcategori .select-month {
  width: 47px;
  vertical-align: middle;
  height: 21px;
  padding: 2px 0px;
  margin-bottom: 0;
}
#webcom .list-subcategori button {
  width: 100%;
  margin: 10px 0 0 0;
}
#webcom .round-box-contents .subdivide {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #d9d9d9;
}
#webcom .round-box-contents .subdivide:nth-of-type(1) {
  margin-top: 0px;
  padding-top: 0px;
  border-top: 0px;
}
  /*================================
  .textarea
  ================================*/
#webcom .textarea {
  height: 50px;
  overflow: auto;
  margin: 0 0 20px 20px;
  border: 3px solid #4982e9;
  padding: 5px;
  box-shadow: 1px 1px 3px #666 inset;
  border-radius: 15px 0 0 15px;
}
#webcom .textarea_box {
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
#webcom .textarea_year {
  float: left;
  width: 80px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#webcom .textarea_day {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
#webcom .textarea_text {
  overflow: hidden;
  margin-bottom: 5px;
  border-left: 3px solid #FC0;
  padding-left: 5px;
  font-size: 14px;
  line-height: 18px;
}
#webcom .textarea_text p {
  margin: 0;
  color: #335bc3;
  font-weight: bold;
}
#webcom .textarea_text a {
  background: #4982e9;
  border-radius: 4px;
  padding: 1px 4px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
}
#webcom .textarea_text a:hover {
  background: #1e3b8a;
}
