@charset "UTF-8";
/* layout
------------------------------*/
.contents_right{
float: right;
width: 770px;
text-align: center;
z-index: 1;
}
.position_r {
position: relative;
}
/* pageTitle
------------------------------*/
.pageTitle {
margin: 0 auto 10px;
border-bottom: 2px solid #ff6e78;
text-align: left;
font-size: 12px;
font-weight: bold;
color: #373737;
}
.bl .pageTitle {
border-bottom: 2px solid #0191c1;
}
.other .pageTitle {
border-bottom: 2px solid #fa0;
}
.all .pageTitle {
border-bottom: 2px solid #ff7e15;
}
.pageTitle h1{
line-height: 23px;
font-size:16px;
color: #333;
}
/* topBanner_area
------------------------------*/
.topBanner_area a{
display:block;
}
.smallBanner{
margin: 5px 0 10px;
}
.smallBanner ul{
list-style-type:none;
}
.smallBanner li{
float: left;
margin-right: 4px;
}
.smallBanner li + li{
float: left;
margin-right: 5px;
}
.smallBanner li:last-child{
margin-right: 0;
}
.smallBanner li img{
width: 189px;
}
/* tabBox
------------------------------*/
.tabBox ul{
width: 98%;
height: 50px;
padding: 13px 0 0 2%;
list-style:none;
}
.tabBox.bottom ul{
padding: 13px 0 13px 2%;
}
.tabBox li{
float: left;
width: 24%;
height: 40px;
margin: 10px 1% 0 0;
background: #fff;
border: 1px solid #ccc;
border-bottom: none;
border-radius: 5px 5px 0 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
line-height: 42px;
text-align: center;
font-size: 18px;
}
.tabBox.bottom li{
margin: 0 1% 10px 0;
border: 1px solid #ccc;
border-radius: 5px;
}
.tabBox li a{
display: block;
font-size: 16px;
color: #333;
text-decoration: none;
cursor: pointer;
}
.tabBox li.selected{
height: 50px;
margin-top: 0;
line-height: 52px;
font-weight: bold;
color: #fff;
}
.tabBox.bottom li.selected{
height: 40px;
margin-bottom: 10px;
line-height: 42px;
}
.tabBox li.tab1.selected{
background: #ff6e78;
border: 1px solid #ff6e78;
}
.tabBox li.tab2.selected{
background: #0191c1;
border: 1px solid #0191c1;
}
.tabBox li.tab3.selected{
background: #fa0;
border: 1px solid #fa0;
}
.tabBox li.tab4.selected{
background: #ff7e15;
border: 1px solid #ff7e15;
}
/* secTitle
------------------------------*/
.secTitle{
padding: 4px 8px;
background: #fafafa;
border-top: 2px solid #ff6e78;
border-bottom: 1px solid #ddd;
text-align: left;
}
.bl .secTitle{
border-top: 2px solid #0191c1;
}
.other .secTitle{
border-top: 2px solid #fa0;
}
.all .secTitle{
border-top: 2px solid #ff7e15;
}
.secTitle h2{
display: inline-block;
height: 30px;
line-height: 33px;
font-size: 18px;
font-weight: bold;
color: #666;
}
.secTitle h2 a{
color: #666;
}
.secTitle h2 .icon01{
height: 40px;
margin: -23px 0 0 5px;
}
.secTitle h2 .icon02{
height: 60px;
margin: -25px 5px 0 0;
}
.precede .recommendListBox .secTitle {
height: auto;
line-height: 1.22;
}
.precede .recommendListBox .secTitle .title_name {
padding-left: 0;
font-size: 18px;
color: #666;
}
.precede .recommendListBox .subTitle {
background: transparent;
border: none;
padding: 4px 8px 0;
text-align: left;
color: #989898;
}
/* fixBox
------------------------------*/
.fixBox{
margin: 0 auto 30px;
}
#all_list .fixBox{
margin: 0 auto 13px;
}
.fixBox ul{
display:table;
width:100%;
height: auto;
}
.fixBox li{
display:table-cell;
padding: 10px 0 5px;
border-right: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
vertical-align: top;
overflow: hidden;
}
.fixBox .rank_num{
margin: 0 auto;
}
.fixBox .rank_num img{
width: 100px;
margin: 0 auto 5px;
}
.fixBox .thum_box{
margin:0 auto;
background: #fff;
vertical-align: top;
text-align: center;
}
.fixBox .thum_box a{
display:block;
position: relative;
}
.fixBox .free_btn a{
display: block;
margin: 5px 13px;
padding: 5px 0;
background: #f9f9f9;
border: 1px solid #b3b3b3;
border-radius: 3px;
font-size:12px;
font-weight: bold;
color: #333;
text-decoration:none;
}
.fixBox .title_name{
height: 32px;
margin:0 8px 2px;
line-height: 16px;
text-align: left;
font-size: 12px;
overflow: hidden;
}
.fixBox .title_name a{
color:#333
}
.fixBox .author_name{
display: none;
height: 16px;
margin:0 8px 2px;
line-height: 16px;
text-align: left;
font-size: 12px;
color:#444;
overflow: hidden;
}
.fixBox .author_name a{
display: inline;
color:#444;
}
.fixBox .intro{
height: 68px;
padding-left: 5px;
line-height: 17px;
text-align: left;
overflow: hidden;
}
.fixBox .intro a{
font-size: 12px;
color: #626d77;
text-decoration: none;
}
.fixBox .btn_box{
height: 26px;
margin: 5px 13px;
}
.fixBox .btn_box a{
display: block;
height: 26px;
line-height: 26px;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #f6f6f6));
background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 100%);
background: linear-gradient(to bottom, #fff 0%, #f6f6f6 100%);
border:1px solid #b3b3b3;
border-radius: 4px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 12px;
font-weight: bold;
color: #333;
text-decoration: none;
}
#free .fixBox .btn_box a{
background: #fbda37;
border: 1px solid #d8c90f;
color: #5c4d31;
}
.fixBox .sale_date{
margin: 0 5px 5px;
text-align: center;
font-size: 12px;
font-weight: bold;
color: #f33;
}
.fix1Area .fixBox li{
border-right: none;
}
.fix1Area .fixBox li.koma{
display:inline-block;
width: 360px;
margin-left: 0;
}
.fix1Area .fixBox li.no_koma{
display:block;
width: 770px;
}
.fixBox .koma_thumb{
display:inline-block;
padding:10px 0;
border-top: none;
text-align: center;
}
.fixBox .koma_thumb a{
display: block;
}
.fixBox .koma_thumb img{
width: 100%;
max-width: 400px;
}
.fix1Area .fixBox .thum_box{
float: left;
width: 132px;
height: auto;
padding: 0 5px 5px 10px;
}
.fix1Area .fixBox .thum_box img{
max-width: 130px;
max-height: 190px;
}
.fix1Area .fixBox .text_box{
margin-left: 147px;
padding: 0 10px 5px 0;
vertical-align: top;
}
.fix1Area .fixBox .title_name{
margin:0;
padding-left: 5px;
height: 16px;
font-size:14px;
font-weight:bold;
}
.fix1Area .fixBox .author_name{
margin:0 0 10px;
padding-left: 5px;
}
.fix1Area .fixBox .btn_box{
display: table;
border-collapse: separate;
border-spacing: 5px 0;
margin: 5px auto 5px 0;
}
.fix1Area .fixBox .btn_box a{
display: table-cell;
width: 101px;
}
.fix1Area .fixBox .sale_date{
margin: 10px 5px 5px;
text-align: left;
}
.fix5Area .fixBox li{
width: 153px;
}
.fix5Area .fixBox li:nth-child(5n){
border-right: none;
}
.fix5Area .fixBox .thum_box{
width: 127px;
height: 188px;
}
.fix5Area .fixBox .thum_box img{
max-width: 127px;
max-height: 188px;
}
.fix6Area .fixBox li{
width: 129px;
}
.fix6Area .fixBox li:nth-child(6n){
border-right: none;
}
.fix6Area .fixBox .thum_box{
width: 111px;
height: 163px;
}
.fix6Area .fixBox .thum_box img{
max-width: 111px;
max-height: 163px;
}
.precede .recommendListBox .fixBox li {
border: none;
}
.precede .recommendListBox .fixBox .genre_name p {
width: 111px;
height: 18px;
font-size: 11px;
line-height: 18px;
margin: 0 auto 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px #0088CF solid;
border-radius: 3px;
overflow: hidden;
text-align: center;
color: #0088CF;
display: block;
}
.precede .recommendListBox .fixBox .text_box .title_name {
height: 16px;
text-align: center;
}

/* bottomBtns
------------------------------*/
.bottomBtns{
margin: 10px 10px 33px;
}
#free .bottomBtns,
#new .bottomBtns,
#sale .bottomBtns,
#ranking .bottomBtns:nth-child(12),
.bl #ranking .bottomBtns,
.other #ranking .bottomBtns{
margin: 10px;
}
.bannerArea .bottomBtns{
margin: 30px 10px 20px;
}
.bottomBtns a{
display: inline-block;
width:410px;
margin: 0 auto;
padding: 8px 10px;
background: #ffedef;
border: 1px solid #ff6e78;
border-radius: 3px;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #f74551;
text-decoration: none;
}
.bottomBtns a:hover{
background: #fff7f7;
}
.bl .bottomBtns a{
background: #e5f2f7;
border: 1px solid #18a4d6;
color: #18a4d6;
}
.bl .bottomBtns a:hover{
background: #f5fbfd;
}
.other .bottomBtns a{
background: #fff8e5;
border: 1px solid #ffaa08;
color: #ffaa08;
}
.other .bottomBtns a:hover{
background: #fffbef;
}
.all .bottomBtns a{
background: #fff4e3;
border: 1px solid #ff7e15;
color: #ff7e15;
}
.all .bottomBtns a:hover{
background: #fffaf2;
}
/* bottomLinks
------------------------------*/
.bottomLinks{
width:94%;
margin: 30px auto;
background: #fff;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.bottomLinks li{
list-style: none;
float: left;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
box-sizing: border-box;
-webkit-box-sizing: border-box;
text-align: center;
}
.bottomLinks li a{
position: relative;
display: block;
font-size: 14px;
color: #333;
text-decoration: none;
}
.bottomLinks li a:after{
content: '';
display: block;
clear: both;
position: absolute;
top: 50%;
right: 8px;
width: 6px;
height: 6px;
margin-top: -5px;
border-top: 1px solid #333;
border-right: 1px solid #333;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.bottomLinks.one li{
width:100%;
text-align: left;
}
.bottomLinks.one li a{
padding: 8px 2%;
}
.bottomLinks.two li{
width:50%;
}
.bottomLinks.three li{
width:33.3%;
}
.bottomLinks.four li{
width:25%;
}
.bottomLinks.two li a,
.bottomLinks.three li a,
.bottomLinks.four li a{
padding: 8px 0;
}
/* bannerArea
------------------------------*/
.bannerArea .big,
.bannerArea .wide,
.bannerArea .small{
padding-top:13px;
}
.bannerArea a{
display: inline-block;
}
.bannerArea .small a{
float:left;
width: 24%;
margin: 0 0.5%;
}
.bannerArea .big img{
width: 98%;
max-width: 480px;
}
.bannerArea .wide img{
width: 98%;
max-width: 480px;
}
.bannerArea .small img{
width: 98%;
max-width: 225px;
}
#precedeBanner2{
width: 100%;
margin:30px auto;
text-align: center;
}
#precedeBanner2 a{
display: block;
}
#precedeBanner2 .long img{
width: 654px;
height: 67px;
}
/* prArea
------------------------------*/
.prArea{
width: 80%;
margin: 18px auto !important;
}
.prArea ul.bottom{
list-style:none;
}
.prArea .bottom a:hover{
text-decoration:none;
}
/* cam_mark
------------------------------*/
.cam_mark {
position: absolute;
display: inline-block;
z-index: 2;
top: 0;
right: 0;
font-size: 12px;
line-height: 14px;
vertical-align: middle;
background: #fff;
}
.cam_mark.free {
border: 1px #36C solid;
color: #36C;
letter-spacing: 2px;
padding: 1px 1px 0 5px;
}
.cam_mark.inc_m {
border: 1px #36C solid;
color: #36C;
letter-spacing: -1px;
padding: 1px 2px 0 2px;
}
.cam_mark.down {
border: 1px #F06 solid;
color: #F06;
letter-spacing: -1px;
padding: 1px 2px 0 3px;
}
.cam_mark.pack_m {
border: 1px #390 solid;
color: #390;
letter-spacing: -1px;
padding: 1px 2px 0 2px;
}
.cam_mark.point {
border: 1px #6633FF solid;
color: #6633FF;
letter-spacing: 1px;
padding: 1px 0 0 3px;
}
#precedeselect .cam_mark {
border: 1px #F06 solid;
color: #F06;
letter-spacing: -1px;
padding: 1px 2px 0 3px;
}
/* pagination
------------------------------*/
.all .pagination {
margin: 0 auto 13px;
}