ol {
list-style: decimal outside none;
margin-left: 2em;
}
table,th,td {
border: solid 1px #ccc;
border-spacing: 0;
border-collapse: collapse;
}
table {
width: 98%;
margin: auto auto 2em;
}
th {
background: #eee;
font-weight: bold;
text-align: -internal-th-center;
}
th,td {
padding: 5px;
}
td {
background: #fff;
word-wrap: break-word;
}
#last-modified {
font-size: 90%;
text-align: right;
margin-bottom: 2.5em;
}
.list, .list ul {
list-style-type: square;
margin-left: 3em;
}
.list {
margin-bottom: 2em;
}
.list li {
//margin: 0.2em auto;
}
.mokuji {
margin: 30px 0;
}
.mokuji li {
background: #ececec url(\/rect_b-png\/) 10px 50% no-repeat;
box-shadow: 1px 1px 1px #ddd;
}
.mokuji a {
display: block;
line-height: 1.8;
padding: 3px 28px;
margin: 4px 0;
}
.mokuji a:hover {
text-decoration: none;
background-color: #d6c7c7;
/* background: #d6c7c7 url(\/rect_w-png\/) 10px 50% no-repeat; */
}
dt {
color: #444;
}
dd {
margin: 0 0 1em 2%;
}
.help {
margin: 0.5em 0 0 3%;
}
.help dt {
color: #666;
float: left;
}
.help dt:after {
margin: 0 8px;
content: ":"
}
.help dd {
margin: 0 0 0.2em 5em;
zoom: 100%;
}
.help dd:after {
content: "";
clear: left;
height: 0;
display: block;
visibility: hidden;
}
.help dd img {
//margin-top: 3px;
vertical-align: middle;
}
.bb {
font-size: 120%;
font-weight: bold;
color: #555;
}
.em {
color: #c06;
}
.mark {
border: 2px solid #e16b8c;
border-radius: 4px;
background: #fee;
padding: 5px 10px;
}
.caution {
background: #c36;
bottom: 15px;
color: #fff;
font-size: 80%;
line-height: 1em;
padding: 5px;
position: fixed;
z-index: 1000;
}
a.simg:hover {
text-decoration: none;
}
a.simg img {
margin: 15px 0;
max-width: min(450px,100%);
width: 100%;
border: solid 3px #fff;
box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
/*
a.simg:after {
content: url("\/glass-png\/");
position: relative;
left: -18px;
bottom: 12px;
}
*/
video {
	width: 100%;
	max-width: 640px;
}
a[href*=".pdf"]:after {
content: "";
display: inline-block;
vertical-align: sub;
height: 1.25em;
width: 1.25em;
background: url(../img/page/service/icon_pdf.png) center center/contain no-repeat;
margin: auto 3px;
}
a[href*=".txt"]:after {
content: "";
display: inline-block;
vertical-align: sub;
height: 1.25em;
width: 1.25em;
background: url(../img/page/service/icon_txt.png) center center/contain no-repeat;
margin: auto 3px;
}
a[href*=".xlsx"]:after {
content: "";
display: inline-block;
vertical-align: sub;
height: 1.25em;
width: 1.25em;
background: url(../img/page/service/icon_xlsx.png) center center/contain no-repeat;
margin: auto 3px;
}
a[href*=".docx"]:after {
content: "";
display: inline-block;
vertical-align: sub;
height: 1.25em;
width: 1.25em;
background: url(../img/page/service/icon_docx.png) center center/contain no-repeat;
margin: auto 3px;
}
/* float解除 */
.clearfix {
zoom: 100%;/*古いIEでafter要素に対応させる*/
}
.clearfix:after {
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
