/* ページトップ画像  */
.main_img a{
	text-align:left;
}

.main_img p {
	background-color:rgba(249, 234, 205, 0.95);
	color:#2C2A2D;
	top:48%;
	text-align:left;
	border:2px solid;
	border-left:none;
	border-color:#3E5A7F;
}
.items p{
    text-align:center;
    margin-bottom:0;
}

/* モーダル書誌で長いもの  */
.small_font{
	font-size:90%;
}

table img{
	margin:5px;
}
td{
text-align:center;
}
.tdtex{
text-align:left;
}

/* コラムクイズ  */
/*全体*/
.hidden_box {
    margin: 3em auto;/*前後の余白*/
    padding: 0;
    text-align:center;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 1px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 0;
    margin-top:40px;
    height: auto;
    opacity: 1;
}

/*要素css*/
.hidden_box .text{
    font-size:140%;
}
.hidden_box ul{
    list-style:none;
}
