dy {
line-height: 1.75;
font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ",Osaka,MS PGothic,arial,helvetica,sans-serif;
}
body { background-color:#f9f9f9; }
input[type=text] {
width: 250px;
padding: 8px 10px;
border: 2px solid #ccc;
border-radius: 4px;
background: #fff;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
box-sizing: border-box;
}
input[type=text]:focus {
outline: none;
border-color: #0073aa;
}
#wpcontent, #wpfooter {
margin-left: 180px;
max-width: 100%;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.applink { margin-top: 2em; }
button { margin: 1em 0; }
header {
margin-right: 20px;
position: relative;
/*background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);*/
}
.about{
padding-top: 1em;
color:#000;
z-index:1;
position: relative;
overflow: hidden;
}
.canvas {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
section {
padding: 20px 0;
}
textarea {
display: block;
width: 100%;
height: 200px;
font-size: 14px;
line-height: 1.5em;
padding: 10px;
border: 2px solid #ccc;
border-radius: 4px;
background: #fff;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
box-sizing: border-box;
}
textarea:focus {
outline: none;
border-color: #0073aa;
}
ul, menu, dir {
display: block;
list-style-type: none;
margin-block-start: 0em;
margin-block-end: 0em;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0px;
}
h2 {
margin-bottom: 0.4em;
}
.note-box {
margin-bottom: 2em;
}
#result {
margin: 1.6em 0 1.6em;
}
.lead {
text-align:left;
}
p.desc { font-size: 0.8em; color:#bbb; margin:0;}
.ss-box, .app-box{margin-bottom:2rem;}
footer {
position: absolute;
bottom: 0;
width: 100%;
}
/*--------------------
アプリ表示用CSS
--------------------*/
.applink {
text-align: left;
padding: 10px;
border: 1px solid #7C7C7C;
overflow: hidden;
}
.applink:after {
content: "";
display: block;
clear: both;
}
.applink p {
margin: 0;
}
.applink a:after {
display: none;
}
.applink_icon {
float: left;
border-radius: 10%;
overflow: hidden;
margin: 0 3% 0 0 !important;
width: 25% !important;
height: auto !important;
max-width: 120px !important;
}
.applink_detail {
display: inline-block;
font-size: 20px;
line-height: 1.5;
width: 72%;
max-width: 72%;
}
.applink_detail:after {
content: "";
display: block;
clear: both;
}
.applink_name {
font-size: 16px;
line-height: 1.5em !important;
max-height: 3em;
overflow: hidden;
}
.applink_info {
font-size: 12px !important;
}
.applink_developper, .applink_price {
margin-right: 0.5em;
}
.applink_powered a {
margin-left: 0.5em;
}
.applink_links {
float: left;
height: 40px;
margin-top: 8px;
white-space: nowrap;
}
.applink_aslink img {
margin-right: 10px;
height: 40px;
width: 135px;
}
.applink_gplink img {
height: 40px;
width: 134.5px;
}
span.reviews_star {
font-size: 1.4rem;
color: transparent;
background-image: linear-gradient(orange, orange), linear-gradient(gray, gray);
background-position: left, right;
background-repeat: no-repeat;
background-size: var(--rate) 100%, calc(100% - var(--rate)) 100%;
background-clip: text;
-webkit-background-clip: text;
}
span.reviews_star:before{
content: "★★★★★";
}
/*--------------------
スクリーンショット
--------------------*/
.ss-controls {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
flex-wrap: wrap;
}
.ss-control-label {
font-weight: bold;
font-size: 14px;
}
.ss-col-btn {
padding: 6px 14px;
border: 1px solid #ccc;
background: #fff;
cursor: pointer;
border-radius: 4px;
font-size: 13px;
transition: all 0.2s;
}
.ss-col-btn:hover {
background: #f0f0f0;
}
.ss-col-btn.active {
background: #007aff;
color: #fff;
border-color: #007aff;
}
.ss-hint {
font-size: 12px;
color: #888;
margin-left: 10px;
}
.ss-section {
margin-bottom: 20px;
}
.ss-section-title {
font-size: 14px;
margin: 10px 0 8px;
}
.ss-badge {
display: inline-block;
padding: 3px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
}
.ss-badge.as {
background: #007aff;
color: #fff;
}
.ss-badge.gp {
background: #34a853;
color: #fff;
}
/* スクリーンショットグリッド */
.ss-sortable {
display: grid !important;
gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.ss-sortable.cols-1 {
grid-template-columns: 1fr;
}
.ss-sortable.cols-2 {
grid-template-columns: repeat(2, 1fr);
}
.ss-sortable.cols-3 {
grid-template-columns: repeat(3, 1fr);
}
.ss-sortable > li.ss-list {
list-style: none;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
cursor: grab;
border: none;
overflow: hidden;
}
.ss-sortable > li.ss-list:hover {
outline: 2px solid #007aff;
outline-offset: -2px;
}
.ss-sortable > li.ss-list.ui-sortable-helper {
cursor: grabbing;
box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.ss-sortable > li.ss-list.landscape {
grid-column: 1 / -1 !important;
}
.ss-sortable img {
width: 100%;
height: auto;
display: block;
margin: 0;
padding: 0;
}
.ss-placeholder {
background: #e0e0e0;
border: 2px dashed #999;
min-height: 100px;
}
/*--------------------
レビューセクション
--------------------*/
.reviews-section {
margin-top: 0;
padding: 10px;
background: #f8f8f8;
border-radius: 4px;
}
.reviewlist {
list-style: none;
margin: 0;
padding: 0;
}
.single-review {
border: 1px solid #eee;
margin-bottom: 10px;
padding: 10px;
border-radius: 4px;
background: #fff;
position: relative;
}
.single-review.review-checked {
background-color: #fff9e5;
}
.review-header {
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
}
.review-date {
color: #999;
font-size: 0.9em;
}
.review-title {
font-size: 1em;
margin-bottom: 4px;
font-weight: bold;
}
.review-content {
line-height: 1.4;
background: #fafafa;
padding: 8px;
border-radius: 4px;
}
.copy_star,
.copy_separator {
position: absolute;
left: -9999px;
user-select: all;
white-space: pre;
}
.real_display {
user-select: none;
}
/* ソースバッジ (App Store / Google Play) */
.review-source-badge {
display: inline-block;
padding: 2px 6px;
border-radius: 3px;
font-size: 0.75em;
font-weight: bold;
margin-right: 8px;
}
.review-source-badge.as {
background-color: #007aff;
color: #fff;
}
.review-source-badge.gp {
background-color: #34a853;
color: #fff;
}
/*--------------------
2カラムレイアウト
--------------------*/
#contents {
max-width: 1440px;
display: flex;
flex-wrap: nowrap;
align-items: flex-start;
}
.left-col {
width: 728px;
min-width: 728px;
max-width: 728px;
box-sizing: border-box;
padding: 10px 10px 0 0;
flex-shrink: 0;
}
.left-col section {
padding: 0;
}
.left-col section#about {
margin-bottom: 8px;
}
.right-col {
flex: 1;
min-width: 0;
box-sizing: border-box;
padding: 10px 10px 0 10px;
position: relative;
}
/*--------------------
レビューコピーボタン
--------------------*/
#floatingCopyBtn {
position: sticky;
bottom: 20px;
float: right;
margin-top: 15px;
margin-right: 15px;
z-index: 100;
background: #ff9900;
color: #fff;
border: none;
border-radius: 35px;
padding: 18px 24px;
cursor: pointer;
font-size: 24px;
display: flex;
align-items: center;
gap: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(255, 153, 0, 0.4);
}
#floatingCopyBtn .btn-tooltip {
display: none;
white-space: nowrap;
font-size: 16px;
font-weight: bold;
}
#floatingCopyBtn:hover {
background: #e68a00;
padding-right: 28px;
box-shadow: 0 6px 16px rgba(255, 153, 0, 0.5);
}
#floatingCopyBtn:hover .btn-tooltip {
display: inline;
}
/*--------------------
フィルターパネル
--------------------*/
.filter-panel {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 12px;
margin-bottom: 8px;
}
.filter-panel.filter-collapsed {
padding: 8px 12px;
}
.filter-panel h3 {
margin: 0 0 10px 0;
font-size: 14px;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 8px;
}
.filter-panel.filter-collapsed h3 {
margin: 0;
padding-bottom: 0;
border-bottom: none;
}
.filter-row {
margin-bottom: 10px;
}
.filter-row label {
display: block;
font-size: 12px;
color: #666;
margin-bottom: 4px;
}
.star-filter {
display: flex;
gap: 4px;
}
.star-btn {
padding: 4px 8px;
border: 1px solid #ddd;
border-radius: 4px;
cursor: pointer;
font-size: 12px;
background: #fff;
transition: all 0.2s;
}
.star-btn:hover {
background: #fff3cd;
border-color: #ffc107;
}
.star-btn.active {
background: #ffc107;
border-color: #ffc107;
color: #000;
font-weight: bold;
}
.filter-row textarea {
width: 100%;
font-size: 11px;
padding: 6px;
border: 1px solid #ddd;
border-radius: 4px;
resize: none;
min-height: 40px;
max-height: 300px;
overflow-y: auto;
line-height: 1.4;
}
.chars-filter {
display: flex;
align-items: center;
gap: 6px;
}
.chars-filter input[type="number"] {
width: 60px;
padding: 4px 6px;
border: 1px solid #ddd;
border-radius: 4px;
font-size: 12px;
text-align: center;
}
.chars-filter span {
font-size: 12px;
color: #666;
}
.filter-note {
font-size: 10px;
color: #999;
margin: 0 0 10px 0;
}
.filter-buttons {
display: flex;
gap: 8px;
margin-top: 8px;
}
.filter-buttons button {
padding: 6px 12px;
border-radius: 4px;
font-size: 11px;
cursor: pointer;
border: 1px solid #ddd;
transition: all 0.2s;
}
.filter-buttons .btn-save {
background: #0073aa;
color: #fff;
border-color: #0073aa;
}
.filter-buttons .btn-save:hover {
background: #005a87;
}
.filter-buttons .btn-reset {
background: #f7f7f7;
color: #555;
}
.filter-buttons .btn-reset:hover {
background: #e0e0e0;
}
/*--------------------
フィルター折りたたみ
--------------------*/
.filter-toggle {
margin: 0;
padding-bottom: 8px;
}
.filter-toggle:hover {
color: #0073aa;
}
#filterArrow {
font-size: 0.8em;
margin-right: 4px;
transition: transform 0.2s;
}
/*--------------------
検索パネル
--------------------*/
.search-panel {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 15px;
margin-bottom: 8px;
}
.search-panel h3 {
margin: 0 0 12px 0;
font-size: 14px;
color: #333;
border-bottom: 1px solid #eee;
padding-bottom: 8px;
}
.search-form {
display: flex;
align-items: stretch;
gap: 8px;
margin-bottom: 12px;
}
.search-input {
flex: 1;
padding: 0 12px;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 14px;
width: auto !important;
height: 36px;
line-height: 32px;
box-sizing: border-box;
background: #fff;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
}
.search-input:focus {
outline: none;
border-color: #0073aa;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.08), 0 0 0 2px rgba(0, 115, 170, 0.15);
}
.search-btn {
margin: 0;
padding: 0 20px;
background: #0073aa;
color: #fff;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
cursor: pointer;
transition: background 0.2s;
height: 36px;
line-height: 36px;
box-sizing: border-box;
}
.search-btn:hover {
background: #005a87;
}
.search-result {
margin-top: 10px;
}
.search-result .applink {
margin-top: 0;
}
ページが見つかりませんでした | MSYゲームズ
お探しのページが見つかりませんでした。下記カテゴリーから記事をお探しになるか、キーワードで検索してみてください。
キーワード検索