
/* ------------------------------------------------------------ */
/* margin: & padding: */

body,
div,
p,
h1,
h2,
h3,
th,
td,
ul,
ol,
li,
form,
pre {
	
	margin: 0;
	
	padding: 0;
	
}

/* ------------------------------------------------------------ */
/* display: */

textarea,
header,
footer,
main,
article,
section,
nav,
aside,
small,
#a1,
#a2,
#a3,
#a4,
.front,
#scaling_span,
#support_iframe {
	
	display: block;
	
}

#a5,
#a10,
#header_hr,
.ss_p_c6 em,
#scaling_div,
#support_div {
	
	display: none;
	
}

#star_p span {
	
	display: inline-block;
	
}

/* ------------------------------------------------------------ */
/* position: */

header,
#header_nav span,
#review_p span,
#info_ul li,
.td2,
.ss_p_c6 em,
.radio {
	
	position: relative;
	
}

strong,
#header_button {
	
	position: absolute;
	
}

/* ------------------------------------------------------------ */
/* font-family: */

html,
pre,
button {
	
	font-family: "メイリオ", "Meiryo", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", sans-serif;
	
}

/* ------------------------------------------------------------ */
/* font-size: */

html {
	
	font-size: 62.5%;
	
}

body {
	
	font-size: clamp(1.4rem, 100vw / 25, 2.0rem);
	
}

h1,
#review_p span {
	
	font-size: 1.3em;
	
}

h2,
h3 {
	
	font-size: 1.2em;
	
}

.x {
	
	font-size: 1.1em;
	
}

small,
button,
th {
	
	font-size: 0.9em;
	
}

/* ------------------------------------------------------------ */
/* variables */

:root {
	
	--banner-height: calc(100vw / 3);
	
}

/* ------------------------------------------------------------ */
/* <body> */

body {
	
	background-color: #ffffff;
	
	color: #444444;
	
	line-height: 1.5;
	
}

#can_scroll {
	
	overflow: visible;
	
}

#no_scroll {
	
	overflow: hidden;
	
}

em {
	
	font-weight: bold;
	font-style: normal;
	
}

/* ------------------------------------------------------------ */
/* <header> */

#header_img {
	
	width: 100%;
	height: var(--banner-height);
	
}

#header_text {
	
	padding: 0.4em 0 0 0.8em;
	
}

#header_title {
	
	width: 12em;
	
	font-weight: normal;
	
}

#header_author {
	
	color: #888888;
	
}

#header_button {
	
	top: calc(var(--banner-height) + 1em);
	right: 0.8em;
	
	width: 9em;
	
}

#header_button,
#copy_button {
	
	height: 2.4em;
	
}

/* ------------------------------------------------------------ */
/* <header><nav> */

#header_nav {
	
	height: 10em;
	
	margin: 1em 0 0;
	
}

#header_nav span {
	
	padding: 0.8em 1.6em 0.6em;
	
	border-top: 1px solid #bbbbbb;
	
	background-color: #ffffff;
	
	color: #0077bb;
	
}

#header_nav span:hover {
	
	background-color: #eeeeee;
	
	color: #cc0000;
	
}

#a4 {
	
	border-bottom: 1px solid #bbbbbb !important;
	
}

/* ------------------------------------------------------------ */
/* <main> */

main {
	
	margin: 3.2em 0 0;
	
	padding: 0 1em;
	
}

h2 {
	
	margin: 1.4em 0 0.2em;
	
}

main p,
main li,
pre {
	
	line-height: 1.5;
	
}

/* ------------------------------------------------------------ */
/* <hr> */ 

hr {
	
	border: none;
	
	border-bottom: 1px solid #bbbbbb;
	
}

main hr {
	
	margin: 1em 0 -0.6em;
	
}

.top_minus {
	
	margin: -1.0em 0 0 !important;
	
}

.bottom_plus {
	
	margin: 0.8em 0 1em !important;
	
}

.end_hr {
	
	margin: 1.8em 0 0 !important;
	
}

.aside_hr {
	
	margin: 1.2em 0 -0.4em !important;
	
}

/* ------------------------------------------------------------ */
/* content1 詳細 */

.ss_p_c1,
.ss_p_c1 img,
.ss_p_c6,
.ss_p_c6 img {
	
	width: 100%;
	height: auto;
	
}

.ss_p_c1,
.ss_p_c6 {
	
	margin: 0 0 2.4em;
	
}

#content5 p {
	
	margin: 0 0 0.8em;
	
}

.c1_p {
	
	margin: 0.8em 0 1.2em;
	
}

/* ------------------------------------------------------------ */
/* content2 レビュー */

.radio {
	
	top: -0.2em;
	
	vertical-align: middle;
	
}

#review_form {
	
	width: 95%;
	
	margin: 0 0 1em;
	
	padding: 0.6em;
	
	border: 1px solid #aaaaff;
	
	border-radius: 0.3em;
	
}

#review_textarea {
	
	width: 96%;
	height: 8em;
	
	margin: 0.4em auto;
	
}

#review_p {
	
	margin: 0 auto;
	
}

#review_p span {
	
	color: #ffc733;
	
}

#review_submit {
	
	margin: 0.5em 0 0;
	
}

/* ------------------------------------------------------------ */
/* content6 インストール WP */

.ss_p_c6 {
	
	border: 1px solid #bbbbbb;
	
}

#c3_end_p {
	
	margin-bottom: 1em;
	
}

/* ------------------------------------------------------------ */
/* content4 更新履歴 */

pre {
	
	white-space: pre-wrap;
	
	word-wrap: break-word;
	
}

/* ------------------------------------------------------------ */
/* 詳しい機能紹介はこちら */

.compare_table {
	
	width: 100%;
	
	margin: 0 0 1.5em;
	
	border-collapse: collapse;
	
}

.compare_table td,
.compare_table th {
	
	border: 1px solid darkgray;
	
	text-align: center;
	
}

.compare_table th {
	
	background-color: #eeeeee;
	
}

.compare_table td {
	
	padding: 0 0.3em;
	
}

.compare_td {
	
	width: 4em;
	
}

/* ------------------------------------------------------------ */
/* WordPress 以外のご利用はこちら */

.readme {
	
	padding: 0 0 1em;
	
	border-bottom: 1px solid #bbbbbb;
	
}

.readme h2 {
	
	margin: 0.9em 0 -0.6em !important;
	
}

.readme h3 {
	
	margin: 1.4em 0 -0.6em;
	
}

.readme ul {
	
	margin: 0 0 0.5em 1em;
	
}

.readme h3,
.em em {
	
	text-decoration-line: underline;
	text-decoration-style: double;
	text-decoration-color: #00aaaa;
	
}

#readme_h2_1 {
	
	margin: 0.9em 0 0.2em !important;
	
}

#readme_h3_1{
	
	margin: 1.4em 0 0.1em !important;
	
}

.readme p {
	
	margin: 1em 0 0;
	
	word-break: keep-all;
	
	overflow-wrap: anywhere;
	
}

#readme_p_1 {
	
	margin: 1em 0 1em !important;
	
}

/* ------------------------------------------------------------ */
/* <aside> */

aside {
	
	padding: 0 1em;
	
}

.border_ul li {
	
	padding: 0.5em 0;
	
	border-bottom: 1px solid #bbbbbb;
	
	list-style: none;
	
}

.basic_ul,
.basic_ol {
	
	margin: 0 0 0 1.5em;
	
}

strong {
	
	right: 0;
	
}

#info_ul {
	
	margin: 0 0 0.5em;
	
}

/* ------------------------------------------------------------ */
/* <aside> rating */

#star_p {
	
	margin: 0 0 0.6em;
	
}

#star_p span {
	
	width: 1.8em;
	height: 1.8em;
	
	background-repeat: no-repeat;
	background-size: 1.8em 1.8em;
	
}

.star0 {
	
	background-image: url("img/star0.png");
	
}

.star1 {
	
	background-image: url("img/star1.png");
	
}

.star2 {
	
	background-image: url("img/star2.png");
	
}

#rating_h2,
#relation_h2 {
	
	margin: 1.5em 0 0.5em;
	
}

#col1 {
	
	width: 3.2em;
	
}

#col2 {
	
	width: 10em;
	
}

#col3 {
	
	width: 2em;
	
}

.td3 {
	
	text-align: right;
	
}

.front,
.back {
	
	height: 1.1em;
	
}

.front {
	
	background-color: #ffc733;
	
}

.back {
	
	width: 100%;
	
	background-color: #ececec;
	
}

#review_link_p,
#readme_link_p,
#detail_link_p {
	
	margin: 0.6em 0 0;
	
}

#review_link_span,
#readme_link_span,
#detail_link_span {
	
	color: #0077bb;
	
}

#review_link_span:hover,
#readme_link_span:hover,
#detail_link_span:hover,
#relation_link_p a:hover {
	
	color: #cc0000;
	
	text-decoration: underline;
	
}

#relation_link_p a {
	
	text-decoration: none;
	
}

/* ------------------------------------------------------------ */
/* <footer> */

footer {
	
	height: 6.5em;
	
	margin: 2.5em 0 0;
	
	background-color: #000000;
	
	color: #ffffff;
	
}

#footer_nav,
small {
	
	margin: auto;
	
	text-align: center;
	
}

#footer_nav {
	
	padding: 1.5em 0 1em;
	
}

#footer_nav span {
	
	margin: 0 0.5em;
	
}

