@charset "utf-8";

.db_wrap {
	width: 960px;
	background: rgb(229,255,248);
	background: -moz-linear-gradient(135deg, rgba(229,255,248,1) 0%, rgba(174,221,251,1) 55%, rgba(69,185,173,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(229,255,248,1) 0%, rgba(174,221,251,1) 55%, rgba(69,185,173,1) 100%);
	background: linear-gradient(135deg, rgba(229,255,248,1) 0%, rgba(174,221,251,1) 55%, rgba(69,185,173,1) 100%);
	margin: 0px auto;
  padding: 12px 0;
}
.bodytop {
	margin: 0;
	padding: 0 130px;
}

div:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/*for DB*/
table.setumei{
	width:100%;
	padding: 0;
	clear:both;
	margin-top:5px;
	border:solid 1px #26453D;
	border-collapse:collapse;
	}
table.setumei td{
		border:solid 1px #26453D;
	}
td.gakumei.koumoku{
	width:30%;
}
td.text.number.spc{
	width:auto;
}
td{
	background-color:#FCFAF2;
	padding:3px 6px;
	line-height:1.5em;
	}
td.bunruitokucho{
	min-height:150px;
	}

.title{
	width:100%;
	margin:0;
	padding: 10px 0;
	color: #26453D;
}
.title h2 {
	color: #26453D;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
ul.codeno{
	margin: 0;
	padding: 0;
}
li.code{
	list-style-type: none;
	float:left;
	padding:0 2px;
	font-size: 1.5em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	}

/*picture area*/
div.syasinwrapper{
	width:auto;
	margin-top:10px;
	padding: 2px;
	border:solid 1px #26453D;
	background:rgba(255,255,255,0.5);
	text-align: center;
}
figure {
	text-align: center;
	margin: 10px 0 8px 0;
	padding: 0;
}
figure img {
	width: 60%;
	height: auto;
	padding: 0;
}
table.pict{
	clear:both;
	background:#BDC0BA;
	width: 100%;
	margin: 0;
	border-collapse:collapse;
	text-align: left;
	}
table.pict td{
	border:solid 1px #574C57;
}

a{
	color:#26453D;
	}

/*copyright*/
.copy {
	margin: 0;
	padding: 20px 0 5px 0;
	font-size: 0.8em;
	text-align: center;
	line-height: 2em;
	color: #26453D;
}
/* responsive layout for photo + description */
.syasinwrapper{
	box-sizing:border-box;
}
.syasinwrapper figure{
	box-sizing:border-box;
}
.syasinwrapper figure img{
	box-sizing:border-box;
}
table.pict{
	box-sizing:border-box;
}
table.pict td{
	vertical-align:top;
	padding:2px 4px;
	line-height:1.2;
	word-break:break-word;
}

/* PC only: image on left, description on right */
@media screen and (min-width: 900px) {
    .db_wrap{
        width:1200px;
    }

    .bodytop{
        padding:0 40px;
    }

    .syasinwrapper{
        display:flex;
        align-items:flex-start;
        gap:20px;
        overflow:hidden;
    }

    .syasinwrapper figure{
        flex: 0 0 50%;
        max-width: 50%;
        margin:0;
        text-align:center;
    }

    .syasinwrapper figure img{
        width:100%;
        height:auto;
        display:block;
    }

    table.pict{
        flex: 1 1 0;
        width:auto;
        table-layout:fixed;
    }
}