/** CSS：記述スペース */
body {
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
.single-contents {
        margin: 0 0 70px 0;
}
h2 {
	font-size: 22px;
	position: relative;
	margin-top: 20px;
}
ol.flow {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
}
ol {
        margin: 7px 0 7px 10px;
        padding: 0 0 0 0;
        list-style: decimal;
}
ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
        margin-bottom: 1.5em;
}
ul, ol, ul ul, ol ol, ul ol, ol ul {
        margin: 0 0 0 2em;
}
p, ul, ol, dl, dd, dt, blockquote, td, th {
        line-height: 1.5em;
}
ol.flow li {
	margin-bottom: 12px;
	padding-bottom: 28px;
	background-image: url(images/sankaku.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ol.flow dl {
        margin: 0;
        border: 1px #c0c0c0 solid;
}
ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
        margin-bottom: 1.5em;
}
ol.flow dt {
	padding: 9px 10px 7px;
	background-color: #E9EAED;
	border-bottom: 1px #c0c0c0 solid;
	font-weight: bold;
	color: #0000FF;
}
dl dt {
        font-weight: bold;
}
ol.flow dt strong {
        margin-left: 3px;
        color: #2b2b2b;
}
strong, b {
        font-weight: bold;
}
ol.flow dd {
        margin: 0;
        padding: 15px 10px;
        background-color: #ffffff;
        color: #000;
        line-height: 150%;
}
dd {
        margin-left: 1em;
}
li a {
        color: #45AAB8;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
}
a {
        color: #45AAB8;
        text-decoration: none;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
}
a {
        color: #336699;
}
ol.flow li.last {
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: none;
}
