
/*     共通
============================================================================== */
.text-a_l{
	text-align:left !important;
}

.text_style001{
	color:#FF0000;
	font-weight:bold;
}

.text_style002{
	color:#CC0000;
	font-weight:bold;
}

.border_dot{
	border-top: #666 1px dotted;
    padding: 20px 0 0;
}

.border_dot2{
	border-bottom: #666 1px dotted;
}



/*     商品
============================================================================== */

.detail_product_box{
	margin:15px 0 0 0;

}


.detail_product_box .left_box{
	float:left;
	width:195px;
	margin-right:15px;
}

.detail_product_box .left_box p{

}

.detail_product_box .left_box ul li{
	margin-top:5px;
}


.detail_product_box .right_box{
	float:left;
	width:502px;
	line-height: 1.4;
}

.detail_product_box div ul li a {
  color: #0551B1;
  text-decoration: none;
}


.detail_product_box .right_box h3 {
/*     background: url("../../../images/parts/goods-list/ic.gif") no-repeat scroll left 5px transparent; */
    font-size: 120%;
    font-weight: bold;
    line-height: 140%;
    margin: 0 0 10px 10px;
    padding-left: 0;
}


.detail_product_box .right_box h3 a {
    color: #0551B1;
    text-decoration: underline;
}


.detail_product_box .right_box .product_category {
	margin:20px 0 5px 0;
}
.detail_product_box .right_box .product_category li {
    border: 0 none;
    float: left;
    font-size: 0;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 0;
}
/*タグ　テキスト化*/
.detail_product_box .right_box .product_category li.text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
/*    color: red; */
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 5px 1px 5px;
    border: 1.5px solid red;
    line-height: 100%;
    background-color: #fff;
}

.detail_product_box .right_box .product_category li.kinoppy-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #9C6A1D;
    line-height: 100%;
    background-color: #9C6A1D;
}

.detail_product_box .right_box .product_category li.reader-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #9F3810;
    line-height: 100%;
    background-color: #9F3810;
}

.detail_product_box .right_box .product_category li.reserve-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #006699;
    line-height: 100%;
    background-color: #006699;
}

.detail_product_box .right_box .product_category li.spePr-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 20px 1px 20px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

.detail_product_box .right_box .product_category li.campaign-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #3A1810;
    line-height: 100%;
    background-color: #3A1810;
}

.detail_product_box .right_box .product_category li.new-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
/*    margin-top:5px; */
    padding: 4px 13px 1px 13px;
    border: 1.5px solid #CC3300;
    line-height: 100%;
    background-color: #CC3300;
}

.detail_product_box .right_box .product_category li.ebookTicketOnly-text-type{
  display: inline-block;
    float:left;
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin: 0;
    padding: 4px 13px 1px 13px;
    border: 1.5px solid red;
    line-height: 100%;
    background-color: white;
}

.detail_product_box .right_box .list_container {
}
.detail_product_box .right_box .list_container dt {
	display:inline-block;
	/display:inline;
	/zoom:1;
  float: left;
  padding: 0;
	clear:both;
	line-height:1.5;
}

.detail_product_box .right_box .list_container dd {
    padding: 0;
	line-height:1.5;
}

.detail_product_box .right_box .list_container dd a{
	color:#0C4BB1;
	text-decoration:underline;
}


.detail_product_box .right_box .check_p{
    margin: 6px 0 10px 0;
}

.detail_product_box .right_box .check_p input {
    font-size: 13px;
    height: 1em;
    margin: 0 5px 2px 0;
    vertical-align: middle;
    width: 1em;
}
.detail_product_box .right_box .check_p label{
}


.detail_product_box .right_box li.point_box{
	display:inline-block;
	/display:inline;
	/zoom:1;
  /* background: url(../../../images/parts/product/bg02.gif) no-repeat right top #FF6600; */
  background-color: #FF6600;
  margin: 3px 0 3px;
/* 	height:24px; */
}

.detail_product_box .right_box .pricebox li input[type=text].count{
	width: 20px;
	height: 20px;
}

.detail_product_box .right_box .delete_price {
    text-decoration:line-through;
}

.detail_product_box .right_box span.point_box_inner{
/*   background: url(../../../images/parts/product/bg01.gif) no-repeat left top; */
  color: #FFFFFF;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
	padding: 0 10px 0 10px;
/* 	height:18px; */
}


.detail_product_box .right_box .product_btn{
	margin:4px 0 0 0;
}

.detail_product_box .right_box .product_btn input{
	/* width:114px; */
	padding:5px;
}

.detail_product_box .right_box .sampleBtn{
	margin:0 10px 0 0;
}

.detail_product_box .right_box .shopping_bt2{
	float:left;
	margin:0 10px 10px 0;
}


.detail_product_box .right_box .attention_wrap{
	border:#F00 3px solid;
	clear:both;
	padding:8px 8px 8px 30px;
	background:#FFFFD9 url(../../../images/parts/product/ic01.png) 4px 5px no-repeat;
	color:#7e7e7e;
	font-weight:bold;
	/zoom:1;
}

/* #4799 和書・和雑誌JPO試し読み機能追加 >>>>>>>>>>>>>>>>>>>>>>>>> */
/*     モーダルダイアログ
============================================================================== */
.modal-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(59, 59, 59, 0.767);
    z-index: 9999;
    width: 9999px;
    height: 9999px;
}

.modal-detail-wrapper {
    position: fixed;
    margin-top: -150px; /* 中央配置する要素の横幅の半分だけ上にずらす */
    margin-left: -340px; /* 中央配置する要素の縦幅の半分だけ左にずらす */
    top: 50%;  /* 要素の上端を中央に */
    left: 50%;  /* 要素の左端を中央に */
    border-radius: 20px;
    padding: 15px;
    background: #fff;
    z-index: 10000;
}

.modal-detail {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 12px;
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.modal-detail-row {
    display: flex;
}

.content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.25;
}

.modal-detail-button {
    margin-top: 10px;
    text-align: right;
}

.modal-detail-button-close {
    height: 35px;
    width: 85px;
    color: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 5px 0px rgb(0,0,0);
    background: linear-gradient(to bottom, #c6898a 0%, #b25e5a 48%, #921a1a 52%, #931d18 100%);
    font-size: 16px;
}

.modal-detail-url {
	color: #996600;
    text-decoration: underline;
}
/* #4799 和書・和雑誌JPO試し読み機能追加 <<<<<<<<<<<<<<<<<<<<<<<<< */

.modal-wrapper-new {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(59, 59, 59, 0.767);
    z-index: 9999;
    width: 9999px;
    height: 9999px;
}

.modal-detail-wrapper-new {
    width: 600px;
    text-align: center;
    background-color: #ffffff;
    position: fixed;
    top: 50%;  /* 要素の上端を中央に */
    left: 50%;  /* 要素の左端を中央に */
    border-radius: 20px;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

.modal-detail-wrapper-new h2 {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    background-color: #f5f5f5;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal-detail-wrapper-new .URLtext{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #0551B1;
    margin-bottom: 14px;
    padding: 0 30px;
    word-break: break-all;
    text-decoration: none;
}

.modal-detail-wrapper-new .close label{
    display:block;
    cursor:pointer;
    font-size: 16px;
    height: 50px;
    border-top: 1px solid #ddd;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
