@charset "UTF-8";

body {
    float: none;
    position: static;
    font-size:14px;
    padding:5px;
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
    border-width:1px;
    border-style:solid;
    line-height:1.6em;
}
header{
    background-color:#5f5f5f;
    width:100%;
    height:auto;
    color:#ffffff;
}
 
.hed{
    font-size:0.9em;
    padding-left:20px;
    line-height:1em;
    color:#4c0000;
}
main {
    width: 70%;
    display: inline-block;
    vertical-align: top;   
    background-color:#fdfdfd;
    padding:10px;
}
 
aside {
    width:27%;
    /* calc(30% - 26px);
    */
    display: inline-block;
   /*  margin-left: 5px; */
    box-sizing: border-box;
    border: solid 1px;
    float:right;
    padding:2px;
    /* font-size:0.8em; */
    background-color:#eaf4ff;
}
/* *************************** */
/*      header 部分 */
/* *************************** */
#pank {
	height: 25px;
	border-top: 1px solid #c8d6b7;
}
#pank ul {
	line-height: 25px;
	color: #E7E8E2;
	font-size: 80%;
}
#pank li {
	list-style: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #c8d6b7;
}
	#pank li:first-child {
		border-left: none;
	}
#pank li a {
	color:#E7E8E2;
	text-decoration: none;
}
	#pank li a:hover {
		color: #f5f5f5;
	}
#pank ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.headimg{
    width:auto;
    height:auto;
}
/* *************************** */
/*      main 部分 */
/* *************************** */
h1{
    font-size:1.4em;
    text-align:center;
    background-color:#333333;
    width:100%;
    height:auto;
    padding-top:1em;
    padding-bottom:0.5em;
    border-style:solid;
    color:#ffffff;
}
.opacity {
    opacity:1;
    overflow:scroll;
    width:100%;
    height:300px;
    /* margin-bottom:10px; */
}
.l{
    font-size:1.2em;
}
.s{
    font-size:0.9em;
    padding:0.5em 1em;
}

p {
	line-height: 1.2em;
	width: 100%;
	display: inline-block;
	padding-right: 5px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
}

.pagelink{
    text-decoration:none;
    display: inline-block;
    margin-bottom:10px;
    width:auto;
    height:auto;
    text-align:center;
    display: inline-block;
    float:left;
}
.btn_link {
    display: inline-block;
    float:left;
}
.btn_link a {
    display:block;
    width:auto;
    /*background:#135ac9;*/
	background-color:#457aaa;
    border-radius:3px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    margin:0.3em 0.5em;
    font-size:1em;
    height:30px;
    color:#ffffff;
    padding:0.3em 1em;
    /* padding-right:1em; */
}
.btn_link a:hover {
    background:#ddd; 
    color:#136ac1;  
}
.pdng{
    font-size:0.9em;
    padding-top:0.5em;
    padding-bottom:0.5em;
    padding-left:2em;
    padding-right:2em;
}
img {
	max-width: 100%;
	height: auto;
    margin:5px;
}
 
footer{
    margin-top:-1em;
} 
/*-----------*/
details {
  font: 16px "Open Sans", Calibri, sans-serif;
  /* width: 620px; */
}

details > summary {
    padding: 8px 6px;
    background-color:#457aaa;
    border: none;
    box-shadow: 3px 3px 4px #191970;
    cursor: pointer;
    margin:2px;
    font-weight:normal;
    height:25px;
    width:auto;
    border-radius:5px;
    color:#ffff;
    line-height:2em;
    overflow-x:hidden;
    overflow-y:hidden;
    /* overflow-wrap:hidden; */
}

details > p {
    border-radius: 0 0 10px 10px;
    background-color:#8ce2f9;
    padding: 2px 6px;
    margin: 0;
    /* box-shadow: 3px 3px 4px black; */
}

/* details[open] > summary {
    background-color:#457aaa;
} */

details > div {
   /*  border-radius: 0 0 10px 10px; */
    background-color:#eaf4ff;
    padding: 2px 6px;
    margin: 0;
    /*box-shadow: 3px 3px 4px black;
    */
/*overflow:scroll;
    */;
}
.summ_2{
    font-size:0.9em;
    cursor: pointer;
    background-color:#ccf9f9;
    width:7em;
    height:1.3em;
    display:inline;
    box-shadow: 1px 1px 2px #191970;
    float:left;
    margin:5px;
    text-align:center;
}

/* ----------------- */
.site{
    /*box-shadow:inset 0px 1px 0px 0px #1c1b18;
    */
background:linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
    background-color:#eae0c2;
    border-radius:3px;
    border:1px solid #333029;
    display:inline-block;
    cursor:pointer;
    color:#505739;
    font-family:Arial;
    font-size:17px;
    font-weight:bold;
    text-decoration:none;
    /*text-shadow:0px 1px 0px #ffffff;
    */
width:70%;
    height:auto;
    padding:12px;
    margin-bottom:2px;
}
.site:hover {
	background:linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
	background-color:#ccc2a6;
}
.site:active {
	position:relative;
	top:1px;
}

.img_sum{
    width:70px;
    margin:2px;
    float:left;
    display: inline-block;
    height:auto;
}
.notbr{
    font-size:medium;
    white-space:nowrap;
}
 .maeato {
    box-shadow:inset 0px 1px 0px 0px #276873;
    background-color:#599bb3;
    border-radius:6px;
    border:1px solid #29668f;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding:15px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
    width:5em;
    height:auto;
}
.maeato:hover {
	background-color:#408c99;
}
.maeato:active {
	position:relative;
	/* top:1px; */
}

.btn_syosai {
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color:#79bbff;
    border-radius:6px;
    border:1px solid #84bbf3;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:18px;
    font-weight:bold;
    padding:13px 39px;
    text-decoration:none;
    text-shadow:0px 1px 0px #528ecc;
    margin-bottom:1em;
}
.btn_syosai:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.btn_syosai a{
    color:#ffffff;
    text-decoration:none;
}
.btn_syosai:active {
	position:relative;
	top:1px;
}
     
.btn_junl {
    display: inline-block;
    float:left;
}
.btn_junl a {
    display:block;
    width:66px;
    background:#136ac1;
    border-radius:3px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    margin:2px;
    font-size:1em;
    height:30px;
    color:#ffffff;
}
.btn_junl a:hover {
    background:#ddd; 
    color:#136ac1;  
}
.box_j{
    width:100%;
    height:40px;
    background-color:#5f5f5f;
    text-align:center;
    margin-bottom:5px;
    font-size:1.2em;
    line-height:40px;
    font-weight:bold;
    border-width:1px;
    border-style:solid;
    color:#ffffff;
}
.box_jj{
    width:100%;
    height:40px;
    background-color:#5f5f5f;
    text-align:center;
    margin-bottom:5px;
    font-size:1.2em;
    line-height:40px;
    font-weight:bold;
    border-width:1px;
    border-style:solid;
    color:#ffffff;
}

.btn_rnk {
    display: inline-block;
    float:left;
}
.btn_rnk a {
    display:block;
    width:66px;
    background:#f854aa;
    border-radius:3px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    margin:2px;
    font-size:1em;
    height:30px;
    color:#ffffff;
}
.btn_rnk a:hover {
    background:#ddd; 
    color:#136ac1;  
}
.btn_dg {
    display: inline-block;
    float:left;
}
.btn_dg a {
    display:block;
    width:66px;
    background:#136ac1;
    border-radius:3px;
    line-height:30px;
    text-decoration:none;
    text-align:center;
    margin:2px;
    font-size:1em;
    height:30px;
    color:#ffffff;
}
.btn_dg a:hover {
    background:#ddd; 
    color:#136ac1;  
}
/* ----------- */
.footer {
    padding-left: 10px;
    border-top: 1px solid #8b8b8b;
    color: #fcf8f3;
    text-align: center;
    background-color:#333333;
    height:50px;
}

.btn_free{
    width:180px;
    height:40px;
    line-height:40px;
    margin-bottom:20px;
}
.btn_free  a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#7FC157;
    text-align:center;
    border:2px solid #BE162F;
    color:#000000;
    font-size:14px;
    font-weight:normal;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
   /*  transition: all 0.5s ease; */
/*     margin:5px;
 */}
.btn_free a:hover{
    background:#7FC157;
    color:#FFFFFF;
    border:4px solid #FFFFFF;
    box-shadow:0px 0px 0px 4px #8CD460 ;
}
.sub{
    /* font-size:0.9em; */
    text-align:left;
    /*padding:20px,20px */;
    background-color:#fdc4eb;
    padding-left:1em;
}
h3{
    font-size:1.2em;
    text-align:center;
    width:auto;
    height:auto;
    /*background-color:#7ab6ff;
    */
padding-top:0.5em;
    background-color:#333333;
    color:#ffffff;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:1em;
} 
h4{
    text-align:left;
    background-color:#7d7d7d;
    width:auto;
    height:auto;
    margin-top:1em;
    padding-left:1em;
    color:#ffffff;
    /*font-size:0.9em;
    */
font-weight:normal;
    padding-top:3px;
    padding-bottom:3px;
}

.fnomal{
    text-decoration:none;
    /*font-size:0.8em;
    */;
    margin:1em;
}
.hr1{
    border-style:solid;
    border-top-width:1px;
}
.hr3{
    border-style:solid;
    border-top-width:3px;
}
/* ------ PANK ---------- */

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    padding: 0;
    font-size: .8em;
    background-color:#DCC2FF;
    padding-left:10px;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 4px;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .3em;
    height: .3em;
    margin-left: 10px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #1909f6;
    text-decoration: none;
} 
/* ---　↑ -- PANK ----- */

.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: auto;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.2rem;
	width:2rem;
	height: 2rem;
	line-height: 1.8rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
/*-------------*/

@media screen and (max-width:480px) {
	
 
	main {
    width: 100%;
  /*   background-color:#00e2f9; */
}
 
	aside {
    width: 100%;
    padding:5px;
    /* margin: 10px 0 0 0; */
    }
    
    footer{
    width:100%;
    height:auto;
    /* background-color:#fa9916; */
}
    .footer{
    text-align:center;
  /*   vertical-align:middle; */
    width:100%;
    height:50px;
}
.box_jj{
    display:none;
}
