/**************************************************************
 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;
}
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
**************************************************************/
body {
    
    font-size:15px;
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
    background-color: #333333;
}
input, textarea{
    padding:2px;
    border:1px solid #cccccc;
    background:#ffffff;
    color:#333333;
}
a:link,a:visited{
    outline:0;
    text-decoration: none;
    color: #0000ff;
}
a:hover,a:active {
    outline:0;
    color:#0000ff;
    text-decoration: underline;
}

strong,b {
    font-weight:bold;
}

main {

 box-sizing: border-box;
 margin: 0 auto;
 width: 1024px;
 border: 2px solid #aaaaaa;
 background-color: #ffffff;
 box-shadow: 3px 0 8px #aaaa00, -3px 0 8px #aaaa00;

}
.clear {
    height:0;
    line-height:0;
    clear:both;
}
.left {
    text-align:left;
}
.center {
    text-align:center;
}
.right {
    text-align:right;
}



/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {

 box-sizing: border-box;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #aaaaaa;
 background-color: #000000;
 padding: 30px 0;
 height: 160px;

}
/*トップページタイトル文字部分の設定*/

#TopText {
    
    padding: 0;
    margin: 0px auto 5px auto;
    font-size: 32px;
    line-height:1.5;
    text-align: center;
}
#TopText a:link, #TopText a:visited {
    font-weight:bold;
    text-decoration:none;
    color:#dddddd;
}
#TopText a:hover {
    font-weight:bold;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
    padding: 0;
    margin: 10px 0px;
    line-height: 1.4;
    text-align: center;
    color: #dddddd;
}



/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
footer.main{

 border-top:1px solid #999;
 margin-top: 10px;
 padding: 15px 0 10px 0;

}
footer ul {
    text-align:center;
}
footer li {
    display:inline;
    padding:0 0.2em;
}


/**************************************************************************************
  プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {

 box-sizing: border-box;
 margin: 0;
 padding: 0;
 width: 270px;
 float:right;

}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
    
 padding: 0;
 line-height: 170%;
 border: 2px solid #aaaaaa;
 border-radius: 6px;
 margin: 30px 30px 30px 0;
 box-shadow: 3px 3px 3px #cccccc; 

}

/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
    
 font-weight:bold;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
 border-bottom: 2px solid #aaaaaa;
 line-height:1.4;
 padding: 5px 0 5px 22px;
 background-color: #000000;
 color: #dddddd;
 background-image: url('https://move55.blog.shinobi.jp/File/ico_arrow41r_6.gif');
 background-repeat: no-repeat;
 background-position: 5px 8px;
    
}

/*プラグインの説明部分の設定*/
.PluginExplanation {
    
    line-height: 170%;

}
/*プラグインが表示される場所の設定*/
div.PluginContents {

 font-size: 13px;    
 padding: 15px;
 line-height: 170%;

}

div.PluginContents p{

 line-height: 150%;
 margin: 7px 0 0 0;
 padding: 0;

}

div.PluginContents li {
    
    line-height: 170%;

}


/**************************************************************************************
  記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {

 box-sizing: border-box;
 margin: 0;
 padding: 0;
 width: 750px;
 float:left;

}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
    
    padding: 30px;
    margin: 15px 27px 15px 30px;
    border: 2px solid #aaaaaa;

}
/*各記事タイトル部分の設定*/
.EntryTitle {
    
    padding: 10px 0 10px 27px;
    font-size: 18px;
    line-height:1.4;
    border-bottom: 1px solid #aaaaaa;
    background-image: url('https://move55.blog.shinobi.jp/File/ico_car1_8.gif');
    background-repeat: no-repeat;
    background-position: 0 10px;

}
.EntryTitle a:link, .EntryTitle a:visited {

    text-decoration: none;
    color: #0000ff;
    font-weight: bold;

}
.EntryTitle a:hover {
    
    color:#0000ff;
    text-decoration: underline;
    font-weight: bold;
    
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {}
/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {}
/*記事本文が記載される部分*/
.EntryText {
    
    font-size: 16px;
    padding:1em 0;
    line-height: 170%;

}
.EntryText * {
    line-height:1.4;
}
.EntryText img {}

.EntryText ul {}

.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;
}
/*「つづきを読む」が記載される部分*/
.EntryPsText {
    padding:1em 0;
}
.EntryPsText a {
    padding-left:13px;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
}
/*拍手ボタンの設定*/
.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 #999999;
}
.EntryFooter ul {}
.EntryFooter ul.et_bottom li {
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.EntryFooter ul.et_bottom li a:link,
.EnryFooter ul.et_bottom li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
}
.EntryFooter ul.et_bottom li a:hover {
    text-decoration:underline;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock {
    margin: 0 auto;
    display: block;
    padding: 7px 0;
}
.PageLinkBlock ul {
    text-align: center;
}
.PageLinkBlock li{
    padding:0 1px;
    display:inline;
}
.PageLinkBlock li a.prev {
    padding-right:11px;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow2.gif) no-repeat 100% 50%;
}
.PageLinkBlock li a.next {
    padding-left:11px;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
}

.PageLink10 {
    padding: 20px 0 5px 0;
    text-align: center;
}



/**************************************************************************************
  各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
    padding:1em 0 0;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
    padding:0.5em 0 0.2em;
    font-size:115%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}

/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
    padding:1em 0 0;
}
/*コメントフォーム項目名設定*/
.CommentFormBlock table {
    margin:0 auto;
}
.CommentFormTh{
    padding:0 0.5em 0.5em 0;
    white-space:nowrap;
    text-align:right;
    vertical-align:middle;
}
/*コメントフォーム入力欄設定*/
.CommentFormTd{
    padding:0 0 0.5em 0;
}
/*inputタグやtextareaの設定*/
.CommentForms{
    width:480px;
}
textarea.CommentForms{
    resize:none;
    font-size:15px;
}
.CommentFormBlock select{
    border:1px solid #cccccc;
}
.CommentForms_pass{
    width:150px;
    vertical-align:middle;
}
.CommentFormTd.emoji img {
    padding-left:0.5em;
    vertical-align:middle;
}
/*コメントフォーム送信ボタンの設定*/
.CommentFormSubmit{
    clear:both;
    padding:1em 0;
    text-align:center;
}
.CommentFormSubmit input {
    padding:0.5em 1em;
    background:#efefef;
    cursor:pointer;
}
.CommentFormSubmit input:hover {
    background:#f9f9f9;
    color:#999999;
}

/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
    padding:1em 0 0;
}
/*コメントのタイトル部分*/
.CommentTitle{
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/*コメント部分*/
.CommentText {
    padding:1em 0;
    line-height:1.4;
}
.CommentText * {
    line-height:1.4;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.CommentFooter li{
    padding:0 0 0 1em;
    display:inline-block;
    float:right;
}
.CommentFooter li a:link, .EntryFooter li a:visited {
    display:inline-block;
    padding:0 0 0 13px;
    background:url(http://file.greenflag.dankanoko.com/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://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}
/*コメント編集へのリンク部分*/
.CommentEdit{}

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


/*-------------------------------------------------------
  コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
/* 管理者返信部分全体の設定 */
.CommentResBlock {
    padding-left:4em;
}
/* 管理者返信部分内側の設定 */
.CommentResBox {
    padding:1em 0 0;
}
/* 管理者返信のタイトル */
.CommentResTitle {
    padding:0.5em 0 0.2em;
    font-size:110%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/* 管理者返信の本文 */
.CommentResText {
    padding:1em 0;
    line-height:1.4;
}
/* 管理者返信のフッター */
.CommentResFooter {
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.CommentResFooter ul {}
.CommentResFooter li {
    margin-left:1em;
    padding:0 0 0 13px;
    display:inline-block;
    float:right;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}



/**************************************************************************************
  トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
    padding:1em 0 0;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
    padding:0.5em 0 0.2em;
    font-size:115%;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
    padding:0 0 0 4em;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle {
    display:block;
    padding:0.5em 0 0.2em;
    font-weight:bold;
    line-height:1.4;
    border-bottom:1px solid #999999;
    text-decoration:none;
    color:#333333;
}
/*トラックバックの記事部分*/
.TrackbackText{
    padding:1em 0;
    line-height:1.4;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
    padding:0.3em 0 1em;
    text-align:right;
    border-top:1px solid #999999;
}
.TrackbackFooter li{
    margin:0 0 0 1em;
    display:inline-block;
    float:right;
}
.TrackbackFooter li a:link{
    padding:0 0 0 13px;
    display:inline-block;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}
.TrackbackFooter li a:hover {
    text-decoration:underline;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
    padding:0 0 0 13px;
    display:inline-block;
    background:url(http://file.greenflag.dankanoko.com/ico-arrow1.gif) no-repeat 0 50%;
    text-decoration:none;
    color:#666666;
}



/**************************************************************************************
  各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.plugin_data * {
    padding:0 0 10px 15px;
    background-image: url('https://move55.blog.shinobi.jp/File/ico_plus10_24.gif');
    background-repeat: no-repeat;
    background-position: 0 1px;
    line-height: 200%;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.plugin_data_date {
    text-align:right;
}



/**************************************************************************************
  カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.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://file.greenflag.dankanoko.com/ico-arrow2.gif) no-repeat 0 50%;
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd a {
    padding-right:1em;
    background:url(http://file.greenflag.dankanoko.com/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 .box {
    width:200px;
    padding:3px;
}
.blogsearch .btn {
    background:#efefef;
    cursor:pointer;
}
.blogsearch .btn:hover {
    background:#f9f9f9;
    color:#999999;
}


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

ここからカスタマイズ

**************/

div.EntryText a img{

 padding: 5px;
 margin: 5px;
 border: 3px solid #aaaaaa;

}

div.EntryText p{
    
 padding: 0;
 margin: 0 5px 10px 0px;   
 line-height: 170%;
    
}

div.EntryText h3{
 
 font-weight: bold;
 font-size: 15px;
 padding: 0;
 margin: 15px 0 0 0; 
 
}

p a img.right{
 
 float: right;
 padding: 5px;    
 margin: 10px;
 border: 3px solid #aaaaaa;
    
}

p a img.left{
 
 float: left;
 padding: 5px;    
 margin: 10px;
 border: 3px solid #aaaaaa;
    
}

div.EntryText div.right{
 
 padding: 5px;
 margin: 10px;
 float: right;
 border: 3px solid #aaaaaa;

}

div.EntryText div.left{
 
 padding: 5px;
 margin: 10px;
 float: left;   
 border: 3px solid #aaaaaa;
    
}

div.EntryText div.big_pic{

 width: 613px;
 padding: 5px;
 margin: 10px 0;
 border: 3px solid #aaaaaa;

}

div.EntryText div.big_pic a img{

 width: 613px;

}

div.EntryText div.right a img,
div.EntryText div.left a img,
div.EntryText div.big_pic a img{

 border-width: 0;
 margin: 0;
 padding: 0;

}

div.EntryText div.ranking{
 
 width: 135px;
 border: 1px solid #aaaaaa;
 border-radius: 5px;
 padding: 10px 0 10px 30px;
 margin: 50px 0 5px 5px;
 box-shadow: 3px 3px 3px #cccccc;
   
}

div.ranking a img{

 border-width: 0;

}

img.move{

 width: 196px;    
 border: 5px solid #cccccc;
 border-radius: 10px;
 padding: 0;
 margin: 0;
    
}

div.EntryText ul.round{
 
 padding: 0;
 margin: 15px;
    
}

div.EntryText ul.round li{
 
 list-style: none;   
 line-height: 170%;
 padding: 0 0 0 17px;
 margin: 15px;
 background-image: url('https://move55.blog.shinobi.jp/File/folder5_r3_c15.gif');
 background-repeat: no-repeat;
 background-position: 0 9px;
    
}

div.EntryText ul.number{
    
 padding: 0;
 margin: 15px;

}

div.EntryText ol.number li{
 
 list-style: none;   
 line-height: 170%;
 padding: 0 0 0 27px;
 margin: 15px 5px;
 background-repeat: no-repeat;
 background-position: 0 4px;   

}

div.EntryText ol.number li#n1{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n01.gif');
    
}

div.EntryText ol.number li#n2{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n02.gif');
    
}

div.EntryText ol.number li#n3{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n03.gif');
    
}

div.EntryText ol.number li#n4{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n04.gif');
    
}

div.EntryText ol.number li#n5{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n05.gif');
    
}

div.EntryText ol.number li#n6{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n06.gif');
    
}

div.EntryText ol.number li#n7{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n07.gif');
    
}

div.EntryText ol.number li#n8{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n08.gif');
    
}

div.EntryText ol.number li#n9{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n09.gif');
    
}

div.EntryText ol.number li#n10{
 
 background-image: url('https://move55.blog.shinobi.jp/File/n10.gif');
    
}

div.PageLinkBlock ul li a.prev,
div.PageLinkBlock ul li a.next{

 font-size: 12px;

}

div.PageLink10 ul li.pagelink_10{

 font-size: 20px;
 border: 2px solid #aaaaaa;
 border-radius: 5px;
 background-color: #ffffff;
 width: 30px;
 height: 30px;
 box-shadow: 3px 3px 3px #cccccc;
 text-align: center;
 padding: 5px;
 margin: 0 5px;
    
}

div.PageLink10 ul li.pagelink_10 a{

 font-size: 20px;
 background-color: #FFFFFF;
 padding: 0;
 margin: 0;
 font-weight: normal;
    
}

div.PageLink10 ul li.pagelink_10 a:hover{

 font-size: 20px;
 text-decoration: underline;
 color: #0000FF;
 padding: 0;
 margin: 0;
}

div.sharebar{
 
 width: 500px;
 margin: 0 auto;
    
}

div.swcase{

 width: 100%;
 padding: 10px;
 margin: 0;

}

span.right{

 float: right;
 margin: 0;
 padding: 0;

}

h3.ulnk{

 font-weight: normal;
 color: #FFFFFF;
 font-size: 13px;
 border: 2px solid #CCCCCC;
 background-color: #000000;
 width: 100px;
 padding: 5px;
 margin: 10px 0;

}

span.gasavg a img{

 padding: 0;

}

div.EntryFooter nav.catebox div.plugin_data{

 float: left;
 font-size: 12px;
 padding: 0;
 margin: 0 4px;

}

div.EntryFooter nav.catebox div.plugin_data a{

 padding: 0 0 0 12px;
 
}

div.EntryFooter nav.catebox{

 border: 2px dotted #CCCCCC;
 border-radius: 10px;
 height: auto;
 padding: 7px;
 margin: 15px 7px;

}

div.kwalias{

 border: 1px solid #dddddd;
 background-color: #eeeeee;
 width: 600px;
 padding: 5px;
 margin: 20px 5px 

}

div.kwalias::after{

 content: "";
 display: block;
 clear: both;

}

div.kwalias h3{

 font-size: 12px;
 font-weight: normal;
 color: #555555;
 padding: 0;
 margin: 5px;

}

div.kwalias ul{

 margin: 5px;
 padding: 0;

}

div.kwalias ul li{

 float: left;
 margin: 0;
 padding: 0 5px;
 font-size: 12px;
 color: #555555;

}

div.normsen p{

 line-height: 150%;
 padding: 0;
 margin: 0 0 7px 0;

}

div.adcm{

 width: 486px;
 height: 60px;
 padding: 0;
 margin: 20px 0 0 55px;

}

div.related_article{

 border: 2px dashed #CCCCCC;
 width: 520px;
 padding: 20px;
 margin: 30px 7px;

}

div.related_article ul{

 margin: 0;
 padding: 0;

}

div.related_article ul li{

    padding:0 0 0 15px;
    background-image: url('https://move55.blog.shinobi.jp/File/ico_plus10_24.gif');
    background-repeat: no-repeat;
    background-position: 0 10px;
    line-height: 200%;

}

div.enlabel{

 border-radius: 3px;
 text-align: right;
 background-color: #cfcfcf;
 margin: 15px 0 0 0;
 padding: 3px;

}

div.enlabel strong{

 font-size: 12px;
 font-weight: normal;
 color: #ffffff;

}

div.go_ptop{

 font-size: 13px;
 margin: 15px 0 0 0;
 padding: 0; 
 text-align: center;
 height: 25px;

}

div.enlabel2{

 height: auto;
 margin: 0;
 padding: 0;
 text-align: center;

}

div.enlabel2 ol.bread_path li{

 font-size: 12px;
 float: left;
 margin: 0;
 padding: 0;

}

div.enlabel2 ol.bread_path li.gtn::before{

 content: '>';
 color: #555555;
 padding: 0 2px;

}

div.enlabel2 ol.bread_path li strong{

color: #000000;
font-size: 12px;
font-weight: bold;

}

div.enlabel2 ul.art_bottom{

 margin: 0 auto;
 padding: 0;
 height: auto;

}

div.enlabel2 ul.art_bottom li{

 font-size: 12px;
 float: left;
 margin: 5px 3px;
 padding: 0;

}

table.spec{

 border-collapse: collapse;
 padding: 0;
 margin: 20px 5px;
 box-shadow: 3px 3px 3px #cccccc;

}

table.spec tbody tr,
table.spec tbody tr td{

 border: 1px solid #cccccc;
 margin: 0;

}

table.spec tbody tr td{

 font-size: 15px;
 padding: 7px 2px;

}

ol.refmark{

 margin: 15px 5px;
 padding: 0;

}

ol.refmark li{

 list-style-type: none;
 margin: 0;
 padding: 0;
 line-height: 2;
 font-size: 13px;

}

ol.refmark li::before{

 content: "※";

}

span.redtext{

 color: #ee0000;

}

span.greentext{

 color: #00ee00;

}

span.yellowtext{

 color: #dddd00;

}

span.bluetext{

 color: #0000ee;

}

div.sns_button{

 padding: 0;
 margin: 0 0 0 150px;

}

div.entry_hd,
div.entry_ft{

 width: 100%;
 height: 20px;

}

div.entry_hd div,
div.entry_ft div{

 font-size: 12px;
 color: #000000;
 width: 285px;
 padding: 3px;
 float: right;
 border: 1px solid #CCCCCC;
 background-color: #CCCCCC;
 
}

div.entry_hd div{

 border-bottom-left-radius: 5px; 

}

div.entry_ft div{

 border-top-left-radius: 5px;

}

div.entry_hd div strong,
div.entry_ft div strong{

 font-weight: normal;

}

div.rakuten_cm{

 width: 200px;
 height: auto;
 padding: 0;
 margin: 5px auto 10px auto;

}

footer.article{

 padding-bottom: 35px;

}

ul.u_alpha{

 list-style-type: upper-alpha;
 margin: 10px 5px 10px 15px;
 padding: 0;

}

ul.u_alpha li{

 margin: 0 0 15px 10px;
 padding: 0;
 line-height: 150%;

}

span.vc a img{

 border-width: 0;
 margin: 0;
 padding: 0;

}

ul li#prev::before{

 content: '＜';
 color: #aaaaaa;

}

ul li#next::before{

 content: '＞';
 color: #aaaaaa;

}

div.ul_main h3{

 font-size: 18px;
 color: #fffeec;
 border: 2px solid #137a7f;
 border-radius: 3px;
 background-color: #86cecb;
 padding: 3px 0 3px 10px;
 margin: 22px 0;

}

div.ul_main h4{

 font-size: 16px;
 font-weight: bold;
 color: #000000;
 padding: 0;
 margin: 15px 0 15px 15px;

}

div.ul_main ul{

 padding: 0;
 margin: 10px 0 25px 27px;

}

div.ul_main ul li{

 font-size: 16px;
 line-height: 200%;

}

div.useful_lists{

 border-style: dotted;
 border-width: 2px 0;
 border-color: #cccccc;
 padding: 3px;
 margin: 10px 0;

}

div.useful_lists ul{

 padding: 0;
 margin: 0;

}

div.useful_lists ul li{

 float: left;
 padding: 0;
 margin: 2px;

}

div.useful_lists ul li a{

 display: block;
 font-size: 12px;
 color: #ffffff;
 border: 2px solid #86cecb;
 border-radius: 10px;
 background-color: #0000ff;
 padding: 3px;
 margin: 0;

}

div.useful_lists ul li a:hover{

 text-decoration: none;

}

div#age{

 font-size: 12px;
 line-height: 150%;
 margin-top: 10px;
 padding: 0;

}

div.rktn_wt{

 width: 728px;
 border: 1px solid #cecece;
 border-radius: 7px;
 box-shadow: 2px 2px 6px 1px #cccccc inset;
 margin: 20px auto 0 auto;
 padding: 10px;

}

div#elapsed{

 border: 3px solid #007700;
 border-radius: 5px;
 padding: 5px;
 margin: 7px;
 font-size: 24px;
 text-align: center;
 background: linear-gradient(to top right, #ffff00, #ff8800);

}

div.classic_kc,
div#ps{

 font-size: 12px;
 line-height: 125%;
 padding: 0;
 margin: 0;

}

div.ga_cm{

 box-sizing: border-box;
 border: 1px solid #aaaaaa;
 width: 692px;
 height: 92px;
 margin: 0 0 0 30px;
 padding: 0;

}

span.ninshou{

 color: #000000;
 font-weight: bold;
 border: 1px solid #cccccc;
 background-color: #ffff00;
 padding: 2px;
 margin: 0 3px;

}

span.shitei{

 color: #ffffff;
 font-weight: bold;
 border: 1px solid #cccccc;
 background-color: #0000ff;
 padding: 2px;
 margin: 0 3px; 

}

div.side_navi{

 font-size: 12px;
 border: 1px solid #eeeeee;
 border-radius: 5px;
 background-color: #eeeeee;
 padding: 3px;
 margin: 10px 0 0 0;

}

div.navttop{

 text-align: right;
 font-size: 15px;

}

div.pl_side_bar{

 padding: 0;
 margin: 15px 0 0 0

}

div.pl_side_bottom{

 padding: 0;
 margin: 15px 35px 10px 0;

}

div.pl_useful{

 margin: 5px 5px 3px 0;
 padding: 0; 

}

div.ml_site div{

 border: 1px solid #cccccc;
 border-radius: 5px;
 background: linear-gradient(to top, #dddddd, #ffffff);
 margin: 15px;
 padding: 13px;

}

div.ml_site div h3{

 font-size: 18px;
 font-weight: normal;
 margin: 0 0 15px 0;

}

div.ml_site div h3::before{

 content: "●";
 padding-right: 5px;
 text-shadow: 1px 1px 2px #aaaaaa;

}

div.ml_site div:nth-child(5n+1) h3::before{

 color: #cc0000;

}

div.ml_site div:nth-child(5n+2) h3::before{

 color: #00cc00;

}

div.ml_site div:nth-child(5n+3) h3::before{

 color: #cccc00;

}

div.ml_site div:nth-child(5n+4) h3::before{

 color: #0000cc;

}

div.ml_site div:nth-child(5n+5) h3::before{

 color: #ffcc00;

}

ul.footer_navi{

 width: 641px;
 height: auto;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 margin: 13px auto 35px auto;
 padding: 13px 0;

}

ul.footer_navi li{

 float: left;
 margin: 0;
 padding: 0 10px;

}

ul.footer_navi li:nth-child(n+2){

 border-left: 1px solid #cccccc;

}

div.mf_box{

 border: 1px solid #888888;
 border-radius: 10px;
 margin: 0 10px 25px 0;
 padding: 25px;

}

p#about_mutual_link{

 font-size: 12px;

}

li.pagelink_10:not(a),
li.pagelink_10 span{

 font-weight: bold;

}

.clfix::after{

 content: "";
 display: block;
 clear: both;

}

div.menseki{

 width: 600px;
 height: 31px;
 margin: 15px 0 15px 0;
 padding: 0;

}

div.afcar_shops ul li{

 font-size: 15px;
 padding: 0;
 margin: 0;
 line-height: 250%;

}

div.pl_click{

 width: 600px;
 padding: 0 0 0 10px;
 margin 0;

}

div.rssm{

 margin: 0:
 padding:0;
 background-image: url('https://move55.blog.shinobi.jp/File/rssmark.png');
 background-repeat: no-repeat;
 background-position: 150px 13px;

}

div#TopTitleLeft{

 margin: 0;
 padding: 0;
 width: 295px;
 height: 100px;
 float: left;
 background-image: url('https://move55.blog.shinobi.jp/File/spanner64.png');    
 background-repeat: no-repeat;
 background-position: 231px 15px;

}

div#TopTitleRight{

 margin: 0;
 padding: 0;
 width: 295px;
 height: 100px;
 float: right;
 background-image: url('https://move55.blog.shinobi.jp/File/plier.png');    
 background-repeat: no-repeat;
 background-position: 7px 15px;

}

div.sp_ft{

display: none;

}

div.w100p{

 width: 100%;
 margin: 5px;

}

div#amaf{

 text-align: center;

}

table.mini_tbl{

 width: 180px;
 margin: 10px 10px 10px 0;

}

table.mini_tbl caption{

 text-align: left;
 font-weight: bold;

}

table.mini_tbl thead tr th,
table.mini_tbl tbody tr td{

 text-align: center;

}

table.mini_tbl thead tr th{

 color: #FFFFFF;
 background-color: #000000;

}