<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 共通 */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
    
    color: #666666;    
    font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
    color: #666666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


/*----------------------------------------------------
           文字
----------------------------------------------------*/

/*----------ホワイト--*/
.whitetxt {
	color:#fff;
}

/*----------赤文字--*/
.redtxt {
	color: #FF0004;
}

/*----------青文字--*/
.bluetxt {
	color: #00a2e3;
}

.colorUser{
	color: #e46dac;
}

.colorAuthor{
	color: #ca94e4;
}

.colorPublisher{
	color: #7070dc;
}

/*----------太字--*/
.bold {
	font-weight:bold;
}

/*----------サイズ--*/
.font10 {
	font-size:10px;
}

/*----------サイズ--*/
.font12 {
	font-size:12px;
}

/*----------サイズ--*/
.font14 {
	font-size:14px;
}

/*----------サイズ--*/
.font16 {
	font-size:16px;
}

/*----------ブロック要素--*/
.block{
	display:block;
}

/*----------------------------------------------------
           マージン
----------------------------------------------------*/

/*--------------------▼top----------*/

.margin-top_5{
	margin-top: 5px;
}

.margin-top_10{
	margin-top: 10px;
}

.margin-top_15{
	margin-top: 15px;
}

.margin-top_20{
	margin-top: 20px;
}

.margin-top_40{
	margin-top: 40px;
}

.margin-right_5{
	margin-right: 5px;
}

.margin-right_10{
	margin-right: 10px;
}

.margin-TB_5{
	margin-top:5px;
	margin-bottom:5px;
}

.margin-TB_10{
	margin-top:10px;
	margin-bottom:10px;
}

.margin-TB_20{
	margin-top:20px;
	margin-bottom:20px;
}

/*--------------------▼bottom----------*/

.margin-bottom_5{
	margin-bottom: 5px;
}

.margin-bottom_10{
	margin-bottom: 10px;
}

.margin-bottom_15{
	margin-bottom: 15px;
}


.margin-bottom_20{
	margin-bottom: 20px;
}

/*--------------------▼左右----------*/

.margin-LR_10{
	margin-left:10px;
	margin-right:10px;
}

.margin-LR_20{
	margin-left:20px;
	margin-right:20px;
}


/*----------------------------------------------------
           flexbox
----------------------------------------------------*/


/*--------------------▼標準----------*/

.flex{
	display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
}

/*--------------------▼改行----------*/
.flex_wrap{
	display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

/*--------------------▼中央----------*/
.flex_center{
	display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
	-webkit-justify-content: center;
	-ms-justify-content: center;
    justify-content: center;
}

/*--------------------▼中央　両端　等間隔----------*/
.flex_space-between{
	display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
    justify-content:space-between;
}

/*--------------------▼中央　等間隔----------*/
.flex_space-around{
	display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
    justify-content: space-around;
}





/*----------------------------------------------------
           ボタンの種類
----------------------------------------------------*/

/* 翻訳ボタン */

.btnWhite{
    position: relative;
    width: 134px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 18px;
}

.btnWhite::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    line-height: 35px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}

.btnWhite a{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    color: #666;
    width: 134px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666666;
}

.btnWhite select{
    content: '';
    display: block;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: none;
    background: #fff;
    text-align: center;
    width: 134px;
    height: 35px;
    border-radius: 18px;
    text-indent: 20px;
    color: #666666;
    font-size: 14px;
}

/* もっと見るボタン */

.btnMore{
    position: relative;
    margin: 30px auto;
    width: 370px;
    height: 40px;
    line-height: 40px;
    
}

.btnMore a::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    line-height: 40px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}

.btnMore a{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #666;
    width: 370px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.btnMore a:hover{
    background: #666666;
    color: #fff;
}



/* 作品投稿ボタン */

.btnUpload{
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
}

.btnUpload a{
    display: block;
    color: #666;
    height: 35px;
	padding: 0 20px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    background: #f382a2;
    border-radius: 20px;
    border: 1px solid #ffffff;
}

.btnUpload a:hover{
    background: #fff;
    color: #f382a2;
    border: 1px solid #f382a2;
}


/* 作品投稿ボタン（投稿モジュール内のボタン） */

.userUpMod .btnUpload {
	position: relative;
	width: 370px;
}


.userUpMod .btnUpload a{
content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 370px;
    height: 40px;
	padding: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}

.userUpMod .btnUpload a::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    line-height: 40px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
.userUpMod .btnUpload a:hover {
	color: #f382a2;
}



/* ログイン */

.btnLogin {
    height: 35px;
    line-height: 35px;
}

.btnLogin a{
    display: block;
    height: 35px;
	padding: 0 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #ffb43e;
    border-radius: 18px;
    background: #ffb43e;
}

.btnLogin a:hover{
    background: #fff;
    color: #ffb43e;
    border: 1px solid #ffb43e;
}


/* 読むボタン */

.readBtnLarg{
    margin: 0 0 25px 0;
    
}

.readBtnLarg a{
    display: block;
    width:272px; 
    height: 56px;
    line-height: 56px;
    margin: 0px auto 0 auto;
    border-radius: 38px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 4px;
    background: #42a0e5 url(/img_renewal/icon_read_btn.png) no-repeat;
    background-position: 20px 14px;
    
}

/* 本棚に登録 */
.bookshelfBtnLarg a{
    display: block;
    width:268px; 
    height: 48px;
    line-height: 48px;
    margin: 0px auto 0 auto;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #42a0e5;
    letter-spacing: 4px;
    background: #fff url(/img_renewal/icon_bookshelf.png) no-repeat;
    background-position: 24px 10px;
    border: 4px solid #42a0e5;
}


/*----------------------------------------------------
           header
----------------------------------------------------*/

#header {
    position: relative;
    min-width: 1280px;
	
	border-bottom:10px solid #f2f2f2;
}


#header h1{
    position: absolute;
    top: 24px;
    left: 40px;
    background: url(/img_renewal/logo.png) no-repeat;
    text-indent: -9999px;
    width: 215px;
    height: 36px;
}

#header h1 a{
    display: block;
}



#header .subTitle{
    position: absolute;
    top: 30px;
    left: 290px;
    color: #00b3e0;
    font-size: 18px;
    letter-spacing: 3px;
}

#header &gt; ul{
	min-width: 1280px;
}

#header &gt; ul:nth-of-type(1){
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: -ms-flex-end;
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    padding: 20px 0 0 0;
}

#header &gt; ul:nth-of-type(1) li{
    margin: 0 10px;
    
}
    
#header .textLink a{
    position: relative;
    display: block;
	padding: 0 0px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    text-align: center;
}


#header .textLink a::before {
	color: #00a2e3;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#header .textLink a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #00a2e3;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

#header .textLink a:hover::before,
#header .textLink a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

#header .textLink a:hover::after,
#header .textLink a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}




.navCate{
    margin:18px 0 0 0;
    padding: 20px 0 25px 0;
}

.navCate ul{
    width: 1280px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-flex; 
    display: flex;
    -ms-justify-content: space-around; /
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
}

.navCate li a{
    width: 120px;
    display: block;
    padding: 0 25px;
    border-radius: 22px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    letter-spacing: 2px;
    color: #666666;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.navCate li.current a{
    background: #f382a2;
    border-radius: 22px;
    color: #fff;
    padding: 0 25px;
}

.navCate li a:hover{
    background: #f382a2;
    border-radius: 22px;
    color: #fff;
    padding: 0 25px;
}

.navCate li.colorR18 a{
    color: #e44b8c;
}

.navCate li.colorR18 a:hover{
    color: #ffffff;
}

/*----------------------------------------------------
        　メインモジュール
----------------------------------------------------*/

#mainMod{
    margin: 0 0 40px 0;
    background: #f2f2f2;
}

#mainMod li img{
    height: 340px;
}


/*----------------------------------------------------
        　コンテンツ
----------------------------------------------------*/

#contents{
    width: 1280px;
    margin: 50px auto 0 auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
}


#contentsLeft{
    width: 924px;
}


#contentsLeft h2{
    margin: 0 0 10px 0;
    font-size: 28px;
    letter-spacing: 4px;
    color: #666666;
}

#contentsRight{
    width: 300px;
}

.searchBox{
    width: 650px;
    height: 40px;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.searchBox .inputBox{
    position: relative;
    width: 580px;
    height: 40px;
    border: 2px solid #c7c7c7;
    border-radius: 20px;
}

.inputBtn input{
    height: 40px;
    width: 88px;
    margin: 0 0 0 5px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    background: #a8a8a8;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
}

/* 検索絞り込み */

.searchSort{
    position: relative;
    width: 134px;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #ccc;
}

.searchSort::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    line-height: 40px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -4px;
}

.searchSort select{
    content: '';
    display: block;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border: none;
    background: #fff;
    text-align: center;
    width: 134px;
    height: 40px;
    border-radius: 18px;
    text-indent: 20px;
    color: #666666;
    font-size: 14px;
}

.searchText{
    position: absolute;
    top: 0;
    left: 140px;
    width: 390px;
    height: 38px;
    line-height: 38px;
}

.searchText input{
    display: block;
    width: 390px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
    border: none;
}

/* 検索結果 */
.resultBox{
    margin: 50px 0;
    font-size: 24px;
    text-align: center;
    color: #666666;
    letter-spacing: 4px;
}

.resultBox span{
    font-size: 32px;
    font-family: 'Lato';
}



/* 人気タグ */


.tagMod{
    margin: 50px 0 0 0;
    
}

.tagMod ol{
    display: -webkit-flex; display: -ms-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
    flex-wrap:         wrap;
}

.tagMod li {
    margin:0 15px 15px 0;
    position: relative;
}

.tagMod li a{
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #00a2e3;
}

.tagMod li a:hover{
    opacity: 0.5;
}

.tagMod li span.del{
    display: block;
    position: absolute;
    top: -5px;
    right: 0px;
    width: 14px;
}
    
.tagMod li span.del a{
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    text-align: center;
    background: #ccc;
    border-radius: 12px;
}

.tagMod li.add a{
    height: 36px;
    border: 2px solid #00a2e3;
    background: #fff;
    color: #00a2e3;
    
}

/* お知らせ */
.newsMod{
    margin: 40px 0 0 0;
}

.newsMod ul li{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    margin-bottom: 15px;
}

.newsMod ul li:nth-last-of-type{
    margin-bottom: 0px;
}

.newsMod ul li h3{
    width: 74px;
    height: 25px;
    line-height: 25px;
    color: #42a0e5;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 13px;
    border: 2px solid #42a0e5;
}

.newsMod ul li a{
    position: relative;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    text-align: center;
}




/* お知らせ(テキストリンク)*/
.newsMod ul li p:nth-of-type(1) a{
    display: block;
    font: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 10px;
}

.newsMod ul li p:nth-of-type(1) a:hover{
    text-decoration:underline;
}


/* お知らせ（日付） */
.newsMod ul li p:nth-of-type(2) .newIcon{
    display: inline-block;
    width: 38px;
    height: 16px;
    line-height: 18px;
    background: #ea4666;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 8px;
}

.newsMod ul li p:nth-of-type(2) span{
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    height: 16px;
    line-height: 18px;
    color: #999999;
}


/*　編集枠 */
.editMod{
    margin: 50px 0 0 0;
}

.editModMain{
    display: -webkit-flex; display: -ms-flex; 
    display: flex;    
}

.editModMain .editModMainLeft{
    width: 480px;
}

.editModMain .editModMainLeft img{
    display: block;
    vertical-align: bottom;
    width: 100%;
    border-radius: 6px;
}

.editModMain .editModMainRight{
    width: 410px;
    padding-left: 30px;
}

.editModMain .editModMainRight h3{
    margin-bottom: 20px;
    color: #666666; 
    font-size: 18px;
}

.editModMain .editModMainRight p{
    font-size: 14px;
    color: #666666;
}

.readBtn a{
    display: block;
    width:185px; 
    height: 40px;
    margin: 20px auto 0 auto;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 4px;
    background: #42a0e5;
}


/*　作品リスト */

.itemListMod h3{
    margin: 60px 0 0 0;
    font-size: 28px;
    color: #666666;
    letter-spacing: 3px;
}

.itemList{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}

.itemList &gt; li{
    width: 162px;
    margin: 0 26px 40px 0;
}

.itemList &gt; li:nth-child(5n){
    margin: 0 0 40px 0;
}

/*　作品ボックス */
.listBox{
    margin:20px 0 0 0; 
    
}

.listBox .listBoxImg img{
    display: block;
    width: 162px;
    vertical-align: bottom;
    border-radius: 6px;
}

.listBox .listBoxDetail{
    padding: 8px 0 0 0;
    height: 65px;
}

.listBox .listBoxDetail h4{
    width: 162px;
    font-size: 12px;
    letter-spacing: 0px;
    color: #666666;
}

.listBox .listBoxDetail h4 a{
    color: #666666;
    
}

.listBox .listBoxDetail .author{
    overflow: hidden;
    margin: 6px 0 6px 0;
    font-size: 11px;
    color: #666666;
    white-space:nowrap;
}

.listBoxBttom{
    width: 162px;
    position: relative;
}

.listBoxBttom li{
    font-size:10px;
    
}

.listBoxBttom .view{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    text-indent: 19px;
    background:url(/img_renewal/icon_view.png) no-repeat;
    background-position: 0px 2px;
    letter-spacing: 3px;
}

.listBoxBttom .iconPOD{
    position: absolute;
    top: 0;
    right:40px;
    display: inline-block;
    padding: 0 4px 0 6px;
    background: #f3aa82;
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 2px;
}

.listBoxBttom .iconPDF{
    position: absolute;
    top: 0;
    right: 0;    
    display: inline-block;
    padding: 0 4px 0 6px;
    background: #f3828f;
    border-radius: 10px;
    color: #ffffff;
    letter-spacing: 2px;
}

.listBox .listBoxImg{
    position: relative;
    width: 160px;
}

.listBox .listBoxImg .iconNew{
    position: absolute;
    top: -3px;
    left: -3px;
}

.listBox .listBoxImg .iconNew img{
    display: block;
    width: 54px;
    vertical-align: bottom;
}

.listBox .listBoxImg .iconZ{
    position: absolute;
    top: -3px;
    right: 3px;
}

.listBox .listBoxImg .iconZ img{
    display: block;
    width: 30px;
    vertical-align: bottom;
}

.listBox .listBoxImg .iconApp{
    position: absolute;
    top: -3px;
    right: 3px;
}

.listBox .listBoxImg .iconApp img{
    display: block;
    width: 35px;
    vertical-align: bottom;
}

.listBox .listBoxImg .iconUpload{
    position: absolute;
    top: -3px;
    right: 3px;
}

.listBox .listBoxImg .iconUpload img{
    display: block;
    width: 35px;
    vertical-align: bottom;
}

/*----------------------------------------------------
        　投稿作品（訴求モジュール）
----------------------------------------------------*/

.userUpMod{
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    background: url(/img_renewal/hanpen.png) no-repeat;
    background-position: top right;
} 

.userUpMod h2{
    font-size: 28px;
    color: #666666;
}

.userUpMod h3{
    font-size: 18px;
    color: #666666;
}

.userUpMod ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -ms-justify-content: space-around; /* Safari */
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    margin: 20px 0 0 0;
}

.userUpMod li {
    width:240px;
    padding: 20px 10px;
    background: #ffffff;
    border: 10px solid #e5e5e5;
    border-radius: 8px;
}

.userUpMod li h4{
    margin: 0 0 20px 0;
    font-size: 24px;
    color: #f382a2;
    text-align: center;
}

.userUpMod li p{
    font-size: 14px;
    color: #666666;
}

/*----------------------------------------------------
        　右カラム
----------------------------------------------------*/

.preMod{
    margin: 40px 0 30px 0;
    
}


.rankingMod h2{
    margin: 40px 0 20px 0;
    font-size: 24px;
    color: #666666;  
}

.rankingMod &gt; ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
　  justify-content:         space-between;
}

.rankingMod &gt; ul &gt; li{
    height: 40px;
    width: 90px;
    text-align: center;
}


.rankingMod &gt; ul &gt; li a{
    display: block;
    height: 40px;
    width: 90px;
    line-height: 40px;
    border-radius: 20px;
    color: #666666;
}

.rankingMod &gt; ul &gt; li a:hover{
    background: #f3828f;
    color: #fff;
}

.rankingMod &gt; ul &gt; li.current a{
    display: block;
    height: 40px;
    width: 90px;
    background: #f3828f;
    color: #fff;
}


.rankingMod ol{
    margin: 15px 0 0 0;
    
}

.itemBoxS{
    margin: 0 0 35px 0;

}

.itemBoxS a{
    display: block;
    position: relative;
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
　  justify-content:         space-between;
}

.itemBoxS .imgS{
    width: 100px;
}

.itemBoxS .rank1{
    position: absolute;
    padding-top:5px; 
    top: -3px;
    left: 2px;
    width: 26px;
    height: 40px;
    background: url(/img_renewal/icon_ranking_1.png) no-repeat;
    background-size:25px;
    text-align: center;
    color: #fff;
}

.itemBoxS .rank2{
    position: absolute;
    padding-top:5px; 
    top: -3px;
    left: 2px;
    width: 26px;
    height: 40px;
    background: url(/img_renewal/icon_ranking_2.png) no-repeat;
    background-size:25px;
    text-align: center;
    color: #fff;
}

.itemBoxS .rank3{
    position: absolute;
    padding-top:5px; 
    top: -3px;
    left: 2px;
    width: 26px;
    height: 40px;
    background: url(/img_renewal/icon_ranking_3.png) no-repeat;
    background-size:25px;
    text-align: center;
    color: #fff;
}

.itemBoxS .rankUnder{
    position: absolute;
    padding-top:5px; 
    top: -3px;
    left: 2px;
    width: 26px;
    height: 40px;
    background: url(/img_renewal/icon_ranking_normal.png) no-repeat;
    background-size:25px;
    text-align: center;
    color: #fff;
}


.itemBoxS .imgS img{
    display: block;
    width: 100%;
    vertical-align: bottom;
    border-radius: 4px;
}

.itemBoxS .detailS{
    position: relative;
    width: 180px;
    vertical-align: bottom;
    border-radius: 4px;
}

.itemBoxS .detailS h3{
    margin: 20px 0px 10px 0;
    font-size: 14px;
    color: #666666;
}

.itemBoxS .detailS .author{
    font-size: 12px;
    color: #666666;
    
}

.itemBoxS .detailS .view{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #666666;
}

.itemBoxS .detailS .view span{
    color: #f382a2;
    font-size: 16px;
}

.rightAD{
    margin: 0 0 30px 0;
}


.middleAD{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    text-align: center;
    margin: 50px 0 50px 0;
}

/*----------------------------------------------------
           dataモジュール
----------------------------------------------------*/
.dataMod dl{
    overflow: hidden;
    width: 260px;
    margin: 0 auto;
    line-height: 200%;
}

.dataMod dt{
    float: left;
    width: 130px;
    font-size: 14px;
    color: #666666;
}

.dataMod dd{
    float: right;
    width: 110px;
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
}

/*----------------------------------------------------
           twモジュール
----------------------------------------------------*/
.twMod{
    width: 300px;
}

/*----------------------------------------------------
           SNSモジュール
----------------------------------------------------*/

.snsRightMod {
    margin: 50px 0;
    
}

.snsRightMod ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
}


/*----------------------------------------------------
           footer アプリ訴求
----------------------------------------------------*/
#footerAppMod{
    margin: 80px 0 0 0;
    position: relative;
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    background: #e5e5e5;
    height: 300px;
}

#footerAppMod div:nth-of-type(1) img {
    margin-top: -50px;
}

#footerAppMod div:nth-of-type(2) {
    padding: 0 0 0 10px;
}

#footerAppMod div:nth-of-type(2) p{
    margin: 40px 0 0 0;
    text-align: center;
}

#footerAppMod div:nth-of-type(2) ul{
    margin: 30px 0 0 0;
    display: -webkit-flex; display: -ms-flex;
    display: flex;
}

#footerAppMod div:nth-of-type(3) img {
    margin-top: -65px;
}


/*----------------------------------------------------
           footer
----------------------------------------------------*/

#footer{
    padding: 20px 0 30px 40px;
    background: #858585;
}

#footer ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    margin: 10px 0 20px 0;
}

#footer li {
    margin: 0 20px 0 0;
}

#footer li a{
    display: block;
    font-size: 11px;
    color: #fff;
}

#footer li a:hover{
    text-decoration: underline;
}

#footer span{
    font-size: 10px;
    color: #fff;
}


/*----------------------------------------------------
           書誌ページ：メイン画像
----------------------------------------------------*/

/*　書誌ページヘッダー部分 */
.bookHeadMod{
    width: 100%;
    height: 340px;
    background: #f2f2f2;
    margin: 0 0 50px 0;
}

/*　書誌ページヘッダー部分 */
.bookHeadContents{
    position: relative;
    width: 1280px;
    height: 340px;
    margin: 0 auto;
}

/*　メイン画像 */
.bookHeadImg{
    position: absolute;
	z-index: 100;
    top: 0;
    left: 0;
    width: 270px;
    height: 370px;
}

/*　メイン画像　newマーク */
.bookHeadImg .new{
    position: absolute;
    top: 0;
    left: 85px;
    display: block;
    margin: 5px auto 0 auto;
    height: 24px;
    width: 94px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #f54f78;
    font-size: 14px;
    border-radius: 12px;
    letter-spacing: 4px;

}

/*　メイン画像 */
.bookHeadImg img{
    display: block;
    margin: 35px 0 0 0;
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
}

/*　パララックス */
.bookHeadContents .bookHeadBg{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    height: 340px;
    width: 1280px;

    background-size: 1280px !important;
    background: 1;
    opacity: 0.2;
    -ms-filter: blur(10px);
	-webkit-filter: blur(10px);
    filter: blur(10px);
	
}

.bookHeadDetail{
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 320px;
}

.bookHeadDetail .flagZ{
    color: #00a2e3;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background: url(/img_renewal/icon_z_lage.png) no-repeat;
    background-size: 40px 50px;
    text-indent: 50px;
}

.bookHeadDetail h2{
    margin: 28px 0 28px 0;
    font-size: 38px;
    color: #666666;
}

.bookHeadDetail ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    margin: 0 0 30px 0;
}

.bookHeadDetail li{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin:0 10px 10px 0;
}

.bookHeadDetail li a{
    display: block;
    margin-right: 10px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    background: #42a0e5;
    border-radius: 15px;
}

.bookHeadDetail li a:hover{
    opacity: 0.5;

}

.bookHeadDetail .view{
    margin: 30px 0 0 0;
    color: #666666;
}

.bookHeadDetail .view span{
    color: #f382a2;
    font-size: 18px;
    letter-spacing: 4px;
}


.reportBtn{
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: 30px;
    right: 0;
    width: 140px;
    height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
}

.reportBtn a{
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    background: url(/img_renewal/icon_aleat.png) no-repeat;
    background-position: 10px 5px;
}

/*　書誌ページコンテンツ */

.bookContents{
    margin: 0 0 0 0;
    display: -webkit-flex;
	display: -ms-flex;
    display: flex;
    -ms-justify-content: flex-end; /* Safari */
    -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;

}

.bookContentsApp{
    width: 290px;
    margin: 50px 30px 0 0;
}

.bookContentsApp h3{
    position: relative;
    background: url(/img_renewal/icon_app_link.png) no-repeat;
    background-size: 54px 70px;
    height: 74px;
    line-height: 74px;
}

.bookContentsApp h3 a{
    display: block;
    text-align: center;
}

.bookContentsApp h3 a::before {
    content: '';
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    line-height: 40px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
.bookContentsApp span{
    font-size: 12px;
}

.bookContentsBtn{
    width: 350px;
    margin:0 40px 0 0;
}

.bookContentsSns{
    width: 190px;
    margin: 0 40px 0 0;
    text-align: center;
}

.bookContentsSns h3{
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #666666;
}

.bookContentsSns ul{
    display: -webkit-flex; display: -ms-flex;
    display: flex;
   -ms-justify-content: space-around; /* Safari */
    -webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}

.bookContentsSns li{
    width: 80px;
}

.txtMod {
    margin: 50px 0 0 0;
    padding: 0 0 20px 0;
}

.txtMod &gt; h3{
    margin: 0 0 10px 0;
    font-size: 28px;
    letter-spacing: 4px;
}

.amazonLinkMod {
    margin: 60px 0 0 0;
    padding: 0 0 100px 0;
}

.amazonLinkMod h3{
    font-size: 28px;
}

.amazonLinkMod &gt; ul &gt; li{
    margin: 20px 0;
    text-align: center;
}


.salesMod{
    margin: 70px 0 0 0;
    padding: 0 0 5px 0;
}

#contentsLeft .salesMod &gt; h2{
    margin: 0 0 0px 0;
    font-size: 28px;
    letter-spacing: 4px;
    color: #ec6f7c;
}

#contentsLeft .salesMod &gt; h3{
    margin: 20px 0 5px 0;
}


.salesModList{
    display: -webkit-flex;
	display: -ms-flex;
    display: flex; 
     -ms-justify-content: space-between; /* Safari */
    -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
	margin:0 0 30px 0; 
}

.salesModList li{
    position: relative;
    width: 400px;
    background: #f2f2f2;
    border-radius: 6px;
    padding: 20px;
}

.salesModList .salesImg{
    position: relative;
    width: 80px;
}

.salesModList .salesImg img{
	display: block;
	width: 65px;
}

.salesModList span.iconPdf{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    color: #e5606e;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}

.salesModList span.iconPod{
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 44px;
    color: #ffc05c;
    text-align: center;
    background: #484848;
    border-radius: 22px;
	font-size: 12px;
}

.salesModList h4{
    position: absolute;
    top: 0px;
    left: 125px;
    width: 280px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
}

.salesModList .price{
    position: absolute;
    top: 70px;
    left: 100px;
    width: 145px;
    text-align: center;
}

.salesModList .buyBtn {
    position: absolute;
    top: 60px;
    right: 30px;
    width: 155px;
}
    
.salesModList .buyBtn a{
    display: block;
    width: 155px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e5606e;
    border-radius: 24px;
    color: #fff;
	border: 1px solid #e5606e;
}

.salesModList .buyBtn a:hover{
	background: #fff;
	color: #e5606e;
	border: 1px solid #e5606e;
}

.salesModList .buyBtnPOD {
    position: absolute;
    top: 60px;
    right: 30px;
    width: 155px;
}
    
.salesModList .buyBtnPOD a{
    display: block;
    width: 155px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #484848;
    border-radius: 24px;
    color: #ffc05c;
	border: 1px solid #484848;
}

.salesModList .buyBtnPOD a:hover{
	background: #ffffff;
	color: #484848;
	border: 1px solid #484848;
}

.preModBook{
	padding: 30px;
	background: #ecb3b3;
	border-radius: 6px;
}

.preModBook .preModBookLink {
	margin: 20px 0 0 0;
}

.preModBook .preModBookLink a{
	display: block;
	width: 300px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 18px;
}

.preModBook .preModBookLink a:hover{
	background: #fff;
	color: #666;
}

.preModBook h3{
	color: #fff;
	font-size: 28px;
}

.preModBook{
	position: relative;
}

.preModBook .preModBookBtn{
	position: absolute;
	top: 30px;
	right: 30px;
}

.preModBook .preModBookBtn p a{
	display: block;
	width: 300px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #bd4b4b;
	color: #fff;
	border-radius: 25px;
	font-size: 18px;
}

.preModBook .preModBookBtn p a:hover{
	background: #fff;
	color: #bd4b4b;
}
	
	
.preModBook .preModBookBtn span{
	display: block;
	margin: 20px 0;
	text-align: center;
	font-size: 22px;
	color: #333;
}


/*----------------------------------------------------
           マンガ図書館Zとは
----------------------------------------------------*/

.aboutNavi{
	margin-bottom: 50px;
}

.aboutNavi h3{
	position: relative;
	width: 310px;
}

.aboutNavi h3 a{
	display: block;
	font-size: 24px;
	text-align: center;
}

.aboutNavi h3 a::before {
	content: '';
    position: absolute;
    z-index: 1000;
	margin-top:20px;
    top: 50%;
    right:50%;
    width: 8px;
    height: 8px;
    line-height: 35px;
    border: 0px;
    border-top: solid 1px #666666;
    border-right: solid 1px #666666;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.aboutUsMod h4{
	font-size: 36px;
	padding: 80px 0 0 0;
	margin: 0 0 20px 0;
}

.aboutUsMod p{
	margin: 0 0 20px 0;
	
}

.aboutUsMod .merit{
	margin: 50px 0;
}
	
.aboutUsMod .merit dt{
	font-size: 24px;
	font-weight: bold;
	color:#EC3E7F;
}

.aboutUsMod .merit dd{
	font-size: 20px;
	margin-bottom: 40px;
}





/*----------------------------------------------------
           作家応援キャンペーン
----------------------------------------------------*/


/*----------container--*/

#fundingMod{
	margin:60px 0 20px 0;
	min-width:740px;
	background:#fff;

}


/*----------header--*/

.fundingModHead{
	position:relative;
	height:84px;
	background:#fffc39;
}

.fundingModTxt{
	overflow: hidden;
	padding: 20px 20px 0 20px;
}

.fundingModTxt p{
	float: left;
	width: 75%;
}

.fundingModTxt .GraphDetailSns{
	float: right;
	width: 25%;
	text-align: right;
}

.fundingModTxt .GraphDetailSns a{
	margin: 0 5px;
}


.fundingDate{
	position:absolute;
	z-index:200;
	top:20px;
	right:60px;
	height:52px;
	width:150px;
	line-height:50px;
	font-size:20px;
	color:#555555;
}

.fundingDate span{
	font-size:26px;
	font-weight:bold;
	color:#f90081;
}

#fundingMod2 .fundingDate{
	position:absolute;
	z-index:200;
	top:20px;
	right:80px;
	height:50px;
	width:150px;
	line-height:40px;
	font-size:20px;
	color:#555555;
}

#fundingMod2 .fundingDate span{
	font-size:26px;
	font-weight:bold;
	color:#f90081;
}

.fundingModHead .img1{
	position: absolute;
	top: -24px;
	left:10px;
	height:100px;
	width:100px;
}

.fundingModHead .img2{
	position: absolute;
	top: -12px;
	left:114px;
	height:388px;
	width:62px;
}

.fundingModHead .img3{
	position: absolute;
	bottom:-10px;
	right:10px;
	height:70px;
	width:210px;
}

.fundingModHead .img3 img{
	width:210px;
}

/*----------body--*/

.fundingModBody{
	background:#fff;
	padding:24px 0px 24px 24px;
}


.fundingModBody &gt; ul{
	overflow:hidden;
}

.fundingModBody &gt; ul &gt; li{
	float:left;
	display:block;
	margin:0 2px 10px 0;
}

.innerBox{
	position:relative;
	width:152px;
	height:210px;
	padding:4px;
	background:#fff;
}

.innerBox .fukidashi {
	position: relative;
	height: 24px;
	line-height: 24px;
}

.innerBox .fukidashi p{
	margin:6px 0 0 0;
	text-align:center;
	color: #f0006f;
	font-size:11px;
}

.innerBox .fukidashi p span{
	margin-left: 2px;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.innerBox .fukidashi .achievement{
	position: absolute;
	top: 0;
	left: 0;
	margin:0px 0 0 0;
	text-align:left;
	color: #f0006f;
	font-size:11px;
}

.innerBox .fukidashi .buyer{
	position: absolute;
	top: 0;
	right: 0;
	margin:0px 0 0 0px;
	text-align:right;
	color: #112de9;
	font-size:11px;
}



.fundingModBody li a{
	display:block;
	width:160px;
	height:218px;
	padding:8px;
	background:#eeeeee;
}

.fundingModBody li a:hover{
	background:#e24267;
	transition: background-color 1s;
}

.fundingModBody li a:hover img{
	opacity:1;
}

.fundingModBody li &gt; img{
	display:block;

}

.fundingModBody h4{
	background:#382e26;
	color:#fff;
	height:38px;
	line-height:38px;
	text-align:center;
	font-size:16px;
}

.fundingModBody h4 span{
	font-size:12px;
}

.fundingModBody .topThum img{
	width:152px;
}

.fundingModBody .price{
	text-align:center;
	color:#555555;
	font-size:11px;
	line-height:28px;
}

.fundingModBody .price span{
	font-weight:bold;
}

.topGraph {
	width:152px;
	height:8px;
	margin:0 auto;
	background:#e3e3e3;
}

.topGraph span{
	display:block;
	height:8px;
	background:#ec006f;

}

.gage {
	animation: anime1 3s ease  1 alternate;
	-moz-animation: anime1 3s ease 1 alternate;
	-webkit-animation: anime1 3s ease 1 alternate;
	-o-animation: anime1 3s ease 1 alternate;
	-ms-animation: anime1 3s ease 1 alternate;
}

@keyframes anime1 {
	0% {width: 0%;  background-color: #7a43ec;}
	100% { background-color: #ec006f;}
}

@-moz-keyframes anime1 {
	0% {width: 0%;  background-color: #7a43ec;}
	100% { background-color: #ec006f;}
}

@-webkit-keyframes anime1 {
	0% {width: 0%;  background-color: #7a43ec;}
	100% { background-color: #ec006f;}
}

@-o-keyframes anime1 {
	0% {width: 0%;  background-color: #7a43ec;}
	100% { background-color: #ec006f;}
}

@-ms-keyframes anime1 {
	0% {width: 0%;  background-color: #7a43ec;}
	100% { background-color: #ec006f;}
}




</pre></body></html>