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

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

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

body {
	
	display: grid;
	
}

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

#scaling_div,
#support_div,
.sp_only {
	
	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,
#header_hr,
#header_nav,
#scaling_span,
#support_iframe,
#bbs_hide {
	
	position: absolute;
	
}

#scaling_div,
#support_div {
	
	position: fixed;
	
}

/* ------------------------------------------------------------ */
/* 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: 1.7rem;
	
}

h1 {
	
	font-size: 1.4em;
	
}

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

.x,
#header_author {
	
	font-size: 1.1em;
	
}

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

#header_nav,
#info_ul {
	
	font-size: 0.84em;
	
}

/* ------------------------------------------------------------ */
/* cursor: */

#footer_nav span,
#header_nav span,
#header_button,
#copy_button,
#review_link_span,
#readme_link_span,
#detail_link_span,
.ss_p_c1,
.ss_p_c6 {
	
	cursor: pointer;
	
}

/* ------------------------------------------------------------ */
/* scrollbar */

html::-webkit-scrollbar {
	
	width: 16px;
	height: 16px;
	
}

html::-webkit-scrollbar-thumb {
	
	border: 1px solid #999999;
	
	border-radius: 8px;
	
	background-color: #ffffff;
	
}

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

body {
	
	grid-template-columns: 660px 300px;
	grid-template-rows: repeat(3, auto);
	
	width: 960px;
	
	margin: auto;
	
	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 {
	
	grid-area: 1/1/2/3;
	
	margin: 0 0 15px;
	
	height: 470px;
	
}

#header_img {
	
	width: 960px;
	height: 300px;
	
	object-fit: cover;
	object-position: bottom center;
	
}

#header_text {
	
	width: 800px;
	height: 100px;
	
	padding: 5px 0 0 120px;
	
	background-image: url("img/icon.avif");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	
}

#header_title {
	
	margin: 10px 0 0;
	
	font-weight: normal;
	
}

#header_author {
	
	color: #888888;
	
}

#header_button {
	
	top: 315px;
	right: 0;
	
	width: 125px;
	height: 35px;
	
}

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

#header_hr {
	
	bottom: -2.6px;
	
	width: 100%;
	
}

#header_nav {
	
	bottom: 0;
	
	width: 100%;
	height: 40px;
	
}

#header_nav span {
	
	top: 1px;
	
	border-bottom: 1px solid #ffffff;
	
	background-color: #ffffff;
	
	color: #0077bb;
	
}

#header_nav span:hover {
	
	border-bottom: 1px solid #eeeeee;
	
	background-color: #eeeeee;
	
	color: #cc0000;
	
}

#a1 {
	
	padding: 13px 24px 11px;
	
	border: 1px solid #bbbbbb;
	
}

#a2,
#a3,
#a4,
#a5 {
	
	padding: 13px 24px 9px;
	
	border: 1px solid #ffffff;
	
}

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

main {
	
	grid-area: 2/1/3/2;
	
	margin: -25px 0 0;
	
	padding: 0 40px 0 0;
	
}

h2 {
	
	margin: 25px 0 5px;
	
}

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

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

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

main hr {
	
	margin: 15px 0 -8px;
	
}

.top_minus {
	
	margin: -18px 0 -8px !important;
	
}

.bottom_plus {
	
	margin: 15px 0 18px !important;
	
}

.end_hr {
	
	margin: 0 0 8px;
	
}

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

.ss_p_c1 {
	
	width: 620px;
	height: 375;
	
	margin: 0 0 40px;
	
}

#content5 p {
	
	margin: 0 0 15px;
	
}

#content5 .ss_p_c1 {
	
	margin: 0 0 22px;
	
}

.c1_p {
	
	margin: 15px 0 20px;
	
}

#copy_button {
	
	padding: 3px 12px;
	
}

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

.radio {
	
	top: -3px;
	
	vertical-align: middle;
	
}

#review_form {
	
	width: 77%;
	
	margin: 0 0 20px;
	
	padding: 10px;
	
	border: 1px solid #aaaaff;
	
	border-radius: 5px;
	
}

#review_textarea {
	
	width: 98%;
	height: 100px;
	
	margin: 10px auto;
	
}

#review_p {
	
	margin: 0 auto;
	
}

#review_p span {
	
	top: -1px;
	
	vertical-align: middle;
	
	color: #ffc733;
	
}

#review_submit {
	
	width: 100px;
	
}

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

.ss_p_c6 {
	
	width: 610px;
	height: 343px;
	
	margin: 0 0 40px;
	
	border: 1px solid #bbbbbb;
	
}

#c3_end_p {
	
	margin-bottom: 1em;
	
}

.ss_p_c6 em {
	
	padding: 0 5px;
	
	border: 2px solid #ff0000;
	
	border-radius: 20px;
	
	color: #ff0000;
	
	font-weight: bold;
	font-style: normal;
	
	background-color: #ffffff;
	
}

#ss_c6_1 em {
	
	top: -162px;
	left: 92px;
	
}

#ss_c6_2 em {
	
	top: -324px;
	left: 212px;
	
}

#ss_c6_3 em {
	
	top: -324px;
	left: 308px;
	
}

#ss_c6_4 em {
	
	top: -208px;
	left: 268px;
	
}

#ss_c6_5 em {
	
	top: -208px;
	left: 335px;
	
}

#ss_c6_6 em {
	
	top: -208px;
	left: 458px;
	
}

#ss_c6_7 em {
	
	top: -228px;
	left: 180px;
	
}

#ss_c6_8 em {
	
	top: -70px;
	left: 92px;
	
}

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

.compare_table {
	
	margin: 0 0 30px;
	
	width: 85%;
	
	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 5px;
	
}

.compare_td {
	
	width: 100px;
	
}

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

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

.readme h3 {
	
	margin: 25px 0 -10px;
	
}

.readme ul {
	
	margin: 0 0 10px 20px;
	
}

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

.readme_h2 {
	
	margin: 25px 0 0;
	
}

#readme_h3_1{
	
	margin: 25px 0 5px !important;
	
}

.readme p {
	
	margin: 15px 0 0;
	/*
	word-break: keep-all;
	
	overflow-wrap: anywhere;
	*/
}

#readme_p_1 {
	
	margin: 15px 0 15px !important;
	
}

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

aside {
	
	grid-area: 2/2/3/3;
	
	padding: 0 0 0 8px;
	
}

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

.basic_ul {
	
	margin: 0 0 0 22px;
	
}

.basic_ol {
	
	margin: 0 0 0 24px;
	
}

strong {
	
	right: 0;
	
}

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

#star_p {
	
	margin: 0 0 10px;
	
}

#star_p span {
	
	width: 26px;
	height: 26px;
	
	background-repeat: no-repeat;
	background-size: 26px 26px;
	
}

.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: 30px 0 10px;
	
}

#col1 {
	
	width: 50px;
	
}

#col2 {
	
	width: 153px;
	
}

#col3 {
	
	width: 30px;
	
}

.td3 {
	
	text-align: right;
	
}

.front,
.back {
	
	height: 17px;
	
}

.front {
	
	background-color: #ffc733;
	
}

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

#review_link_p,
#readme_link_p,
#detail_link_p {
	
	margin: 10px 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;
	
}

/* ------------------------------------------------------------ */
/* scaling <div> & support <div> */

#scaling_div,
#support_div {
	
	z-index: 4;
	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background: #000000aa;
	
}

#scaling_span,
#support_iframe {
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: auto;
	
}

#scaling_span {
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	
}

#support_iframe {
	
	width: 780px;
	height: 600px;
	
	border-radius: 8px;
	
}

#bbs_hide {
	
	top: calc(50% - 345px);
	left: calc(50% + 305px);
	
	width: 80px;
	height: 20px;
	
	padding: 3px 0 6px;
	
	text-align: center;
	text-decoration: none;
	
	border: 1px solid #ffffff;
	border-radius: 15px;
	
	color: #ffffff !important;
	
}

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

footer {
	
	grid-area: 3/1/4/3;
	
	height: 100px;
	
	background-color: #000000;
	
	color: #ffffff;
	
}

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

#footer_nav {
	
	width: 500px;
	
	padding: 20px 0 15px;
	
}

#footer_nav span {
	
	margin: 0 10px;
	
}

#footer_nav span:hover {
	
	text-decoration: underline;
	
}

small {
	
	width: 300px;
	
}

