@charset "UTF-8";
/* CSS Document */


/*--------------------
list
--------------------*/

#list{
}

#list #keyword_index{
    width: 638px;
    background: #313131;
    padding: 20px 56px 30px 56px;
    margin: 0 auto 50px;
}

.title_s{
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
    text-align: center;
    padding-bottom: 17px;
    color: #fff;
}

.btn_plus{
	display:block;
	width:276px;
	height:53px;
	margin:20px auto 0;
    padding: 0 0 0 30px;
	color:#fff;
	text-align:center;
	line-height:53px;
	transition:0.5s ease;
	font-size:19px;
	border:1px solid #fff;
    background: url("../img/btn_plus.png") no-repeat 38px center;
    background-size: 14px auto;
    letter-spacing: 0;
}

.btn_plus:hover{
	color:#fff;
    opacity: 0.4;
}


/* ---- 580px > ---- */

@media screen and (max-width: 767px) {

.contents {
  padding-top: 6%;
}

/*--------------------
list
--------------------*/

#list{
}

#list #keyword_index{
    width: 88%;
    background: #313131;
    padding: 6% 7% 7% 7%;
    margin: 0 auto 11%;
    box-sizing: border-box;
}

.title_s{
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    text-align: center;
    padding-bottom: 5%;
}

.btn_plus{
	width:96%;
    height: auto;
	margin:6% auto 0;
    padding: 6% 0 6% 11%;
	text-align:center;
    line-height: 1.2;
    background: url("../img/btn_plus.png") no-repeat 8% center;
    background-size: 6% auto;
    box-sizing: border-box;
    font-size: 16px;
}

.btn_plus span{
    display: inline-block;
    vertical-align: top;
}

}
