
.entry-box h1 {
	margin-bottom: 22px;
}
.entry-box h2 {
	margin-bottom: 20px;
}
.entry-box h3 {
	margin-bottom: 18px;
}
.entry-box h4 {
	margin-bottom: 16px;
}
.entry-box h5 {
	margin-bottom: 12px;
}
.entry-box h6 {
	margin-bottom: 10px;
}
.entry-box p {
	margin-bottom: 30px;
}
.wp-caption-text,
.entry-box figcaption {
	margin-top: 10px;
}
.wp-caption,
.entry-box figure {
	margin-bottom: 30px;
}
.entry-box ul {
	margin: 0 0 30px 1.4em;
	list-style: disc;
}
.entry-box ol {
	margin-bottom: 30px;
}
.entry-box table {
	margin-bottom: 30px;
}


.wp-caption-text,
.entry-box figcaption {
	font-size: 84.6%;
	line-height: 1.5;
	text-align: center;
	color: #757575;
}
/*商品購入ページ・商品説明欄*/
/*商品説明欄*/
.table-record td p{
	margin: 10px auto;
	margin-bottom: 10px;
	padding-left: 10px;
}
.about-stock-box{
    max-width: 100%;
    text-align: center;
    margin: 5em auto;
    padding: 15px;
    border: solid 3px #ccc;
    border-radius: 8px;
}
.box-title{
    position: relative;
    display: inline-block;
    top: -30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #333333;
    font-weight: bold;
}
.about-stock-box p{
	position: relative;
	top:-8px;
    text-align: left;
    margin: -10px 15px;
}
/*注意欄*/
.attention-box{
    max-width: 100%;
    text-align: center;
    margin: 5em auto;
    padding: 15px;
    border: solid 3px #ccc;
    border-radius: 8px;
}
.attention-box-title{
    position: relative;
    display: inline-block;
    top: -30px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: red;
    font-weight: bold;
}
.attention-box p{
    text-align: left;
    margin: -10px 15px;
}
.under{
    border-bottom: dotted 2px #87CEFA;
}
/*オーディオプレイヤー*/
#mep_0,#mep_1,#mep_2,#mep_3,#mep_4,#mep_5{
	margin-top: 10px;
}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	.entry-box figcaption {
		margin: 12px 0 0;
	}
	.entry-box figure {
		margin-bottom: 40px;
	}
	.entry-box ul,
	.entry-box ol,
	.entry-box table {
		margin-bottom: 40px;
	}
	.entry-box figcaption {
		font-size: 108.7%;
	}
	.site-column1 .entry-box h1,
	.site-column1 .entry-box h2,
	.site-column1 .entry-box h3,
	.site-column1 .entry-box h4,
	.site-column1 .entry-box h5,
	.site-column1 .entry-box h6,
	.site-column1 .entry-content p,
	.site-column1 .entry-content ul li,
	.site-column1 .entry-content ol li,
	.site-column1 .entry-content table th,
	.site-column1 .entry-content table td{
		font-size: 15px;
		line-height: inherit;
	}
	.site-column2 .entry-box h1,
	.site-column2 .entry-box h2,
	.site-column2 .entry-box h3,
	.site-column2 .entry-box h4,
	.site-column2 .entry-box h5,
	.site-column2 .entry-box h6,
	.site-column2 .entry-content p,
	.site-column2 .entry-content ul li,
	.site-column2 .entry-content ol li,
	.site-column2 .entry-content table th,
	.site-column2 .entry-content table td{
		font-size: 14px;
		line-height: inherit;
	}
/*商品購入ページ・商品説明欄*/
/*商品説明欄*/
    .table-record td p{
	    margin: 10px auto;
	    margin-bottom: 10px;
	    padding-left: 10px;
    }
    .about-stock-box{
        max-width: 100%;
        text-align: center;
        margin: 1em auto;
		margin-top: 5em;
        padding: 15px;
        border: solid 3px #ccc;
        border-radius: 8px;
    }
    .box-title{
        position: relative;
        display: inline-block;
        top: -30px;
        padding: 0 9px;
        line-height: 1;
        font-size: 15px;
        background: #FFF;
        color: #333333;
        font-weight: bold;
    }
    .about-stock-box p{
		position: relative;
		top:-8px;
        text-align: left;
        margin: -10px 15px;
    }
}