/*特集用CSS*/

.specials_col h3{
    font-size: 24px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    /* border-bottom: 1px solid #737373; */
    /* padding-bottom: 11px; */
    color: #E89337;
    margin-top: 15px;
}

.p_underline{
	background: linear-gradient(transparent 70%, #e8da65 70%);
}

.post-type-archive .archiveList .title, .single-specials .archiveList .title {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 22px;
    line-height: 1.5;
    height: auto;
    display: block;
    overflow: initial;
    -webkit-font-smoothing: antialiased; 

}
.post-type-archive .archiveList .body,.post-type-archive .archiveList .body {
    clear: both;
    padding: 10px 0 0;
}
.post-type-archive .archiveList, .post-type-archive .archiveList{
	background-color: #FFF; 
}
.post-type-archive .archiveList li,.post-type-archive .archiveList li {
    border-bottom: : 1px solid #EEE;
}

 .specials_col h3, .specials_col h4{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;

    line-height: 1.5;
    height: auto;
    display: block;
    overflow: initial;
    -webkit-font-smoothing: antialiased; 
    font-weight: bold;
    margin-top: 60px;
}
 .specials_col h3:first-child {
margin-top: 30px;
}

.single-specials #main p{
	margin-bottom: 30px;
    font-size: 15px;
    line-height: 180%;
}
.ovfl h4.name{
	margin-top: 0;
}