﻿* {
	margin: 0;
	padding: 0;
}

/* textareaにおけるフォントの継承 */
button, input, select, textarea {
	font-family: inherit;
}

body {
	font-family: "Meiryo UI";
	font-size: 16px;
	line-height: 1.5;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: darkblue;
}

a:visited {
	text-decoration: none;
	color: darkblue;
}

a:hover, a:active {
	text-decoration: underline;
	color: tomato;
}

h1 a:link {
	color: white;
}

h1 a:visited {
	color: white;
}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: white;
}

h1 {
	margin: 8px 0 16px 0;
	padding: 8px 16px;
	font-weight: bold;
	font-size: 175%;
	color: white;
	background-color: darkgreen;
}

h2 {
	margin: 24px 0 16px 0;
	padding: 8px;
	font-weight: bold;
	font-size: 125%;
	border-style: solid;
	border-width: 0 0 1px 12px;
	border-color: darkgreen;
}

h3 {
	padding: 4px 8px;
	font-size: 100%;
	font-weight: bold;
	border-style: solid;
	border-width: 0 0 0 10px;
	border-color: darkgreen;
}

h4, h5 {
	font-weight: bold;
	font-size: 100%;
}

table {
	margin: 24px;
	background-color: gray;
	border-spacing: 1px;
	border-collapse: separate;
}

table.nospacing {
	border-spacing: 0;
	border-collapse: collapse;
}

table.noborder {
	background-color: transparent;
}

td {
	padding: 8px;
	background-color: white;
}

th {
	padding: 8px;
	background-color: lightgray;
}

/* Class */

.valigntop {
	vertical-align: top;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.subcategory {
	margin: 1em 0 !important;
	font-weight: bold;
	list-style-type: none;
}

.small {
	font-size: 75%;
}

.notice {
	font-weight: bold;
	color: red;
}

.strong {
	font-weight: bold;
}

.strike {
	text-decoration: line-through;
}

.child1 {
	margin-left: 1em;
}

.indent1 {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
	margin: 12px auto;
	display: block;
}
.article_date {
	font-size: 80%;
	text-align: right;
}
.article_info {
	font-size: 85%;
	color: gray;
}

.paragraph {
	margin: 8px 0;
}

.sidebyside {
	display: inline-block;
}

.alert {
	border-width: 0 !important;
	padding: 4px 12px 4px 12px !important;
	font-weight: bold !important;
	font-size: 100% !important;
	color: white !important;
	background-color: #FF6699 !important;
}

/* General styles for HTML Tags */

ul.reference, ul.relation, ul.history {
	padding: 0;
}

.reference li, .relation li, .history li {
	margin-left: 3em;
}

li.title {
	padding: 0 0;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 !important;
	list-style-type: none;
}

dl {
	padding-left: 1em;
}

dt {
	margin: 1em 0;
	font-weight: bold;
}

dd {
	margin-left: 1em;
}
/* 
 *  Big arrow
 */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample1-4::before{
    left: 2px;
    width: 7px;
    height: 3px;
    background: #7a0;
}
.sample1-4::after{
    left: 2px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #7a0;
    border-right: 3px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 画像の表示(中央)  p.imagecenter として使用する */
p.imagecenter{
	margin: 24px auto;
	text-align: center;
}
.imagefloatright{
	float: right;
	padding: 0 16px 16px 24px;
}
.imageblock{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}

/* テーブルスタイル div.tablestyle1>table>tr,th>td で使用する */
div.tablestyle1{
	margin: 32px auto 32px auto;
}

div.tablestyle1 table{
	border-collapse: collapse;
	border: solid 1px gray;
	font-size: small;
	padding: 0;
	margin: 0;
}

div.tablestyle1 caption {
	caption-side: top;
	font-weight: bold;
	margin: 0 0 6px 0;
}

div.tablestyle1 td {
	padding: 2px 8px;
/*	background-color: white; */
	border: solid 1px gray;
	vertical-align: top;
}

div.tablestyle1 th {
	padding: 2px 8px;
	background-color: lightyellow;
	border: solid 1px gray;
}

/* テーブルスタイル div.tablestyle2 robocopyコマンド説明一覧フォーマット */
div.tablestyle2{
	margin: 32px auto 32px 2em;
}

div.tablestyle2 table{
	border-collapse: collapse;
/*	border: solid 1px gray;  */
	border-style:none;
	font-size: small;
	padding: 0;
	margin: 0;
}

div.tablestyle2 caption {
	caption-side: top;
	font-weight: bold;
	margin: 0 0 6px 0;
}

div.tablestyle2 td {
	padding: 2px 8px 16px 8px;
	background-color: white;
/*	border: solid 1px gray; */
	border-style:none;
	vertical-align: top;
}

div.tablestyle2 th {
	padding: 2px 8px;
	background-color: lightyellow;
/*	border: solid 1px gray; */
	border-style:none;
}

/* Special Styles */
.description-title {	
	padding-left: 1em;
	font-weight: bold;
	color:#000066;
}

.description-body {
		padding-left: 3em;
		font-size: small ;
}

.bulleted-comment {
	padding-left:1em;
	text-indent:-1em;
}


/* TOC （通常記事） article_toc */
.article_toc{
	background:	#f9f9f9;
	border: 1px solid #aaa;
	padding: 10px 0;
	margin: 1em auto 1em auto;
	width: auto;
	display: table;
	font-size: 95%;
}
.article_toc_title{
	text-align: center;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.article_toc_list{
	margin: 0.5em 2em 0 0;
	padding: 0;
}
.article_toc_list ul{
	margin: 0;
	padding: 0;
}
.article_toc_list li{
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}

/* Table of Contents （連載記事目次） */
.series_toc{
	display: table;
	width: 500px;
	border: solid 2px #f89174;
	margin:24px auto;
	padding: 0;
	border-radius: 4px;
    background: #fffbf4;
}
.series_toc_title{
    padding: 2px 0;
	background: #f89174;
	text-align: center;
	color:    #fff;
	border: none;
	font-size: normal;
}
.series_toc_title a:link {
	color: white;
}
.series_toc_title a:visited {
	color: white;
}
.series_toc_title a:hover, .tocbox-title a:active {
	text-decoration: underline;
	color: white;
}
.series_toc_body{
	font-size: normal;
	color:    #444;
	padding: 0 16px;
}
.series_toc_body p {
	margin: 4px 4px;
	padding: 0;
}
.series_toc_body ul, .series_toc_body ol {
	margin: 4px 4px;
	padding: 0;
}
.series_toc_body li{
	margin-left: 2em;
}

/* 新着情報 タイトル */
div#whatsnew{
	color: black;
	font-size: normal;
	font-weight: normal;
	margin: 5px 0;
}
div#whatsnew ul{
	color: #333;
	font-size: small;
	font-weight: normal;
	margin: 0 0 0 3em;
	padding: 0;
}
div#whatsnew li{
	list-style-type: square;
	margin: 4px 0;
	padding: 0;
}

/* 特集記事 タイトル */
div#specialnews{
	color: black;
	font-size: normal;
	font-weight: normal;
	margin: 5px 0;
}
div#specialnews ul{
	color: #333;
	font-size: small;
	font-weight: normal;
	margin: 0 0 0 3em;
	padding: 0;
}
div#specialnews li{
	list-style-type: square;
	margin: 4px 0;
	padding: 0;
}

/* PRE : Console style block */
PRE.console{
	font-family: monospace, Menlo, Monaco, "Courier New", Courier,  Terminal;
	font-size:smaller;
	max-width: 650px;
	white-space:pre;
	overflow-x:scroll;
	background: #f7f7f7;
	color: #222;
	line-height: 14px;
	padding: 1em 2em;
	margin: 1.5em 0;
}
PRE.console-dark{
	font-family: monospace, Menlo, Monaco, "Courier New", Courier,  Terminal;
	font-size:smaller;
	max-width: 650px;
	white-space:pre;
	overflow-x:scroll;
	background: #d0d0d0;
	color: #222;
	line-height: 14px;
	padding: 1em 2em;
	margin: 1.5em 0;
}
PRE.dos{
	font-family: Terminal, Menlo, Monaco, "Courier New", Courier, monospace;
	font-size:smaller;
	max-width: 80em;
	white-space:nowrap;
	overflow:scroll;
	background: black;
	color: white;
	line-height: 14px;
	padding: 1em 2em;
	margin: 1.5em 0;
}
PRE.console2{
	font-family: Menlo, Monaco, "Courier New", Courier, monospace, Terminal;
	max-width: 80em;
	background: #f7f7f7;
	color: #222;
	line-height: 14px;
	padding: 3px 8px;
	margin: 3px 0;
}

/* div全体にリンクを広げる */
.wholearealink {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.wholearealink a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*text-indent:-999px;*/
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

/* Share Buttons */
.sharebuttons {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	display: block;
	/*text-align: center;*/
}
.sharebuttons-center {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
	display: block;
	text-align: center;
}
.sharebuttons li, .sharebuttons-center li{
    padding: 0;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

/* Font Awsome 5 Brands */
.fa-facebook, .fa-facebook-square{
    color: #1877f2
}
.fa-twitter, .fa-twitter-square{
    color: #1da1f2
}

/*
 * Global Navigation Block
 */
#gnav{
	background:#424242;
}
#gnav ul{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	list-style-type: none;
}
#gnav li{
	width: 100px;
	border-right: #888 1px solid;
	font-size: small;
}
#gnav li:first-child{
	width: 100px;
	border-left: #888 1px solid;
}
#gnav a{
	display: block;
	padding: 0 0 3px 0;
	text-align:center;
	text-decoration: none;
	color: #fff;
}
#gnav a:hover{
	background: #777;
}

/*
 * Top Block
 */
.topblock {
	background: #424242;
	padding: 12px 24px 8px 24px;
	margin: 0;
	color: white;
	font-family: "Meiryo UI";
	font-size: large;
	font-weight: bolder;
/*	display:inline */;
}

.topblock a:link {
	color: white;
}

.topblock a:visited {
	color: white;
}

.topblock a:hover, h1 a:active {
	text-decoration: none;
	color: white;
}

/*
 * Top banner AD 
 */
.topbanner {
	padding: 8px 24px;
	text-align: center;
}

/*
 * Middle Block
 *
 * middleblock
 *    middlemain
 *        breadblock
 *        middlecontents
 *        commentblock
 *    middlemenu
 *
 */
.middleblock {
	display: flex;
	flex-flow: row wrap;
	margin: 8px 4px 0 4px;
	padding: 0;
	justify-content: center;
	align-items: flex-start;
}

/*
 * Middle Main block 
 */
.middlemain {
	float: left;
	flex: 0 0 700px;
	margin: 0;
}

/* Bread Block */
.breadblock {
	font-size: 14px;
	margin: 5px 0 12px 0;
	padding: 0;
}

/* Middle Contents Block*/
.middlecontents p {
	margin: 8px 0;
}
.middlecontents ul, .middlecontents ol {
	margin: 5px 0;
	padding: 0;
}
.middlecontents li {
	margin-left: 2em;
}
.middlecontents img {
	max-width: 100%;
	height: auto
}

/* Comment Block */
#commentblock {
	font-size: 14px;
	line-height: 1.3;
	border: 1px solid black;
	padding: 8px 16px;
}
#commentblock textarea {
	width: 100%;
	box-sizing:border-box;
	font-size: 14px;
	padding: 0 8px 0 8px;
}
#commentblock input {
	padding: 0 4px 0 4px;
}
#commentblock select {
	padding: 0 4px 0 4px;
}
.comments_title {
	margin: 0 0 8px 0;
	padding: 4px;
	font-size: normal; 
	color: white;
	background-color: purple;
}
.comments_title_admin {
	margin: 0 0 8px 0;
	padding: 4px;
	font-size: normal; 
	color: white;
	background-color:#009933;
}
.user_comment_author {
	margin: 8px 0 0px 0;
}
.user_comment_body {
	margin: 12px 0 12px 0;
}
.postcomment {
	line-height: 2;
}

/*
 * Middle Menu
 */
.middlemenu {
	flex: 0 0 200px;
	width: 200px;
	font-size: 14px;
	margin: 0 0 0 16px;
	padding: 0;
}

.menu_item {
	margin: 0 0 20px 0;
}
.menu_item_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: normal;
	border-bottom: 1px solid black;
}
.menu_item_body {
	margin: 2px 0;
	line-height: 1.5
}
.menu_item_body ul {
	margin: 0 0 0 1em;
	padding: 0;
}
/*.menu_item_body>ul {
	margin: 0
}*/
.menu_item_body li {
/*	margin: 0 0 0 1em;*/
	list-style: none;
}
/*.menu_item_body>ul>li {
	position: relative;
}
.menu_item_body>ul>li::after, .menu_item_body>ul>li::before {
	display: block;
	content: '';
	position: absolute;
}
.menu_item_body>ul>li::after {
	top: 9px;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu_item_body>ul>li::before {
	top: 12px;
	left: -1.025em;
	width: 8px;
	height: 1px;
	background-color: #666;
}*/

ul.menu_recent_body{
	margin: 0;
}
ul.menu_recent_body li{
	list-style-type: none;
	margin: 16px 0;
	padding: 0;
	line-height: 100%;
}
.menu_recent_entry_pre{
	font-size:x-small;
	font-style:italic;
	color: gray;
}

/*
 * Bottom Block 
 */
#bottomblock {
	padding: 8px 24px;
	margin: 16px 0 0 0;
	font-size: 80%;
	text-align: center;
	border-top: solid 1px gray;
}

/*
 *  Small Display
 */
@media (max-width:940px) {   /* 4+700+16+200+4 + 16(scrollbar)*/
	.topblock {
		padding: 8px 4px
	}
	.middleblock {
		display: flex;
		flex-flow: row wrap;
		margin: 8px 4px 0 4px;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
	.middlemain {
		flex: 0 1 700px;
		min-width: 250px;
		margin: 0;
		padding: 0;
	}
	.middlemenu {
		flex: 0 1 700px;
		min-width: 200px;
		display: flex;
		flex-flow: row wrap;
		padding: 8px 0;
		margin: 16px 0 0 0;
		border: 1px black solid;
	}
	.menu_item {
		flex: 1 0 200px;
		margin: 0 16px 20px 16px;
		vertical-align: top;
	}

	.bottomblock {
		padding: 8px 4px
	}
	.popupwin {
		display: none
	}
}

@media (max-width:500px) {
	body {
		font-size: 14px
	}
	.topblock {
		-ms-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse
	}
	.topsearch {
		padding: 4px 0;
		width: 100%
	}
	.topsearchtext {
		padding-left: 0
	}
	.middlemain input[type=text] {
		max-width: 100%
	}
	.desktoponly {
		display: none
	}
	.mobileonly {
		display: block
	}
}