@charset "utf-8";

/* 商品囲い線+上下の余白
----------------------------------------------- */
/*div.list-container{
    margin-bottom:15px;
	margin-left: 4px;
	margin-right: 4px;
}*/

/* ===============================================
   幅
   =============================================== */
/* 幅:100%
----------------------------------------------- */
.width-max {
    width: 100%;
}

/* 幅:0%(画像分の最小幅用)
----------------------------------------------- */
.width-zero {
    width: 0px;
}

/* テキストボックス幅
----------------------------------------------- */
input.width97 {
    width: 97%;
}

/* ===============================================
   table td内の配置
  =============================================== */
/* 左上
----------------------------------------------- */
td.top-left
{
    text-align: left;
    vertical-align: top;
}

/* 中央上
----------------------------------------------- */
td.top-center
{
    text-align: center;
    vertical-align: top;
}

/* 右上
----------------------------------------------- */
td.top-right
{
    text-align: right;
    vertical-align: top;
}

/* 左中央
----------------------------------------------- */
td.middle-left
{
    text-align: left;
    vertical-align: middle;
}

/* 中央
----------------------------------------------- */
td.middle-center
{
    text-align: center;
    vertical-align: middle;
}

/* 右中央
----------------------------------------------- */
td.middle-right
{
    text-align: right;
    vertical-align: middle;
}

/* 右下
----------------------------------------------- */
td.bottom-right
{
    text-align: right;
    vertical-align: bottom;
}

.width-max td {
	padding:2px;
}

.title{
	color:#0000ff;
    height: 40px;
	/* font-size:18px; */
	line-height:20px;
	margin-top:5px;
}

.author{
/*	color:#804e00;*/
	color:#070809;
/*    color:#4aa0d7;*/
    margin-top:5px;
    font-size:12px;
}
.price{
	margin-top:8px;
	font-size:12px;
}
.price span{
	color:#e35757;
}
.point{
	margin-top:8px;
	font-size:12px;
}
.point span{
	color:#e35757;
}

.kakaku {
	margin-top:5px;
	font-size:13px;
	line-height:17px;
}

.comment {
	width:100%;
	margin-top:5px;
	line-height:1.4em;
}

.comment .detail{
    display: inline-block;
    padding: 2px 3px;
    border: 1px solid #ccc;
    font-size: 10px;
    margin: 0 0 3px 0;
}

.info {
	font-size:10px;
	line-height:14px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.category{
display:inline-block;
padding:2px 3px;
border:1px solid #ccc;
font-size:10px;
margin-top:5px;
}



/*シリーズ*/
.section:not(:first-of-type){
margin-top:40px;
}
.h02{
	padding: 8px 10px 8px 5px;
    color: #070809;
    font-size: 16px;
    position: relative;
    border-bottom: 2px solid #070809;
	text-align:left;
}

/*.h02:before{
content:"";
width:3px;
height:20px;
background:#fff;
position:absolute;
left:10px;
top:0;
bottom:0;
margin:auto;
}*/

.h03{
padding:10px 10px 10px 25px;
color:#fff;
font-size:14px;
/*background:#804e00;*/
/*background:#ee6b2a;*/
/*background:#FFB62F;*/
background:#FF8E28;
position:relative;
margin:5px 0px;
height:40px;
line-height:20px;
}

.h03:before{
content:"";
width:3px;
height:20px;
background:#fff;
position:absolute;
left:10px;
top:0;
bottom:0;
margin:auto;
}

/*
.section .sectionInner{
margin:20px 25px;
}*/

.variable_title_name {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.itemList li{
    position: relative;
    width: 127px;
    min-height: 290px;
    list-style-type: none;
    vertical-align: bottom;
    margin: 10px 0px 10px 0px;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.7);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.itemList .img{
	text-align: center;
    background-color: #070809;
    height: 190px;
    overflow: hidden;
}
.itemList .img a:hover{
opacity:0.8;
}
.itemList .category{
display:inline-block;
padding:2px 3px;
border:1px solid #ccc;
font-size:10px;
margin-top:5px;
}
.itemList .title{
    margin-top: 5px;
    font-weight: bold;
}
.itemList .author{
margin:4px;
font-size:10px;
}
.itemList .price{
margin:4px;
}
.itemList .price span{
color:#e35757;
}
.itemList .point{
margin:4px;
}
.itemList .point span{
color:#e35757;
}
.itemList .cart {
	margin: 2px;
    width: 110px;
    height: auto;
}

.open_bk{
  display: inline-block;
  margin-bottom:5px;
  height: 30px;
  width: 145px;
  text-decoration: none;
  font-size:1em;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #16bac2;
  border:1px solid #070809;
  cursor:pointer;
}

.open_bk:hover {
	background-color: #FFC427;
    border-color: #070809;
    color: #070809;
}

.section .more{
margin-right:40px;
margin-bottom:10px;
text-align:right;
font-size:12px;
}
.section .more img{
width:12px;
height:12px;
}

.cart-table .cart {
	margin:2px;
	width:110px;
	height:auto;
}
.cart {
	margin:2px;
	width:145px;
	height:auto;
}
.right_price {
	color:#ffc427;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:5px 0px;
}

.left_price {
	color:#C03;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:5px 0px;
}

.attention {
	margin:5px 0px;
	font-size:8px;
	color:#fff;
}

.device {
	margin-bottom: 2px;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
    padding: 2px;
    background: #fff;
    border: 1px solid #070809;
    color: #070809;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.priceArea{
float:left;
overflow:hidden;
width:220px;
margin-right:-100%;
}

.cart_table{
    background: #fff;
	width:100%;
}

.cart_table thead th {
    padding: 6px 10px;
    background: #e6e6e6;
    border-top: 1px solid #dbdbdb;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #dbdbdb;
    text-align: left;
}

.stInputCell{
	background:#fff;
	border-right:none;
	vertical-align:middle;
	text-align:center;
}

.stProduct03 {
    padding: 10px 0;
    vertical-align: top;
	font-size:16px;
}

.stContents {
	font-size:16px;
}

.stMiddle{vertical-align:middle!important}

.cartprice {
	font-size:12px;
	color:#c00;
}

.stCenter{text-align:center!important}

.stBoxCart02{margin-bottom:20px;padding:8px 10px 0;overflow:hidden}
.stBoxCart02 .stBlock01{float:left}
.stBoxCart02 .stBlock01 ul{padding-left:20px;background:
}
.stBoxCart02 .stBlock01 ul li{margin-bottom:5px;float:left}
.stBoxCart02 .stBlock01 ul li img{vertical-align:middle}
.stBoxCart02 .stBlock01 ul .stChoice{margin-right:12px;padding:4px 12px 0 0;
}

.all_cart {
	float:right;
	margin-right:10px;
	vertical-align: middle;
}

td.stNote{
	padding:10px 0 0 10px;
	background:#fff;
	border-left:none;
	vertical-align:top;
	width:110px;
}

.box_srcollbar {
        overflow:auto;
        width:100%;
        height:160px;
        padding:5px;
        border:1px solid #dbdbdb;
        background-color:#fff;
        color:#000;
        font-size:12px;
		line-height:15px;
}

.box_title{
        border:1px solid #dbdbdb;
        padding:5px;
        width:100%;
        font-weight:bold;
        font-size:14px;
        background-color:#dbdbdb;
        color:#000;
}

ul {
	list-style:none;
}

li {
	display: inline-block;
	margin:0;
}

.red-btn {
    background-color: #F08080;
    border: 1px solid #F08080;
    color: #FFF;
    display: block;
    font-weight: bold;
    margin: 0px auto;
    padding: 7px;
}

a.red-btn {
    text-align: center;
    width: 25%;
}

.mini {
    font-size: 80%;
}

.margin-all-px {
    margin: 4px;
	line-height:1.4em;	
}

.fontAttention1 {
    color: #F00;
	line-height:1.4em;	
}

div .privacy_text_Attention2{
    /*色(青) */
    color: #0000FF;
	line-height:1.4em;	
}

div .contact_text_Attention{
    /*色(薄赤) */
    color: #FF7C80;
	line-height:1.4em;
}

/* コース選択ページ
----------------------------------------------- */
.entry-course-tbl {
    margin: 0px;
}
.entry-course-td-rb {
    width: 50px;
}
.entry-course-hr {
    margin:10px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #bdcbce;
}

div .entry-complete {
    font-size:110%;
    color: #6699FF;
}

/* PT共通化対応　関連
----------------------------------------------- */
input.button_ptback {
  background: url("/user_data/packages/sphone/img/button/btn_ptback.png");
  width: 210px;
  height: 50px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
}
input.button_ptback:hover{
  background-position: left bottom;
}
.font_ptback{
  font-size:17px;
  font-weight:bold;
}

@charset "utf-8";



/* プライバシーポリシー
----------------------------------------------- */
ol {
padding-start:0;
-o-padding-start:0; 
-moz-padding-start:0;
-webkit-padding-start:0;
margin: 1em 3.13%;
}
ol > li.privacy_ol{
margin: 1em;
}
ol > li.privacy_ol > strong{
color:#4D576B;
font: bold 100% helvetica;
text-shadow: 0px 1px 1px #ffffff;
line-height: 2em;
}

/* 特定商取引に基づく表記
----------------------------------------------- */
#undercolumn_order dl{
margin: 0;
}
#undercolumn_order dt{
color:#4D576B;
font: bold 100% helvetica;
text-shadow: 0px 1px 1px #ffffff;
line-height: 2em;
}
#undercolumn_order dd,
#undercolumn_order ul {
padding-start:0;
-o-padding-start:0; 
-moz-padding-start:0;
-webkit-padding-start:0;
margin: 0 3.13%;
}

/*規約内容
-----------------------------------------------*/
div#kiyaku_text {
padding:10px 0;
font-size:70%;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #cccccc;
border-right-color: #cccccc;
border-bottom-color: #cccccc;
border-left-color: #cccccc;
}

/*ポイントガイドライン
-----------------------------------------------*/
div .point_guide {
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
}

div .point_guide_footer {
    text-align: right;
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
}

div .point_guide_title-bar {
    background-color: #bababa;
    text-align:center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}

/* FAQ
-----------------------------------------------*/
div .faq_text {
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
	line-height:1.4em;	
}

/*ご利用規約
-----------------------------------------------*/
div .kiyaku {
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
	line-height:1.4em;
}

div .kiyaku_footer {
    text-align: right;
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
}

div .kiyaku_title_center {
    text-align: center;
}

/*ご利用ガイド
-----------------------------------------------*/


div .riyou_guide {
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
	line-height:1.4em;
}

div .riyou_guide_titile_bar {
    background-color: #FFCCCC;
    text-align:center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*SPモード説明ページ
-----------------------------------------------*/

a:link .top-spmode {
    color: #FF7C80;
    text-decoration:underline;
}

a:visited .top-spmode {
    color:#800080;
    text-decoration:underline;
}

div .top-spmode {
    text-align:center;
    padding-top: 2px;
    padding-bottom: 3px;
}

div .riyou-spmode {
    margin-left:4px;
    margin-right:4px;
    margin-top:4px;
    margin-bottom:4px;
}

div .riyou-spmode-titile-bar {
    color: #FFFFFF;
    background-color: #FF7C80;
    text-align:center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/* BOOKSMARTとは　　ロゴ
-----------------------------------------------*/
div .bs-rogo
{
    text-align:center;
}

div .bs-rogo-size
{
    width: 25%;
}

div .bs-sub-title
{
    text-align:center;
}


/* aboutsフォルダ配下共通
----------------------------------------------- */
div .abouts_text_Attention{
    /*色(薄赤) */
    color: #FF7C80;
	line-height:1.4em;
}

/* contactフォルダ共通
----------------------------------------------- */
div .contact_text_Attention{
    /*色(薄赤) */
    color: #FF7C80;
	line-height:1.4em;
}

div .contact_text_Attention2{
    /*色(青) */
    color: #0000FF;
	line-height:1.4em;
}

/* まとめ買い
----------------------------------------------- */
div.matome{
    border:solid 1px #dcdcdc;
    margin-top:2px;
    margin-bottom:2px;
	margin-left: 2px;
	margin-right: 2px;
    background-color: #F8F8F8;
	line-height:1.4em;
}

.buy_set {
	width:75px;
	text-align:center;
	font-size:11px;
	line-height:15px;
	padding:8px 0;
	color:#fff;
	background-color:#0386ae;
	border:1px solid #070809;
	float:left;
	margin:0 2px;
}


.right_sample {
	width:75px;
	text-align:center;
	font-size:11px;
	line-height:15px;
	padding:8px 0;
	color:#070809;
	background-color:#ffc427;
	border:1px solid #070809;
	margin:0 2px 3px;
	cursor:pointer;
}

.right_cart {
	width:154px;
	text-align:center;
	font-size:13px;
	padding:15px 0;
	color:#fff;
	background-color:#df4134;
	border:1px solid #070809;
	margin-bottom:5px;
	cursor:pointer;
}

.wide_btn {
	display:block;
	max-width:250px;
	margin:0 auto;
	padding:15px 8px;
	background-color:#070809;
	border:1px solid #070809;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.wide_btn:hover {
	background-color:#ffc427;
	color:#070809;
}