@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  line-height: 1.4;
  font-size: small !important; /* IE7 */
  font-size: 82%;   /* IE6 */
  word-break: break-all;
}
/* Modern browser */
html>/**/body {
  font-size: 13px;
}
a {
  text-decoration: none;
  /*\*/
  overflow: hidden;  /* for Fx *//**/
}
img, a img {
  border: none;
}
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;
}
/* =================================================
  Hyper text
================================================= */
a {
  text-decoration: none;
  /*\*/
  overflow: hidden;  /* for Fx *//**/
}
a:link, a:visited {
  color: #d02153; /* リンク、訪問済みリンクの文字色 */
}
a:focus, a:hover, a:active {
  color: #903; /* リンクにポインタをのせた時の文字色 */
}
/* =================================================
  Headline
================================================= */
h1 {
  font-size: 160%;
  font-weight: bold;
}    /* 18px */
h2, h3 {
  font-size: 124%;
  font-weight: normal;
}    /* 16px */
h4 {
  font-size: 108%;
  font-weight: normal;
}    /* 14px */
h5, h6 {
  font-size: 100%;
  font-weight: normal;
}    /* 13px */
/* =================================================
  Font Color
================================================= */
body {
  color: #444444;
}
#main_contents h2 a /* 記事タイトル */, #main_contents .entry_body .entry_more a /* 「続きを読む」のリンク */ {
  color: #333333;
}
#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: #999999;
}
 #main_contents .list_body li /* 記事一覧ページ */, {
color: #666666;
}
/* =================================================
  Font Size
================================================= */
#header p /* ブログ紹介文 */ {
  font-size: 158%; /* 21px */
}
#main_contents /* 記事本文等 */ {
  font-size: 124%; /* 16px */
}
#main_contents .entry_date /* 記事日付 */, #main_contents .entry_state /* CM数,TB数,カテゴリ等 */ {
  font-size: 85%; /* 14px */
}
#main_contents .entry_body .entry_more /* 「続きを読む」の文字 */ {
  font-size: 108%; /* 17px */
}
#main_contents .sub_content .sub_footer /* CM,TBのフッタ */ {
  font-size: 85%; /* 14px */
}
#sidemenu /* サイドメニュー(プラグイン) */ {
  font-size: 116%; /* 15px */
}
#sidemenu h3 /* サイドメニュー(プラグイン)タイトル */ {
  font-size: 131%; /* 20px */
}
#footer /* フッター */ {
  font-size: 124%; /* 16px */
}
/* =================================================
  Content Width
  ※ 幅を固定にする場合は、それぞれのmin-width、
  max-widthを削除し、widthで好きな幅を指定して下さい
================================================= */
#container {
  min-width: 800px;
}
#wrap, #footer_plg, #footer_inner {
  width: 980px;
}
/* =================================================
  Layout
================================================= */
#container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#header {
  overflow: hidden;
  padding: 0px 0 30px 0;
  text-align: left;
}
#wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: right;
}
#main {
  width: 590px;
  padding: 30px 30px 21px;
  background: #fff url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/shadow.png) repeat-x;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  margin-top: 10px;
  text-align: left;
}
#sidemenu {
  float: right;
  position: relative;
  overflow: hidden;
  width: 260px; /* サイドメニューの幅 */
  margin-top: 10px;
}
#footer {
  clear: both;
  background: #333 url(https://blog-imgs-31.fc2.com/e/0/1/e0166/bg_footer.png) repeat-x;
}
#footer_plg {
  clear: both;
  margin: 0 auto;
}
#footer_inner {
  clear: both;
  margin: 0 auto;
}
/* =================================================
  Container
================================================= */
#container {
  background-color: #f2f1e6; /* 全体の背景色 */
}
/* =================================================
  Header
================================================= */


#header h1, #header p {
  min-width: 785px;
  max-width: 1185px;
 width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1202? "1200px" : "auto");  /* For IE */
  margin: 0 auto;
}
/* =================================================
  Main
================================================= */


/*  content
-------------------------------------------------- */
#main_contents .content {
  position: relative;
  margin-bottom: -10px;
  padding: 15px 0 20px;
  background-color: #FFFFFF; /* メインカラムのコンテンツ背景色 */
}
#main_contents img {
  border: 1px #ccc solid;
  padding: 3px;
  margin: 20px 0;
}
#main_contents h2.entry_header, #main_contents h2.sub_header {
  font-size: 170%;
  line-height: 110%;
  margin: 10px 0 15px;
}
#main_contents h2.entry_header a, #main_contents h2.sub_header a {
  display: block;
  width: 100%;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  color: #d02153;
  text-overflow: ellipsis;
}
#main_contents h2.entry_header a:hover, #main_contents h2.sub_header a:hover {
  color: #903;
}
#main_contents h3.sub_header {
  margin: 0 0 20px;
  padding: 10px 20px 10px 35px;
  background: #F4F4F4 url(https://blog-imgs-43.fc2.com/t/e/m/templates/content_title.png) no-repeat 15px 10px; /* メインカラムのプラグインタイトル前のアイコン */
  border-bottom: 1px dotted #B5B5B6;
}
#main_contents h4.sub_title {
  padding: 3px 0 3px 15px;
  margin-bottom: 20px;
  background: url(https://blog-imgs-43.fc2.com/t/e/m/templates/content_title.png) no-repeat left 2px; /* コメント・TB見出し前のアイコン */
}
/* content style */
#main_contents blockquote {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #F4F4F4;
}
#main_contents input {
  padding: 3px 5px;
}
/* entry_date  */
#main_contents .entry_date {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/sb-title.png) no-repeat;
  width: 645px;
  height: 40px;
  color: #999;
  font-size: 85%;
  padding: 7px 7px 0;
  margin: 0 0 0 -55px !important;
}
#main_contents .entry_date li {
  float: left;
  margin: 0 10px;
  display: inline;
}
/* entry_state */
#main_contents .entry_state {
  float: right;
  overflow: hidden;
  width: 140px;
  margin: 0 20px 10px 0;
  text-align: right;
}
#main_contents .content .entry_state li {
  display: inline;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #999999;
}
#main_contents .content .entry_state li:last-child {
  padding-right: 0;
  border-right: none;
}
/* entry_body  */
#main_contents .entry_body {
  clear: both;
  overflow: hidden;
  margin: 0 20px;
  padding-bottom: 40px;
  zoom: 100%;
}
#main_contents .entry_body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#main_contents .entry_body .entry_image {
  position: absolute;
  left: 20px;
}
#main_contents .entry_body .entry_image img {
  max-width: 200px; /* リスト表示の時のサムネイルの幅の上限 */
  max-height: 250px;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px #999999;
  -moz-box-shadow: 0px 1px 1px 0px #999999;
  box-shadow: 0px 1px 1px 0px #999999;
}
#main_contents .entry_body .entry_discription {
  margin-left: 238px; /* サムネイル幅を変更した場合はこちらも調整して下さい */
  min-height: 228px;
}
#main_contents .entry_body .entry_more {
  position: absolute;
  right: 20px;
  bottom: 10px;
  padding: 15px 0;
  text-align: right;
}
#main_contents .entry_body .more {
  margin-top: 10px;
}
#main_contents .entry_body .fc2_footer {
  margin-top: 10px;
}
/* Baton */
dl.blog_baton {
  border: 1px solid #EFEFEF;
  padding: 20px 20px 10px;
}
dt.baton_q {
  padding-bottom: 5px;
}
dd.baton_a {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
}
/* relate 関連記事リンク */
.relate_dl {
  margin-top: 25px;
}
.relate_dl dt {
  font-size: 124%;
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 5px solid #CCC;
}
/* fc2twtr */
.fc2twtr {
  zoom: 100%;
}
.fc2twtr:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.fc2twtr dt {
  margin-bottom: 20px;
}
.fc2twtr dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  color: #666666;
}
/* entry_footer */
#main_contents .entry_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background: #F4F4F4; /* 個別ページ 記事フッタの背景色 */
  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 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
}
/* sub content */
#main_contents .sub_content {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px dotted #B5B5B6;
}
#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: #999999;
}
#main_contents .sub_content .sub_footer li a:hover {
  color: #8ADAE6;
}
/* form */
#main_contents .form {
  margin: 0 20px;
}
/* trackback */
#main_contents .trackback {
  margin: 0 20px;
}
#main_contents .trackback input {
  width: 396px;
}
/* list_content 
-------------------------------------------------- */
#main_contents .list_content {
  float: none;
}
/* page_navi
-------------------------------------------------- */
#main_contents .page_navi {
  position: relative;
  clear: both;
  margin-top: -20px;
  text-align: center;
  zoom: 100%;
}
#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: 123px;
  padding-top: 45px;
  padding-bottom: 60px;
  background: url(https://blog-imgs-43.fc2.com/t/e/m/templates/page_navi.png) no-repeat 0 0;
}
#main_contents .page_navi a:hover {
  color: #8ADAE6;
}
#main_contents .page_navi .prev {
  float: left;
  width: 30%;
  background-position: left -145px;
  text-align: left;
}
#main_contents .page_navi .next {
  float: right;
  width: 30%;
  background-position: right -145px;
  text-align: right;
}
#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(https://blog-imgs-43.fc2.com/t/e/m/templates/content_title.png) 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 .sidemenu_content {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 1px dotted #B5B5B6;
}
#sidemenu h3 {
  margin: -10px -10px 0;
  padding: 10px 10px 10px 40px;
  line-height: 14px;
}
#sidemenu .side_profile {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/plof.jpg) no-repeat;
}
#sidemenu .side_form {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/search.jpg) no-repeat;
}
#sidemenu .side_category {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/category.jpg) no-repeat;
}
#sidemenu .side_freearea {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/ran.jpg) no-repeat;
}
#sidemenu .side_ranking {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/ran.jpg) no-repeat;
}
#sidemenu img{
  float: left;
  margin-right:10px;
}
#sidemenu ul li{
  float: none;
  clear:both;
  margin-top:20px;

}

#sidemenu ul{
  float: none;
  clear:both;
}
#sidemenu h5{
  text-align: left;
  margin-bottom:5px;
}
#sidemenu p{
  font-size: 13px;
 text-align: left;
}
/* =================================================
  pagetop
================================================= */
#pagetop {
  position: fixed;
  right: 200px;
  bottom: 50px;
  z-index: 100;
}
#pagetop a {
  display: block;
  width: 58px;
  height: 58px;
  background: #d02153 url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/page_top.png) no-repeat 13px 13px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#pagetop a:hover {
  opacity: 1;
  background-position: 13px -48px;
}
.prev-entry-navi {
  height: 30px;
  text-align: center;
  zoom: 100%;
  position: relative;
  clear: both;
}
.prev-entry-navi .back {
  border: 1px #dfdfdf solid;
  padding: 5px 10px;
  margin: 20px 0 30px;
  width: 115px;
  background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) );
  background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffbfbfb, endColorstr=#fff2f1e6);
  zoom: 1;
}
.prev-entry-navi .next {
  border: 1px #dfdfdf solid;
  padding: 5px 10px;
  margin: 20px 0 30px;
  width: 115px;
  background: -webkit-gradient( linear, left top, left bottom, from(#fbfbfb), to(#f2f1e6) );
  background: -moz-linear-gradient( top, #fbfbfb, #f2f1e6 );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffbfbfb, endColorstr=#fff2f1e6);
  zoom: 1;
}
.prev-entry-navi a {
  color: #d02153;
  text-decoration: none;
  padding: 0 0 2px 0;
  letter-spacing: 1px;
}
/* =================================================
  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%;
}
/* Calendar(Plugin)
------------------------------------------------- */
.plg table.calender {
  width: 100%;
  margin: 0px auto;
  font-size: 100%;
}
.plg table.calender caption {
  margin-bottom: 10px;
  margin: 0px auto;
}
.plg table.calender th, .plg table.calender td {
  padding: 0.1em;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
}
.plg table.calender td a {
  display: block;
  background-color: #EFEFEF;
}
.plg table.calender td a:hover {
  background-color: #8ADAE6;
  color: #ffffff;
}
.plg table.calender th#sun {
  color: #FF0000;
}
.plg table.calender th#sat {
  color: #0000FF;
}
/* Piyo(Plugin)
------------------------------------------------- */
.plg .mylog {
  padding: 10px;
  background: #F9F9F9;
  border: 1px solid #EFEFEF;
}
.plg .mylog .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  font-weight: bold;
}
.plg .mylog dl {
  margin: 0px;
  padding: 0px;
}
.plg .mylog dt.day {
  margin: 0px;
  padding: 0px 0px 5px;
  background-image: none;
  text-align: left;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}
.plg .mylog dt.day img {
  vertical-align: middle;
}
.plg .mylog dd.piyolog {
  margin: 0px 0px 5px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #EFEFEF;
}
.plg .tab {
  text-align: right;
  margin-bottom: 10px;
}
.plg .tab input {
  padding: 2px 5px;
}
.plg .tab input.b1 {
  margin-right: 5px;
}
.plg .license {
  text-align: right;
  font-size: 85% !important;  /* for Modern browser */
  font-size: 93%;   /* for IE6 */
}
/* =================================================
  Footer
================================================= */
#footer {
  background: #333 url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/bg_footer.png) repeat-x; /* フッターの背景色 */
}
#footerWrap {
  width: 960px;
  margin: 0 auto;
  padding: 100px 0 30px;
  border-bottom: 1px solid #000;
}
/* footer_plg
------------------------------------------------- */



#footer_plg {
  margin-bottom: 40px;
  border-left: 1px dotted #9FA0A0;
  zoom: 100%;
}
#footer_plg h3 {
  height: 25px;
  padding: 7px 0 0 40px;
  font-size: 120%;
  text-shadow: -1px -1px 3px #000;
  margin-bottom: 15px;
  color: #ccc;
}
#footer_plg:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer_plg .footer_content {
  float: left;
  width: 278px;
  padding: 0 20px;
  border-right: 1px dotted #9FA0A0;
  height: 450px;
}
#footer_plg h3 {
  margin-bottom: 10px;
}
#footer_plg .fotter_168325 {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/link_2014032613195518d.jpg) no-repeat;
}
#footer_plg .fotter_ {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/blogtomo_201403261321448d9.jpg) no-repeat;
}
#footer_plg .fotter_211398 {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/business_2014032613195850c.jpg) no-repeat;
}
#footer_plg .fotter_210826 {
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/form_20140326132000e46.jpg) no-repeat;
}
#footer_plg p {
  color: #fff;
  font-size: 14px;
}
/* footer_inner
------------------------------------------------- */
#footer_inner /* フッター(コピーライト等) */ {
  color: #B5B5B6;
  font-size: 70%;
}
/* =================================================
  for MacIE
================================================= */
/*\*//*/
textarea, select, input {
  font-family:Osaka;
}
/**/

textarea, input, select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
input[type="submit"] {
  color: #fff;
  border: 1px #9f1f44 solid;
  text-shadow: 1px 1px 1px #666;
  background: url(https://blog-imgs-64.fc2.com/f/u/z/fuzokup691/pink.gif) repeat-x;
  font-size: 115%;
  padding: 3px 5px;
}
/* リスト表示記事完全表示 */
#main .grid_content .list_desc, #main .list_content .grid_desc {
  display: none;
}
#main .list_content .list_desc img {
  display: none;
}
#main .list_content .list_desc .emoji {
  display: inline;
}
#main .no_br:first-child .list_desc br {
  display: inline;
}
.list_desc img {
  height: auto;
  max-width: 99%;
}
#main .list_content .list_more {
  display: none;
}
body #main .list_content .list_morelink {
  display: block;
}


 /*--150809追加分--*/

.clearfix {
	zoom: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	content: ".";
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

#nav ul li{
	float: left;
	text-align:center;
	width:118px;
	list-style:none;
	font-size:12px;
	border-left:#bbb dotted 1px;
	}
#nav ul li:first-child{
	border-style: none;
	}
	
#nav ul{
	border-top:solid #bbb 2px;
	border-bottom::solid #bbb 2px;
	padding:10px 0;
	
	}
#nav ul li span{
	line-height:150%;
	color:#bbb;
	font-size:10px;

	}

	


/* END */

