@charset "utf-8";

/* layout
-------------------------------------------------------------*/
.contents_right {
  text-align: center;
  float: right;
  width: 780px;
}
.contents_rignt_co_th_box {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* main_title
-------------------------------------------------------------*/
.main_title {
  position:relative;
  border-bottom: 2px solid #00B4F0;
  margin:0 0 5px;
  padding:0 0 4px 13px;
  text-align:left;
}
.main_title:before {
  content:'';
  display:block;
  clear:both;
  position:absolute;
  height:70%;
  overflow:hidden;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  text-indent:-9999px;
  background:#00B4F0;
  width:5px;
  left:5px;
  top:4%;
}
.main_title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.main_title span {
  margin-left: 5px;
  font-size:14px;
  color: #999;
}

/* sort_area
-------------------------------------------------------------*/
.sort_area {
  margin:0 7px 15px 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #AAA;
}
.sort_title {
  margin-bottom:10px;
  font-size:16px;
  font-weight:bold;
  text-align:left;
  color: #666;
}
.sort_title img{
  margin: 0 2px 3px 0;
}
.sort_contents{
  margin-bottom: 8px;
}
.sort_area .sort_contents:last-child{
  margin-bottom: 0;
}
.sort_contents .label{
  position: relative;
  list-style:none;
  float:left;
  width: 56px;
  margin: 0 15px 8px 0;
  padding: 6px 4px 6px 6px;
  background: #FAFAFA;
  border: 1px solid #BBB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}
.sort_contents .label:before{
  border-left: 7px solid #BBB;
  border-bottom: transparent 16px solid;
  border-top: transparent 16px solid;
  content: "";
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: -7px;
}
.sort_contents .label:after{
  border-left: 7px solid #FAFAFA;
  border-bottom: transparent 16px solid;
  border-top: transparent 16px solid;
  content: "";
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: -6px;
}
.sort_contents ul:nth-child(3){
  margin-left: 83px;
}
.sort_contents ul li{
  position: relative;
  list-style:none;
  float:left;
  margin: 0 8px 8px 0;
  padding: 6px 12px 6px 6px;
  background: #FFF;
  border: 1px solid #BBB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
}
.sort_contents ul li.current{
  background: #00B4F0;
}
.sort_contents ul li:hover{
  background: #00B4F0;
}
.sort_contents ul li a,
.sort_contents ul li a:hover{
  color: #666;
}
.sort_contents ul li.current a,
.sort_contents ul li.current a:hover{
  color:#FFF;
}
.sort_contents ul li a:hover,
.sort_contents ul li.current a:hover{
  text-decoration: none;
}
.sort_contents ul li:hover a{
  color:#FFF;
}
.sort_contents ul li span.arrow {
  position: absolute;
  top: 11px;
  right: 3px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #555;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sort_contents ul li.current span.arrow {
  position: absolute;
  top: 11px;
  right: 3px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sort_contents ul li:hover span.arrow {
  position: absolute;
  top: 11px;
  right: 3px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* small_banner_area
-------------------------------------------------------------*/
.small_banner_area{
  margin-bottom: 15px;
}
.small_banner{
  display:table;
  border-collapse: separate;
  border-spacing: 8px 0;
  margin: 10px 0 0;
  list-style:none;
}
/* IE 7 */
*:first-child+html .small_banner{
  margin:10px 0 10px 11px;
}
.small_banner a{
  position: relative;
  display: table-cell;
  vertical-align: top;
  border: 1px solid #CCC;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
}
.small_banner a:hover{
  border: 1px solid #D1F1FC;
  text-decoration: none;
}
.small_banner li{
  width: 248px;
  padding:10px 5px;
  box-sizing: border-box;
}
.small_banner li img{
  width: 100%;
  max-width: 225px;
  max-height: 111px;
  margin-bottom:5px;
}
.small_banner li .banner_txt{
  margin: 0 auto;
  width:225px;
  text-align:left;
  line-height:1.2em;
}
.small_banner li p.banner_title{
  font-size:12px;
  margin-bottom:5px;
  height:14px;
  overflow:hidden;
}
.small_banner li p.banner_title span.em-large{
  display:none;
}
.small_banner li p.banner_term{
  color:#F00;
  font-size:11px;
}
.small_banner li p.banner_point{
  color:#999;
  font-size:11px;
  margin-bottom:5px;
}

/* icon
-------------------------------------------------------------*/
.banner_txt .icon {
  margin-bottom: 5px;
  text-align: left;
}
.banner_txt .icon span{
  display: inline-block;
  margin: 0 2px;
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align:top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.banner_txt .icon .girl_mark {
  padding: 1px 5px;
  background: #FF646E;
  border:1px solid #FF646E;
  color: #FFF;
}
.banner_txt .icon .boy_mark {
  padding: 1px 5px;
  background: #0185E5;
  border:1px solid #0185E5;
  color: #FFF;
}
.banner_txt .icon .bl_mark {
  padding: 1px 5px;
  background: #00AAE6;
  border:1px solid #00AAE6;
  color: #FFF;
}
.banner_txt .icon .tl_mark {
  padding: 1px 5px;
  background: #FFC926;
  border:1px solid #FFC926;
  color: #FFF;
}
.banner_txt .icon .hq_mark {
  padding: 1px 5px;
  background: #ED8AEF;
  border:1px solid #ED8AEF;
  color: #FFF;
}
.banner_txt .icon .novel_mark {
  padding: 1px 5px;
  background: #6FDD00;
  border:1px solid #6FDD00;
  color: #FFF;
}
.banner_txt .icon .book_mark {
  padding: 1px 5px;
  background: #21A42E;
  border:1px solid #21A42E;
  color: #FFF;
}
.banner_txt .icon .media_mark {
  padding: 1px 5px;
  background: #FFA218;
  border:1px solid #FFA218;
  color: #FFF;
}
.banner_txt .icon .sexy_mark {
  padding: 1px 5px;
  background: #DA4FA8;
  border:1px solid #DA4FA8;
  color: #FFF;
}
.banner_txt .icon .adult_mark {
  padding: 1px 5px;
  background: #DA4FA8;
  border:1px solid #DA4FA8;
  color: #FFF;
}
.new_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #F06;
  color: #F06;
}
.free_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #06F;
  color: #06F;
}
.sale_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #EF0156;
  color: #EF0156;
}
.kangen_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #63F;
  color: #63F;
}
.frsa_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #F06;
  color: #F06;
}
.frka_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #F06;
  color: #F06;
}
.saka_mark {
  padding: 0 4px;
  background: #FFF;
  border:1px solid #F06;
  color: #F06;
}
