@CHARSET "UTF-8";

/* ----------------------------------------------------------------------- base */

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    vertical-align: bottom;
    }

body {
    font-family: "Noto Sans","游ゴシック体",YuGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ", "MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    line-height: 170%;
    color: #555;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    }

header, nav, section, hgroup, article, figure, figcaption, footer, aside, menu, details { display: block; }

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    color: #000;
    }

a {
    color: #000;
    text-decoration: underline;
    }

a:hover {
    color: #000;
    }

img {
    max-width: 100%;
    border: none;
    }


header {
	text-align: center;
	}

header img {
	width: 160px;
	}

header h1 {
	position: relative;
	margin: -16px 0 24px 0;
	padding: 0;
	font-size: 16px;
	}

#guide-index {
	margin: 24px 0;
	padding: 12px 16px;
	border: 1px solid #e9f0ff;
	background-color: #f8faff;
	border-radius: 4px;
	overflow: hidden;
	}

#guide-index dt {
	font-size: 13px;
	font-weight: bold;
	}

#guide-index dd {
	display: list-item;
	list-style-type: decimal;
	margin: 4px 0 0 1.5em;
	}

#contents {
	width: 90%;
	max-width: 720px;
	margin: auto;
	padding-bottom: 24px;
	}

#contents section {
	margin: 16px 0;
	padding-top: 24px;
	}

#contents h1 {
	margin-bottom: 24px;
	font-size: 16px;
	}

#contents h1::after {
	content: "";
	display: block;
	margin-top: 4px;
	width: 24px;
	height: 3px;
	background-color: #000;
	border-radius: 1.5px;
	}

#contents img.artwork {
	margin-top: 16px;
	outline: 1px solid rgba(0,0,0,.1);
	}


footer {
	padding: 24px 0;
	font-size: 10px;
	text-align: center;
	}



@media screen and (min-width: 720px) {

	#contents img.artwork {
		float: right;
		width: 240px;
		margin: 24px 0 0 32px;
		}

	#contents section {
		clear: both;
		}

	}