@charset "utf-8";
/* CSS Document */

/* ヘッダー見出しの文字色 */
div#header h1 a {
	color: #06C;
}
/* ヘッダー見出しの文字色（マウスオーバー時） */
div#header h1 a:hover {
	color: #09F;
}
/* ヘッダー説明文の文字色 */
div#header p {
	color: #000;
}


    /* h2タグの見出しの装飾 */
    h2 {
      background-color: #f8f8f8;
      padding: 10px;
      margin: 10px 0;
      border-left: 3px solid #007bff;
      color: #333;
    }

/* Landscape phones and down */
@media (max-width: 480px) {
	body {
		background-image: none !important;
	}
	div#contents img {
		max-width: 100%;
		height: auto !important;
		display: inline-block;
		float: none !important;
	}
	ul#global_menu {
		display: none;
	}
	.display_sp {
		display: inline-block;
	}
	.display_pc {
		display: none;
	}
}

@media (max-width: 767px) {
	ul#global_menu {
		display: none;
	}
}
 

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) {
	div#header {
		height: 200px;
		padding: 0.5em;
		margin: 1em 0;
	}
	div.container {
		width: 900px;
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
	}
	div#socialbuttons {
		overflow: hidden;
		clear: both;
	}
	div#socialbuttons>div {
		float: left;
	}
	.display_sp {
		display: none;
	}
	.display_pc {
		display: inline-block;
	}
}

div#header h1 {
	margin: 0;
}
div.container {
	background: #FFF;
}
ul#global_menu {
	padding: 0;
}
ul#global_menu li {
	font-size: 12px;
	width: 16.28%;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	background: #CCC;
}
ul#global_menu li a {
	display: block;
	padding: 5px;
}
div#contents h3 {
	padding: 0.5em;
	background: #CCC;
	clear: both;
	margin: 1em 0;
}

.breadcrumb>li+li:before {
	content: none;
}

div.ovh {
	overflow: hidden;
}

p {
    font-size: 17px;
    line-height: 1.5;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.5;
}

    .question {
      font-weight: bold;
    font-size: 17px;
    }

    .answer {
      margin-left: 20px;
    font-size: 17px;
    }


    .toc {
      border: 1px solid #ccc;
      padding: 10px;
    }
    .toc ul {
      list-style: none;
      padding-left: 0;
    }
    .toc li {
      margin-bottom: 5px;
    }
    .toc a {
      text-decoration: none;
      color: #007bff;
    }