@charset "utf-8";

/* 稲門祭用 */
.senryu_tomonsai_wrap {
	box-shadow: #cccccc 0px 0px 8px 4px;
	margin: 24px auto;
}

/* 投稿ページ用 */
.senryu_single_wrap {
    margin: 30px auto;
}

.senryu_bnnr {
    display: block;
    background: #333333;
    background: -moz-linear-gradient(to bottom, #333333, #222222);
    background: -webkit-linear-gradient(to bottom, #333333, #222222);
    background: linear-gradient(to bottom, #333333, #222222);
    background-size: contain;
    min-height: 120px;
    transition-duration:0.5s;
}
.senryu_bnnr section{
	background: url(/images/senryu_bnnr/left.png) left center no-repeat;
    display: block;
}
.senryu_bnnr section a{
    display: block;
    padding-left: 285px;
    min-height: 120px;
    text-align: center;
    text-decoration:none;
}

/* 投稿ページ用左画像 */
.senryu_single_wrap .senryu_bnnr section{
    background: url(/images/senryu_bnnr/left_mini.png) left center no-repeat;
    display: block;
}
.senryu_single_wrap .senryu_bnnr section a{
    display: block;
    padding-left: 205px;
    min-height: 120px;
    text-align: center;
    text-decoration:none;
}

#col-main .senryu_bnnr section a, #col-main .senryu_bnnr section a:link, #col-main .senryu_bnnr section a:visited{
    text-decoration:none;
}
.senryu_bnnr section a strong{
    display:block;
    overflow: hidden;
}
.senryu_bnnr:hover{
	opacity: 0.7;
}
.senryu_bnnr section a span {
    background: #df8a1d url(/images/senryu_bnnr/icon.png) 6px center no-repeat;
    background-size: 16px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 12px 5px 30px;
    display: inline-block;
    margin: 14px auto;
    font-size: 110%;
}
.senryu_bnnr section a i {
    display: block;
    margin: auto;
    min-height: 25px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 29px;
    font-size: 140%;
    transition-duration: 0.5s;
    font-style: normal;
    line-height: 150%;
}

/* スマホ版 */

.senryu_bnnr_sp {
    display: block;
    background: #333333;
    background: -moz-linear-gradient(to bottom, #444444, #222222);
    background: -webkit-linear-gradient(to bottom, #444444, #222222);
    background: linear-gradient(to bottom, #444444, #222222);
    background-size: contain;
    min-height: 120px;
    transition-duration:0.5s;
    max-width:420px;
    margin:auto;
}
.senryu_bnnr_sp section{
    background: url(/images/senryu_bnnr/left_sp.png) center top no-repeat;
    display: block;
}
.senryu_bnnr_sp section a{
    display: block;
    padding-top: 80px;
    min-height: 120px;
    text-align: center;
    text-decoration:none;
}
.senryu_bnnr_sp section a strong{
    display:block;
    overflow: hidden;
}
.senryu_bnnr_sp:hover{
    opacity: 0.7;
}
.senryu_bnnr_sp section a span {
    background: #df8a1d url(/images/senryu_bnnr/icon.png) 6px center no-repeat;
    background-size: 16px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 12px 2px 30px;
    display: inline-block;
    margin: 8px auto 28px;
    font-size: 85%;
}
.senryu_bnnr_sp section a i {
    display: block;
    margin: auto;
    min-height: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 24px;
    font-size: 90%;
    transition-duration: 0.5s;
    font-style: normal;
    width: 92%;
}
.senryu_single_wrap .senryu_bnnr_sp section strong{
    font-size:130%;
}