@charset "UTF-8";

body {
    float: none;
    position: static;
    font-size:1em;
    padding:5px;
    max-width: 800px;
    margin-left:auto;
    margin-right:auto;
}
/* header{
    background-color:#ced8ec;
    width:100%;
    height:auto;
    text-align:center;
} */
header{
    background-color:#4b0082;
    width:100%;
    height:auto;
    color:#DDDDDD;
}

/* *************************** */
/*      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: ".";
}
h1{
    font-size:1.4em;
    text-align:center;
    background-color:#4b0082;
    width:100%;
    height:auto;
    padding-top:1em;
    padding-bottom:0.2em;
    border-style:solid;
    color:#ffffff;
}
.l{
    font-size:1.2em;
}
.s{
    font-size:0.9em;
    padding-left:1em;
}
.opacity {
    opacity:1;
    overflow:scroll;
    width:100%;
    height:300px;
    /* margin-bottom:10px; */
}
.jnlttl{
    font-size:1.1em;
    text-align:center;
    width:100%;
    height:auto;
    border-top-width:1px;
    border-bottom-width:1px;
    background-color:#fd87e1;
    color:#000000;
}
.hed{
    font-size:0.9em;
    padding-left:20px;
    color:#4c0000;
    text-align:left;
    background-color:#fda4ee;
    padding-top:10px;
}
main {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    /*background-color:#00e2f9;
    */
padding-bottom:1em;
    background-color:#eaf4ff;
}
 
aside {
    width:28%;
    /* 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:#fdc4eb;
}
 
p {
	line-height: 1.2em;
	width: 100%;
	display: inline-block;
	padding-right: 5px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0;
}
 
/* footer{
    background-color:#fa9916;
    width:70%;
    height:auto;
    text-align:center;
    line-height:3.2em;
} */
/*-----------*/
details {
  font: 16px "Open Sans", Calibri, sans-serif;
  /* width: 620px; */
}
.inlin{
    background-color:#ffffff;
    display:inline;
}
/* details > summary { */
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; */
}
.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;
}

details > div {
   /*  border-radius: 0 0 10px 10px; */
    background-color:#eaf4ff;
    padding: 2px 6px;
    margin: 0;
    /*box-shadow: 3px 3px 4px black;
    */
/*overflow:scroll;
    */;
    
}
.detalls{
    padding-left:10px;
}
/* summary::after {
        content: " 開く"; */
      }
/* details[open] summary::after {
        content: " 閉じる"; */
      }

/* details[open] details summary::after {
        content: " 開く";  */
      }
/* details details[open] summary::after {
        content: " 閉じる"; */
      }
/* ----------------- */



/* -------------------*/ */
.mgn{
    margin-top:20px;
    margin-bottom:20px;
}
.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:7px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.maeato:hover {
	background-color:#408c99;
}
.maeato:active {
	position:relative;
	top:1px;
}

.btn_syosai {
    box-shadow: 3px 4px 0px 0px #899599;
    background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
    background-color:#ededed;
    border-radius:15px;
    border:1px solid #d6bcd6;
    display:inline-block;
    cursor:pointer;
    color:#3a8a9e;
    /*font-family:Arial;
    */
    font-size:18px;
    padding:7px 25px;
    text-decoration:none;
    text-shadow:0px 1px 0px #e1e2ed;
    margin-bottom:10px;
}
.btn_syosai:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.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;  
}
.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;  
}
.box_j{
    width:100%;
    height:40px;
    background-color:#7ab6ff;
    text-align:center;
    margin-bottom:5px;
    font-size:1em;
    line-height:40px;
}

/* ----------- */
.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:10px;
}
.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:#7ab6ff;
    padding-left:1em;
}
h3{
    font-size:0.9em;
    text-align:center;
    width:auto;
    height:auto;
    /*background-color:#7ab6ff;
    */
padding-top:0.5em;
    padding-left:1em;
    background-color:#333333;
    color:#ffffff;
} 

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;
}
.fnomal{
    text-decoration:none;
    font-size:0.8em;
}
/* ------------ */
.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;
}
/* ------------topへ戻る */
#topbutton {
   /* ▼ボタンの表示位置を画面の右下に固定 */
   position: fixed; /* ←表示場所を固定 */
   bottom: 18px;   /* ←下端からの距離 */
   right: 18px;    /* ←右端からの距離 */
   width: 7em;     /* ←横幅 */

   /* ▼最初は非表示にしておく */
    display: none; 

   /* ▼配色・配置・文字の装飾など */
   background-color: #2525aa; /* ←背景色 */
   opacity: 0.5;        /* ←透明度 */
   border-radius: 24px;  /* ←角丸の半径 */
   text-align: center;  /* ←文字の位置 */
   font-size: 100%;     /* ←文字サイズ */
   /* font-weight: bold; */   /* ←文字の太さ */
   margin: 0px;          /* ←外側の余白 */
   padding: 10px;       /* ←内側の余白 */
}
#topbutton a {
   /* ▼リンクの装飾 */
   color: white;          /* ←文字色 */
   text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
   /* ▼マウスが載ったときの装飾 */
   color: yellow;              /* ←文字色 */
   text-decoration: underline; /* ←下線あり */
}
/*-------------*/

@media screen and (max-width:480px) {
	p {
		width: 100%;
		margin: 0px 0 10px 0;
	}
 
	main {
    width: 100%;
    background-color:#eaf4ff;}
 
	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;
}

}
