/* html（スクロールバーの色設定が反映されるのはIEのみ） */
html {
  scrollbar-face-color: #ffffff; 
  scrollbar-3dlight-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff; 
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-arrow-color: #999999;
  scrollbar-track-color: #999999;
}

/* ボディ */
body{
  margin: 25px;
  text-align: left; 
  line-height: 19px; 
  font-size: 11px; 
  font-family: "メイリオ",sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka; 
  color: #666666;
}
#bg{
         background-attachment: fixed;
         background-image:url(https://blog-imgs-124-origin.fc2.com/o/v/e/overs1ept/wings-bg.jpg);
         background-repeat:no-repeat;
         background-position:0% 0%;
         background-size:cover;
}


/* リンク文字 */
a {
  color: #666666; 
         text-decoration:none;
}

a:hover {
  color:#666666;
         border-bottom:1px dotted;
         text-decoration:none;
}

/* イメージにリンクを貼ったときの設定 */
a img {
  border : none; 
}

/* 入力エリア、リスト、ボタンの設定 */
input,textarea,select,button,submit {
  color: #999999; 
  background: #ffffff; 
  border: 1px solid #999999; 
        font-size: 12px;
        padding: 3px;
        outline: none;
}

input[type="text"]:focus,
textarea:focus {
       border: 3px double #999999;
}
.input_submit {
        padding:3px 10px 3px 10px;
  font-size: 11px; 
  font-family:"メイリオ",sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka; 
  color: #666666;
        border: 1px solid #999999;
}
.input_submit:hover {
  color:#ffffff;
        text-decoration:none;
        border: 1px solid #999999;
        background:#999999;
}



/* テーブルセル全般の文字設定 */
th,td {
  vertical-align: top; }

/* 絵文字 */
img.emoji {
  vertical-align: middle; 
  border: 0; 
}




/*-------*レイアウト設定*---------------------*/


/* 表紙 */

#index {
width: 100%; 
height: 100%;
margin: 20% auto 0px;
text-align: center;
}

#enter {
margin: 50px;
text-align: center;
}

#index-footer {
margin: 50px auto;
text-align: center;
}

/* 外枠 */
#container {
  width: 800px; 
  margin:0 auto;
position: relative; height: auto !important; height: 100%; min-height: 100%;  
}

/* ヘッダー部分 */
#header {  
  width : 480px; 
  height: 180px;
         margin: 10px;
  padding-right: 20px;
         background-color: #ffffff;
  background: url()  right top no-repeat;
  border: 3px double #999999;
  text-align: right; 
  text-valign: bottom; 
}


/* メニュー部分 */
#menu {
  float : right;
        border: 3px double #999999;
        padding: 0px 20px;
        padding-top:10px;
        padding-bottom:30px;
}

/* 記事部分 */
#main {
  float : left; 
}


/* フッター部分 */
#footer {
  width: 100%;
        clear:both;
        padding-top:50px;
        margin-bottom:100px;
  text-align: center; 
}




/*-------*タイトル設定*----------------------------*/


/* ブログタイトル */
.blog_title {
  margin-top: 30px; 
  margin-left: 22px;
  font-size: 21px; 
  font-weight: normal; 
}

/* ブログタイトルリンク */
.blog_title a {
  text-decoration: none; 
  color: #666666; 
}

/* サブタイトル */
.sub_title {
        margin-top: 20px;
  margin-left: 18px;
  color: #888888; 
}




/*-------*メニュー部分設定*---------------------------*/


/* メニュー囲み */
.menu_block {
  width : 200px;
　　　　 margin: 10px; 
  font-size: 10px;
}

/* メニュータイトル */
.menu_title {
        margin-top:20px;
        margin-bottom:10px;
  padding-top:5px;
        padding-left:10px;
        padding-bottom:5px;
        font-size: 11px;
　　　　font-weight: normal;
   border: 1px solid #999999;
}



/* メニューリスト親要素 */
ul {
  margin: 1px; 
  padding: 1px;
  
}

/* メニューリスト子要素 */
li {
  padding-top: 1px; 
  padding-bottom: 1px; 
  padding-left: 20px;
        list-style-type: none;        
}




/*-------*記事部分等設定*---------------------------*/


/* 記事部分等囲み */
.main_block {
  width : 480px;
   margin: 30px 10px 40px 10px; 
  border: 3px double #999999;
  padding: 10px;}

/* 記事部分等タイトル */
.main_title {
  margin-top: 20px;
   margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
        padding:5px 0px 5px 10px; 
  font-size: 11px; 
　　　　font-weight: normal;
  border: 1px solid #999999;
}

/* リンク文字 */
.main_title a {
  text-decoration: none; 
}

/* 記事部分等本文囲み */
.main_body {
  margin: 10px;
        padding-bottom: 10px; 
}

/* 日付等のステータス */
.main_state {
  margin-right: 15px; 
  text-align: right; 
  font-size: 10px; 
}

/* コメント、トラックバック囲み */
.link_block {
  margin: 0px;
        padding: 10px; 0px 10px 0px;
  border-bottom: 1px solid #999999; 
}
.link_body {
  margin: 30px 10px 10px 10px;
        padding-bottom: 10px; 
}

/* コメント、トラックバックタイトル */
.link_title {
  font-weight: bold;
        margin-top:10px;
        margin-bottom:25px; 
}
.link_state {
  margin-right: 5px; 
  text-align: right; 
  font-size: 10px; 
}


/*-------*全記事リスト*----------------------------*/

ul.list_body { margin:0; padding:0; }
li.list_body { display:inline; list-style-type:none; margin-right:10px; padding:0; }


/*-------*その他*----------------------------------*/


/* ページ移動 */
.page_navi {
  width : 480px; 
  margin: 10px; 
  text-align: center; 
}

/* カレンダー設定 */

/* カレンダー枠テーブル */
table.calender {
  width: 150px;
}

/* ヘッダー（年、月） */
.calender caption {
  font-size: 12px;
  border-bottom: 1px dotted #999999; 
}

/* 曜日セル */
.calender th {
  font-weight: normal;
  text-align: center;
}

/* 日付セル */
.calender td {
  text-align: center;
}

.ame_pro{display:none;}
.menu_top{display:none;}
.menu_botton{display:none;}


@media screen and (max-width:639px) {
/*スマホ用のcssを記述*/


body {
width: 100vw;
height:100%;
background-color:#fff;
 }


#container {
  width: 100vw;
  margin: 0px;
  position: absolute;
  top: 5%;
  left: 5%;
position: relative; height: auto !important; height: 100%; min-height: 100%;  

display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
 }
  



#bg {
  background: url() no-repeat;
  display:inline;
  }

#header {
  padding: 0;
  margin: 0;  
  border: 0px double #999;
  height:70px;
  text-align:left;
  width: 90vw;
  }

.blog_title {
  font-size:15px;
  }
.sub_title {
  font-size:11px;
  }

.ame_pro {
  text-align:center;
  height: 40vh;
  width: 100vw;
  margin: 40px 0px 20px 0px;
  display:block;
}

table.list_body{ border-bottom:0px #fff dotted; }




/* 記事------ */

#main {
  padding: 0;
  margin: 0;
  float:none;

-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
  }

.main_block {
        margin: 0 0 30px 0;
        padding:0;
        width: 90vw;
  border: 0px solid #fff;
  }
.main_title {
  border: 0px solid #fff;
  }

.main_body {
  margin: 20px;
        padding-bottom: 20px; 
  }


.link_block {
  border: 0px solid #fff;
  } 

.page_navi{
        width: 90vw;
  }

/* -右サイドバー--------------- */

#menu {position:static;
  border: 0px double #fff;
  padding: 0;
  margin: 0;
  float:none;

-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
  }

.menu_title {
  border: 0px solid #fff;
        width: 90vw;
  }

.menu_top{
   margin-left:30px;
   width: 90vw;
   display:block;
 }

#menu_botton {
  background-color:#ccc;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
  -font-weight: bold;
  -font-family: "メイリオ","Arial Black",Mangal,Sans-Serif,Impact;
  width: 5em;
  margin: 0;
  padding: 5px;
  border: 1px solid #fff;
  right: 10px; 
  bottom: 15px; 
  position: fixed; 
  display:block;
 }

input,textarea {
  width: 50vw;
 }

.input_submit {
        width:50px;
  font-size: 11px; 
  font-family:"メイリオ",sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka; 
  color: #666666;
        border: 1px solid #999999;
 }
.input_submit:hover {
  color:#ffffff;
        text-decoration:none;
        border: 1px solid #999999;
        background:#999999;
 }

#footer {
  text-align: center;
  width: 100vw;

margin-top:100px;

  }

}











