@charset "utf-8";

/* =================================================
  Reset
================================================= */
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p{
  margin:0;
  padding:0;
}

/* =================================================
  Element
================================================= */
body{
  width:100%;
  text-align:center;
  font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  font-size: small !important; /* IE7 */
  font-size: 82%;   /* IE6 */
  word-wrap:break-word;
}
/* Modern browser */
html>/**/body {font-size:13px;}
a{
  text-decoration:none;
  /*\*/
  overflow:hidden;  /* for Fx */
  /**/
}

img,a img{dotted;}
ul, ol, li, dl, dt, dd{list-style:none;}
table{
  border:0;
  font-size: small　!important;  /* for Modern browser */
  font-size: 82%;  /* for IE6 */
}
th,td{padding:0;}
th{font-weight:normal;}
input,select,textarea{padding:2px;}
textarea { font-size:100%; }
html>/**/textarea {font-size:13px;}
fieldset{border:none;}
pre{font-family:monospace;}
.emoji {vertical-align:middle; }
.entry_body img {
max-width: 100%;
height: auto;
}

/* =================================================
  Hyper text
================================================= */
a { 
  text-decoration: none;
  /*\*/
  overflow: hidden;  /* for Fx */
  /**/
}

a:link{
font-weight: bold;
color: #0000EE; 
}
a:visited {
  color: #333333; /* リンク、訪問済みリンクの文字色 */
}

a:focus,
a:hover,
a:active {
  color:#FF0000; /* リンクにポインタをのせた時の文字色 */
}

/* =================================================
  Headline
================================================= */
h1{font-size:480%; font-weight: 900;}    /* 36px */
h2,  
h3{font-size:118%;　; font-weight: 900;}    /* 16px */
h4{font-size:108%; font-weight: bold;}    /* 14px */
h5,
h6{font-size:100%; font-weight: bold;}    /* 13px */

/* =================================================
  Font Color
================================================= */
body { color: #333333;  }

#header h1 a /* ブログタイトル */ { color: #0000FF;}
#header h1 a: hover{
width:100px;
height:100px;
margin:px auto 0;
}

#headermenu .archives a /* 「記事一覧」のリンク */ ,
#main_contents h2 a /* 記事タイトル */ 
{ color: #0000DD; }
#main_contents .entry_body .entry_more a /* 「続きを読む」のリンク */
{ color: #EE0000; }

#main_contents blockquote /* 引用部分 */ ,
#main_contents .entry_date /* 記事の日付 */ ,
#main_contents .content .entry_state li /* カテゴリ等 */ ,
#main_contents .content .entry_state li a /* CM数,TB数等 */ ,
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ ,
#main_contents .page_navi a /* ページナビ */
{ color:#9999CC; }

#main_contents .list_body li /* 記事一覧ページ */ ,
{ color: #FF1A6F; }

/* =================================================
  Font Size
================================================= */
#header p /* ブログ紹介文 */ { font-size: 158%; /* 21px */ }
#headermenu /* 「記事一覧」の文字 */ { font-size: 0%; /* 18px */ }
#main_contents /* 記事本文等 */ { font-size:115%; /* 16px */ }
#main_contents .entry_date /* 記事日付 */ ,
#main_contents .entry_state /* CM数,TB数,カテゴリ等 */ { font-size: 90%; /* 14px */ }
#main_contents .entry_body .entry_more /* 「続きを読む」の文字 */ { font-size: 150%; /* 17px */ }
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ { font-size: 90%; /* 14px */ }
#sidemenu /* サイドメニュー(プラグイン) */ { font-size:140%; /* 15px */ }
#sidemenu h3 /* サイドメニュー(プラグイン)タイトル */ { font-size: 120%; /* 20px */ }
#footer /* フッター */ { font-size:110%; /* 16px */ }

/* =================================================
  Content Width
  ※ 幅を固定にする場合は、それぞれのmin-width、
  max-widthを削除し、widthで好きな幅を指定して下さい
================================================= */
#container { min-width: 800px; }
#headermenu , #wrap ,
#footer_plg , #footer_inner {
  min-width: 800px;
  max-width: 1200px;
  width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");  /* For IE */
}

/* =================================================
  Layout
================================================= */
#container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#header {
  overflow: hidden;
  padding: 10px 0px 1px 0px;
margin: 0px 0px 0px 0px;
  text-align: left;
}

#headermenu {
  height: 39px;
  margin: 0 auto;
}

#wrap {
  position:relative;
  overflow:hidden;
  margin: 0 auto 20px;
  text-align: right;
}

#main {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 35px;
  margin-right: -340px;
  text-align: left;
}

#main_contents {
  margin: -36px 340px 0 0; /* 2番目の数字(右側)はsidemenuのwidthの変更に合わせて調整して下さい */
  padding-top: 35px;
}

#sidemenu {
  float: right;
  position:relative;
  overflow: hidden;
  width: 320px; /* サイドメニューの幅 */
  padding-top: 35px;
}

#footer {
  clear: both;
  padding: 20px 0;
}

#footer_plg {
  clear:both;
  margin: 0 auto;
}

#footer_inner {
  clear:both;
  margin: 0 auto;
}


/* =================================================
  Container
================================================= */
#container {
  background-color: #333333; /* 全体の背景色 */
}

/* =================================================
  Header
================================================= */
#header {
  background: #000000 url() repeat-x bottom left;  /* ヘッダー背景 */
  border-bottom: 0px inset #006400;
  -webkit-box-shadow: 0px 1px 1px 0px #CCC;
  -moz-box-shadow: 0px 1px 1px 0px #CCC;
  box-shadow: 0px 1px 1px 0px #CCC;
}
#header h1,

#header p {
  min-width: 785px;
  width: 1185px;
  width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");  /* For IE */
  margin: 0 auto;
}

  margin-bottom: 20px;
  padding-left: 15px;
  background: url() no-repeat left center; /* ブログタイトル前のアイコン */
}


/* =================================================
  Main
================================================= */

#main {
  border-top: 0px dotted #B5B5B6;
  border-bottom: 0px dotted #B5B5B6;
}

#main_contents {
  border-left: 0px dotted #B5B5B6;
  border-right: 0px dotted #B5B5B6;
}

/*  content
-------------------------------------------------- */
#main_contents .content {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 0 20px;
  background-color: #EEEEEE; /* メインカラムのコンテンツ背景色 */
  border-top: 1px solid #009900; /* メインカラムのコンテンツ上のライン */
  border-bottom: 1px solid #009900; /* メインカラムのコンテンツ下のライン */
}

#main_contents h2.entry_header,
#main_contents h2.sub_header {
 color: #FF0000;
  margin: 0 7px 10px;
  padding: 5px 0 5px 25px;
}

#main_contents h2.entry_header a,
#main_contents h2.sub_header a {
 word-wrap:break-all;
        display: block;
font-size: 1.2em;
  width: 100%
  height: 2.5em;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

#main_contents h3.sub_header {
        color:#EE0000
 margin: -15px 0 20px;
  padding: 10px 20px 10px 35px;
background: #FFAAFF url() no-repeat 15px 10px; /* メインカラムのプラグインタイトル前のアイコン */
  border-bottom: 0px groove #B5B5B6;
}

#main_contents h4.sub_title {
 padding: 3px 0 3px 15px;
  margin-bottom: 20px;
        color:FF33FF;
   /* コメント・TB見出し前のアイコン */
}

/* content style */
#main_contents blockquote {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #FF1A6F;
}

#main_contents input {
  padding: 2px;
}

/* entry_date  */
#main_contents .entry_date {
  float: left;
  width: 170px;
  margin: 0px 20px 10px 20px;
  text-align: left;
}

#main_contents .entry_date li {
  display: inline;
  margin-right: 1em;
}

/* entry_state */
#main_contents .entry_state {
  float: right;
  overflow: hidden;
  width: 170px;
  margin: 0 20px 10px 20px;
  text-align: right;
}

#main_contents .content .entry_state li {
  display: inline;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #33CC33;
}

#main_contents .content .entry_state li:last-child {
  padding-right: 0;
  border-right: none;
}

/* entry_body  */
#main_contents .entry_body {
  clear: both;
  margin: 0 20px;
  padding-bottom: 40px;
  zoom: 100%;
text-overflow: ellipsis;
}

#main_contents .entry_body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}



#main_contents .entry_body .entry_more {
  position:absolute;
top:150px;
right:5px;
  
  bottom: 0px;
  padding: 10px 0;
  text-align: right;
}

#main_contents #e .entry_body .entry_more { display:none; }

#main_contents .entry_body .entry_more a { /* 「続きを読む」リンク */
  display: inline-brock;
  margin-top: 5px;
  padding: 0px 10px;
  background: #00008B;
  border-top: 0px solid #1BFF4A;
  border-radius: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 3px;
  text-align: center;
}

#main_contents .entry_body .entry_more a:hover { /* 「続きを読む」リンクにポインタをのせた時の設定 */
  border-top: 0px solid #FF00FF;
  color: #FFBBFF;
}

#main_contents .entry_body .more {
  margin-top: 10px;
}

#main_contents .entry_body .fc2_footer {
  margin-top: 10px;
}



/* entry_footer */
#main_contents .entry_footer {
  margin-bottom: -20px;
  width: 100%;
  padding: 15px 0;
  background: #FFFFCC; /* 個別ページ 記事フッタの背景色 */
  zoom: 100%;
}


#main_contents .entry_footer:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#main_contents .entry_footer .entry_state {
  margin-bottom: 0;
  width: auto;
}

/* titlelist search */
#main_contents .list_body {
  padding: 0 20px;
}

#main_contents .list_body li {
font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #009900;
}

/* sub content */
#main_contents .sub_content {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px dotted #009900;
}

#main_contents .sub_content .sub_footer {
  margin-top: 20px;
  text-align: right;
}

#main_contents .sub_content .sub_footer li {
  display: inline;
  margin-left: 1em;
}

#main_contents .sub_content .sub_footer li a { color: #FF1A6F; }

#main_contents .sub_content .sub_footer li a:hover { color: #FF1A6F; }


/* form */
#main_contents .form {
  margin: 0 20px;
}


/* grid_content
-------------------------------------------------- */
#main_contents .grid_content {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
margin-bottom: 10px;
  width: 100%;
  height: 160px; /* グリッド表示の時の記事の高さ */
  border-left: 0px solid #009900;
  border-right:1px solid #009900;
}
#main_contents .grid_content .fc2blomaga_buy_area {
  display:none;
}
#main_contents .grid_content .entry_body {
  overflow: hidden;
  height: 5.8em;
}
#main_contents #e,#main_contents #e .entry_body { height: auto; }

#main_contents .p_area,#main_contents .p_area .entry_body {
  height: auto;
}



#main_contents .grid_content:first-child, #main_contents .p_area {
  float: none;
  width: 100%;
  min-height: 110px;
  margin-left: 0;
margin-top: 3px;
  margin-right: 0;
  border-left: 1px solid #009900;
  border-right: 1px solid #009900;
}

#main_contents .no_br:first-child br { display: none; }

#main_contents .p_area .entry_body {
  height: auto;
  padding-bottom: 15px;
}
#main_contents .p_area .entry_body .fc2blomaga_buy_area {
  display:block;
}

#main_contents .grid_content .entry_body .entry_image img {
  max-width: 0px; /* グリッド表示の時のサムネイルの幅の上限 */
  max-height: 0px;
}

#main_contents .grid_content:first-child .entry_image img, #main_contents .p_area .entry_image img {
  max-width: 0px; /* グリッド表示の時の最初の記事のサムネイルの幅の上限 */
  max-height: 0px;
}


/* page_navi
-------------------------------------------------- */
#main_contents .page_navi {
  position:relative;
  clear: both;
  height: 100px;
  margin-top: -20px;
  text-align: center;
  zoom:80%;
}

#main_contents .page_navi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#main_contents .page_navi a {
  display: block;
  overflow: hidden;
  height: 18px;
  width: 100px;
  padding-top: 45px;
  padding-bottom: 60px;
  background: url(https://blog-imgs-114.fc2.com/2/c/h/2chmatome77/page-navi.png) no-repeat 0 0;
}

#main_contents .page_navi a:hover { color: #8ADAE6; }

#main_contents .page_navi .prev {
  float: left;
  width: 10%;
  background-position: left -145px;
    text-align: left;

}

#main_contents .page_navi .next {
  float: right;
  width: 10%;
  background-position: right -145px;
  text-align: right;
}

#main_contents .page_navi .home {
  position: absolute;
  left:50%;
  margin-left: -61px;
  background-position: -375px -145px;
  text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
}

#main_contents .page_navi a.prev:hover { background-position: left 15px; }
#main_contents .page_navi a.next:hover { background-position: right 15px; }
#main_contents .page_navi a.home:hover { background-position: -375px 15px; }

#main_contents .page_navi .prevpage,
#main_contents .page_navi .nextpage {
  text-align: left;
  text-indent: 100%; 
  white-space: nowrap; 
  overflow: hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

#main_contents .page_navi .preventry {
  padding-left:80px;
}
#main_contents .page_navi .nextentry {
  padding-right: 80px;
}
/* =================================================
  Entry (html tag)
================================================= */
.p_area .entry_body h2, .p_area .entry_body h3,
.p_area .entry_body h4, .p_area .entry_body h5 {
  background: url() no-repeat 5px 5px;
 margin: 0 0 10px;
  padding: 5px 0 5px 20px;
}
.p_area .entry_body ul,
.p_area .entry_body ol { margin: 1em 0em 1em; }
.p_area .entry_body ul li {
  list-style: disc outside;
  margin-left: 2em;
}
.p_area .entry_body ol li {
  list-style: decimal outside;
  margin-left: 2em;
}
.p_area .entry_body table {
  border-collapse: collapse;
}
.p_area .entry_body table th,
.p_area .entry_body table td {
  padding: 5px;
}
.p_area .entry_body table th { background-color: #EFEFEF; }

/* =================================================
  Sidemenu
================================================= */
#sidemenu {
margin-top: 2px;
  border-left: 0px groove #009900;
  border-right: 0px groove #009900;
}

#sidemenu .sidemenu_content {
  margin-bottom: 0px;
  padding: 10px;
  background-color:#EEEEEE; /* サイドメニュー(プラグイン)の背景色、アイコン */
  border-bottom: 0px dotted #009900;
}

#sidemenu h3 {
color: #EE0000; 
  margin: -10px -10px 0;
  padding: 10px 10px 5px 25px;
  background-color:#191970; /* サイドメニュー(プラグイン)のタイトルの背景色、アイコン */
  border-top: 0px dotted #B5B5B6;
  border-bottom: 0px dotted #009900;
}

/* =================================================
  plgin
================================================= */
.plg .plg_description,
.plg .plg_body,
.plg .plg_footer {
  margin-top: 10px;
}

#main_contents .plg .plg_description,
#main_contents .plg .plg_body,
#main_contents .plg .plg_footer {
  margin-left: 20px;
  margin-right: 20px;
}

.plg li {
  margin-bottom: 5px;
}

.plg input {
  margin: 2px;
}

/* plugin-search
------------------------------------------------- */
.plg .plugin-search input[type="text"] {
  width: 90%;
}



/* =================================================
  Footer
================================================= */
#footer {
  background-color:#222222; /* フッターの背景色 */
  -webkit-box-shadow: 0px 1px 3px 0px #CCC inset;
  -moz-box-shadow: 0px 1px 3px 0px #CCC inset;
  box-shadow: 0px 1px 3px 0px #CCC inset;
  text-shadow: 0px 1px 2px #000000;
}

/* footer_plg
------------------------------------------------- */
#footer_plg {
  padding-bottom: 40px;
  border-left: 0px groove #009900;
  zoom:100%;
}

#footer_plg:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#footer_plg .footer_content {
  float: center;
  width: 199px;
  padding: 0 20px;
  border-right: 0px groove #3333FF;
}

#footer_plg h3 {
  margin-bottom: 10px;
}

/* footer_inner
------------------------------------------------- */
#footer_inner /* フッター(コピーライト等) */ { color: #CC33FF; }

/* =================================================
  for MacIE
================================================= */
/*\*//*/
textarea, select, input {
  font-family:Osaka;
}
/**/

textarea,input,select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}


#menu {
width:850px;
padding:0px 120px 47px 55px;
margin:0;
list-style-type: none;
}
#menu li {
width:25%;
float:left;
padding:0;
margin:0;
text-align:center;
}
#menu li a {
    width: auto;
    color: #EE0000;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0;
    text-decoration: none;
    display: block;
    background-color:#191970;
}
#menu li a:hover {
  color:#FFBBFF;
}
.list-style li {
list-style-type: decimal;
list-style-position: inside;
margin:0px 0px 0px 0px;
}

/* ----------------------------------------------- */
/*

      BlogRoll css 2

*/
/* ----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
float:center;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    width: 1200px; 
    height: 350px; 
    border:0px solid #008000;（枠を付けたい場合） 
    margin-bottom: 10px; padding: 10px;
background-color: #FFEEFF
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
margin:0px 80px 0px 0px;
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
  width: 16px;
  height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 1px;
}
.blogroll_wrapper { 
margin:5px 0px 0px 50px;
    width: 94%; 
    overflow-y:hidden;
 overflow-x:hidden; 
    background-color: #FFEEFF; 
  } 
.blogroll_innner { 
    width: 100%; 
    height: 444px;
width:1200px; 
    float: left; 
  }



#mypopup {
display: none;
position: absolute;
border:1px solid #bbb;
padding:5px 8px 8px;
font-size:12px;
color:#111;
background-color:#99FFCC;
list-style-type:none;
line-height:1.2;
text-align:left;
max-width:750px;
min-width:250px;
box-shadow: 3px 3px 3px #ccc;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
}

#mypopup li.comment-date, #mypopup li.comment-author{
display: inline;
color:#666;
}

#Breadcrumb {
margin: 5px 0 0px;
background-color: #FFAAFF;
color: #fff;
}

#Breadcrumb div {
display:inline;
list-style-type:none;
}