@charset "UTF-8";

.title {
background-image: url("../jokin/img/jokin_t_bg.jpg");
background-repeat:no-repeat;
background-position:center center;
background-size:cover;
}

.midashi img {
width: 100%;
height: auto;
}

/* 商品概要 */
.gaiyou {
background-color: #f6f6f6;
padding: 20px;
margin-bottom: 40px;
}

/* PDFダウンロードボタン */
.pdf_dl a {
background-color: #66cc99;
color: #ffffff;
font-size: 25px;
font-weight: bold;
display: block;
padding: 5px 0px;
border-radius: 5px;
text-decoration: none;
text-align: center;
margin-bottom: 20px;
}

.pdf_dl a:hover {
opacity: 0.7;
}

.pdf_dl i {
margin-right: 10px;
}
