@charset "UTF-8";
<style type="text/css">

.wrapper {
    width: 100%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.dcontainer {
    width: 89%;/* スマホサイズ画面幅　元75％ */
    max-width: 800px; /* 中身の幅 　元500ｐｘ*/
    margin: 0 auto;
    padding: 30px 0 80px;
}

.dcontainer2 {
    width: 89%;/* スマホサイズ画面幅　元75％ */
    max-width: 800px; /* 中身の幅 　元500ｐｘ*/
    margin: 0 auto;
    padding: 0px 0 80px;
}


body {
    line-height: 1.7;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Sawarabi Gothic', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

h1 {
	font-size: 16px;
        font-weight: normal;
	padding: .3em;
	border-bottom: 2px dotted #818181;
	margin-bottom: 30px;
}

a{
    color: #888;
    text-decoration: none;
}

a:visited {
    color: #c0c0c0 /* クリック後のリンク色*/
}
</style>

