@charset "utf-8";

/* layout
-------------------------------------------------------------*/
div.content_wrapper {
  width: 950px;
  margin: 10px auto;
  background: #FFF;
}
article.special_content_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article.special_content_wrapper {
  float: right;
  width: 770px;
  margin-top: 3px;
  padding-bottom: 10px;
  background: #3fa4ff;
  color: #333;
  font-size: 18px;
}
article.special_content_wrapper .contents a {
  color: #2763AC;
}
.content_area {
  margin: 20px auto 0;
}

/* common
-------------------------------------------------------------*/
ul, li {
  list-style: none;
}
.headerBlock img {
  width: 770px;
}

/* art slider
-------------------------------------------------------------*/
.slider_area {
  width: 96%;
  margin: 10px auto 0 !important;
  text-align: center;
}
.slider_area img {
  border: 1px #ccc solid;
}
.slider_area .slick-slide {
  margin: 0 4px 5px;
}
#fl1 {
  display: none;
  margin: 0 0 20px;
}
#fl1.slick-initialized {
  display: block;
}
.slick-slide img {
  width: 100%;
}
#cam_slider {
  position: relative;
  width: 100%;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#cam_slider ul.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.slick-dots button {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 5px;
  background: #000;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 0;
  font-size: 0;
  opacity: .2;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #f8f876;
  opacity: .75;
}
.other .slick-dots li.slick-active button {
  background: #f8f876;
}
.all .slick-dots li.slick-active button {
  background: #f8f876;
}

/* news_area
-------------------------------------------------------------*/
dl.news_area {
  margin: 10px auto;
  width: 740px;
  border: 1px #ccc solid;
  background: #fff;
  font-size: 13px;
  text-align: left;
}
dl.news_area dt, dl.news_area dd {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
dl.news_area dt {
  width: 100px;
  background: #F3F3F3;
  border-right: 1px #ccc solid;
  text-align: center;
  margin-right: 8px;
}

/* cm_area
-------------------------------------------------------------*/
.cm_area {
  text-align: center;
}

/* links
-------------------------------------------------------------*/
.content_area.links {
/*  margin: 10px auto 0;*/
}
.links ul {
  width: 740px;
  margin: 0 auto;
  text-align: center;
}
.links li {
  width: 135px;
  display: inline-block;
  background: #fff;
  margin: 0 15px 0 0;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px #777 solid;
  font-size: 16px;
  cursor: pointer;
}
.links li:last-child {
  margin: 0;
}
.links li.selected {
  background: #f8f876;
  font-weight: bold;
}
.links li span, .links li a {
  display: block;
  color: #444;
  text-decoration: none;
}
.links li:hover {
  background: #FFFDE7;
}

/* contents
-------------------------------------------------------------*/
.contents li {
  width: 740px;
  margin: 0 auto 15px;
  background: #fff;
  padding: 7px;
  border: 3px #2e73a5 solid;
  text-align: left;
}
.contents .art_collection {
  float: left;
  width: 50%;
}
.contents .art_collection img {
  width: 100%;
}
.contents .info_box {
  float: right;
  width: 48.5%;
  padding-top: 1px;
}
.contents .info_box + .info_box {
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px #ccc dotted;
}
.contents .info_box .thumbnail {
  float: left;
  text-align: center;
}
.contents .info_box .thumbnail img {
  max-width: 130px;
  max-height: 185px;
  border: 1px #e0e0e0 solid;
}
.doubles .info_box .thumbnail img {
  max-height: 165px;
}
.contents .info_box .information {
  width: 60%;
  float: left;
  margin-left: 2%;
}
.contents .info_box .title {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.contents .info_box .author {
  color: #888;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.contents .info_box .author a {
  color: #888;
}
.contents .info_box .mark {
  margin-bottom: 3px;
}
.contents .info_box .text {
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.contents .btn_area {
  width: 100%;
  margin: 5px auto 0;
  text-align: right;
}
.doubles .info_box .text {
  height: 40px;
}
.contents .btn_area a {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
}
.contents .btn_area a:hover {
  opacity: 0.7;
}
.contents .btn_area a + a {
  margin-left: 2.5%;
}
.btn_area a.btn.typea {
  background: #FFF;
  border: 1px solid #B8A98F;
  border-bottom: 2px solid #BDB29E;
  border-right: 1px solid #BDB29E;
  color: #6E5B39;
}
.contents .aut_search {
  display: table;
  padding-top: 8px;
  margin: 0 auto;
  text-align: left;
  border-spacing: 0;
}
.contents .aut_search a {
  display: table-row;
  position: relative;
  height: 22px;
  line-height: 22px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
}
.contents .aut_search a:before {
  content: '\e854';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.contents .aut_search a:after {
  content: "先生の作品をさがす";
  display: inline;
}
li.change .aut_search a + a:after {
  content: "の作品をさがす";
  display: inline;
}
.doubles .aut_search a {
  text-align: center;
}
.contents .message {
  float: right;
  width: 48.5%;
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.doubles .message {
  float: none;
  width: 100%;
  padding-top: 5px;
}

/* mark */
.down_m {
  position: relative;
  display: inline-block;
  width: 62px;
  padding: 0 0 0 16px;
  margin: 0 4px 2px 0;
  background: #FFF;
  border: 1px solid #F06;
  font-size: 13px;
  font-weight: bold;
  color: #F06;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0;
  height: 19px;
  line-height: 19px;
}
.down_m:before {
  position: absolute;
  top: 2px;
  left: 4px;
  content:url(/sol/c/images/search/icon_darrow.png);
}
.down_m:after {
  content:"値下げ";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.point_m {
  display: inline-block;
  width: 82px;
  margin: 0 4px 2px 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #63F;
  font-size: 13px;
  font-weight: bold;
  color: #63F;
  text-align: center;
  letter-spacing: -2px;
  vertical-align: middle;
  height: 19px;
  line-height: 19px;
}
.point_m:after {
  content: "ポイント還元";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.free2_m {
  display: inline-block;
  width: 48px;
  padding: 0;
  margin: 0 4px 2px 0;
  background: #FFF;
  border: 1px solid #36C;
  font-size: 13px;
  font-weight: bold;
  color: #36C;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 3px;
  height: 19px;
  line-height: 19px;
}
.free2_m:after {
  content: "無料";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.pack_m {
  display: inline-block;
  width: 72px;
  margin: 0 4px 2px 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #390;
  font-size: 13px;
  font-weight: bold;
  color: #390;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  height: 19px;
  line-height: 19px;
}
.pack_m:after {
  content: "お得パック";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}
.other {
  display: inline-block;
  width: 54px;
  margin: 0 4px 2px 0;
  padding: 0 3px 0 0;
  background: #FFF;
  border: 1px solid #FFC107;
  font-size: 13px;
  font-weight: bold;
  color: #FF9800;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -0.5px;
  height: 19px;
  line-height: 19px;
}
.other:after {
  content: "その他";
  display: block;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
}
.inc_m {
  display: inline-block;
  width: 74px;
  margin: 0 0 2px 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #36C;
  font-size: 13px;
  font-weight: bold;
  color: #36C;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  height: 19px;
  line-height: 19px;
}
.inc_m:after {
  content: "立読み増量";
  display:block;
  clear:both;
  white-space: nowrap;
  overflow: hidden;
}

/* portal_link
------------------------------------------------------------- */
.portal_link a {
  position: relative;
  display: block;
  width: 480px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #0088cc;
  border: 1px #0088cc solid;
  text-decoration: none;
  letter-spacing: 2px;
}
.portal_link a:after {
  content: "▶";
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
}
.portal_link a:hover {
  opacity: 1;
  background: #deedff;
}

/* sns_btn(overwrite)
------------------------------------------------------------- */
.btn_areas {
  width: 96% !important;
  margin: 15px auto 0;
}
.btn_areas img:hover {
  opacity: 0.8;
}