﻿body {
  background: #eeeeee;
  font-family: Meiryo;
  margin: 0px auto;
  -webkit-text-size-adjust:100%;
}
img {
  max-width: 100%;
  height: auto;
  }
#body_main {
  width: 800px;
  margin: 0px auto;
}
#title_bar {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  color: #000080;
  /* background: linear-gradient(#a0bbdf, #0a66dd); */
  background: linear-gradient(#dfe0e2, #a0bbdf);
  font-family: HGP行書体;
  font-weight: bold;
}
a.title {
  color: #000080;
  text-decoration: none;
  font-size: 200%;
}
img.title {
  margin-top: 2px;
  margin-bottom: -3px;
}
h1 {
  background-color: #F1FFFF;
  margin: 0px;
  word-wrap: break-word;
  font-size: 125%;
  padding: 3px;
  border-left: 5px solid #3903fc;
}
h2 {
  background-color: #F1FFFF;
  margin: 0px;
  word-wrap: break-word;
  padding: 3px;
  border-left: 5px solid #3903fc;
}
h3 {
  background-color: #F1FFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 115%;
  word-wrap: break-word;
  padding: 3px;
  border-left: 5px solid #3903fc;
}
h4 {
  background-color: #F1FFFF;
  margin-top: 0px;
  margin-bottom: 5px;
  word-wrap: break-word;
  padding: 3px;
  border-left: 5px solid #3903fc;
}
input.standard {
  width: 80%;
}
textarea {
  width: 90%;
}
#middle {
  width: 100%;
  text-align: right;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top : 0px;
  margin-bottom : 5px;
  /* background-color: #C0C0C0; */
  background-color:#ccd3e0;
  font-size: 100%;
}
#middle_1 {
  width: 800px;
  text-align: right;
  margin: 0px auto;
  padding: 0px;
  font-size: 70%;
}
#main {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}
#left_frame {
  width: 550px;
  float:left;
}
#main_1 {
  background: #ffffff;
  width: 100%;
  border: 1px solid #cccccc;
  margin: 0px auto;
  padding: 10px;
}
#res {
  width: 100%;
  padding: 10px;
  margin: 0px auto;
}
#right_frame{
  /* background: #ffffff; */
  /* border: 1px solid #cccccc; */
  width: 222px;
  margin: 0px auto;
  float:right;
  display:inline;
  /* padding: 10px; */
  vertical-align: top;
}
.right {
  text-align:right;
}
.right_part{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 200px;
  margin: 0px auto;
  float:right;
  display:block;
  padding: 10px;
}
#right_ad{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 200px;
  margin: 0px auto;
  float:right;
  padding: 10px;
  vertical-align: top;
}
#web-link {
  width:98%;
  display: flex;
  background:#E6FFE9;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#web-link-left {
  width:200px;
  margin: 0px auto;
}
#web-link-right {
  width:340px;
  margin: 0px auto;
}
img.ofi-contain {
  width: 200px; 
  height: 200px;
  object-fit: contain;
}
.main_content {
  background: #ffffff;
  width: 100%;
  border: 1px solid #cccccc;
  margin: 0px auto;
  padding: 10px;
}
.about {
  margin-top: 5px;
  margin-bottom: 5px;
}
.text_center {
  text-align: center;
}
.table {
  display: flex;
  width: 100%;
  word-break: break-all;
}
.table-left {
  width: 50%;
  overflow: hidden;
}
.table-right {
  width: 50%;
  overflow: hidden;
  float:right;
}
.table-left-80 {
  width:82px;
  padding: 2px;
}
.table-left-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.fixed_ad {
  position: fixed;
  top: 26px;
  z-index: 100;
}
.container {
  padding-top: 38px;
}
.right_ad_container {
  padding-top: 470px;
}
.btn-square-little-rich {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #03A9F4;/*色*/
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.btn-square-little-rich:active {
  /*押したとき*/
  border: solid 1px #03A9F4;
  box-shadow: none;
  text-shadow: none;
}
.btn-social-long-twitter {
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  display: inline-block;
  height: 30px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  text-decoration: none;
  font-size: 15px;/*文字のサイズ*/
  line-height: 30px;/*高さと合わせる*/
  background: #1da1f3;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}
.btn-social-long-twitter .fa-twitter {
  text-shadow: 2px 2px 0px #4287d6;
  font-size: 30px;
}
.btn-social-long-twitter span {
  display:inline-block;
  transition: .5s;
}
.btn-social-long-twitter:hover span {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.btn-social-long-twitter .tweetbtn-margin {
  display:inline-block;
  margin-top: -2px;
  margin-right: 4px;
}
img.twitter_icon{
  margin-top: -3px;
	vertical-align:middle;
}
.margin-8 {
  margin-top: 8px;
  margin-bottom : 8px;
}
.margin-top-5 {
  margin-top : 5px;
}
.margin-bottom-5 {
  margin-bottom : 5px;
}
.margin-bottom-8 {
  margin-bottom : 8px;
}
.padding-10 {
  padding-top: 10px;
  padding-bottom : 10px;
}
.font-size-70p {
  font-size: 70%;
}
.red {
  color: #ff0000;
}
.red70 {
  color: #ff0000;
  font-size: 70%;
}
.font70 {
  font-size: 70%;
}
.middle {
  vertical-align:middle;
}
#voted {
  color: #ff0000;
  font-size: 70%;
}
#footer_top {
  width: 100%;
  margin: 0px auto;
  margin-top : 5px;
  margin-bottom : 5px;
  padding: 0px;
  float:left;
  font-size: 70%;
  z-index: 1000;
}
footer {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  float:left;
  background-color: #FFFFEE;
}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}