/*全体　START*/
html {
	scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,table,form,fieldset,legend,input,textarea,p,blockquote,header,footer,article,section,nav,main,aside,time {
	margin: 0px;
	padding: 0px;
}
fieldset,img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,time {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li { 
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input,textarea,select { 
	font-size: 100%;
	vertical-align: bottom;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-align: center;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:active {
	color: #E90000;
	text-decoration: underline;
}
a:hover {
	color: #E90000;
	text-decoration: underline;
}
.alpha a:hover img,
.alpha input:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/*全体　END*/

#container {
	text-align: left;
	line-height: 1.25em;
}
.bold {
	font-weight: bold;
	color: #E90000;
	text-decoration: underline; /* 下線 */
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-decoration-color: rgba(255, 228, 0, 0.6); /* 線の色 */
	text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
	text-decoration-skip-ink: none;
}

/*header　START*/
header {
	border-top: 5px solid #E90000;
}
header dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content:space-between;
	width: auto;
}
#logo {
	padding: 10px 0 8px 8px;
}
#logo img {
	width: 182px;
	height: 38px;
}
#tagline {
	padding: 10px 8px 8px 0;
}
#tagline img {
	width: 167px;
	height: 38px;
}
/*header　END*/

main {
	padding-bottom: 70px;
}

/*h1/pankuzu　START*/
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	letter-spacing: 3px;
	padding: 10px 5px 8px 12px;
	background: #0066FF;
}
#pankuzu ol {
	margin-bottom: 20px;
	padding: 6px 0 5px 12px;
}
#pankuzu li {
	display: inline;
	line-height: 1.5em;
}
#pankuzu li::after {
	content: ">";
	padding: 0 2px 0 7px;
}
#pankuzu li.current::after {
	content: "";
}
#pankuzu a {
	white-space: nowrap;
	text-decoration: underline;
}
/*h1/pankuzu　END*/

/*固定ナビ　START*/
.target {
	position: fixed;
	bottom: 0px;
	right: 0px;
	display: block;
	padding-bottom: 10px;
}
.target li {
	display: inline-block;
	width: 65px;
	height: 65px;
	padding: 0px 5px 0px 0px;
}
.target img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
/*固定ナビ　END*/

/*メイン　START*/
h2 {
	margin-bottom: 15px;
	padding: 10px 0 8px 15px;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #E90000;
	border-radius: 5px;
	letter-spacing: 1px;
}
#editor {
	margin: 0 2% 30px 2%;
	line-height: 1.5em;
}
#editor dl {
	margin: 0 3% 0 3%;
}
#editor dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	font-size: 16px;
	font-weight: bold;
}
#editor dt span {
	display: inline-block;
}
#editor dt img {
	width: 30px;
	height: 30px;
	margin-left: 15px;
	vertical-align: bottom;
	border-radius: 10px;
}
#editor dt span img {
	width: 50px;
	height: 50px;
	margin-left: 0px;
}
#editor dt a {
	display: inline-block;
	padding-left: 10px;
	text-decoration: underline;
}
#experiences {
	margin: 0 2% 15px 2%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}
#experiences dl {
	margin: 0 2% 0 2%;
}
#experiences dt {
	padding: 15px 0px 0px 1em;
	text-indent: -1em;
	border-top: 1px dotted #999999;
	font-weight: bold;
}
#experiences dt::before {
	content: "・";
}
#experiences img {
	display: block;
	margin: 10px auto 10px auto;
	padding: 5px 0 5px 0;
}
#experiences dd {
	margin: 0 3% 20px 4%;
	line-height: 1.5em;
}
#author p {
	margin: 0 5% 15px 5%;
	line-height: 1.5em;
}
/*メイン　END*/

/*アサイド　START*/
aside {
	margin: 0 2% 30px 2%;
}
aside h2 {
	background: #0066FF;
}
#helpful {
	padding-bottom: 30px;
}
#helpful dl {
	margin: 0px 2% 20px 2%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #BBBBBB;
}
#helpful dl:last-child {
	border-bottom: none;
}
#helpful dt {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
}
#helpful dt span {
	padding-right: 18px;
	background: url(../images/insta.png) no-repeat right center;
	background-size: 18px;
}
#helpful dd {
	margin: 0 3% 0 3%;
}
#helpful img {
	border-radius: 10px;
}
#here {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
#search dl {
	margin: 0px 3% 0px 3%;
}
#search dt {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #000000;
}
#search dd {
	display: inline-block;
	margin-right: 16px;
	line-height: 2.5em;
}
/*アサイド　END*/

/*フッター　START*/
footer ul {
	margin-bottom: 10px;
	padding: 10px 0 7px 0;
	background: #0066FF;
	font-size: 14px;
}
footer li {
	display: inline-block;
	width: 48%;
	text-align: center;
	line-height: 2.25em;
}
footer a:link,
footer a:visited {
	color: #FFFFFF;
}
footer a:hover {
	color: #E90000;
}
#copy {
	padding-bottom: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
/*フッター　END*/
