/**************************************************************
 reset
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight:normal;
    background: transparent;
    line-height: 1;
    text-align:left;
}
fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow:hidden;
    line-height: 1;
    display: block;
}
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,
q:before,q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus { outline: 0;}
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/**************************************************************
 common
**************************************************************/
html {
    font-size: 62.5%;
}
body {
    font-size: 16px;
    font-size: 1.6em;
    font-family:'Arial','メイリオ',sans-serif;
    color:#555;
    word-wrap: break-word;
    background:#eeeded;
}
input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
a:link,a:visited{
    outline:0;
    color: #555;
    text-decoration:underline;
    transition: all 0.3s ease 0s;
}
a:hover,a:active {
    outline:0;
    color:#999999;
    text-decoration:none;
}

strong,b {
    font-weight:bold;
}

#MainBlock {
    margin:0 auto;
    display: flex;
    max-width: 1070px;
    width: 98%;
}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
//box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3) inset;
height: 35em;
background-image: url("http://file.whp.blog-mmo.com/top_2560x724.jpg");
background-repeat: no-repeat;
width: 100%;
background-size: cover;
background-position: center;
margin: 0 auto 2em;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
    width: 1000px;
    margin: 0 auto;
    padding: 0 1%;
    color: #fff;
}
#TopText {
    padding:0 0 0 12px;
    font-size:20px;
    font-size: 2rem;
    font-weight:bold;
    line-height:1.8;
    display: inline-block;
}
#TopText a:link, #TopText a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#fff;
}
#TopText a:hover {
    font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    padding:0.6em 0 0 12px;
    line-height:1.4;
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: bottom;
}
#MenuPage {
   line-height: 22px;
}

.MenuPageMain {
  margin:0 auto;
}

#MenuPage ul {
  line-height: 2.5em;
  margin: 0 auto;
  text-align: center;
  background: #1b191d;
}
#MenuPage li {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline;
  margin: 0 1em;
}

#MenuPage a {
  transition: all 0.3s ease 0s;
}
.home a:link, .home a:visited {
  color: #e54444!important;
}
#MenuPage a:link, #MenuPage a:visited {
  padding: 1em 12px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
#MenuPage a:hover {
  color: #e54444;
}
.logoimg {
  margin: 15px auto;
  text-align: center;
}

.logoimg img {
  max-width: 239px;
}

/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
    font-size: 13px;
    font-size: 1.3rem;
    background: #1b191d none repeat scroll 0 0;
    color: #999;
    padding: 1em 0 0;
    width: 100%;
    margin-top: 2em;
}
.FooterText {
    border-top: 1px solid #3e4145;
    clear: left;
    line-height: 1.5;
    margin: 3em auto 0;
    padding: 10px 0;
    text-align: center;
}
#FooterBlock ul {
    text-align:left;
}

.Footer-wrap {
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 2% auto 0;
}

.Footer3block {
   width: 30%;
   font-size: 14px;
   font-size: 1.4rem;
}

.footer_visitor {
  margin-bottom: 2em;
}

.footer_cate a:link {
   font-size: 13px;
   font-size: 1.3rem;
   background: #e54444;
   color: #fff;
   padding: 12px;
   border-radius: 2px;
   display: inline-block;
   margin: 5px;
}
.footer_cate a:visited {
   color: #fff;
}
.footer_cate a:hover {
  background: #af3131;
  color: #e6e6e6;
}
.archive_comment {
  margin-top: 15px;
}
.archive_comment,
.archive_comment2 {
  text-align: center;
}
.archive_comment a,
.archive_comment2 a {
  text-decoration: underline!important;
}
.archive_comment2 a:link,
.archive_comment2 a:visited {
  color: #999;
}
.archive_comment2 a:hover {
  color: #e54444;
}
.footer_archive_num {
   float: right;
}

.footer-title {
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 3px solid #3e4145;
    color: #e54444;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0 0 1em;
}

#FooterBlock li {
   margin-bottom: 11px;
   padding-bottom: 12px;
   border-bottom: 1px solid #3e4145;
}

.footer_archive_ul a:link,
.footer_archive_ul a:visited {
  color: #999;
}
.footer_archive_ul a:hover {
  color: #e54444;
}

/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
    margin: 0 ;
    padding:0 0 20px ;
    width:330px;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
    margin: 0 0 15px 0;
    background: #fff;
    width:260px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    padding: 1em 1.5em;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1em 0 1.5em;
    width: auto;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
    line-height:1.4;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
    line-height:1.6;
}
.PluginContents li {
    line-height:1.6;
}
.profile_image img {
    border-radius: 50%;
    width: 110px;
    margin: 0 auto;
}
.profile_image,
.profile_name,
.profile_text {
   text-align: center;
   line-height: 1.5;
   padding: 0 0 0.7em 0;
}
.profile_image,
.profile_name {
  padding: 0.7em 0 ;
}
.profile_name {
  font-weight: bold;
}
.profile_text {
 font-size: 13px;
 font-size: 1.3rem;
}
.plugin_comment {
  line-height: 1.5;
  padding: 0 0 0.7em;
}
.plugin_list li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
    width: 100%;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
    margin: 0 20px 2em 0;
    padding: 3em 2em 4em;
    width: auto;
    flex: auto;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
}
/*各記事タイトル部分の設定*/
.EntryTitle {
    padding: 2%;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}
.EntryTitle a:link, .EntryTitle a:visited {
    text-decoration:none;
    color:#222;
    line-height: 1.4;
    letter-spacing: -0.01em;
    transition: all 0.3s ease 0s;
    font-weight: bold;
}
.EntryTitle a:hover {
    color:#8d8d8d;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
    margin: 0 10px;
}
/*記事本文が記載される部分*/
.EntryText {
    padding: 5% 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height:1.75;
}
.EntryText * {
    line-height:1.75;
}
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6
{
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
}
.EntryText h1 {font-size: 140%;}
.EntryText h2 {font-size: 130%;}
.EntryText h3 {font-size: 115%;} {
  max-width: 100%;
  margin: 5px auto 10px;
  border-radius: 10px;
}

.EntryText img {
  max-width: 100%;
  border-radius: 10px;
  display: inline;
}

.EntryText ul {
    margin:0.5em 0;
    list-style:disc inside;
}
.EntryText ol {
    margin:0.5em 0;
    list-style:decimal inside;
}
.EntryText td,
.EntryText th {
    padding:0.5em;
    border:1px solid #999999;
}
.EntryText blockquote,
.EntryText quote {
    margin:1em 0 1em 3em;
}

.EntryNote {
}
.EntryNote ul{
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    color: #444;
}
.EntryNote li {
    display: inline-block;
    padding: 5px 10px 5px 0;
}
.EntryNote li a {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.EntryNote li a:hover {
   color: #8d8d8d;
}

/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
}
.EntryPsText a {
    color: #00f;
    padding-left:13px;
}

/*拍手ボタンの設定*/
.NinjaClap {
    padding:1em 0 0;
}
.NinjaClap a img {
    margin:0 0.5em;
    vertical-align:middle;
}

/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
    padding:0.3em 0 1em;
    text-align:right;
    /*border-top:1px solid #cccccc;*/
}
.EntryFooter ul {}
.EntryFooter li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryFooter li a:link, .EnryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    font-size:90%;
}
.EntryFooter li a:hover {
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {}

.PageLinkBlock {
  display: block;
}

.PageLinkBlock::after {
  clear: both;
  display: block;
  visibility: hidden;
}

.prev {
  float: left;
  text-align: left;
  width: 45%;
}
.next {
  margin-right: 2%;
  float: right;
  text-align: right;
  width: 45%;
}

.PageLinkBlock a {
  line-height: 1.4;
}



/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
    padding:0;
}
#EntryBlock {
    padding: 0 0 1em;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
    font-size: 18px;
    font-size: 1.8rem;
    padding:0;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
#EntryBlock .CommentMenuTitle{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 3em 1em 0;
}

/*コメントを投稿するフォーム全体の設定*/
/*コメントフォーム項目名設定*/
.CommentFormBlock table {
    margin:0 auto;
    width: 100%;
    table-layout: fixed;
}
.CommentFormBlock table td{
    width: 100%;
}
.CommentFormTh{
    font-size:15px;
    font-size:1.5rem;
    white-space:nowrap;
    vertical-align:middle;
    padding: 0.8em 0 0.4em;
}
/*コメントフォーム入力欄設定*/
/*inputタグやtextareaの設定*/
.CommentForms{
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  padding: 8px 10px;
  font-family:'Arial','メイリオ',sans-serif;
}
textarea.CommentForms{
    resize:none;
}
.CommentFormBlock select{
    border:1px solid #cccccc;
}
.CommentForms_pass{
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 5px 0 0;
  padding: 8px 10px;
}
/*コメントフォーム送信ボタンの設定*/
.CommentFormSubmit{
    clear:both;
    padding: 2em 0 0;
}
.CommentFormSubmit input {
    font-size: 14px;
    font-size: 1.4rem;
    padding:1em 8em;
    background:#fff;
    cursor:pointer;
    border: 2px solid #1b191d;
    transition: all 0.3s ease 0s;
}
.CommentFormSubmit input:hover {
    background:#1b191d;
    color:#fff;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
    padding: 2em;
    border: 1px solid #ccc;
    margin: 1em 0 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
    line-height:1.4;
    font-weight: bold;
}
/*コメント部分*/
.CommentText {
    padding:1em 0;
    line-height:1.4;
}
.CommentText * {
    line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    text-align:right;
}
.CommentFooter li{
    display:inline-block;
    float:right;
    font-size:90%;
}
.CommentFooter li a:link, .EntryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
.CommentFooter li a:hover {
    text-decoration:underline;
}
/*投稿者名の部分*/
.CommentUserName{}
/*投稿者のホームページへのリンク部分*/
.CommentURL{}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
    margin-left:1em;
    padding:0 0 0 13px;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
/*コメント編集へのリンク部分*/
.CommentEdit{}

/*-------------------------------------------------------
  コメント -> コメント編集部分デザイン
-------------------------------------------------------*/
.CommentBlock.edit {
    margin:2em auto;
    padding:2em;
    border:1px solid #cccccc;
    width:630px;
    background: #fff;
}


/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
/* 管理者返信部分全体の設定 */
.CommentResBlock {
    width: 90%;
    margin-left: auto;
    margin-top: 2em;
    border-top: 1px solid #ccc;
}
/* 管理者返信部分内側の設定 */
.CommentResBox {
    padding:2em 0 0;
}
/* 管理者返信のタイトル */
.CommentResTitle {
    line-height:1.4;
    font-weight: bold;
}
/* 管理者返信の本文 */
.CommentResText {
    padding:1em 0;
    line-height:1.4;
}
/* 管理者返信のフッター */
.CommentResFooter {
    text-align:right;
}
.CommentResFooter ul {}
.CommentResFooter li {
    margin-left:1em;
    padding:0 0 0 13px;
    display:inline-block;
    float:right;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    font-size:90%;

}



/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data {
    padding:0 0 0.7em;
    line-height:1.5;
}
.plugin_data * {
    padding:0 0 0.2em;
    line-height:1.4;
}
.plugin_data .right{
    float: right;
}

.plugin_cm,
.plugin_cm_with_res {
   font-size: 95%;
}

.plugin_cm_with_res img {
    display: inline;
}

.plugin_data a:link, a:visited {
    text-decoration: none;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:right;
    padding: 0 0 15px;
    border-bottom: 1px dotted #ddd;
    margin: -5px 0 15px;
}
.archive_img{
    max-height: 72px;
    overflow: hidden;
}
.archive_img img{
    width: 120px;
    height: auto;
    min-height: 72px;
    padding: 0;
    border: none;
    background: url('http://file.testboxmotto.ky-3.net/noimages.png') no-repeat, #f5f5f5;
}


/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
    margin:0 auto;
    width:80%;
    border-top:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
}
.CalendarMoveTable td {
    height:23px;
    text-align:center;
    vertical-align:middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
    text-decoration:none;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd a {
    padding-left:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow2.gif) no-repeat 0 50%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://bfile.shinobi.jp/img/ico-arrow1.gif) no-repeat right 50%;
}
/*カレンダー表示用テーブル*/
.CalendarTable {
    margin:0 auto;
    width:80%;
}
.CalendarTable th, .CalendarTable td {
    height:23px;
    border:1px solid #999;
    text-align:center;
    vertical-align:middle;
}



/*-------------------------------------------------------
  カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
    text-align:center;
    color:#dd3333;
    background:#ffeeee;
    font-weight:bold;
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
    text-align:center;
    color:#3333dd;
    background:#eeeeff;
    font-weight:bold;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
    text-align:center;
    font-weight:bold;
    color#666666;
    background:#efefef;
}



/*-------------------------------------------------------
  カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {}
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
    text-align:center;
}
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
    text-align:center;
}
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
    text-align:center;
    color#666666;
}
/*記事が存在する場所の設定*/
.CalendarTdLink {}
.CalendarTdLink a {
    padding:4px 0;
    display:block;
    height:15px;
    text-align:center;
}
.CalendarTdLink a:hover {
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
    font-weight:bold;
}



/**************************************************************************************
  ブログ内検索用デザイン
**************************************************************************************/
.blogsearch {
    margin: 0 auto;
}
.blogsearch .box {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 10px;
    background: #eeeded;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.widget.widget_search .gem-button::before {
   left: 26%;
   position: absolute;
   content: "\f002";
   font-family: FontAwesome;
}

.blogsearch2 .box2 {
    font-size: 13px;
    font-size: 1.3rem;
    padding:6px 8px;
    background: #1b191d;
    width: 100%;
    height: 35px;
    margin-bottom: 1em;
    max-width: 500px;
    text-align: left;
    border-color: #555;
    color: #ccc;
}

.blogsearch .btn {
    font-size: 16px;
    font-size: 1.6rem;
    background: #eeeded;
    cursor:pointer;
    border-left: none;
}

.blogsearch .btn:hover {
}

.plugin_data .blogsearch > form {
   text-align: center;
}


/**************************************************************************************
  バーコード用デザイン
**************************************************************************************/
.qrcode_image {
    text-align:center;
}


/* :::::: toggle button :::::: */
 
#navTgl, .open, .menu {
  display: none;
  overflow: hidden;
}

.entryPsLink {
	overflow: hidden;
	width: 368px;
	margin: 5% auto 0%;
	padding: 0;
        //border-radius: 3px;        /* CSS3草案 */  
        //-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
        //-moz-border-radius: 3px;   /* Firefox用 */ 
}
.entryPsLink a {
        font-size: 16px;
	font-size: 1.6rem;
	display: block;
	position: relative;
	//z-index: 100;
	text-align:center;
	background: #fff;
	border: 2px solid #1b191d;
	color: #1b191d;
	line-height: 3em;
	text-decoration:none;
        transition: all 0.3s ease 0s;
        border-radius: 30px;
}
.entryPsLink a:hover {
        background: #1b191d;
        color: #fff;
        border: 2px solid #1b191d;
}

.followme {
  display: flex;
  margin: 1em 0 2em;
  background: #131313 none repeat scroll 0 0;
}

.follow-l {
  width:50%;
}

.follow-l img {
  width: 100%;
  height: 100%;
}

.follow-r-img {
  margin: 0.5em auto 0;
  text-align: center;
}

.follow-r {
  color: #fff;
  width:50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.follow-r-child {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 10px;
  line-height: 1.4;
}



input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }


input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


input[type="search"] {
  -webkit-appearance: none; }

.header-nav-list-item.search {
  padding: 0.5rem 2rem; }
  @media screen and (min-width: 1024px) {
    .header-nav-list-item.search {
      flex: 1 1 auto;
      padding: 0; } }
  @media screen and (min-width: 1024px) {
    .header-nav-list-item.search form {
      float: right; }
      .header-nav-list-item.search form:before, .header-nav-list-item.search form:after {
        content: " ";
        display: table; }
      .header-nav-list-item.search form:after {
        clear: both; } }
  .header-nav-list-item.search .form-group {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      .header-nav-list-item.search .form-group {
        width: 30rem; } }
    .header-nav-list-item.search .form-group input[type="search"] {
      flex: 1 1 auto;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      font-size: 1.2rem;
      border-color: #ffffff; }
      @media screen and (min-width: 1024px) {
        .header-nav-list-item.search .form-group input[type="search"] {
          background: rgba(255, 255, 255, 0.75); } }
    .header-nav-list-item.search .form-group input[type="submit"] {
      flex: 0 0 auto;
      margin-left: -1px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      font-size: 1.2rem;
      background: #b4e04b;
      color: #ffffff;
      border-color: #ffffff;
      transition: .15s; }
      .header-nav-list-item.search .form-group input[type="submit"]:hover, .header-nav-list-item.search .form-group input[type="submit"]:active {
        color: #e54444; }


.blogsearch form {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  align-items: center; }

.blogsearch form input[name="search"] {
    display: block;
    width: 80%;
    height: 3.92rem;
    padding: 0 0 0 0.5em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #444;
    background-color: rgba(255, 255, 255, 0.15);
    background-image: none;
    box-sizing: border-box;
    border: 0.1rem solid #ccc;
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
}
    .blogsearch form input[name="search"]::-moz-placeholder {
      opacity: 1; }

.blogsearch form input[type="submit"] {
    flex: 0 0 auto;
    margin: 0 0 0 -0.1rem;
    padding: 0 0.5em;
    line-height: 1.2;
    min-height: 2.45em;
    color: #222;
    transition: all 0.3s ease 0s;
}

    .blogsearch form input[type="submit"]:hover, .blogsearch form input[type="submit"]:active {
      color: #e54444; }


input[type="submit"] {
  font-family: FontAwesome;
}

/**************************************************************************************
レスポンシブ (タブレット以下)
**************************************************************************************/
@media screen and (min-width:769px){
#TopTitle{
  display: none;
}
}

@media screen and (max-width:1830px){
#TopBlock {
  height: 30em;
}
}

@media screen and (max-width:1100px){
#ImageItiran {
  display: none;
}
#TopBlock {
  height: 25em;
}
}

/* 980px */
@media screen and (max-width:980px){
body, .PluginBlock{
max-width:980px;
}
.entryText .entryPsLink a{
    text-decoration: none;#MainBlock
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.entryText .entryPsLink a:hover {
    color: #fff;
}
.CommentFormTh {
    display: inline-block;
}
.CommentFormBlock table td {
    clear: both;
    display: inline-block;
}
.CommentForms {
    width: 100%;
    padding: 10px;
}
.CommentForms_pass{
    padding: 5px;
}
.CommentTextBox{
    border: 1px solid #ccc;
    margin: 1em 0;
    padding: 1.5em;
}
.CommentText {
    padding: 1em 0;
}
.CommentResBox {
    padding: 1.5em 0 0;
}
.CommentResTitle {
}
.CommentResText {
    padding: 1em 0;
}
.CommentResBlock {
    width: 100%;
    margin-top: 1.5em;
}
.CommentTitle {
}
.CommentFooter,
.CommentResFooter {
   padding: 0.5em 0 0;
}
}

/* 800px */
@media screen and (max-width:800px){
body, .PluginBlock{
max-width:840px;
}
#TopBlock {
    width: 100%;
    margin: 0 auto;
    height: 20em;
    background-size: cover;
    background-image: url("http://file.whp.blog-mmo.com/top_1600x726.jpg");
}
#TopTitle {
    width: 100%;
    padding: 0;
}
#TopText {
    padding: 0;
    display: block;
    text-align: center;
}
 #MainBlock, #EntryBlockTop{
    width:100%;
}
#MenuPage {
    border-top: 0;
}
#MenuPage ul {
    display: none;
    width: 95%;
}
.logoimg{
    margin-top:50px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.logoimg img {
   width: 210px;
}
.EntryText {
    line-height: 1.75;
}
#EntryBlock{
    padding: 1% 1.5% 2em;
    width: 96%;
    margin: 0 auto;
}
#EntryBlockTop {
    margin: 10px 0;
}
#TopExplanation {
    margin: 0.5em auto 0;
}
#EntryNote {
    padding: 0 0 5px;
}
#MainBlock {
    display: block;
    max-width: 100%;
}
.RightBox {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.RightBox .ninja-recommend-block {
    margin: 15px auto;
}
#EntryBlock {
    margin: 10px auto 0;
    padding: 0;
    float: none !important; 
    background: none;
    width: 95%;
}
.EntryInnerBlock {
    margin: 1em 0 1.8em;
}
.EntryTextBox {
    margin: 0 auto;
    width: 100%;
}
PluginTitle {
    padding: 15px 0 10px 5px;
    margin: -15px -10px 5px;
    color: #47b2d0;
    border-bottom: 1px solid #47b2d0;
}
 .PluginBlock {
    margin: 8px auto 0;
    padding: 15px 0 0;
    width: 100%;
    position: relative;
}
.PluginInnerBlock {
    width: 100%;
}
.CommentForms {
    width: 80%;
    padding: 10px;
}
.CommentResBlock {
   width: 90%;
   margin-top: 1em;
}
.CommentResBox {
   padding: 1em 0 0;
}
.CommentTextBox {
   padding: 2em;
}
.CommentForms_pass{
    padding: 5px;
}


/* :::::: toggle button :::::: */
#navTgl:checked ~ .contents {
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
#navTgl {
  display: none;
  overflow: hidden;
}
label {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
}
.open {
  display: block;
  z-index: 9998;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #333;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
}
#navTgl:checked + .open {
  display: block;
  background-color: rgba(40, 40, 40, 0.7);
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
}
.close {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0,0,0,.3);
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}

#navTgl:checked + .open  #panel-btn-icon { background: transparent;  }
#navTgl:checked + .open #panel-btn-icon:before,  #navTgl:checked + .open #panel-btn-icon:after { margin-top: 0; }
#navTgl:checked + .open #panel-btn-icon:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); height: 1px; }
#navTgl:checked + .open #panel-btn-icon:after { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); height: 1px;  }


/* :::::: drawer menu :::::: */
.menu {
  display: block;
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 230px;
  height: 100%;
  padding: 10px;
  background-color: rgba(255,255,255,0.95);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu p,
.menu li a {
  color: #666;
}
.menu p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 0 10px 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.menu ul,
header nav ul {
padding: 0;
margin: 0 0 20px ;
}
.menu li {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 1em;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}
.menu li a,
header nav li a {
  display: block;
  text-decoration: none;
  transition: background-color .6s;
  line-height: 1.6;
}
.menu li a:hover {
  background-color: #fff;
}
.CommentForms {
  width: 100%;
}
.entryPsLink{
  width: 100%;
  max-width: 368px;
}
.plugin_data {
  text-align: center;
}
.PluginContents {
  max-width: 600px;
  margin: 0 auto;
}
.PluginInnerBlock {
  padding: 0 1em;
}
.PluginBlock {
  display: none;
}
.Footer-wrap {
  display: block;
  justify-content: ;
}
.Footer3block {
  width: 100%;
  margin-bottom: 5em;
}
.blogsearch2 .box2,
.footer_visitor {
  margin-bottom: 5em;
}
#FooterBlock {
  padding: 2em 0 0;
}
}

/* 720px */
@media screen and (max-width:720px){
.CommentResBlock {
  width: 100%;
}
}

/* 650px */
@media screen and (max-width:600px){
.CommentTextBox {
   font-size: 15px;
   font-size: 1.5rem;
}
.CommentTextBox {
   padding: 1.5em;
}
.PageLinkBlock {
   font-size: 13px;
   font-size: 1.3rem;
}
}

@media screen and (max-width:545px){
#TopBlock {
  height: 17em;
}
}

/* 520px */
@media screen and (max-width:520px){
.PageLinkBlock a {
  line-height: 1.2;
}
}

/* 480px */
@media screen and (max-width:480px){
#TopBlock {
    width: 100%;
    background-image: url("http://file.whp.blog-mmo.com/top_940x607.jpg");
    margin: 0 auto;
    height: 12em;
    background-size: cover;
}

.followme {
  display: block;
}
.follow-l {
  display: none;
}
.follow-r {
  width: 100%;
}
.follow-r-child {
  margin: 20px;
}

#EntryBlock {
  width: 100%;
}

#EntryBlock .CommentBlock {
  padding: 0;
}
.CommentTextBox{
  padding: 1em;
}
#EntryBlock .CommentMenuTitle {
  padding: 1em 0 0.6em;
  margin: 0.8em 0 0;
}
.EntryInnerBlock {
  margin: 1em 0;
}
.next {
  margin-right: 2%;
}
.prev {
  margin-left: 2%;
}
.logoimg img {
  width: 170px;
}
.EntryInnerBlock {
  margin-top: 0;
}
#EntryBlock {
  margin-top: 0;
}
#MainBlock {
  margin-top: 0;
}
.CommentFormSubmit {
  text-align: center;
}
.EntryInnerBlock {
  padding: 2em 4%;
  margin: 0 auto 2em;
}
}

/* 384px */
@media screen and (max-width:384px){
body, .PluginBlock{
}
 #MainBlock, #EntryBlockTop {
    width: 100% !important;
}

#MenuPage {
}
#MenuPage a {
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.EntryInnerBlock {
    margin: 0 auto 2em;
    width: 100%;
}
#EntryBlock .EntryTitle {
    font-size: 21px;
    font-size: 2.1rem;
}
.main01 li.ninja-recommend-article, .image-frame li.ninja-recommend-article{
    width: 98% !important;
    min-height: 180px;
    margin: 0 auto !important;
}
.ninja-recommend.image-frame .ninja-recommend-article .ninja-recommend-article-image-box{
    width: 100% !important;
    height: 100% !important;
}
.EntryInnerBlock .ninja-recommend-article-image-box a img, .image-frame .ninja-recommend-article-image-box a img{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}
.EntryText iframe{
    width: 100%;
}

.NinjaEntryCommercial{
    text-align: left;
    margin: 0 0 0 -10px;
}

.Footer3block,
.blogsearch2 .box2,
.footer_visitor {
  margin-bottom: 3em;
}
}

#ImageItiran{
 width:1070px;
 height: 143px;
 margin: 0 auto 2em;
 margin-right:auto;
}

#ImageItiran > div {
    float: left;
    padding-left: 15px;
}

#ImageItiran > div:first-child {
    padding-left: 0px;
}

#ImageItiran img {
 width: 256px;
 height: 143px;
 border-style:none;
}

#ImageItiran a img {
 border-style:none;
}

#ImageItiran a {
    line-height: 1.2;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

#ImageItiran a .title {
    font-size:12px;
    font-size:1.2rem;
    width: 100%;
    height: 71px;
    background: rgba(0, 0, 0, 0.5);
    color:#ffffff;
    text-align:left;
    padding: 12px;
    left: 0;
    bottom: 0;
    position: absolute;
    line-height: 1.4;
}

.title-date {
   font-size: 11px;
   margin-bottom: 4px;
}

.itiran_title {
   text-align: center;
   font-size: 12px;
   font-size: 1.2rem;
   margin: 7px auto;
   width: 230px;
   line-height: 1.4;
}

#ImageItiran a:link .title {
    display: block;
}

#ImageItiran a:link{
 text-decoration:none;
}

#ImageItiran a:visited{
 text-decoration:none;
}

#ImageItiran a:hover{
 text-decoration:none;
}

.ninja_onebutton_output_responsive .onebtn_responsive_large {
    padding: 8px 0!important;
}

.entryfooter {
  margin-top: 3em;
}

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

.archive_list_sub {
  line-height: 0;
}

.archive_list_sub h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  padding: 0 10px;
  border-bottom: double 3px #222;
}

.archive_list_sub ul {
  padding: 0.5em 1em 1em 2.3em;
  position: relative;
}

.archive_list_sub ul li {
  padding: 0.5em 0;
  list-style-type: none!important;
}

.archive_list_sub ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : 1em;
  color: #444;
}

.point ul.sample1{
  position: relative;
  padding: 15px 15px 15px 30px;
  font: 14px/1.6 'arial narrow', sans-serif;
  border: solid 2px #adcce8;
  border-radius:8px;
  color: #448ccb;
  width:340px;
  background: #fff;
}

.point ul.sample1:before{
  content: "POINT";
  position: absolute;
  display: block;
  top: -15px;
  left: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}

.point ul.sample1 li{
  font-weight: bold;
}

.log {
  background: #eee;
  padding: 1.5em 1em;
  display: block;
  border: 1px solid #ccc;
}

.log2 {
  color: #d5d4d4;
  background: #191919;
  padding: 1.5em 1em;
  display: block;
}

#social-icon {
  width: 160px;
  margin: 3em auto 0;
}

#social-icon a {
  position: relative;
  display: block;
  width:160px;
  padding: 0 0 0 40px;
  background: #55acef;
  color: #fff;
  text-decoration: none;
  text-align:center;
  line-height: 40px;
}
#social-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #55acef;
  background: #fff;
  line-height: 40px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 40px; }

a.twitter-timeline {
  line-height: 1.4!important;
}

.midashi {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  display: block;
  font-weight: bold;
  font-size: 115%;
}
.midashi::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #d43535;
}

.PageLink10 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.PageLink10 {
  text-align: center;
}

.PageLink10 li {
  list-style-type: none;
  margin-left: 7px;
}
.PageLink10 span {
  line-height: 1.4;
  padding: 10px;
}
.PageLink10 a {
  background: #1b191d;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
}

.PageLink10 a:hover {
  background: #e54444;
}

.plugin_list ul li a:link {
  text-decoration: none;
}

#FooterBlock a {
  text-decoration: none;
}

.middle {
  font-size: 130%;
}

.big {
  font-size: 150%;
}