<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width:480px) {

/*  以下、ボックス */

div.box_main64 {
font-size: 95%;
background-color: #ffffff;
padding: 1% 5% 1% 5%;
margin: 10px 0px 0px 0px;
line-height: 26px;
border-color: #e0e0e0;
border-style: solid;
border-width: thin;
position: relative;
}

div.box_right1 {
display: none;
}

div.box_right2 {
display: none;
}

div.box_right3 {
font-size:95%;
padding: 1% 1% 1% 1%;
margin: 10px 0px 0px 0px;
background-color: #e0e0e0;
border-width: 1px;
background-color: #e0e0e0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

/*  ヘッダー */

div.ad {
width: 100%;
}

/*  フッター */

div.footer {
font-size:100%;
margin: 10px 0px 0px 0px;
border-color: #caec9b;
border-top-style: solid;
border-width: thin;
}


/*  下層ページ用 */

div.box_main {
font-size: 95%;
background-color: #ffffff;
padding: 1% 5% 1% 5%;
margin: 10px 0px 0px 0px;
line-height: 26px;
border-color: #e0e0e0;
border-style: solid;
border-width: thin;
position: relative;
}

/*  続基礎知識用「緘黙基礎知識」ナビ  */

.kanmoku-kiso-menu3 {
margin: 0;  
padding: 0;
}  
  
.kanmoku-kiso-menu3 ul{
list-style-type: none;  
margin: 0;  
padding: 0;
}  
  
.kanmoku-kiso-menu3 li{  
float: left;
width: 100%;
margin: 0;  
padding: 0;
}  
  
.kanmoku-kiso-menu3 a{
font-size:100%;
width: 90%;
height: auto;
color: #333333;
display: block;
text-decoration:none;
border:1px solid #CCCCCC;
background-color: #E6FFCE;
padding: 15px 7px 15px 7px;
}

.kanmoku-kiso-menu3 a:hover{  
width: 90%;
background-color:#d5ff9b;
border:1px solid #CCCCCC;
position: relative;
} 

/*  テーブル  */

table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
width: 100%;
}

.bordered {
background: #ffffff;
border: solid #E0E0E0 1px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.bordered tr:hover {
background: #fff3f5; 
}    
    
.bordered td, .bordered th {
border-left: 1px solid #E0E0E0;
border-top: 1px solid #E0E0E0;
padding: 5px;
text-align: left;
vertical-align: top;
}

.bordered th {
color: #ffffff;
background-color: #2EB92D;

     
border-top: none;
}

.bordered td:first-child, .bordered th:first-child {
border-left: none;
}

.bordered th:first-child {
width: 65px;
}

.bordered th:last-child {
width: 455px;
}

.bordered th:only-child{
}

.bordered tr:last-child td:first-child {
}

.bordered tr:last-child td:last-child {
}

/*  ソーシャルボタン */

.snsb {
overflow: hidden;
}

.snsb li {
margin-bottom: 10px;
list-style-type: none;
}

.snsb iframe {
margin: 0 !important;
}

/*  その他 */

div.delete {
display: none;
}

h1{
font-size: 120%;
}

h2{
font-size: 110%;
padding-left: 5px;
border-left: 4px solid #7da51d;
border-bottom: 1px solid #7da51d;
}


h3{
font-size: 105%;
}

blockquote {
background-color:#e6ffce;
padding:1em 1em 1em 3em;
margin:0em 0em 1.5em 0em;
position:relative;
}
blockquote:before{
content:"“";
font-size:200%;
line-height:1em;
color:#2eb92d;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:200%;
line-height:1em;
color:#2eb92d;
position:absolute;
right:0;
bottom:0;
}

.eyecatch{
display:none;
}

div.eyecatch1 {
}

div.eyecatch2 {
width: 100%;
height: 150px;
}

.noline {
text-decoration:none;
}

nav.rpg-movie{
font-weight: bold;
text-align:center;
}

.youtube-rpg{
width: 220px;
height: 123px; 
}

hr.h {
color: #E0E0E0;
}

div.date {
text-align: right;
}



}
</pre></body></html>