/* カテゴリーリンク */
#container .wrapper .cat-txtLink{
	font-size: 1rem;
	line-height: 1.6rem;
	margin: 30px auto 40px;
	text-align: center;
	width: 90%;
}
.wrapper .cat-txtLink a{
	color: #5d83e9;
	text-decoration: underline;
}

@media screen and (min-width: 960px) {
.wrapper .cat-txtLink{
	font-size: 1rem;
}
.wrapper .cat-txtLink a{
		display: inline-block;
	}

.wrapper .cat-txtLink br{
	display: none;
}
}

/*おススメの特集ページ*/ 
@media screen and ( min-width: 480px) {
    /*.feature-title{
        margin: 20px 0 30px;
        font: normal 2rem / 1.2 "ＭＳ　Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif;
        border-left: 5px solid #333;
        padding-left: 15px;
    }*/
    .freespace-bn{
        display: flex;
    }
    .freespace_bn li:nth-child(odd) {
        margin-right: 1%;
    }
    .freespace_bn li {
        width: 49%;
        margin-bottom: 8px;
    }
}
.detail{
    font-size: 1.3rem;
    font-style: 'ヒラギノ角ゴシックPro', 'Hiragino　Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'MS P ゴシック', 'MS PGothic', sans-serif;
    padding-left: 5px;
    text-align: left;
}
.freespace-bn{
    display: flex;
    flex-flow: wrap;
    margin: 0 5px 15px;
}
.freespace-bn li{
    width: 100%;
    margin-bottom: 2px;
}

