@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Verdana','ＭＳ Ｐゴシック',sans-serif;
	background: #BBBBBB;
	color: #333;
}

div.scroll_div { overflow: auto; }

table#DateTable input[type="button"] {
	font-size:20px;
	width:50px;
}
table#DateTable input[type="text"] {
	font-size:20px;
	width:150px;
}

.cp_timeline03 {
    position: relative;
    margin: 3em auto;
}
.cp_timeline03:before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    width: 4px;
    height: 100%;
    background-color: #006064;
}

.cp_timeline03 .timeline_group {
    position: relative;
    /*padding-top: 55px;*/
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
    margin-top: 4rem;
}

.cp_timeline03 .timeline_item {
    margin-bottom: 1em;
    position: relative;
    display: flex;
    /*align-items: center;*/
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
    margin-bottom: 2em;
}
.cp_timeline03 .timeline_item:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    z-index: -1;
    /*background-color: #006064;*/
}

.cp_timeline03 .time {
    position: sticky;
    height: 59px;
    width: 80px;
    top: 0;
}
.cp_timeline03 .time_bar {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 30px;
    background-color: #006064;
    z-index: -2;
}


.cp_timeline03 .time_date {
    position: sticky;
    font-size: 14px;
    line-height: 22.4px;
    top: 0;
    left: 0;
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    padding: 0.5em 0.5em;
    margin-top: 0px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    background-color: #26C6DA;
    border-radius: 50%;
}
.cp_timeline03 .time_day {
    font-size: 1em;
    font-weight: 700;
    display: block;
}
.cp_timeline03 .time_week {
    font-size: 0.8em;
    display: block;
    text-transform: uppercase;
}

.cp_timeline03 .desc {
    padding: 0.5em 1em;
    width: 100%;
    border-left: 3px solid #26C6DA;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 0.9em;
}

@media only screen and (max-width: 767px) {
    .cp_timeline03:before {
        left: 0;
    }
    .cp_timeline03 .timeline_group {
        /*padding-top: 40px;*/
    }
    .cp_timeline03 .timeline_item {
        /*padding-top: 60px;*/
        /*padding-left: 20px;*/
    }
    .cp_timeline03 .timeline_item:before {
        top: 90px;
    }
    .cp_timeline03 .time {
        height: 34px;
    }
    .cp_timeline03 .time_bar {
        top: 15px;
    }
    .cp_timeline03 .time_date {
        /*top: 40px;*/
        border-radius: 0 20px 20px 0;
        min-height: 1em;
        height: 20px;
    }
    .cp_timeline03 .time_day,
    .cp_timeline03 .time_week {
        display: inline-block;
    }
    .cp_timeline03 .desc {
        font-size: 0.8em;
    }
}


div.desc {
    clear: both;
    width: 768px;
    margin: 0;
    padding: 0 0 5px 0;
}

div.desc div.div-wrap {
	border: 1px solid #909090;
	background: #F5F5F5;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	zoom: 1;
}

div.BookArea {
    cursor: pointer;
}

div.div-wrap > div {
	width :247px;
	display:block;
}

div.desc div.div-wrap .product-image-left {
	background: #F5F5F5;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
div.desc div.div-wrap .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}

div.desc div.div-wrap .product-description-right {
	background: #F5F5F5;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
.product-description-right p.p-genre {
    margin: 3px 1px 2px 0;
	padding:0;
	width: 98%;
}
div.div-wrap .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #fdfdfd;
	border: 1px solid #777;
	color: #333;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 

}
#col-3 #content .product-description-right p.publisher {
	margin: 0px 3px 1px 0;
	padding:0;
    line-height: 1.2;
}
#col-3 #content .product-description-right p.publisher span {
	margin:0;
	padding:1px;
	font-weight: normal;
	font-size:11px;
	zoom:1; 

}



span.BookTitle {
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}
