/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.tac {
  text-align: center !important;
}

.red {
  color: #e60010 !important;
}
.gray {
  color: #888888 !important;
  text-decoration: line-through;
}




/******************************************************
common-parts
******************************************************/
#contents {
	overflow-x: hidden;
}

.item-list {
  text-align: center;
}
.item-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.item-list li img {
  width: 100%;
  height: auto;
}
.item-list li a {
  text-decoration: none;
}
.item-list li span {
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
}

.item-list-box {
  margin: 10px 0 40px;
}
.item-list-box ul {
  overflow: hidden;
  *zoom: 1;
  margin-left: -10px;
}
.item-list-box li {
  float: left;
  width: 224px;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #CDCDCD;
}
.item-list-box li .thumbnail {
  text-align: center;
}
.item-list-box li .item-information {
  padding: 10px;
  background-color: #FFFFFF;
  font-size: 14px;
}
.item-list-box li .item-information a {
  text-decoration: none;
}
.item-list-box li .item-information a:hover {
  text-decoration: underline;
}
.item-list-box li .item-information .price {
  margin-top: 20px;
}
.item-list-box li .item-information .price span {
  font-weight: bold;
}

.bread-crumb {
	width: 954px;
/*	height: 30px;
	line-height: 30px; */
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #F2F2F2;
  position: relative;
}
.bread-crumb:before {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  background: #fff;
}
.bread-crumb:after {
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  background: #fff;
}
.bread-crumb a {
  text-decoration: none;
}
.bread-crumb a:hover {
  text-decoration:underline;
}
.bread-crumb .current {
  font-weight: bold;
}
.bread-crumb a, .bread-crumb span {
  padding-right: 10px;
}

.single-wrap {
  width: 730px;
  width: 730px;
  margin: 0 auto 0;
}
.single-wrap.long {
  width: 790px;
}
.single-wrap.long h2 {
  width: 768px;
}
.single-wrap p {
  font-size: 14px;
  margin-bottom: 30px;
}
.single-wrap h2 {
  width: 708px;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: url("../img_contents/common/section_title_bg.png") repeat-x;
}

.double-wrap {
  overflow: hidden;
  *zoom: 1;
  width: 974px;
}
.double-wrap > .left-col {
  float: left;
  width: 226px;
}
.double-wrap > .right-col {
  float: right;
  width: 728px;
}
.double-wrap > .right-col h2 {
  width: 708px;
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: url("../img_contents/common/section_title_bg.png") repeat-x;
  font-weight: bold;
}

.table-type01 {
  width: 100%;
}
.table-type01 th {
  background-color: #F2F2F2;
}
.table-type01 th, .table-type01 td {
  padding: 15px;
  border: 1px solid #CCCCCC;
}

/******************************************************
calendar
*******************************************************/
.calendar-area table {
  border-collapse: collapse;
  margin: 0 auto 10px;
  text-align: center;
}

.calendar-area th, .calendar-area td {
  padding: 2px;
  border: 1px solid #888888;
  text-align: center;
}

.calendar-area th {
  color: #FFFFFF;
  background-color: #D8D8D8;
}

.calendar-area .off {
  background: #FFEECC;
  color: #900;
}

.calendar-area caption {
  color: #CCCCCC;
  text-align: center;
}

div.calendar-area .bizcal {
  width: 100%;
}
div.calendar-area .bizcal th {
  background-color: #9E0300!important;
  color: #ffffff!important;
}
div.calendar-area .Holiday {
  background-color: #FBEFEF!important;
  color: #9E0300!important;
}
div.calendar-area .bizcalTitle {
  width: 100%;
  font-size: 12px;
  color: #900;
  font-weight: normal;
  line-height: 1.2;
}
div.calendar-area .bizcalTitle:after {
  content: 'の定休日';
}

/******************************************************
guide, faq, sitemap,renewal
*******************************************************/
.guide-box h3,
.faq-box h3,
.sitemap-box h3,
.renewal-box h3 {
  height: 40px;
  margin-top: 55px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  background-color: #FDCCCF;
  font-weight: bold;
}
.renewal-box h3 {
margin-bottom: 15px;}

.guide-box h4,
.faq-box h4,
.sitemap-box h4 {
  margin: 20px 20px 15px 20px;
  padding-left: 10px;
  border-left: 5px solid #ED0900;
  font-size: 14px;
  font-weight: bold;
}
.guide-box p,
.faq-box p,
.sitemap-box p,
dl.flow dt,
dl.flow dd
 {
  margin-left:20px;
   font-size: 14px;
 margin-right:20px;
}
.guide-box .guide-table01 th,
.faq-box .guide-table01 th {
  font-weight: bold;
  border-bottom: none;
}
.guide-box .guide-table01 td,
.faq-box .guide-table01 td {
  border-top: none;
}
.guide-box .guide-table01 th, .guide-box .guide-table01 td,
.faq-box .guide-table01 th,
.faq-box .guide-table01 td {
  text-align: center;
  padding: 10px 0;
}
.guide-box .guide-table02 td,
.faq-box .guide-table02 td {
  width: 50%;
}
.guide-box .guide-table02 th,
.faq-box .guide-table02 th {
  font-weight: bold;
}
.guide-box .guide-table02 th, .guide-box .guide-table02 td,
.faq-box .guide-table02 th,
.faq-box .guide-table02 td {
  text-align: center;
}
.guide-box .guide-table03 th,
.faq-box .guide-table03 th {
  font-weight: bold;
  text-align: center;
}

.guide-left-col li,
.faq-left-col li {
  margin: 10px 0;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  background-color: #E3E3E3;
}
.guide-left-col li a,
.faq-left-col li a {
  padding-left: 10px;
  font-size: 14px;
  text-decoration: none;
  background: url("../img_contents/guide/icon/arrow_right_black.png") no-repeat left center;
}
.guide-left-col li a:hover,
.faq-left-col li a:hover {
  text-decoration: underline;
}

.faq-box h4 + p {
  margin-left: 15px;
}



.guide-box dl.flow,
.renewal-box dl.flow{
font-size:14px;
}
.guide-box dl.flow dt,
.renewal-box dl.flow dt{
		line-height:2;
		margin-right:5px;
		margin-bottom:15px;
		font-weight:bold;
		clear:both;
}
.guide-box dl.flow .flL dd,
.renewal-box dl.flow .flL dd{
		width:320px;}
.guide-box dl.flow .flImgR,
.renewal-box dl.flow .flImgR{
		margin-bottom:30px;}
.guide-box dl.flow dd,
.renewal-box dl.flow dd{
		margin-bottom:30px;}

.guide-box dl.flow dt span,
.renewal-box dl.flow dt span {
float: left;
background: #e70010;
width: 2em;
height: 2em;
border-radius: 50%;
color: #fff;
text-align: center;
line-height: 2;
margin-right:5px;
}

.sitemap-box ul.product_category,
.sitemap-box ul.brand,
.sitemap-box ul.other
 {
	float:left;
	width:30%;
}

.sitemap-box ul.product_category{height:280px;}
.sitemap-box ul.brand{padding-left:20px;margin-bottom:30px;}
.sitemap-box ul.other{padding-left:20px;margin-bottom:30px;}

.sitemap-box ul.product_category li{
	margin-left:20px;}

.sitemap-box ul.brand,
.sitemap-box ul.other {
	margin-top:20px;}

.renewal-box .caution{
	color: #d10002;
	font-weight:bold;}


/******************************************************
item
*******************************************************/
.item-brand-list {
  overflow: hidden;
  *zoom: 1;
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #CCCCCC;
}
.item-brand-list .logo {
  float: left;
  display:none;
}
/*.item-brand-list ul {
  float: left;
  width: 510px;
  margin-left: 10px;
}*/
.item-brand-list li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.item-brand-list li a {
  padding-left: 10px;
  background: url("../img_contents/item/list/icon/arrow_right_red.png") no-repeat left center;
}

.item-pager {
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
}
.item-pager .page {
  float: left;
}
.item-pager .page span {
  color: #e60010;
  font-weight: bold;
}
.item-pager .sort {
  float: right;
}
.item-pager .sort span {
  font-weight: bold;
}


#main ul.pageNav01s {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}

ul.pageNav01s li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}

ul.pageNav01s li span,
ul.pageNav01s li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}

ul.pageNav01s li a:hover {
	background: #efefef;
}
ul.pageNav01s li span{
background:#EF0800;
color:#fff;
border: 1px solid #EF0800;
font-weight:bold;}

ul.pageNav01s li .ar{
background: #999;
color: #fff;
padding:1px 20px;
font-size:18px;}
.item-right-col h2.item-name {
  height: auto !important;
  font-size: 20px;
  background: transparent !important;
  color: #000 !important;
  padding-left: 0 !important;
  line-height: 25px !important;
}
.item-right-col .big-thumbnail {
margin: 20px 0;
  border: 1px solid #CCCCCC;
width: 500px;
float: left;}
.item-right-col .big-thumbnail li {
  display: none;
}
.item-right-col .big-thumbnail li:first-child {
  display: block;
}
.item-right-col .big-thumbnail img {
  display: block;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.item-right-col .small-thumbnail {
margin-top: 20px;
float: right;
width:200px;}

.item-right-col .small-thumbnail ul {
  text-align: center;
 /*  margin: 10px 0 0 -5px; */
}
.item-right-col .small-thumbnail ul li {
  /* display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; */
margin-bottom: 5px;
  border: 1px solid #ccc;
  width: 80px;
  height: 80px;
  overflow: hidden;
height: 80px;
padding: 5px;}
.item-right-col .small-thumbnail ul li.current {
  border: 1px solid #b20004;
}
.item-right-col .small-thumbnail ul li img {
  height: 71px;
  margin-left: auto;
  margin-right: auto;
}
.item-right-col .small-thumbnail ul {
  overflow: hidden;
  _zoom: 1;
}
.item-right-col .small-thumbnail ul li {
  float: left;
  margin-right: 5px;
}
.item-right-col .item-information-area {
  /* overflow: hidden;
  *zoom: 1; */
  margin-top: 40px;
  clear: both;
}
.item-right-col .item-information-area .left-col {
  float: left;
  width: 400px;
  margin-bottom: 10px;
}
.item-right-col .item-information-area .left-col .detail-information p {
  padding: 5px 10px;
  border-bottom: 1px dotted #CCCCCC;
}
.item-right-col .item-information-area .left-col .detail-information p .big {
  font-size: 20px;
}
.item-right-col .item-information-area .left-col .fee-free {
	margin-top: 11px;
	height: 40px;
	line-height: 40px;
	background-color: #ffefe6;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff6611;
}
.item-right-col .item-information-area .right-col {
  float: right;
  width: 318px;
}
.item-right-col .item-information-area .right-col table th {
  border-right: none;
}
.item-right-col .item-information-area .right-col table td {
  border-left: none;
}
.item-right-col .item-information-area .right-col table th, .item-right-col .item-information-area .right-col table td {
  padding: 12px 15px;
}
.item-right-col .item-information-area .right-col .inner {
  position: relative;
}
.item-right-col .item-information-area .right-col .inner span {
  position: absolute;
}
.item-right-col .item-information-area .right-col .inner span.top {
	top: 0;
	left: 55px;
}
.item-right-col .item-information-area .right-col .inner span.btm {
  top: 11px;
  left: 55px;
}
.item-right-col .item-information-area .right-col input {
  width: 35px;
}
.item-right-col .item-information-area .right-col select {
  width: 100%;
}
.item-right-col .item-information-area .right-col .into-cart {
	margin-top: 10px;/*
	padding: 20px 30px;
	background-color: #ffefe6;*/
}
.disable_cartin [type="submit"].btn {
  font-size:21px;
  font-weight: bold;
  padding:8px 5px;
  width:100%;
  text-align:center;
  margin:0 auto 10px;

  background-color: #FB7904;
  background: #ff9619; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff9619 0%, #ff610c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9619), color-stop(100%,#ff610c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff9619 0%,#ff610c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff9619 0%,#ff610c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff9619 0%,#ff610c 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff9619 0%,#ff610c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9619', endColorstr='#ff610c',GradientType=0 ); /* IE6-9 */

  box-shadow: inset 0 0 0 1px rgba(255,255,255,.27);

  border:1px solid #ff660e;
  border-radius: 3px;
  text-shadow: 0 -1px #ff630d;
  color:#fff;
}
.disable_cartin [type="submit"].btn:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 22px;
  background: url(../img/btn_ico_cart.png) no-repeat left top;
  background-size: 100%;
  margin-right: 7px;
  margin-bottom: 6px;
}
.item-right-col .review-area {
  /* overflow: hidden;
  *zoom: 1; */
}
.item-right-col .review-area .left-col {
  float: left;
  width: 498px;
  padding: 10px 25px;
  border: 1px solid #cccccc;
}
.item-right-col .review-area .left-col ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 14px;
}
.item-right-col .review-area .left-col ul li {
  padding: 5px 0 5px 18px;
}
.item-right-col .review-area .left-col ul.review {
  font-weight: bold;
}
.item-right-col .review-area .left-col ul.review a {
  text-decoration: none;
}
.item-right-col .review-area .left-col ul.review a:hover {
  text-decoration: underline;
}
.item-right-col .review-area .left-col ul.review .count {
  background: url("../img_contents/item/detail/icon/icon_hukidashi.png") no-repeat left center;
}
.item-right-col .review-area .left-col ul.review .post {
  background: url("../img_contents/item/detail/icon/icon_pen.png") no-repeat left center;
}
.item-right-col .review-area .left-col ul.contact {
  margin-left: 50px;
}
.item-right-col .review-area .left-col ul.contact li {
  padding-left: 10px;
}
.item-right-col .review-area .left-col ul.contact li {
  background: url("../img_contents/guide/icon/arrow_right_black.png") no-repeat left center;
}
.item-right-col .review-area .right-col {
  float: left;
  margin-left: 25px;
  padding-top: 15px;
}
.item-right-col .review-area .right-col p:first-child {
  margin-bottom: 10px;
}
.item-right-col .review-area .right-col p iframe {
  width: 150px;
}
.item-right-col .item-description {
  padding-top: 25px;
clear: both;}
.item-right-col .item-description h3 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px dashed #cccccc;
color: #e60010;
font-weight: bold;
}
.item-right-col .item-description p {
  font-size: 14px;
}
.item-right-col .item-description table {
  margin-top: 20px;
}
.item-right-col .item-description table th {
  width: 65px;
  border-right: none;
}
.item-right-col .item-description table td {
  border-left: none;
}
.item-right-col .item-description table th, .item-right-col .item-description table td {
  padding: 10px 15px;
}

.item-side-box {
  margin-bottom: 20px;
}
.item-left-col .item-side-box > ul {
  margin-top: 5px;
}
.item-left-col .item-side-box ul li {
  margin-bottom: 5px;
}
.item-left-col .item-side-box ul li img {
  vertical-align: bottom;
}
.item-left-col .item-side-box ul li ul {
  display: none;
  padding: 15px 15px 5px 15px;
  background-color: #FFFFFF;
}
.item-left-col .item-side-box ul li ul li {
  margin-bottom: 5px;
}
.item-left-col .item-side-box ul li ul a {
  padding-left: 10px;
  font-size: 14px;
  text-decoration: none;
  background: url("../img_contents/category/icon/arrow_right_black.png") no-repeat left 6px;
}
.item-left-col .item-side-box ul li ul a:hover {
  text-decoration: underline;
}
.item-side-box .calendar-area {
  padding: 20px 20px;
  border: 1px solid #CCCCCC;
}
ul.brand-list li{
	margin-bottom:3px;}

.item-side-box ul li {
margin-bottom: 5px;
}

.tbl_calendar {
  width: 100%;
}
/******************************************************
category
*******************************************************/
.category-left-col > ul > li {
  margin-bottom: 4px;
}
.category-left-col > ul > li img {
  vertical-align: middle;
}
.category-left-col ul li ul {
  display: none;
  padding: 20px 20px 10px 20px;
  background-color: #FDF7F9;
}
.category-left-col ul li ul li {
  margin-bottom: 5px;
}
.category-left-col ul li ul a {
  padding-left: 10px;
  font-size: 14px;
  text-decoration: none;
  background: url("../img_contents/category/icon/arrow_right_black.png") no-repeat left 4px;
}
.category-left-col ul li ul a:hover {
  text-decoration: underline;
}

.category-right-col h2 {
  width: 708px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}
.category-right-col h2.basemake {
  background-color: #FEE3F2;
}

.category-box h2 {
  height: 40px !important;
  line-height: 40px !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px !important;
}
.category-box h2.basemake {
  background-color: #FEE3F2 !important;
}
.category-box h2.pointmake {
  background-color: #FFEFDF !important;
}
.category-box h2.nail {
  background-color: #EDDCEE !important;
}
.category-box h2.skincare {
  background-color: #DCEDE7 !important;
}
.category-box h2.body {
  background-color: #D7E7F4 !important;
}

.category-left-col h2 {
  margin-bottom: 10px;
}

/******************************************************
low
******************************************************/
.low-table {
  margin-top: 20px;
}
.low-table th {
  width: 215px;
}

/******************************************************
movie
******************************************************/
.movie-section {
  background: #f7eaea;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}

.movie-h3 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  background: #efd6d6;
}

.movie-description {
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
  padding: 0 20px;
}
.movie-description p:first-child {
  float: left;
  width: 618px;
}
.movie-description .icon {
  float: right;
}

.movie-thumbnail {
  width: 704px;
  height: 419px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  background: url(../img_contents/movie/movie_frame.png) no-repeat left top;
  padding-top: 27px;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/******************************************************
news
******************************************************/
.news-h3 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  background-color: #E3E3E3;
}
.news-h3 .day{
  font-size: 12px;
  float:right;
  padding-right: 15px;
}
.news-description {
  overflow: hidden;
  *zoom: 1;
  background-color:#f1f3f2;
  padding:25px 40px;
  margin-bottom:30px;
}
.news-description p{
	margin-bottom:0;}

/******************************************************
event
******************************************************/
.event-h3 {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
  background-color: #c4e2c8;
}
.event-h3 .day{
  font-size: 12px;
  float:right;
  padding-right: 15px;
}
.event-description {
  overflow: hidden;
  *zoom: 1;
  background-color:#fcf8af;
  padding:20px 40px 5px 40px;
  margin-bottom:30px;
}
.event-description p{
	margin-bottom:15px;}

/******************************************************
policy
******************************************************/
.tilt-line {
  width: 708px;
  height: 40px;
  margin: 35px 0 20px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 16px;
  background: url("../img_contents/policy/midashi_bg.png") no-repeat;
}

/******************************************************
company
******************************************************/
.company-table th {
  width: 215px;
}

/******************************************************
top
******************************************************/
.top-main-visual {
  /*margin-top: -20px;*/
  background: #fff;
  padding-bottom: 1px;
}
.top-main-visual-inner {
  width: 974px;
  margin: 0 auto;
  position: relative;
}
.top-main-visual .bx-wrapper .bx-prev {
  background: url("../img_contents/top/icon/arrow_left_grey.png") no-repeat;
}
.top-main-visual .bx-wrapper .bx-next {
  background: url("../img_contents/top/icon/arrow_right_grey.png") no-repeat;
}
.top-main-visual .bx-viewport {
  overflow: visible !important;
  height: 380px !important;
}
.top-main-visual li {
  width: 974px !important;
  margin-left: -10px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.top-main-visual li img {
  width: 974px !important;
  height: auto;
}

.top-main-visual {
  position: relative;
}
.top-main-visual-inner:before,
.top-main-visual-inner:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 380px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
}
.top-main-visual-inner:before {
  left: -974px;
}
.top-main-visual-inner:after {
  right: -974px;
}

.top-item-list li {
  text-align: center;
}
.top-item-list .bx-wrapper .bx-controls-direction a {
  top: 90px;
}
.top-item-list .bx-wrapper .bx-prev {
  left: -35px;
  background: url("../img_contents/top/icon/arrow_left_grey.png") no-repeat;
  display:inline
}
.top-item-list .bx-wrapper .bx-next {
  right: -35px;
  background: url("../img_contents/top/icon/arrow_right_grey.png") no-repeat;
  display:inline
}

.top-item-list {
  margin-bottom: 25px;
}
.top-item-list .item-list li img {
  background-image: url(../img/slidemini_bg.gif);
  padding: 0px;
  max-width: 164px;
  max-height: 164px;
}
.top-item-list .item-list li p {
  font-size: 11px;
  padding: 5px;
  line-height: 160%;
  text-align: center;
}

.top-recommend-and-media {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
  margin-bottom: 20px;
}
.top-recommend-and-media h2 {
  margin-bottom: 8px;
}
.top-recommend-and-media .recommend-item {
  float: left;
  width: 495px;
}
.top-recommend-and-media .recommend-item h2 {
  margin-left: 15px;
}
.top-recommend-and-media .recommend-item .bx-wrapper {
  width: 462px;
}
.top-recommend-and-media .recommend-item .bx-next {
  right: -15px;
  background: url("../img_contents/top/icon/arrow_right_black.png") no-repeat;
  display:inline
}
.top-recommend-and-media .recommend-item .bx-prev {
  left: -15px;
  background: url("../img_contents/top/icon/arrow_left_black.png") no-repeat;
  display:inline
}
.top-recommend-and-media .media-information {
  float: right;
}

.top-bnr-area {
  margin-top: 20px;
}
.top-bnr-area p {
  margin-left: -10px;
}
.top-bnr-area img {
  margin-left: 10px;
}

.top-ranking-and-popular {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
}
.top-ranking-and-popular .ranking-area {
  float: left;
  width: 195px;
  padding: 0 15px;
  background: url("../img_contents/top/ranking_bg.png");
}
.top-ranking-and-popular .ranking-area h3 {
  margin-left: -15px;
}
.top-ranking-and-popular .ranking-area .item-list {
  padding-top: 17px;
  margin: 0 0 -15px -5px;
}
.top-ranking-and-popular .ranking-area li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 90px;
  margin: 0 0 25px 5px;
}
.top-ranking-and-popular .ranking-area li span.icon {
  position: absolute;
  top: -18px;
  left: -5px;
}
.top-ranking-and-popular .ranking-area li:first-child {
  width: 136px;
}
.top-ranking-and-popular .ranking-area li:first-child .icon {
  top: -15px;
  left: -24px;
}
.top-ranking-and-popular .popular-area {
  overflow: hidden;
  *zoom: 1;
  float: right;
}
.top-ranking-and-popular .popular-area h3 {
  margin-bottom: 20px;
}
.top-ranking-and-popular .popular-area > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 360px;
}
.top-ranking-and-popular .popular-area > div.right-area {
  margin-left: 4px;
}
.top-ranking-and-popular .popular-area > div h4 {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #e70010;
  background-color: #FDD9DB;
  text-align: center;
}
.top-ranking-and-popular .popular-area > div .item-list {
  margin: 10px 0 0 -7px;
}
.top-ranking-and-popular .popular-area > div .item-list li {
  margin: 0 0 20px 7px;
}
.top-ranking-and-popular .popular-area > div .more {
  margin-top: 30px;
  font-size: 14px;
}

.top-kuchikomi-and-calendar {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
}
.top-kuchikomi-and-calendar .kuchikomi-area {
  float: left;
}
.top-kuchikomi-and-calendar .calendar-area {
  float: right;
  padding: 15px 30px;
  border: 1px solid #cccccc;
}
