@charset "UTF-8";

/* 明朝体 */

.mincho{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:bold;
}

.go_to_card .sp_only{
	display: none;
}


/* 早稲田川柳
------------------------------------------------- */

#col-all .article {
     margin-bottom: 0px; 
}
body {
    text-align: center;
    font-size: 100%;
    background-color: #eee;
}
#main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    color: #333;
}

html {
    background-color: #ffffff;
    color: #333;
    font-size: 13px;
    font-family: FontAwesome, 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    line-height: 1.5;
}

i{
	font-style: normal;
}
li{
	list-style-type: none;
}

div#col-all {
    width: 100%;
}
div.article {
    width: 100%;
    overflow: hidden;
}

#footer{
	margin-top: 0;
}

.clear{
	clear:both;
	display: block;
}
.bgcolor01{
	background:#e49837;
}
.bgcolor02{
	background:#5fa33d;	
}
.bgcolor03{
	background:#3d79a3;
}

#header, #main-head {
	display:none;
}
#page {
    border-top: none;
}

/* 2ページ目以降上固定のメニュー */

#fixedmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    text-align: center;
    padding: 6px 0;
    height: 40px;
	transition-duration: 0.5s;
}
#fixedmenu article{
	display:block;
	overflow: hidden;
	margin:auto;
	width: 840px;
}
#fixedmenu article a{
	transition-duration: 0.5s;
}
#fixedmenu article a:hover{
	text-decoration:none;
	opacity:0.7;
}

#fixedmenu article .left{
	float:left;
}
#fixedmenu article .right{
	float:right;
}
#fixedmenu article .btn_alumni {
    background: #ffffff;
    padding: 12px;
    display: inline-block;
    font-size: 110%;
    margin-right: 2px;
    border-radius: 4px;
}
#fixedmenu article .btn_card{
	background:#890412;
	color:#ffffff;
	padding:12px;
	display:inline-block;
    font-size: 110%;
    border-radius: 4px;
}
#fixedmenu article .btn_support{
	background:#d76f00;
	color:#ffffff;
	padding:12px;
	display:inline-block;
    font-size: 110%;
    border-radius: 4px;
}

#fixedmenu article .left i{
	margin-right: 8px;
	display:inline-block;
}

#fixedmenu article .btn_apply{
	background:#fff338;
	padding:12px;
	display:inline-block;
    font-size: 120%;
    font-weight:bold;
    border-radius: 4px;
}
#fixedmenu article .left .btn_alumni i {
    width: 16px;
    height: 16px;
    background: url(../images/card/icon_mini_black.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
}
#fixedmenu article .left .btn_card i, #fixedmenu article .left .btn_support i {
    width: 16px;
    height: 16px;
    background: url(../images/card/icon_mini_white2.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
}
#fixedmenu article .btn_apply i {
    width: 16px;
    height: 16px;
    background: url(../images/senryu/icon_mini_apply.png) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}
#fixedmenu article .btn_apply strong {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
}

#senryu_top .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /* left: 50%; */
    /* margin-left: -50%; */
    overflow: hidden;
    z-index: -1;
}
#senryu_top .bg:after {
	content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background: url(../images/senryu/top_bg_pattern.png) center center;
    z-index: 10000;
}

#senryu_top .bg video {
    width: 1920px;
    height: 1080px;
}


#senryu_top article {
    width: 1010px;
    height: 800px;
    height: 100vh;
    margin: auto;
    position: relative;
    display:table;
}
#senryu_top article .toplink a{
	display:inline-block;
}
#senryu_top article .toplink a:hover{
	opacity:0.7;
}

#senryu_top article .toptitle {
    text-align: center;
    margin-top: 20vh;
    margin-top : -webkit-calc(34vh - 160px) ;
    margin-top : calc(34vh - 160px) ;
}
#senryu_top article .toptitle p{
	color:#ffffff;
	font-size: 130%;
	margin-top: 30px;
}
#senryu_top article .pagelink{
	position:absolute;
	bottom:0;
	text-align: center;
	width:100%;
}
#senryu_top article .pagelink a{
	width:180px;
	height:120px;
	height: 10vh;
	display:inline-block;
	vertical-align: bottom;
	margin:0 12px;
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
}
#senryu_top article .pagelink a:hover{
	height:180px;	
	height: 15vh;
}


#senryu_top article .pagelink a i{
	text-align: center;
	margin-top: 40px;
	margin-top: 3vh;
	font-weight:bold;
	font-size:140%;
	color:#ffffff;
	display: inline-block;
}

#senryu_top article .new_arrivals{
	width:100%;
	margin:4vh 0;
	text-align: center;
}
#senryu_top article .new_arrivals p {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}
#senryu_top article .new_arrivals i {
    transition-duration: 0.5s;
    font-size: 180%;
    margin: 20px auto;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    opacity: 1;
}




.push .wanted{
	position:absolute;
	top:20px;
	right:20px;
	display:table;
	width:160px;
	height:160px;
	border-radius: 160px;
	background:#fff338;
	color:#000000;
	text-align: center;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
}
.push .wanted a:hover{
	text-decoration: none;
}

.push.second .wanted{
	margin-top: 60px;
}
.push .wanted a{
	text-align: center;
	font-size:120%;
	display:table-cell;
	vertical-align: middle;
	padding-bottom: 2px;
}
.push .graph{
	position:absolute;
	bottom:0px;
	right:20px;
	display:none;
	width:184px;
	height:244px;
	text-align: center;	
}
.push .wanted:hover{
	width:180px;
	height:180px;
	position:absolute;
	top:10px;
	right:10px;
	opacity:0.7;
}


.push02 span {
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #fff338;
    color: #000000;
    text-align: center;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.push02 span a{
	text-align: center;
	font-size:110%;
	display:table-cell;
	vertical-align: middle;
	padding-bottom: 8px;
	text-decoration:none;
}
.push02 span:hover{
	width:200px;
	height:200px;
	position:absolute;
	top:-10px;
	right:-10px;
	opacity:0.7;
}

#senryu_form{
    display: block;
    width: 100%;
    position:relative;
    overflow: hidden;
}

#senryu_top{
    transition-duration: 0.5s;
	z-index: 5;
}


.cont_wrap{
	background:#f0f0f0;
	margin:auto;
	padding: 1px;
}
.cont_wrap .cont {
    background: #ffffff;
    width: 720px;
    padding: 60px;
    margin: 120px auto 60px;
}
#senryu_03 .prize{
	position:relative;
}

.apply_count{
	margin-top: 4vh;
	text-align: center;

}
.apply_count span{
	display:inline-block;
	width:320px;
	line-height: 60px;
	color:#256f00;
	font-size:120%;
	text-align: center;
	background:#ffffff;
}
.apply_count a{
	display:inline-block;
	width:320px;
	line-height: 60px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	background-color:#256f00;
	text-align: center;
}
.apply_count a:hover{
	opacity:0.7;
	cursor:pointer;
}
.apply_count a i{
    width: 16px;
    height: 16px;
    background: url(../images/senryu/icon_mini_apply2.png) center center no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;	
}


/* 早稲田川柳 ページ送り */

.cont_wrap .senryu-list .pagefeed{
	text-align: center;
    margin-top: 30px;
}
.cont_wrap .senryu-list .pagefeed a{
	display: inline-block;
    vertical-align: middle;
    margin: 8px;
}
.cont_wrap .senryu-list .pagefeed ul{
	display: inline-block;
    vertical-align: middle;
}
.cont_wrap .senryu-list .pagefeed ul li{
	display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    width: 32px;
    height: 32px;
    margin: 8px;
    border: 1px solid #880412;
    text-align: center;
    line-height: 32px;
    background: #ffffff;
    color: #880412;
    font-size: 120%;
    font-weight: bold;
}
.cont_wrap .senryu-list .pagefeed ul li.current{
	background: #880412;
    border: 1px solid #880412;
    color: #ffffff;
}
.cont_wrap .senryu-list .pagefeed a:hover, .cont_wrap .senryu-list .pagefeed ul li:hover{
	cursor:pointer;
	opacity:0.7;
}

/* 早稲田川柳 結果発表用 */

.cont_wrap .senryu_award {
    background: #ffffff;
    width: 840px;
    padding: 0px;
    margin: 120px auto -60px;
    border: 10px solid #fff338;
    box-sizing: border-box;
}
.cont_wrap .senryu_award .award_title{
	width:100%;
    padding: 60px;
    border-bottom: 10px solid #fff338;
    box-sizing: border-box;
}
.cont_wrap .senryu_award .award_title h1{
	width:80%;
	max-width:480px;
	display:block;
	margin:12px auto 24px;
}
.cont_wrap .senryu_award .award_title p{
	width:80%;
	max-width:480px;
	display:block;
	margin:24px auto 12px;
	text-align:center;
	font-size: 150%;
    font-weight: bold;
}
.cont_wrap .senryu_award .award_title p span{
	margin-bottom: 16px;
	display:inline-block;
}
.cont_wrap .senryu_award .award_title p i{
	display:block;
}
.cont_wrap .senryu_award .award_title p strong{
	font-size: 200%;
	display: inline-block;
	background: linear-gradient(transparent 80%, #fff338 80%) !important;
}
.cont_wrap .senryu_award .marker_yellow{
	background: linear-gradient(transparent 60%, #fff338 60%);
}
.cont_wrap .senryu_award .award_title h1 i{
	color:#000000;
	font-size:120%;
	font-weight:normal;
	display: block;
    margin-bottom: 12px;
}
.cont_wrap .senryu_award .award_title h1 img{
	width:100%;
	height:auto;

}
.cont_wrap .senryu_award .award_detail{
	width:100%;
    padding: 60px;
    box-sizing: border-box;
}
#senryu_form .cont_wrap .senryu_award .award_detail h2{
	color:#000000;
	text-align: left;
    font-weight: normal;
}
#senryu_form .cont_wrap .senryu_award .award_detail h2 strong{
	background: linear-gradient(transparent 70%, #fff338 70%);
	display: inline-block;
	font-size:150%;
	padding-bottom: 2px;
}
#senryu_form .cont_wrap .senryu_award .award_detail h2 strong.bg_award_waseda{
	background:#890412;
	color:#ffffff;
	width:80px;
	text-align: center;
    font-size: 120%;
    display: inline-block;
    padding: 8px 10px 6px;
}
#senryu_form .cont_wrap .senryu_award .award_detail h2 strong.bg_award_gray{
	background:#666666;
	color:#ffffff;
	width:80px;
	text-align: center;
    font-size: 120%;
    display: inline-block;
    padding: 8px 10px 6px;
}
.award_box_special {
    display: block;
    border: 2px solid #000000;
    box-shadow: 4px 4px 0 #000000;
    margin: 30px 0 60px;
}
.award_box_special h3{
	display: block;
	border-bottom: 2px solid #000000;
	padding:24px 30px;
}
.award_box_special h3 strong{
	font-size: 150%;
}
.award_box_special h3 i {
    font-size: 120%;
    display: block;
    margin-top: 16px;
}
.award_box_special .award_detail_special{
	background:#f4f4f4;
	padding:24px 30px 0;
	position:relative;
}
.award_box_special .award_detail_special p {
    min-height: 180px;
    line-height: 180%;
    font-size: 120%;
    margin-top: 12px;
    padding-bottom: 20px;
    max-width: 480px;
}
.award_box_special .award_detail_special figure{
	position:absolute;
	bottom:0px;
	right:0px;
}
.award_box_special .award_detail_special figure i{
	display: inline-block;
	vertical-align: bottom;
}
.award_box_special .award_detail_special figure i img{
	display: block;
}
.award_box_special .award_detail_special figure span{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 16px;
    text-align: right;
    line-height: 160%;
}

.award_box_waseda {
    display: block;
    margin: 30px 0 60px;
	position:relative;
}
.award_box_waseda h3{
	display: block;
	background:#890412;
	color:#ffffff;
	padding:24px 30px;
}
.award_box_waseda h3 strong{
	font-size: 150%;
}
.award_box_waseda h3 i{
	font-size: 120%;
	display: block;
    margin-top: 16px;
}
.award_box_waseda .award_detail_waseda{
	background:#ffffff;
	padding:24px 30px 0;
	border: 2px solid #890412;
}
.award_box_waseda .award_detail_waseda p {
    min-height: 180px;
    line-height: 180%;
    font-size: 120%;
    margin-top: 12px;
    padding-bottom: 20px;
    max-width: 480px;
}
.award_box_waseda .award_detail_waseda figure{
	position:absolute;
	bottom:0px;
	right:0px;
}
.award_box_waseda .award_detail_waseda figure i{
	display: inline-block;
	vertical-align: bottom;
}
.award_box_waseda .award_detail_waseda figure i img{
	display: block;
}
.award_box_waseda .award_detail_waseda figure span{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 16px;
    text-align: right;
    line-height: 160%;
}

.award_box_fine {
    display: block;
    margin: 30px 0 0;
    border: 2px solid #666666;
    padding: 24px 30px;
}
.award_box_fine ul{
	display: block;
}
.award_box_fine ul li{
	border-bottom: 1px solid #cccccc;
	padding:12px 0;
	overflow: hidden;
}
.award_box_fine ul li:last-child{
	border-bottom: none;
}
.award_box_fine ul li strong{
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:bold;
	float:left;
	font-size: 130%;
    color: #000000;
}
.award_box_fine ul li i{
	float:right;
	margin-top: 4px;
}

/* 結果発表用 ここまで */


#senryu_01 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 2px;
}
#senryu_01 h2:after{
	content:'';
	width:100%;
	height:8px;
	background:url(../images/senryu/bar.png) center center no-repeat;
	display:block;
	margin-top: 12px;
}

#senryu_01 .lead {
    margin-bottom: 4vh;
    margin-top: 5vh;
    line-height: 180%;
    font-size: 130%;
    text-align: center;
}

.quote_wrap {
    max-width: 720px;
    margin: auto;
}
.col3.quote_wrap section article {
    padding: 0;
    background: none;
}
.quote_wrap .quote {
    position: relative;
    background: #ffffff;
    padding: 12px 4px;
    line-height: 160%;
    color: #000000;
    font-size: 130%;
    border-radius: 8px;
    min-height: 0px;
    text-align: center;
}
.quote_wrap .quote i{
	display:block;
	text-align: center;
	line-height: 150%;
}
.quote_wrap .quote i:first-child{
	text-align: left;
}
.quote_wrap .quote i:last-child{
	text-align: right;
}

.quote_wrap .quote:after {
    content: '';
    display: block;
    width: 36px;
    height: 27px;
    position: absolute;
    bottom: -27px;
    right: 24px;
    background: url(../images/senryu/quote_white.png) center center no-repeat;
    background-size: contain;
}

.quote_wrap .silhouette{
	text-align: center;
	padding:24px;
}






#senryu_02 h2{
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 240%;
    font-weight: normal;
    letter-spacing: 2px;
}
#senryu_03 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 64px auto 32px;
    margin: 0 auto 4vh;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 2px;
}
#senryu_02 h2:after, #senryu_03 h2:after{
	content:'';
	width:100%;
	height:8px;
	background:url(../images/senryu/bar.png) center center no-repeat;
	display:block;
	margin-top: 12px;
}

#senryu_03 {
	position: relative;
}
#senryu_03 .caution{
	position: absolute;
	bottom:20px;
	right:20px;
	font-size:90%;
	display:inline-block;
}



.senryu_theme{
	width:1010px;
	display:table;
}
.senryu_theme .theme{
	width:280px;
	display:table-cell;
	padding-right: 40px;
	position:relative;
}
.senryu_theme .theme h3 {
    position: absolute;
    top: -48px;
    left: -48px;
    width: 120px;
    height: 120px;
    border-radius: 140px;
    background: #ffffff;
    color: #3d79a3;
    font-weight: bold;
    text-align: center;
    display: table;
    font-size: 145%;
}
.senryu_theme .theme h3 i{
	display:table-cell;
	vertical-align: middle;
}
.senryu_theme .theme p{
	width:100%;
	height: 450px;
	display:table;
	background: rgba(7, 79, 130, 0.7);
	text-align: center;
}
.senryu_theme .theme p strong{
	color:#ffffff;
	font-size:200%;
	display:table-cell;
	vertical-align: middle;
	font-weight: normal;
}
.senryu_theme .detail{
	width:660px;
	display:table-cell;
	clear:both;
	background:#ffffff;
	vertical-align: middle;
}
.senryu_theme .detail p {
    padding: 20px 30px 0;
    font-size: 100%;
    line-height: 160%;
}
.senryu_theme .detail dl{
	padding:0 30px 12px 30px;
	display:table;
}
.senryu_theme .detail dl dt{
	padding:0 16px 0 0;
	display:table-cell;
	vertical-align: middle;
    font-size: 100%;
}
.senryu_theme .detail dl dd {
    padding: 12px 0px 0 30px;
    display: table-cell;
    vertical-align: middle;
}
.senryu_theme .detail dl dd div{
	display:table;
}
.senryu_theme .detail dl dd div span{
	display: table-cell;
    width: 160px;
    padding-right: 20px;
    text-align: center;
}
.senryu_theme .detail dl dd div span img{
	width:100%;
	height:auto;
}
.senryu_theme .detail dl dd div span:last-child{
	padding-right: 0;
}
.senryu_theme .detail dl dd div span i{
	display:block;
	margin-top:6px;
}

.senryu_notice {
    width: 1010px;
    display: block;
    position: relative;
    margin-top: 4vh;
}
.senryu_notice h3{
	position:absolute;
	top:-48px;
	left:-48px;
	width:120px;
	height:120px;
	border-radius: 140px;
	background:#5fa33d;
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	display:table;
	font-size:150%;
}
.senryu_notice h3 i{
	display:table-cell;
	vertical-align: middle;
}

.senryu_notice article{
	background:#ffffff;
	padding:10px 100px;
}
.senryu_notice article ul{
	margin:16px 0;
}
.senryu_notice article ul li{
	margin:6px 0;
	font-size:90%;
}

.senryu_prize{
	display:block;
	margin: 8vh auto 6vh;
}
.senryu_prize article{
	width:485px;
	float:left;
	position:relative;
}
.senryu_prize article:nth-child(2n){
	float:right;
}
.senryu_prize article h3{
	position:absolute;
	top:-12px;
	width:100%;
	text-align: center;
}
.senryu_prize article h3 i{
	padding:6px 16px;
	border:1px solid #5fa33d;
	font-size:120%;
}
.senryu_prize article h3.prize_once i{
	background:#ffffff;
	color:#5fa33d;
}
.senryu_prize article h3.prize_year i{
	background:#5fa33d;
	color:#ffffff;
}
.senryu_prize article div{
	background:#ffffff;
	height:300px;
	display: table;
	width:100%;
}
.senryu_prize article div ul{
	display: table-cell;
	vertical-align: middle;
	padding:30px;
}
.senryu_prize article div ul li{
	margin:20px;
	font-size: 120%;
}

.apply_count a {
    display: inline-block;
    width: 320px;
    line-height: 60px;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    background-color: #256f00;
    text-align: center;
}

/* 審査員 */

.judgement{

}
.judgement span .silhouette{
	background:#f0f0f0;
	display:block;
}
.judgement span .silhouette i{
	padding:20px;
	display:block;
	height:160px;
}
.judgement span:nth-child(1) .silhouette i{
	background:url('../images/senryu/silhouette_01.png') center center no-repeat;
	background-size:contain;
}
.judgement span:nth-child(2) .silhouette i{
	background:url('../images/senryu/silhouette_02_detail.png') center center no-repeat;
	background-size:contain;
}
.judgement span:nth-child(3) .silhouette i{
	background:url('../images/senryu/silhouette_03_detail.png') center center no-repeat;
	background-size:contain;
}





#senryu_04 h2 {
    text-align: center;
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 32px;
    margin: 0 auto 4vh;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: 2px;
}
#senryu_04 h2:after{
	content:'';
	width:100%;
	height:8px;
	background:url(../images/senryu/bar.png) center center no-repeat;
	display:block;
	margin-top: 12px;
}


#senryu_04 .cont_wrap p{
	font-size:130%;
	line-height:200%;
	margin:auto;
	text-align: center;
}

#cardlink {
    padding: 1px;
    background: linear-gradient(#dddddd,#ffffff 70%, #dddddd 88%,#dddddd);
    margin: 4vh auto -20px;
    width: 838px;
}

#cardlink div {
    display: table;
    width: 700px;
    margin: 20px auto;
}
#cardlink div i{
	display:table-cell;
	padding-right:40px;
	vertical-align: middle;
}
#cardlink div article {
    display: table-cell;
    vertical-align: middle;
}
#cardlink div article h3{
	font-weight:normal;
	font-size:150%;
	margin-bottom: 10px;
}
#cardlink div article h3 strong{
	font-size:250%;
	font-weight:normal;
	display:block;
}
#cardlink div article a.link_icon01 {
    display: block;
    font-size: 140%;
    color: #ffffff;
    padding-left: 28px;
    background: #880412 url(../images/senryu/icon_mini_white.png) 12px center no-repeat;
    font-weight: bold;
    padding: 8px 12px 6px 44px;
}



div.btnbox {
    display: block;
    width: 100%;
    margin: 4vh 0 0;
    text-align: center;
}
div.btnbox a.apply_btn {
    display: inline-block;
    width: 600px;
    padding: 20px 0;
    line-height: 30px;
    color: #ffffff;
    font-size: 180%;
    font-weight: bold;
    background: rgba(7, 79, 130, 0.7);
    border:1px solid #ffffff;
    text-align: center;
}
div.btnbox a.apply_btn:hover {
	opacity:0.7;
	text-decoration: none;
	cursor: pointer;
}
div.btnbox a.apply_btn i {
    width: 20px;
    height: 20px;
    background: url(../images/senryu/icon_mini_apply2.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}

/*div.btnbox a.apply_btn{
	margin:20px auto;
	background:rgba(137,4,12,0.8);
	color:#ffffff;
	font-size:160%;
	border:1px solid #ffffff;
	width:600px;
	display:inline-block;
	padding:20px 0;
}
*/
div.btnbox a.view_past{
	margin:20px auto;
	background:rgba(45,121,163,0.8);
	color:#ffffff;
	font-size:160%;
	border:1px solid #ffffff;
	width:600px;
	display:inline-block;
	padding:20px 0;
}

.col3{
	width:100%;
	display:table;
}

.col3 section{
	width:310px;
	display:table-cell;
	padding-right: 40px;
}
.col3 section:last-child{
	padding-right: 0px;	
}
.col3 section article{
	background:#ffffff;
	padding:30px;
}
.col3 section article h3{
	text-align: center;
    font-size: 200%;
    font-weight: normal;
    background: url(../images/senryu/underline_01.png) bottom center no-repeat;
    padding-bottom: 16px;
    margin-bottom: 24px;
}
.col3 section article p{
	line-height: 200%;
	min-height:240px;
	font-size:120%;
}


/* 選考者の作品 */

#senryu_01{
}
.col3.quote_wrap section{
	width:310px;
	display:table-cell;
	padding-right: 40px;
	position:relative;
	transition-duration: 1s;
	opacity:0;
}

/* 演奏旅行リンク */

.ensou_link {
    display: block;
    margin: 40px auto 0;
    width: 840px;
}
.ensou_link a{
    display: block;
    transition-duration: 0.5s;
}
.ensou_link a:hover{
    opacity: 0.7;
}

/* 早稲田川柳フォーム */

#senryu_form h1{
	color:#890412;
	font-size:150%;
	line-height:150%;
}

#senryu_form .lead{
	margin: 15px 0 30px 0;
    line-height: 180%;
    font-size: 110%;
}

#senryu_form h2{
	font-size:120%;
}

#senryu_form h2.public{
	font-size:120%;
	background:#890412;
	color:#ffffff;
	width:180px;
	text-align: center;
	border:1px solid #890412;
	margin-bottom: 24px;
}
#senryu_form h2.private{
	font-size:120%;
	background:#ffffff;
	color:#890412;
	width:180px;
	text-align: center;
	border:1px solid #890412;
	margin-bottom: 24px;
	margin-top: 48px;
}
#senryu_form h2.public i, #senryu_form h2.private i{
	line-height:200%;
}
.form {
    margin: 24px 0 12px;
}
.form span.wpcf7-form-control-wrap {
    margin: 8px 0px 24px;
    display: inline-block;
}
.form span input, .form span textarea {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #999999;
}
.work section{
	display:inline-block;
	vertical-align: middle;
}
.work section:first-child{
	margin-right:12px; 
}
.age i{
	display:inline-block;
	margin-left: 8px;
}
.form h3{
	font-weight: normal;
}
.form .red{
	display:inline-block;
	margin-left: 8px;
}
.form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: 12px;
}

.contract{
	padding: 30px 40px 25px 40px;
	border:1px solid #890412;
	margin-top: 20px;
	line-height: 150%;
}
.contract li{
	margin:10px 0;
}

#senryu_form h2 {
    text-align: center;
    color: #890412;
    font-size: 140%;
    margin-bottom: 16px;
}
.agreebtn {
    margin: 30px auto 12px;
    text-align: center;
    font-size: 120%;
}
form .agreebtn span input{
	margin: 0;
}
.agreebtn .wpcf7-list-item-label{
	display:inline-block;
	padding:10px;
}

.agreebtn input{
	margin-left: 12px;
	-ms-transform: scale(1.5, 1.5);
  	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.submitbtn{
	text-align: center;
	width: 500px;
    margin: auto;
    position:relative;
}
.submitbtn strong {
    width: 500px;
    padding: 24px 4px;
    text-align: center;
    background: linear-gradient(#b02938,#890412);
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 150%;
    border: none;
    box-shadow: 0px 8px 0px #57030c;
    margin-bottom: 8px;
    margin-top: 0;
    transition-duration:0.3s;
    display: inline-block;
}
.submitbtn strong span{
	display:inline-block;
	vertical-align: middle;
	padding-top: 4px;
}
.submitbtn strong:hover {
	opacity: 0.7;	
    box-shadow: 0px 0px 0px #57030c;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
}
.submitbtn input {
    width: 500px;
    padding: 18px 4px;
    text-align: center;
    background: linear-gradient(#b02938,#890412);
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 150%;
    border: none;
    box-shadow: 0px 8px 0px #57030c;
    margin-bottom: 8px;
    margin-top: 0;
    transition-duration:0.3s;
    display: inline-block;
}
.submitbtn input:hover {
	opacity: 0.7;	
    box-shadow: 0px 0px 0px #57030c;
    margin-top: 8px;
    margin-bottom: 0;
    cursor: pointer;
}

.submitbtn i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/senryu/icon_mini_white.png) left center no-repeat;
    margin: 0 12px 0 0;
    vertical-align: middle;
}
div.wpcf7 .ajax-loader {
    margin: 12px;
}

.go_to_card{
	display: none;
}

.wpcf7-form.sent .go_to_card{	
	display: block;
	padding:36px;
	background:#f0f0f0;
	margin:24px auto;
}
.wpcf7-form.sent .go_to_card .card_lead {
    text-align: center;
    margin-bottom: 10px;
    font-size: 150%;
    line-height: 160%;
}
.wpcf7-form.sent .go_to_card .card_lead .br_sp{
	display:none;
}
.wpcf7-form.sent .go_to_card .card_lead strong {
    color: #890412;
    font-size: 130%;
    font-weight: bold;
}
.wpcf7-form.sent .go_to_card div {
    text-align: center;
    margin: 24px auto 30px;
}
.wpcf7-form.sent .go_to_card div img{
	width:100%;
	height:auto;
}
.wpcf7-form.sent .go_to_card .online_linkbtn{
	text-align: center;
	margin-top: 24px;
}
.wpcf7-form.sent .go_to_card .online_linkbtn a {
    padding: 16px 56px 14px 80px;
    background: #890412 url(../images/card/icon_mini_white2.png) 16px center no-repeat;
    font-weight: bold;
    font-size: 140%;
    color: #ffffff;
    display: inline-block;
}
.wpcf7-form.sent .go_to_card .online_linkbtn a:hover {
	text-decoration: none;
	opacity:0.7;
}


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

	/* 早稲田川柳 ページ送り */

	.cont_wrap .senryu-list .pagefeed{
	    margin-bottom: 20px;
	}
	.cont_wrap .senryu-list .pagefeed a{
	    vertical-align: middle;
	    margin: 4px;
	}
	.cont_wrap .senryu-list .pagefeed ul{
		display: inline-block;
	    vertical-align: middle;
	    width:82%;
	}
	.cont_wrap .senryu-list .pagefeed ul li{
	    margin: 4px;
	}


	/* 早稲田川柳 結果発表用スマホ版 */
	
	.cont_wrap .senryu_award {
    	background: #ffffff;
    	width: 94%;
    	margin: 90px auto -40px;
    	padding: 0;
	}
	.cont_wrap .senryu_award .award_title{
		width:100%;
	    border-bottom: 10px solid #fff338;
	    box-sizing: border-box;
	    padding: 36px 0;
	}
	.cont_wrap .senryu_award .award_title p {
    	width: 90%;
    	max-width: 480px;
    	display: block;
    	margin: 24px auto 12px;
    	text-align: center;
    	font-size: 120%;
    	font-weight: bold;
	}
	.cont_wrap .senryu_award .award_title p span{
		margin-bottom: 16px;
		display:inline-block;
	}
	.cont_wrap .senryu_award .award_title p i{
		display:block;
	}
	.cont_wrap .senryu_award .award_title p strong{
		font-size: 200%;
		display: inline-block;
		background: linear-gradient(transparent 80%, #fff338 80%) !important;
	}
	.cont_wrap .senryu_award .marker_yellow{
		background: linear-gradient(transparent 60%, #fff338 60%);
	}
	.cont_wrap .senryu_award .marker_yellow.marker_yellow_2nd_sp{
		background: linear-gradient(transparent 80%, #fff338 80%);
		line-height: 140%;
	}
	.cont_wrap .senryu_award .award_title h1 i{
		color:#000000;
		font-size:110%;
		font-weight:normal;
		display: block;
	    margin-bottom: 12px;
	}
	.cont_wrap .senryu_award .award_title h1 img{
		width:100%;
		height:auto;
	
	}
	.cont_wrap .senryu_award .award_detail{
		width:100%;
	    box-sizing: border-box;
	    padding: 36px 6%;
	}
	#senryu_form .cont_wrap .senryu_award .award_detail h2{
		color:#000000;
		text-align: left;
	    font-weight: normal;
	}
	#senryu_form .cont_wrap .senryu_award .award_detail h2 strong{
		background: linear-gradient(transparent 70%, #fff338 70%);
		display: inline-block;
		font-size:130%;
		padding-bottom: 2px;
	}
	#senryu_form .cont_wrap .senryu_award .award_detail h2 i{
		font-size:80%;
	}
	#senryu_form .cont_wrap .senryu_award .award_detail h2 strong.bg_award_waseda{
		background:#890412;
		color:#ffffff;
		width: 64px;
	    text-align: center;
    	font-size: 100%;
	    display: inline-block;
	    padding: 8px 10px 6px;
	}
	#senryu_form .cont_wrap .senryu_award .award_detail h2 strong.bg_award_gray{
		background:#666666;
		color:#ffffff;
		width: 64px;
	    text-align: center;
    	font-size: 100%;
	    display: inline-block;
	    padding: 8px 10px 6px;
	}
	.award_box_special {
	    display: block;
	    border: 2px solid #000000;
	    box-shadow: 4px 4px 0 #000000;
	    margin: 30px 0 60px;
	}
	.award_box_special h3{
		display: block;
		border-bottom: 2px solid #000000;
		padding:24px 6%;
	}
	.award_box_special h3 strong{
		font-size: 150%;
		line-height: 140%;
	}
	.award_box_special h3 i {
	    font-size: 120%;
	    display: block;
	    margin-top: 16px;
	}
	.award_box_special .award_detail_special{
		background:#f4f4f4;
		padding:24px 6% 0;
		position:relative;
	}
	.award_box_special .award_detail_special p {
	    min-height: auto;
	    line-height: 180%;
    	font-size: 120%;
    	margin-top: 12px;
    	padding-bottom: 32px;
    	max-width: 480px;
	}
	.award_box_special .award_detail_special figure{
		position: static;
    	bottom: 0px;
    	right: 0px;
    	text-align: center;
	}
	.award_box_special .award_detail_special figure i{
		display: inline-block;
		vertical-align: bottom;
	}
	.award_box_special .award_detail_special figure i img{
		display: block;
	}
	.award_box_special .award_detail_special figure span{
		display: inline-block;
		vertical-align: bottom;
		text-align: center;
		margin-bottom: 16px;
	    line-height: 160%;
	}
	
	.award_box_waseda {
	    display: block;
	    margin: 30px 0 60px;
		position:relative;
	}
	.award_box_waseda h3{
		display: block;
		background:#890412;
		color:#ffffff;
		padding:24px 6%;
	}
	.award_box_waseda h3 strong{
		font-size: 130%;
	    line-height: 140%;
	}
	.award_box_waseda h3 i{
		font-size: 110%;
		display: block;
	    margin-top: 16px;
	}
	.award_box_waseda .award_detail_waseda{
		background:#ffffff;
		padding:24px 6% 0;
		border: 2px solid #890412;
	}
	.award_box_waseda .award_detail_waseda p {
	    min-height: 180px;
	    line-height: 180%;
	    font-size: 120%;
	    margin-top: 12px;
	    padding-bottom: 20px;
	    max-width: 480px;
	}
	.award_box_waseda .award_detail_waseda figure{
		position:static;
		bottom:0px;
		right:0px;
		text-align: center;
	}
	.award_box_waseda .award_detail_waseda figure i{
		display: inline-block;
		vertical-align: bottom;
	}
	.award_box_waseda .award_detail_waseda figure i img{
		display: block;
	}
	.award_box_waseda .award_detail_waseda figure span{
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 16px;
	    text-align: right;
	    line-height: 160%;
	}
	
	.award_box_fine {
	    display: block;
	    margin: 30px 0 0;
	    border: 2px solid #666666;
	    padding: 12px 6%;
	}
	.award_box_fine ul{
		display: block;
	}
	.award_box_fine ul li{
		border-bottom: 1px solid #cccccc;
		padding:12px 0;
		overflow: hidden;
	}
	.award_box_fine ul li:last-child{
		border-bottom: none;
	}
	.award_box_fine ul li strong{
	    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	    font-weight:bold;
		float: none;
	    font-size: 120%;
	    color: #000000;
	    line-height: 140%;
	}
	.award_box_fine ul li i{
		float:none;
		margin-top: 10px;
		display: block;
	}	
	/* 結果発表用 ここまで */

}

