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

/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* 採択演題一覧ページ */
/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/

/* 採択演題一覧ページ テーブル */
.accp_tbl{
    border: solid 1px #1E247D ;
    margin-top: 5px ;
    margin-bottom: 10px ;
    width: 70% ;
}
    .accp_tbl th, .accp_tbl td{
        border-right: solid 1px #1E247D ;
        border-bottom: solid 1px #1E247D ;
        padding: 4px 8px ;
        vertical-align: bottom ;
    }

    .accp_tbl th{
        background: #dceaf7 ;
        color: #1E247D ;
        text-align: center ;
    }
    
    .accp_tbl td{
        text-align: center ;
    }



/*----------*----------*----------*----------*----------*/
/* テーブル 個別設定 */
/*----------*----------*----------*----------*----------*/
.accp_tbl tr:nth-child(1) th { /* 1行目のth スタイル */
    background: #1E247D ;
    color: #FFF ;
}






/*----------*----------*----------*----------*----------*/
/* ボタン */
/*----------*----------*----------*----------*----------*/
.accp_btn {
        background: #1E247D ;
        border-radius: 10px ;
        display: inline-block ;
        padding: 18px 15px ;
        position: relative ;
    
        color: #FFF ;
        font-size: 15px ;
        font-weight: bold ;
        text-align: center ;
        text-decoration: none ;
        transition: 0.3s ease-in-out ;
    }
        .accp_btn:hover {
            background:#ffde97 ;
            box-shadow: 0 0px 30px #ffed88 ;/* 光外側 */
            color: #1E247D ;
        }
    
        .accp_btn:active { /* active = ボタンをクリックした時の設定 */
            background:#ffd3a0 ;
            box-shadow: 0 0px 10px #ffd3a0 ;
        }
    
    .accp_btn.w45 {
        width: 45% ;
    }
    
    
    .accp_btn.nolink {
        background: #b3b3b3 ;
        pointer-events: none ;
    }



.accp_btn_nolink {
    background: #B3B3B3 ;
    border-radius: 12px ;
    display: inline-block ;
    padding: 14px 15px ;
    position: relative ;
    width: 50% ;

    color: #FFF ;
    font-size: 15px ;
    font-weight: bold ;
    text-align: center ;
    text-decoration: none ;
    transition: 0.3s ease-in-out ;
}
    
.accp_btn_nolink.w45 {
    width: 45% ;
}




/*----------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
/* ボックス */
/*--------*----------*----------*----------*----------*----------*----------*----------*----------*----------*/
.accp_box{
	background: #ffeeee ;
	border : 4px solid #e91010 ;

	color : #e91010 ;
	text-align: left ;
    margin-top: 10px ;
    margin-bottom: 10px ;
	padding: 15px 20px ;
}
