@charset "utf-8";
/* 一般 */


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

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

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

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


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

/*----------サイズ--*/
.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;
}


/*----------------------------------------------------
           キャンペーンボタン
----------------------------------------------------*/
.topCamBanner{
	width:100%;
	max-width:1400px;
	margin: 0px auto 20px auto;
	position:relative;
}

.topCamBanner p img{
	display:block;
	width:100%;
}

ul.bannerSwitch{
	overflow: hidden;
	width:84px;
	margin:0 auto;
}

.bannerSwitch li{
	float:left;
	width:40px;
}

.bannerSwitch li a{
	display:block;
	height:30px;
	line-height:30px;
	font-size:20px;
	text-align:center;
}

.bannerSwitch li.on a{
	color:#00b7ee;
}

.bannerSwitch li.off a{
	color:#ccc;
}


bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;

}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #ccc;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00b7ee;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}








/*----------テキストリンク--*/
.link {
	color:#00a0e5;
	text-decoration:underline;
}

.link:hover, .link:active {
	color:#80d9ff;
}

/*----------テキストカラー--*/
.redTxt {
	color:#ff0000;
}

.orangeTxt {
	color:#ff621a;
}


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


/*----------エラーメッセージ--*/
.error-message {
	color:#ff0000;
}

/*----------------------------------------------------
           ボタン
           (色)
----------------------------------------------------*/

/*----------オレンジ：ログイン--*/
.orangebtn a {
	display:block;
	background: rgb(255,153,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,153,0,1) 0%, rgba(255,162,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,153,0,1)), color-stop(100%,rgba(255,162,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#a67621;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.orangebtn a:hover, .orangebtn a:active {
	background:#ffad33;
}

/*----------濃いオレンジ：読むボタン系--*/
.orangeredbtn a{
	display: block;
	background: rgb(255,108,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,108,0,1) 0%, rgba(255,120,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,108,0,1)), color-stop(100%,rgba(255,120,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,120,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,120,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,108,0,1) 0%,rgba(255,120,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,108,0,1) 0%,rgba(255,120,0,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#ee6900;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.orangeredbtn a:hover, .orangebtn a:active {
	background:#ff8833;
}

/*----------レッド：購入ボタン系--*/
.redbtn a {
	display: block;
	background: rgb(229,49,68); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,49,68,1) 0%, rgba(232,62,81,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,49,68,1)), color-stop(100%,rgba(232,62,81,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,49,68,1) 0%,rgba(232,62,81,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,49,68,1) 0%,rgba(232,62,81,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,49,68,1) 0%,rgba(232,62,81,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,49,68,1) 0%,rgba(232,62,81,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#c8182b;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.redbtn a:hover, .redbtn a:active {
	background:#e55c6a;
}

/*----------イエロー：会員登録・プレミアム--*/
.yellowbtn a {
	display: block;
	background: rgb(255,228,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,228,0,1) 0%, rgba(255,231,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,228,0,1)), color-stop(100%,rgba(255,231,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,228,0,1) 0%,rgba(255,231,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,228,0,1) 0%,rgba(255,231,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,228,0,1) 0%,rgba(255,231,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,228,0,1) 0%,rgba(255,231,0,1) 100%); /* W3C */
	color:#684510;
	border-width:0 1px 2px 1px;
	border-color:#af9e00;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.yellowbtn a:hover, .yellowbtn a:active {
	background:#ffed4c;
	color:#696969;
}

/*----------ブルー：その他--*/
.bluebtn a {
	display: block;
	background: rgb(0,160,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,160,229,1) 0%, rgba(0,168,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,160,229,1)), color-stop(100%,rgba(0,168,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,160,229,1) 0%,rgba(0,168,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,160,229,1) 0%,rgba(0,168,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,160,229,1) 0%,rgba(0,168,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,160,229,1) 0%,rgba(0,168,232,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#008cc8;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.bluebtn a:hover, .bulebtn a:active {
	background:#2eaee5;
	color:#fff;
}

/*----------グレー：ログアウト--*/
.graybtn a {
	display: block;
	background: rgb(170,169,167); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,169,167,1) 0%, rgba(178,177,175,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,169,167,1)), color-stop(100%,rgba(178,177,175,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,169,167,1) 0%,rgba(178,177,175,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,169,167,1) 0%,rgba(178,177,175,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,169,167,1) 0%,rgba(178,177,175,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,169,167,1) 0%,rgba(178,177,175,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#949494;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.graybtn a:hover, .graybtn a:active {
	background:#b8b7b4;
	color:#fff;
}



/*----------------------------------------------------
           ボタン
           (種類別(サイズ指定))
----------------------------------------------------*/

/*--------------------◆トップ----------*/
/*----------ログインボタン--*/
.login-btn {
	width:162px;
	font-size:16px;
	border-width:0 1px 2px 1px;
	border-color:#0283b9;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.login-btn a {
	width:160px;
	height:36px;
	margin:0 auto;
	line-height:38px;
}

.login-btn .icon {
	padding: 5px 0 0 26px;
	background:url(../img/icon_login.png) no-repeat left center;
}


/*----------無料会員登録ボタン--*/
.freeregister-btn {
	width:162px;
	font-size:16px;
	border-width:0 1px 2px 1px;
	border-color:#0283b9;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.freeregister-btn a {
	width:160px;
	height:36px;
	margin:0 auto;
	line-height:38px;
}

/*----------ログアウトボタン--*/
.logout-btn {
	width:162px;
	font-size:16px;
	border-width:0 1px 2px 1px;
	border-color:#0283b9;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.logout-btn a {
	width:160px;
	height:36px;
	margin:0 auto;
	line-height:38px;
}

.logout-btn .icon {
	padding: 2px 0 0 30px;
	background:url(../img/icon_logout.png) no-repeat left center;
}

.logout-btn:hover .icon, .logout-btn:active .icon {
	background:url(../img/icon_logout_on.png) no-repeat left center;
}

/*----------もっと見るボタン--*/
.more-btn a {
	width:115px;
	height:27px;
	line-height:28px;
	font-size:14px;
}

.more-btn a .icon {
	padding:1px 16px 0 0;
	background:url(../img/icon_arrow.png) no-repeat right center;
}

/*--------------------◆ビューワ、読了ページ----------*/
/*----------本棚に追加、続刊を読む--*/
.bookinfo-btn li {
	width:202px;
	margin:0 0 6px 0;
}

.btn {
	width:200px;
	height:42px;
	margin:0 auto;
	line-height:42px;
}

.btn span {
	background:url(../virgo/img/btnicon_white.png) left no-repeat;
	padding:0 0 0 14px;
	font-size:14px;
}

/*----------PDF購入ボタン--*/
/*--書影近くのPDFボタン--*/
.toppdf-btn li {
	width:182px;
	height:32px;
}

.toppdf-btn .btn {
	width:180px;
	height:30px;
	line-height:31px;
}

/*--関連作品下のPDFボタン--*/
.relevance-btn li {
	width:202px;
}

.relevance-btn .btn {
	height:35px;
	line-height:35px;
}

/*--------------------◆作品詳細ページ----------*/
/*----------無料で読むボタン--*/
.freeread-btn a {
	width:220px;
	height:50px;
	line-height:52px;
	font-size:16px;
}

.freeread-btn .icon {
	background:url(../img/icon_read.png) no-repeat left top;
	padding: 0 0 0 36px;
}
/*----------本棚に登録ボタン--*/
.bookshelf-btn a {
	width:220px;
	height:50px;
	line-height:52px;
	font-size:16px;
}

.bookshelf-btn .icon {
	background:url(../img/icon_register.png) no-repeat top left;
	padding: 2px 0 5px 34px;
}

/*----------PDF購入ボタン--*/
/*--購入するボタン--*/
.pdf-btn .pdf-btn {
	display:block;
	width:222px;
	border-width:0 1px 2px 1px;
	border-color:#d6d4d3;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.pdf-btn a {
	width:220px;
	height:54px;
	line-height:55px;
}

.pdf-btn .icon {
	background:url(../img/icon_buy.png) no-repeat top left;
	padding: 2px 0 3px 30px;
	font-size:16px;
}

/*--まとめて購入するボタン--*/
.pdftogether-btn .pdf-btn {
	display:block;
	width:222px;
	border-width:0 1px 2px 1px;
	border-color:#d6d4d3;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.pdftogether-btn a {
	width:220px;
	height:54px;
	line-height:55px;
}

.pdftogether-btn .icon {
	background:url(../img/icon_together.png) no-repeat top left;
	padding: 2px 0 3px 34px;
	font-size:16px;
}


/*--------------------▼下層ページ----------*/
/*----------ログインボタン（各種サイズ）--*/

/*--------------------▼会員系ページ----------*/
/*ボタン枠*/
.mnFormBtnWrap { text-align:center;}

/*検索グレイボタン*/
.mnFormBtn {
	background: #e4e4e4;
	color:#2e2e2e;
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
	padding:5px 20px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-right: 3px;
}
input.mnFormBtn:hover, input.mnFormBtn a:active { background:#f5f5f5;}

/*青ボタン*/
.mnFormBtnBlue {
	background:#00a0e5;
	color:#ffffff;
	border-width:1px;
	border-color:#008cc8;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
	padding:10px 70px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:20px;
}
input.mnFormBtnBlue:hover, input.mnFormBtnBlue a:active { background:#33b3ea;}
input.mnFormBtnBlue:disabled{ background:#eeeeee; 	border-color:#dddddd;}

/*黄ボタン*/
.mnFormBtnYellow {
	background:#ffe400;
	color:#684510;
	border-width:1px;
	border-color:#ddc805;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
	padding:10px 70px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:20px;
}
input.mnFormBtnYellow:hover, input.mnFormBtnYellow a:active { background:#ffe933;}

/*オレンジボタン*/
.mnFormBtnOrange {
	background:#ffa200;
	color:#FFFFFF;
	border-width:1px;
	border-color:#db8a01;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
	padding:10px 70px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:20px;
}
input.mnFormBtnOrange:hover, input.mnFormBtnOrange a:active { background:#ffb533;}

/*アップロードボタン*/
.upload-btn {
	border-width:0 1px 2px 1px;
	border-color:#db8a01;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width:180px;
}
.upload-btn a {	width:180px; height:43px; margin:0 auto; line-height:44px; font-size:16px;}
.upload-btn .icon { background: url(../img/icon_upload.png) no-repeat scroll left top; padding: 3px 13px 0 39px;}
.upload-btn a:hover .icon,.upload-btn a:active .icon { background:url(../img/icon_upload.png) no-repeat left top;}


/*アップロードボタン トップ用*/
.upload-btn-top {
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width:180px;




	display:block;
	background: rgb(255,153,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,153,0,1) 0%, rgba(255,162,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,153,0,1)), color-stop(100%,rgba(255,162,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,153,0,1) 0%,rgba(255,162,0,1) 100%); /* W3C */
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#a67621;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;




}
.upload-btn-top a {	width:180px; height:36px; margin:0 auto; line-height:36px; font-size:16px;}
.upload-btn-top .icon { background: url(../img/icon_upload.png) no-repeat scroll left top; padding: 3px 13px 0 39px;}
.upload-btn-top a:hover .icon,.upload-btn a:active .icon { background:url(../img/icon_upload.png) no-repeat left top;}


/*作品データのアップロードボタン*/
.upload-btn_work-data{
	margin-top: -8px !important;
	border-width:0 1px 2px 1px;
	border-color:#0283b9;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}

.upload-btn_work-data a {
	display:block;
	width: 195px;
	height: 46px;

	/*枠*/
	border-width:0 1px 2px 1px;
	border-color:#b33300;
	border-style:solid;
	border-radius: 4px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */

	/*背景*/
	background: url(../img/work_data.png)  rgb(255,60,0); /* Old browsers */
	background-repeat: no-repeat;
	background-position: 15px 5px;

	text-indent: -9999px;
}

.upload-btn_work-data a:hover {
	background: url(../img/work_data.png)  rgb(245,103,59);
	background-repeat: no-repeat;
	background-position: 15px 5px;
}







/*アップロードボタン　w350*/
.upload-btn-big {
	border-width:0 1px 2px 1px;
	border-color:#db8a01;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width:350px;
	margin:0 auto;
}
.upload-btn-big a {	width:350px; height:54px; margin:0 auto; line-height:55px; font-size:20px;}
.upload-btn-big .icon { background: url(../img/icon_upload.png) no-repeat scroll left top; padding: 0 13px 0 39px;}
.upload-btn-big a:hover .icon,.upload-btn a:active .icon { background:url(../img/icon_upload.png) no-repeat left top;}

/*ログインボタン　w250*/
.login-btn-big {
	border-width:0 1px 2px 1px;
	border-color:#db8a01;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width:230px;
	margin:0 auto;
}
.login-btn-big a { width:230px; height:50px; margin:0 auto; line-height:51px; font-size:18px;}
.login-btn-big .icon { background: url(../img/icon_login.png) no-repeat scroll left top; padding: 0 7px 0 30px;}
.login-btn-big a:hover .icon, .login-btn-big a:active .icon { background:url(../img/icon_login.png) no-repeat left top;}


/*無料会員登録ボタン　w250*/
.free-btn {
	border-width: 0 1px 2px;
	border-color: #c0ae05;
	border-style: solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width: 230px;
	margin:0 auto;
}

.free-btn a { width:230px; height:50px; margin:0 auto; line-height:51px; font-size:18px;}

/*オレンジ／黄色*/
.mbOrangeBtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 153, 0, 1) 0%, rgba(255, 162, 0, 1) 100%) repeat scroll 0 0;
	background-color:#ffa200;
	border-radius: 3px;
	color: #fff;
	display: block;
	text-align: center;
}

.mbYellowBtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 228, 0, 1) 0%, rgba(255, 231, 0, 1) 100%) repeat scroll 0 0;
	background-color:#ffe400;
	border-radius: 3px;
	color:#684510;
	display: block;
	text-align: center;
}

/*w350*/
.btn-350 {
	border-width:0 1px 2px 1px;
	border-color:#2c9cca;
	border-style:solid;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	width:350px;
	margin:0 auto;
}
.btn-350 a { width:348px; height:54px; margin:0 auto; line-height:55px; font-size:20px;}


/*----------------------------------------------------
           サムネイル
           (サイズ指定)
----------------------------------------------------*/

/*--------------------◆トップ----------*/
/*----------picupList（画像width:152px）書影表示のみ--*/
.picupList {
	position:relative;
	overflow: hidden;
	margin: 16px 0 0 0;
	height:225px;
}
.picupList li {
	float: left;
	width:157px;
	height: 100%;
	margin: 0 10px 0;
	border-bottom:3px solid #efefef;
}

.picupList li a {
	display:block;
	border: 1px solid #dedede;
}

.picupList li img {
	width:155px;
	height:auto;
	margin: 0 auto;
	position: relative;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/*----------bookList（画像width:143px）--*/
.bookList {
	overflow: hidden;
}

.bookList li {
	position:relative;
	display:block;
	float: left;
	width: 145px;
	margin: 16px 10px 0 10px;
}

.bookList li .bookList-box {
	width: 143px;
	border: 1px solid #eeeeee;
	border-radius:3px;
}


.bookList-img{
	overflow:hidden;
}

.bookList-img img{
	transition: 0.5s;
}

.bookList-img a:hover img {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.bookList li img {
	display:block;
	width:143px;
	height:auto;
	margin: 0 auto;
	border-bottom:1px solid #dedede;
}
.bookList li .bookList-img {
	height: 100%;
}

/*--作品名--*/
.bookList .book-title{
	display: block;
	height:72px;
	padding: 10px 5px 8px 5px;
	color:#555555;
	font-size:13px;
	line-height:1.2;
}

.bookList .book-title h4{
	color:#555555;
	font-size:13px;
	line-height:1.2;
}


.workDataList li{
	background:#fff !important;
}

/*--著者名--*/
.bookList li .book-writer {
	display:block;
	padding:6px 0 0 0;
	color:#555;
	font-size:11px;
}

/*--閲覧数--*/
.bookList li .book-view {
	display:block;
	position:absolute;
	bottom:1px;
	left:1px;
	height:18px;
	width:140px;
	padding: 3px 0 2px 5px;
	color:#3a3a3a;
	text-align:left;
	line-height:18px;
}
.bookList li .book-view .icon_eye {
	height:16px;
	background:url(../img/icon_eye2.png) no-repeat left top;
	padding: 0 0 0 18px;
	line-height:16px;
	font-size:9px;
}

.bookList li a:hover .book-view .icon_eye, .bookList li a:active .book-view .icon_eye {
	background:url(../img/icon_eye_on.jpg) no-repeat left top;
}

/*--NEW追加--*/
.bookList .icon_new {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:39px;
	background:url(../img/icon_new_2.png) no-repeat left top;
	z-index:100;
	text-indent:-1000px;
}

.bookList .icon_z{
	display:block;
	position:absolute;
	top:0;
	right:3px;
	width:27px;
	height:31px;
	background:url(../img/icon_z.png) no-repeat left top;
	z-index:100;
	text-indent:-9999px;
}

.icon_pdf{
	display:block;
	position:absolute;
	bottom:6px;
	right:6px;
	width:30px;
	height:16px;
	z-index:100;
	background:#f8979e;
	border-radius:3px;
	color:#fff;
	font-size:9px;
	text-align:center;
}

.icon_pod{
	display:block;
	position:absolute;
	bottom:6px;
	right:40px;
	width:30px;
	height:16px;
	z-index:100;
	background:#e5bf0d;
	border-radius:3px;
	color:#fff;
	font-size:11px;
	text-align:center;
}

/*--削除ボタン--*/
.bookList .icon_del {
	display:block;
	position:absolute;
	bottom:3px;
	right:3px;
	width:19px;
	height:19px;
	background:url(../img/btn_close.jpg) no-repeat right bottom;
	z-index:100;
}

/*--PDF購入日--*/
.bookList span.pdf-order-date {
	display:block;
	padding:5px 0 0 5px;
	color:#666666;
}

/*--ダウンロード期限--*/
.bookList span.download-limit-date {
	display:block;
	padding:5px 0 5px 5px;
	color:#666666;
}

/*--マウスオーバー--*/
.bookList a:hover img, .bookList a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bookList a:hover span, .bookList a:active span {
	color:#7a7a7a;
}

.bookList a:hover .book-writer, .bookList a:active .book-writer {
	color:#7bb5c7;
}

/*--------------------◆読了ページ----------*/
/*----------itemList（画像width:100px）--*/
.itemList_M {
	overflow: hidden;
	margin-right: 0;
	font-size:13px;
}
.itemList_M > li {
	position: relative;
	display: block;
	float: left;
	width: 102px;
	height: 100%;
	margin: 5px 10px 5px 0;
	border-bottom:3px solid #efefef;
}

.itemList_M li .itemList-box {
	width: 100px;
	border: 1px solid #dedede;
}

.itemList_M li img {
	display:block;
	width:100px;
	height:auto;
	margin: 0 auto;
	border-bottom:1px solid #dedede;
}

.itemList_M > li .itemList-img {
	position: relative;
	height:100%;
}

/*--作品名--*/
.itemList_M > li span.itemTitle {
	display: block;
	padding: 10px 5px 8px 5px;
	word-break: break-all !important;
	word-wrap: break-word !important;
	color:#2e2e2e;
	border-bottom: 1px dashed #ddd;
	line-height:1.2;
}

/*--著者名--*/
.itemList_M > li .itemWriter {
	display:block;
	padding:6px 0 0 0;
	color:#5a9aad;
}

/*--閲覧数--*/
.itemList_M li .itemView {
	display:block;
	height:18px;
	padding: 3px 0 1px 0;
	color:#3a3a3a;
	text-align:center;
	line-height:18px;
}

.itemList_M li .itemView .icon_eye {
	height:17px;
	background:url(../img/icon_eye.jpg) no-repeat left top;
	padding: 0 0 0 25px;
	line-height:17px;
	font-size:13px;
}

.itemList_M li a:hover .book-view .icon_eye, .itemList_M li a:active .book-view .icon_eye {
	background:url(../img/icon_eye_on.jpg) no-repeat left top;
}

/*--NEW追加--*/
.itemList_M .icon_new {
	display:block;
	position:absolute;
	left:0;
	right:0;
	width:40px;
	height:21px;
	background:url(../img/icon_new.png) no-repeat left top;
	z-index:100;
}

/*--マウスオーバー--*/
.itemList_M a:hover img, .itemList_M a:active img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.itemList_M a:hover span, .itemList_M a:active span {
	color:#7a7a7a;
}

.itemList_M a:hover .itemWriter, .itemList_M a:active .itemWriter {
	color:#7bb5c7;
}


/*----------------------------------------------------
           テーブル
----------------------------------------------------*/
/*--------------------▼下層ページ----------*/

/*--------------------▼会員系ページ----------*/
table.mb { width:100%;}
tr.mb {}
td.mb { border-width:1px; border-color:#d9d8d9; border-style:solid; padding:13px 15px; vertical-align:top;}
td.mbLeftCell { border-width:1px; border-color:#d9d8d9; border-style:solid; padding:13px 15px; width:200px; background-color:#f5f5f5; vertical-align:top;}

/*アップロード*/
.mbTableBoxUl { margin:50px auto; width: 85%; display:block;}
td.noT { border-bottom:1px solid #d9d8d9; border-right:1px solid #d9d8d9; padding:5px; text-align:center; width:100px; font-weight:bold;}
td.nameT { border-bottom:1px solid #d9d8d9; border-right:1px solid #d9d8d9; padding:5px; width: auto; text-align:center; font-weight:bold;}
td.sizeT { border-bottom:1px solid #d9d8d9; border-right: none; padding:5px; width:130px; text-align:center; font-weight:bold;}
td.no { border-bottom:1px solid #d9d8d9; border-right:1px solid #d9d8d9; padding:15px 20px; text-align:center;}
td.name { border-bottom:1px solid #d9d8d9; border-right:1px solid #d9d8d9; padding:15px 20px;}
td.size { border-bottom:1px solid #d9d8d9; border-right: none; padding:15px 20px;}


/*----------------------------------------------------
           フォーム
----------------------------------------------------*/
/*--------------------▼会員系ページ----------*/

/*【フォーム】検索セット*/
.mbSerchArea { margin:0;}
.mbSerchFormWrap {margin-bottom:15px;}
.mbSerchFormFrame {
	padding:6px 10px;
	margin-right: 5px;
	border-color:#cccccc;
	border-style: solid;
	border-width: 1px;
	width:300px;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.mbResultTxt { margin:0 0 0 10px; font-size:16px; line-height:1.5;}

/*【フォーム】テキスト枠*/
.mbTableFormFrame {
	padding:6px 10px;
	border-color:#cccccc;
	border-style: solid;
	border-width: 1px;
	width:75%;
	font-family: "メイリオ",Meiryo,Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.selectBox100 { width:100px;}
.selectBox80 { width:80px;}

.mbTableTxt { margin:8px 0 0 10px; font-size:13px; line-height:1.8; }
.mbTableTxt02 { margin:3px 0 0 10px; font-size:13px; line-height:1.8; }
.mbTableTxt03 { margin-bottom:10px; line-height:1.8; }

ul.checkBox {}
li.checkBox { float:left; margin-right:20px;}
ul.pass {}
li.pass { margin-bottom:5px;}


/*----------------------------------------------------
           見出し
----------------------------------------------------*/
/*h2 {
	margin:0 0 40px 0;
	padding: 10px;
	background:#00a0e8;
	color:#fff;
	font-size:24px;
}

h3 {
	color:#00a0e5;
	border-bottom: 1px solid #00a0e5;
	font-size:24px;
}

h4 {
	color:#00a0e5;
	font-size:20px;
}

h5 {
	color:#2e2e2e;
	font-size:20px;
}
*/

/*----------------------------------------------------
           page-top
----------------------------------------------------*/
.page-top{
	position: fixed;
	bottom: 50px;
	right: 50px;
	opacity: 1;
	cursor: pointer;
}

.page-top img{
	position: fixed;
	bottom: 50px;
	right: 50px;
	opacity: 1;
	cursor: pointer;
}


/*----------------------------------------------------
           お知らせ
----------------------------------------------------*/

/*--お知らせ表示--*/
.top-info-box .announceIcon{
	margin:0;
	padding:1px 10px;
	width:40px;
	height:20px;
	line-height: 20px;
	font-size:12px;
	text-align: center;
	color:#ffffff;
	background:#2eaee5;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
.top-info-box .eventIcon{
	margin:0;
	padding:1px 10px;
	width:40px;
	height:20px;
	line-height: 20px;
	font-size:12px;
	text-align: center;
	color:#ffffff;
	background:#ffad33;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
.top-info-box .date {
	font-size: 12px;
	color: #666666;
}
/*--NEWアイコン--*/
.newIcon{
	vertical-align: top;
	display:inline-block;
	margin:0 0 4px 0;
	padding:0 2px;
	width:36px;
	height:20px;
	line-height: 20px;
	font-size:10px;
	text-align: center;
	color:#ffffff;
	background:rgba(255,0,79,1.00);
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */

	animation: flash 1.5s infinite linear;
	-webkit-animation: flash 1.5s infinite linear;
	-moz-animation: flash 1.5s infinite linear;
}

@keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}
@-webkit-keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }

}
@-moz-keyframes flash {
	0% { opacity: 0.2; }
	50% { opacity: 1; }
	100% { opacity: 0.2; }
}

/*----------------------------------------------------
           セット販売
----------------------------------------------------*/
.package_deal{
	width:497px;
	margin:10px auto 20px auto;
	border:4px solid #FFE12F;
	box-sizing:border-box;
	background:#fffbc0;
}

.package_deal_text{
	margin:10px;

}

.package_deal_date{
	width:400px;
	margin:0 auto;
	background:#fff;
}

.package_deal_bottom{
	overflow:hidden;
	margin:20px 0 20px 0;
}

.package_deal_price_mod{
	padding-right:10px;
	padding-left:10px;
	box-sizing:border-box;
	text-align:center;
}

.package_deal_price_mod .price{
	text-align:center;
}

.package_deal_price_mod  h4{
	font-weight:bold;
}


.package_deal_price_mod .price span{
	font-size:28px;
	font-weight:bold;
}

.package_deal_btn_mod{
	width:350px;
	margin:5px auto 5px auto;
	line-height:100%;
}
.package_deal_btn a{
	display:block;
	width:212px;
	height:60px;
	line-height:60px;
	margin:10px auto 0 auto;
	font-size:20px;
	font-weight:bold;
}

.package_deal_list li{
	font-weight:bold;
	font-size:14px;
	text-align:left;
	text-indent:15px;
}

.package_deal_list li span{
	font-weight: normal;
	font-size:12px;
	margin-left:10px;
}

/*----------------------------------------------------
           AD　追従固定
----------------------------------------------------*/

.relnav, .fixnav {
	margin: 10px 0;
}

.relnav, .fixnav2 {
	margin: 10px 0;
}

.scroll {
	position: fixed;
	right: 0;
	top: 0;
}

.scroll2 {
	position: fixed;
	right: 0;
	top: 0;
}

/*----------------------------------------------------
           プレミアム会員
----------------------------------------------------*/

#prm_head{
	position: relative;
	padding: 0px 20px 0px;
	border-top:#00a0e5 5px solid;
	background: url(../img/prm_header.png) no-repeat;
	background-position: center;
	height:756px;
}

.prm_txt_block{
	margin:200px 0 0 0;
}

.prm_txt_block h2{
	text-align:center;
	margin-bottom:10px;
}

.prm_txt_block h3{
	text-align:center;
}


.prm_block{
	position: absolute;
	margin-left: -380px;
	width:760px;
	z-index: 100;
	top:400px;
	left:50%;
	text-align: center;
}

.prm_block ul{
	overflow:hidden;
}

.prm_block ul li{
	float:left;
	margin-right:20px;
}

.prm_block ul li:last-child{
	margin-right:0px;
}


.prm_block1{
	position: absolute;
	margin-left: -380px;
	width:760px;
	z-index: 100;
	top:400px;
	left:50%;
	text-align: center;
}

.prm_block1 img{
	margin-bottom:30px;
}

.prm_block2{
	margin:0 auto;
	text-align:center;
}

.prm_btn a{
	display:block;
	margin:20px auto 10px auto;
	width:300px;
	height:44px;
	line-height:48px;
	font-size:18px;
}

.user_name{
	font-size:16px;
	font-weight:bold;
}

.prm_footer_txt{
	margin:30px auto 10px auto;
	padding:10px;
	background:#d2e3e7;
	max-width:900px;
	text-align:center;
}

/*----------表--*/

.content {
	margin:30px auto 30px auto;
	padding:0 10px;
	max-width:900px;
}

table.cp_table { border-collapse: collapse; width: 100%; }

table.cp_table th{ padding: 2px; border: 1px solid #bfbcb0; vertical-align:middle;}

table.cp_table td { padding: 2px; border: 1px solid #bfbcb0; vertical-align:middle;}

table.cp_table th { color: #4c4a40; background: #f8f6f0; }


table.cp_table {
	border-collapse: collapse;
	width: 100%;
}

#feature_table thead th {
	text-align:center;
}

table.cp_table th.ps {
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #ff9820;
	border:#ff9820;
	border:solid;
	border-width:4px 4px 0 4px;
	border-color:#ff9820;
}

#feature_table tbody td.free {
	text-align: center;
	vertical-align:middle;
}

#feature_table tbody td.ps {
	font-weight: bold;
	text-align: center;
	color: #555555;
	background-color: #fff5ea;
	border-left:4px solid #ff9820;
	border-right:4px solid #ff9820;
	vertical-align:middle;
}

#feature_table tbody td img{
	vertical-align:middle;
}

#feature_table tbody tr:last-child td.ps {
	border-bottom:4px solid #ff9820;
}


.feature_title{
	text-align:center;
}


/*----------------------------------------------------
           プレミアム会員　書誌ページ
----------------------------------------------------*/

.prm_mod_detail{
	overflow:hidden;
	margin-bottom:10px;
	padding:10px;
	background:#ffebac;
	width:480px;
}

.prm_mod_detail .left{
	float:left;
	width:300px;
}

.prm_mod_detail .left span a{
	text-decoration: underline;
}


.prm_mod_detail .left span a:hover{
	color:#80d9ff;
}


.prm_mod_detail .right{
	float:right;
	width:180px;
}

.prm_mod_detail .redbtn a{
	height:36px;
	line-height:38px;
	font-size:16px;
}

.prm_mod_detail .right span{
	display:block;
	text-align:center;
}

/*----------------------------------------------------
           プレミアム会員　マイページ
----------------------------------------------------*/
.prm_mod_mypage{
	text-align:center;
	padding:10px;
	background:#ffebac;
}

.prm_btn{
	width:400px;
	margin:0 auto;
}

/*----------------------------------------------------
           作品データアップロード
----------------------------------------------------*/

.workDataWrap{
	background:#00a0e5;
}

.workDataContents{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

h2.workDataWrapHead{
	margin:0px;
	padding:0px;
	height:60px;
	line-height:60px;
	background: #004C6C;
	color:#fff;
	text-align: center;
	font-size: 32px;
}

.workDataContents .mbContWrap{
	margin:0;
	padding:20px;
	border: 1px solid #ddd;
	background:#fff;
	border-radius: 6px;
}

.workDataContents #jc-uploader{
	margin-bottom:20px;
}

.workDataTxt h3{
	margin:50px 0 20px 0;
	font-size: 26px;
	color:#fff;
}

.workDataTxt{
	color:#fff;
	font-size: 16px;
}

.workDataTxt .attention{
	margin:10px 0;
	padding:10px;
	background:#007FB9;
	color:#FFE44A;
	font-size: 14px;
	border-radius: 4px;
}

.myDataUp{
	margin:40px 0 60px 0;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 6px;
}

.myDataUp a{
	margin:0 auto;
	padding:10px;
	width:400px;
	font-size: 18px;
}

/*----------------------------------------------------
           一覧のもっと見るボタン
----------------------------------------------------*/

.moreBtn{
	overflow:hidden;
}

.moreBtn a{
	position:relative;
	display:block;
	background: url(../img/more_arrow.png) no-repeat;
	background-position: center 70px ;
	width:145px;
	height:278px;
	text-align: center;

	color:#00b7ee;

	transition: 0.5s;
}

.moreBtn a:link span{
	color:#00b7ee;
}

.moreBtn a:hover span{
	color:#fff;
}

.moreBtn a:hover{
	background:#00b7ee url(../img/more_arrow_over.png) no-repeat;
	background-position: center 70px;
	color:#fff;
}

.moreBtn a span{
	display:block;
	position:absolute;
	top:200px;
	width:145px;
	text-align: center;
}

/*----------------------------------------------------
           スタティックページ（ブルー）
----------------------------------------------------*/

body.staticBlue{
	background:#fff;
}

#staticHeaderBlue{
	height:60px;
	background:#00a0e5;
}


#staticHeaderBlue h1{
	margin:0 0 6px 20px;
}

#staticHeaderBlue .logo img{
	width:200px;
}

/*----------------------------------------------------
           アプリプロモ（トップ）
----------------------------------------------------*/


.appInduction a{
	display:block;
	width:1293px;
	height:86px;
	margin:0 auto;
}

.appInduction a:hover {
	display:block;
	background:#fff;
}

.appInduction a:hover img{
	display:block;
	background:#fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.appInduction{
	background:#fff url(../img/app_promo_top_bg.png);
	background-position:50% 50%;
	text-align:center;
}


/*----------------------------------------------------
           アプリプロモ（ランディングページ）
----------------------------------------------------*/

.app_promo_contents h3{
	font-size:48px;
}

#app_promo{
	background:#fff;
}

.app_promo_head{
	text-align:center;
}

.app_promo_head_box{
	width:900px;
	margin:0 auto;
}

.app_promo_head_box h4{
	color:#ff0066;
}

.app_promo_head .app_promo_head_text{
	position:absolute;
	top: 380px;
	left:0;
	width:100%;
	margin:0 auto 0 auto;
	text-align:left;
}

.app_promo_head_text h3{
	font-size:42px;
}

.app_promo_head_text h4{
	font-size:24px;
}

.app_promo_head_bg{
	background:#eaeaea;
}

.app_promo_contents .sub_text{
	font-size:24px;
	margin:20px;
}

.app_promo_contents{
	text-align:center;
}


.app_promo_footer{
	margin:100px 0 0 0;
	padding:90px 0;
	background:#eee;
}

.app_promo_footer h2{
	width:500px;
	margin:0 auto 40px auto;
	padding-left:150px;
	font-size:42px;
	text-align:left;
	background: url(../img/app_promo-06.png) no-repeat;
}

.app_promo_footer_btn{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}

.app_promo_footer_btn .btn_left{
	float:left;
	width:450px;
	text-align:center;
}

.app_promo_footer_btn .btn_right{
	float:right;
	width:450px;
	text-align:center;
}

.app_promo_footer_btn  .osTitle{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.app_promo_footer_btn .qr img{
	margin:15px 0 0 0;
	width:120px;
}

.app_promo_footer_sns{
	margin-top:100px;
}

.app_promo_footer_sns ul{
	overflow:hidden;
	width:580px;
	margin:40px auto 0 auto;
	padding-left:50px;
}

.app_promo_footer_sns li{
	float:left;
	margin: 0 60px 0 0;
	width:130px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	color:#fff;
	font-size:18px;
	text-align:center;
}

.app_promo_footer_sns li.btnTwitter{
	background:#55acef;
}

.app_promo_footer_sns li.btnFacebook{
	background:#305097;
}

.app_promo_footer_sns li.btnLINE{
	background:#01c300;
}

.app_promo_footer_sns li a{
	display:block;
	color:#fff;
}

.app_promo_footer_sns h3{
	font-size: 36px;
	text-align: center;
}

/*----------------------------------------------------
           キャンペーンスライドショー（トップ）
----------------------------------------------------*/

.campaignSlideshow {
	padding:20px 0 10px 0;
	background:#fff;

}

.campaignSlideshow .mainBanner{
	width:650px;
	height:208px;
	margin:0 auto;
	background:#ccc;
}

.campaignSlideshow ul.thum{
	overflow:hidden;
	width:460px;
	margin:0 auto;
}

.campaignSlideshow ul.thum li{
	float:left;
	width:200px;
	margin:10px;
	padding-top:10px;
}

.campaignSlideshow ul.thum li img{
	width:200px;
}

.campaignSlideshow ul.thum li.on img{
	border:5px solid #00a0e5;
}

.campaignSlideshow ul.thum li.off img{
	border:5px solid #ffffff;
}

.campaignSlideshow ul.thum li.on{
	background:url(../img/slide_arrow.png) no-repeat;
	background-position:top center;
}

/*----------------------------------------------------
           キャンペーン書誌ページバナー
----------------------------------------------------*/


.camDetailBanner{
	margin-bottom: 15px;
	text-align: center;
}

.camRightlBanner{
	margin-bottom: 20px;
}

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


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

#fundingMod{
	margin:24px 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 > ul{
	overflow:hidden;
}

.fundingModBody > ul > 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 > 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;}
}


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

/*----------Animate.css　設定--*/

.flipInX{
	animation-delay:0.5s; //2秒遅延して実行
//           infiniteを指定すると連続
//           animation-iteration-count: infinite;
}

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

#fundingModDetail{

}


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

.fundingModDetailHead{
	position:relative;
	margin:15px 0 0 0;
	height:54px;
	background:#fffc39;
}

.fundingModDetailHead .img1{
	position: absolute;
	top: 10px;
	left:10px;
	height:100px;
	width:100px;
	z-index:100;
}

.fundingModDetailHead .img2{
	position: absolute;
	top: -10px;
	left:100px;
	height:388px;
	width:62px;
}

.fundingModDetailHead .img3{
	position: absolute;
	bottom:-10px;
	right:10px;
	height:85px;
	width:437px;
}

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

.fundingModDetailBody{
	background:#fff;

}

.fundingModDetailMain{
	overflow:hidden;
}


.fundingModDetailMain .left{
	float:left;
	width:492px;
}

.fundingModDetailMain .right{
	float:right;
	width:492px;
}


.fundingModDetailMain .right h2{
	text-align:center;
	margin:15px 0 0 0;
}


.fundingModDetailMain .right span.LL{
	display:inline-block;
	margin:20px 0 0 0;
	font-size:40px;
	color:#555555;
	font-weight:bold;
}



.fundingModDetailMain .right span.ss{
	display:inline-block;
	margin:20px 4px 0 4px;
	font-size:28px;
	color:#555555;
}

.fundingModDetailMain .right span.iconR18{
	display:inline-block;
	margin:40px 0 0 0;
	font-size:14px;
	color:#fff;
	background:#f3499e;
	border-radius:4px;
	width:64px;
	line-height:26px;
	text-align:center;
	vertical-align:top;
}

.fundingPrice{
	margin:20px 0 0 0;
	text-align:center;
	color:#555;
}

.fundingPrice .list1{
	font-size:18px;
}

.fundingPrice .list2 .counter{
	font-size:52px;
	font-weight:bold;
	font-family: 'Rubik'; font-weight: 500;
	line-height:130%;
}

.fundingPrice .list2 .yen{
	font-size:36px;
	font-weight:bold;
	font-family: 'Rubik'; font-weight: 500;
	line-height:130%;
}

.fundingPrice .list3{
	font-size:18px;
	font-family: 'Rubik'; font-weight: 500;
}

.detailGraph {
	position:relative;
	width:382px;
	height:34px;
	margin:40px auto 0 auto;
	background:#e3e3e3;
}

.detailGraph p{
	position:absolute;
	line-height:34px;
	color:#fff;
	font-size:18px;
	text-indent:10px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.detailGraph span{
	display:block;
	height:34px;
	background:#ec006f;
}

.graphDetail{
	overflow:hidden;
	width:440px;
	margin: 20px auto 0 auto;
}

.graphDetail .orderList{
	float:left;
	width:120px;
	font-size:14px;
	text-align:center;
}

.graphDetail .orderList span{
	font-size:24px;
	font-weight:bold;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.graphDetail .remaining{
	float:left;
	width:120px;
	font-size:14px;
	text-align:center;
}

.graphDetail .remaining span{
	font-size:24px;
	font-weight:bold;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.graphDetail .GraphDetailSns{
	float:left;
	width:190px;
	text-align:center;
}

.graphDetail .GraphDetailSns img{
	margin:0 10px 0 0;
}

/*----------funding body detail--*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	zoom: 1; /* old IE6or7  */
}

.priceBtn3{

	margin:30px 0 0 0;
	padding:0 0 0 30px;
}

.priceBtn3 a{
	display:block;
	padding-top:15px;
	width:284px;
	height:85px;
	color:#fff;
}

.priceBtn3 li{
	position:relative;
	float:left;
	width:284px;
	height:100px;
	margin-right:30px;
	color:#fff;
	text-align:center;
	border-bottom:3px solid #ccc;
}

.priceBtn3 .btn1{
	animation-delay:2s;
}

.priceBtn3 .btn1 a{
	background: rgba(17,166,231,1);
}

.priceBtn3 .btn1 a:hover{
	background: rgba(17,166,231,0.5);
	/* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
	transition: background-color 0.5s;
}

.priceBtn3 .btn2{
	animation-delay:2.2s; //2秒遅延して実行
}

.priceBtn3 .btn2 a{
	background: rgba(64,117,226,1);
}

.priceBtn3 .btn2 a:hover{
	background: rgba(64,117,226,0.5);
	/* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
	transition: background-color 0.5s;
}

.priceBtn3 .btn3{
	animation-delay:2.2s; //2秒遅延して実行
}

.priceBtn3 .btn3 a{
	background: rgba(131,86,223,1);
}

.priceBtn3 .btn3 a:hover{
	background: rgba(131,86,223,0.5);
	/* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
	transition: background-color 0.5s;
}

.priceBtn3 h4{
	margin:0 0 0 0;
	font-size:18px;
}

.priceBtn3 h4 span{
	font-size:24px;
	font-family: 'Rubik', Arial, serif; font-weight: 400;
}

.priceBtn3 h5 span{
	font-family: 'Rubik', Arial, serif; font-weight: 400;
}

.priceBtn3 .soldOut{
	position:absolute;
	top: 0;
	right:0;
	width:120px;
	height:89px;
	background:url(../img/funding/sold_out.png) no-repeat;
	text-indent:-9999px;
}

.fundingComment{
	margin-top:50px;
	padding:0 50px 0 180px;
	background:url(../img/funding/hanpen2.png) no-repeat;
	background-position:40px 10px;
	color:#555;
}

.courseMod{
	position:relative;
	margin:40px 20px 0 20px;
	padding:0 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid;
}

.courseMod h3{
	margin:20px 0 20px 40px;
	font-size:24px;
}

.courseMod h3 span{
	font-size:54px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

/*----------薄いブルー--*/
.mod1{
	border-color:#e1f0f8;
}

.mod1 h3{
	color:#11a6e7;
}

/*----------ブルー--*/
.mod2{
	border-color:#d8e0f0;
}

.mod2 h3{
	color:#4075e2;
}

/*----------紫--*/
.mod3{
	border-color:#e2dcef;
}

.mod3 h3{
	color:#8356df;
}

/*----------グレー--*/

.courseModDetail{
	position:relative;
	margin:40px 20px 0 20px;
	padding:0 0 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid;
	border-color:#eeeeee;
}

.courseModDetail h3{
	margin:30px 0 0px 0px;
	font-size:42px;
	color:#555555;
	text-align:center;
}

.courseModDetail .hanpen{
	position:absolute;
	top: 20px;
	right:40px;
	width:168px;
	height:133px;
}

.courseModDetail .detailComment{
	margin-bottom:20px;
	text-align:center;
	color:#555555;
	font-size:16px;
}


/*----------カラム2--*/

.modColumn2{
	overflow:hidden;
	margin-bottom:40px;
}

.modColumn2 h4{
	margin:0 0 10px 40px;
	font-size:24px;
	color:#555;
}

.modColumn2 h4 span{
	margin:0 5px 0 0 ;
	font-size:28px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.modColumn2Left{
	float:left;
	width:250px;
	margin:0 0 0 40px;
}

.modColumn2Right{
	float:right;
	width:600px;
}
.modColumn2Right p{
	margin:10px 40px 0 0;
}

/*----------カラム1--*/

.modColumn1{
	overflow:hidden;
}

.modColumn1 h4{
	margin:0 0 10px 40px;
	font-size:24px;
	color:#555;
}

.modColumn1 h4 span{
	margin:0 5px 0 0 ;
	font-size:28px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.modColumn1 .mainImg {
	text-align:center;
}

.modColumn1Txt{
	margin:20px 40px 40px 40px;
}

/*----------左カラム--*/
.courseModLeft{
	float:left;
	width:316px;
	margin:0 0 0 40px ;
}

/*----------右カラム--*/
.courseModRight{
	float:right;
	width:530px;
	color:#555;
}

.courseModRight li{
	margin-bottom:15px;
}

.courseModRight li a:hover{
	text-decoration:underline;
}


.detailLink a{
	margin:20px 0 0 0;
	display:block;
}

.courseMod .setNum{
	position:absolute;
	top:-30px;
	right:20px;
	width:134px;
	height:134px;
}

.courseMod .setNum p{
	margin:20px 0 0 0;
	color:#fff;
	text-align:center;
}

.courseMod .setNum p span{
	display:block;
	text-align:center;
	font-size:42px;
	line-height:44px;
	font-family: 'Rubik', Arial, serif; font-weight: 300;
}

.courseMod .bg1{
	background:url(../img/funding/set_bg1.png) no-repeat;
}
.courseMod .bg2{
	background:url(../img/funding/set_bg2.png) no-repeat;
}
.courseMod .bg3{
	background:url(../img/funding/set_bg3.png) no-repeat;
}


.fontB{
	font-size:16px;
	font-weight:bold;
}

/*----------購入モジュール--*/

.buyTxt{
	margin:32px 0 0 0;
	text-align:center;
	font-size:16px;
	color:#555;
}

.buyTxt span{
	font-size:36px;
	font-family: 'Rubik', Arial, serif; font-weight: 500;
}

.buyBtn a{
	margin:0 auto;
	width:308px;
	height:64px;
	display:block;
	text-align:center;
	font-size:32px;
	line-height:64px;
	background: rgba(226,66,103,1);
	color:#fff;
	border-bottom:3px solid #ccc;
}

.buyBtn a:hover{
	background: rgba(226,66,103,0.5);
	/* マウスアウト時、0.5秒かけて背景色をアニメーションさせる */
	transition: background-color 0.5s;
}


.courseModDetailSub{
	margin:40px;
}

.courseModDetailSub h5{
	font-size:18px;
	margin:10px 0;
}

.courseModDetailSub p{
	font-size:12px;
	margin:0 0 40px 0;
}

.facebookMod{
	width:600px;
	margin:40px auto;
}

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

#fundingMod2{
	margin:24px 0 20px 0;
	background:#fff;
}


.footerModHead{
	position:relative;
	margin:15px auto 0 auto;
	height:81px;
	width:944px;
	background:#e24267;
}

.footerModTitle{
	font-size:32px;
	color:#fff;
	line-height:81px;
	text-indent:40px;

}



.footerModHead .img3{
	position: absolute;
	bottom:-10px;
	right:10px;
	height:79px;
	width:240px;
}


.footerModList li{
	position:relative;
}

.linkOff{
	display:block;
	position:absolute;
	z-index:200;
	top: 0;
	left:0;
	width:179px;
	height:236px;
	background: rgba(255,255,255,0.6);
	text-indent:-9999px;
}

.priceSmmary{
	width: 900px;
	margin:25px auto 0 auto;
	text-align: left;
}

.priceSmmary span{
	font-size: 16px;
	font-weight: bold;
}



/*----------------------------------------------------
           作品一覧ページ　ソートボタン
----------------------------------------------------*/

.topmain-box{
	position: relative;
}

.sortMod{
	position: absolute;
	top: 20px;
	right: 20px;
}

.sortMod ul{
	overflow: hidden;
}

.sortMod ul li{
	float: left;
	display: block;
	color: #555;
	font-size: 13px;
	margin: 0px 4px;
}

.sortMod ul li.none{
	line-height: 24px;
}

.sortMod ul li.on a{
	display: block;
	padding: 2px;
	color: #fff;
	background: rgba(200,200,200,1);
	border-radius: 2px;
}

.sortMod ul li.on a:hover{
	background: rgba(200,200,200,0.5);
}

.sortMod ul li.off a{
	display: block;
	padding: 2px 6px;
	color: #fff;
	background: rgba(0,160,229,1);
	border-radius: 2px;
}

.sortMod ul li.off a:hover{
	background: rgba(0,160,229,0.5);
}

.bookList{
	margin: 10px 0 0 0;

}

/*----------------------------------------------------
           詳細ページ　snsモジュール
----------------------------------------------------*/

.snsMod{
	margin:0px 0 20px 0;
}

.snsMod p{
	margin:0px 0 10px 0 ;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#555555;
}

.snsMod ul{
	overflow: hidden;
	width: 300px;
	margin:0 auto;
}

.snsMod li:nth-child(1){
	float: left;
	width: 140px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.snsMod li:nth-child(2){
	float: right;
	width: 140px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.twBtn a{
	display: block;
	width:135px;
	height:35px;
	line-height: 35px;
	text-indent: 10px;
	background: rgb(90,160,229) url(../img/sns_tw_btn.png) no-repeat; /* Old browsers */
	background-position: 10px 10px;
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color:#008cc8;
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}

.fbBtn a{
	display: block;
	width:135px;
	height:35px;
	line-height: 35px;
	text-indent: 10px;
	background: rgb(63,87,150) url(../img/sns_fb_btn.png) no-repeat; /* Old browsers */
	background-position: 10px 5px;
	color:#fff;
	border-width:0 1px 2px 1px;
	border-color: rgb(63,87,150);
	border-style:solid;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
	text-align:center;
}



