@charset "shift_jis";
/* 20180903 dst-shv1 index.css */


#contents dl{
	margin:1em;
}

#contents dl dt{
	font-size:110%;
	margin-left:0;
	margin-bottom:0.5em;
}

#contents dl dd{
	margin:0;
}

#contents p.annotation{
	padding-left:1em;
	text-indent:-1em;
	font-size:0.9em;
}

#contents table{
	margin:2em 0 1em 1em;
	width:97%;
}

#contents table caption{
	background-color: #666;
    color: #fff;
    font-weight: 700;
    padding: 0.3em 0;
    margin-bottom: 0;
}

#contents table thead th.w19{
	width:19%;
}

#contents table thead tr:nth-child(2) > th{
	background-color:#f5f5f5;
}

#contents table tbody th{
	background-color:#ffffff;
}

#contents table td{
	padding:0.5em;
	text-align:center;
}

#contents table td:nth-last-child(5){
	background-color:#fae2e2;
}

#contents table td.fff{
	background-color:#fff !important;
}


#contents ul.annotation{
	margin-left:2.4em;
	display:inline-block;
	margin-top:1.5em;
}

#contents ul.annotation li{
	font-size:103%;
	text-indent:-1.6em;
	margin-bottom:1em;
}

#contents ul.annotation li p{
	margin: 0.5em 0 0 1.8em;
	font-size:100%;
}

#contents p a.textLink{
	margin-left: -1.4em;
    display: inline-block;
    background-position: 0px 5px;
    text-indent: 0px;
}

#contents a.link-btn{
	background: none;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    box-shadow: 4px 4px 4px #ccc;
    color: #333;
    font-size: 12px;
    width: 300px;
	display: table;
    padding: 0.5em;
	margin:1em auto 3em auto;
}

#contents a.link-btn:focus,
#contents a.link-btn:active,
#contents a.link-btn:hover{
	opacity:0.5;
	text-decoration:none;
}

#contents a.link-btn img{
	vertical-align:middle;
	padding-right: 1em;
}

#contents a.link-btn span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat left .4em;
    padding-left: 1em;
    width: 63%;
    display: inline-table;
    margin-bottom: 1.5em;
}



@media (max-width: 640px){


#contents table{
	width:auto;
	margin:2em 0;
	font-size:80%;
}


#contents ul.annotation{
	margin-left:0;
}

#contents ul.annotation li{
	font-size:100%;
	margin-left:2em;
}

#contents ul.annotation li p{
	margin-left: 1.6em;
    margin-top: 0.5em;
}

#contents a.link-btn{
	width:92%;
}
}