@charset "UTF-8";
/*
:::::::::::::::::::
　ブログ（メインとサイドバー）
:::::::::::::::::::
*/
#blog-image
{
	display: block;
	width: 100%;
}
#blog
{
	margin: 60px auto 0;
	padding: 0;
	width: 1000px;
}
#blog:after
{
	content: "";
	display: block;
	clear: both;
}
#main ,
#sidebar
{
	float:left;
	margin: 0;
	padding: 0;
}
#main
{
	width: 700px;
}
#main .topic
{
	padding: 0;
	margin: 0;
	width: 600px;
}
#main .topic-title ,
#main .topic-date ,
#main .topic-category
{
	font-size: 16px;
	height: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	margin : 0;
}
#main .topic-title
{
	font-size: 28px;
	font-weight: bold;

	width: 670px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main .topic-category a
{
	background-color: #383838;
	border-radius: 1em;	
	color: #fff;
	font-size: 8px;
	height: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0 2em;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #main .topic-category {
		margin-bottom: 10px;
	  } /* IE11 */
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #main .topic-category a {
		padding: 2px 2em;
		vertical-align: bottom;
	  } /* IE11 */
}
#main div.note
{
	border-top: solid 2px #00008b;
	border-top-color: #383838;
	margin : 0;
	margin-top : 5px;
	padding-top : 20px;
}
#sidebar
{
	color: #102b61;
	width: 300px;
}
#sidebar div
{
	font-size: 14px;
 	margin: 30px auto;
	width: 300px;
}
#sidebar div:first-child
{
 	margin-top: 0;
}
#sidebar div.facebook
{
	border: 0;
 	margin: 0px auto;
}
#sidebar div .title
{
	border: 0;
	background-color: #808080;  /* サイドバーのカラー変更 */
	color: #fff;
	margin: 0;
	padding: 10px;
	width: calc(100% - 20px);
}
#sidebar div .lists ,
#sidebar div .lists li
{
	border-bottom: none;
}
#sidebar div .lists
{
	list-style: none;
}
#sidebar div .lists li
{
	border-bottom: solid 1px #ccc;
	padding: 15px 10px;
}
#sidebar div .lists li a
{
	text-decoration-line: underline;
}

/*検索*/

.searchform {

	height: 40px;
	width: 300px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.searchform::after {
	content: "";
	display: block;
	clear: both;
}

.searchfield {
	background-color: #f7f7f7;
	border: solid 1px #ccc;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 38px;
	margin: 0;
	padding: 3px 10px;
	width: 260px;
}
.searchsubmit {
	position: relative;
	width: 40px;
	height: 40px;
	background: #1442a3;
}
.searchsubmit::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff;
}
.searchsubmit::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 6px;
  top: calc(50% + 3px);
  left: calc(50% + 0px);
  border-top: solid 3px #fff;
  transform: rotate(45deg);
}










/*
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .searchfield { width: 198px }
}*/
*/
/*
.searchsubmit {
  font-family: FontAwesome;
  font-size: 18px;/*1.4em;*//*
  position: absolute;
  top: 0;
  right: 18px;
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: var(--blog-side-searchsubmit-color);/*#6297f5;*//*
  border: none;
  background: transparent;
}
*/
.searchsubmit:hover {
  opacity: .6;
}
.alimit
{
     max-width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/*
:::::::::::::::::::
　ページネイション
:::::::::::::::::::
*/
.pagenation {
    margin: 1em 0;
	margin-left: 250px;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 1.5s;
    transition-property: all;
    transition-timing-function: ease;
}



/*
||||| WordPress画像位置指定 |||||
*/

/*画像の中央寄せ*/
.aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
/*figureタグで囲まれた画像の中央寄せ*/
.aligncenter img {
  height: auto;
  max-width: 100%;
}
/*画像右寄せ*/
.alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
/*figureタグで囲まれた画像右寄せ*/
.alignright img {
  height: auto;
  max-width: 100%;
}
/*位置指定のない画像*/
.alignnone {
  height: auto;
  max-width: 100%;
}
/*figureタグで囲まれた位置指定のない画像*/
.alignnone img {
  height: auto;
  max-width: 100%;
}



img.alignright {
 display: block;
 margin: 0 0 0 auto!important;
}

img.alignleft {
 display: block; 
 margin: 0 auto 0 0!important;
}

img.aligncenter {
 display: block;
 margin: 0 auto!important;
}
