@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@400;500&display=swap');

body {
  background-color: #E7DCD9;
  color: #00102E;
  font-family: "Zen Maru Gothic",  YuGothic, "Yu Gothic",serif;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
  position: relative;
}


.body_wrap {
    background: #E7DCD9;
}

.backlink{
  text-align: center;
  }
  
a {
    color: #196191;
}

a:hover {
	color: #6D7685;
}

p.pagenums a.pagenumlink:hover {
  background: #f1f5f6;
  color: #196191;
}



/*ハッシュタグリストの色・フォント変更*/

ul.hashtaglist li {
	font-size: 13px;
    color: #00102E;
    font-family: "Zen Maru Gothic",  YuGothic, "Yu Gothic",serif; 
	background: ;
	}
 
 img {
  border: none;
  height: auto;
}

/*タイトルのサイズ・フォント変更*/

h1.maintitle small.subtitle {
    font-size: 14px;
	font-family: 'Shippori Mincho', serif ;
}

/*日付のサイズ・フォント変更*/

.onelogbox p.oneloginfo {
  font-size: 85%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  color: #b5b5b5;
  font-family: "Zen Maru Gothic",  YuGothic, "Yu Gothic",serif; 
}
.onelogbox p.oneloginfo a {
  color: #196191;
}

/*フッターフォント変更*/

footer p.poweredby {
  font-family: "Zen Maru Gothic",  YuGothic, "Yu Gothic",serif; 
}

/*ボーダーの色変更 */


header {
    border-bottom: 1px solid #00102E;
}

.onelogbox {
    border-bottom: 1px solid #00102E;
    padding: 40px 15px;
}

/*youtube埋め込みの設定*/

.embeddedmovie {
   width: 100%;
  aspect-ratio: 16 / 9;
}
 
.embeddedmovie iframe {
  width: 100%;
  height: 100%;
}


