@charset "UTF-8";
/*! ============================================================ */
/*! Default
/*! ============================================================ */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #333;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

iframe {
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*! ============================================================ */
/*! Main
/*! ============================================================ */
body {
  background: #f5f5f5;
  color: #222;
  font: normal 80% / 1.4 "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
}
body a {
  color: #ff3366;
  outline: none;
  text-decoration: none;
}
body a:focus, body a:hover {
  color: #0066cc;
  text-decoration: none;
}
body a:visited {
  color: #ff3366;
  text-decoration: none;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

h1 {
  font-size: 230%;
  font-weight: normal;
}

h2,
h3 {
  font-size: 124%;
  font-weight: normal;
}

h4 {
  font-size: 108%;
  font-weight: normal;
}

h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.wrapper-width {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.white-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
}

/* =================================================
	Layout
================================================= */
#header {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_header.png) repeat-x center top #fff;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-shadow: 0px 1px 1px 0px #ccc;
  -moz-box-shadow: 0px 1px 1px 0px #ccc;
  box-shadow: 0px 1px 1px 0px #ccc;
}
#header .site-meta-wrapper {
  text-align: center;
  padding: 100px 0;
}
#header .site-meta-wrapper .site-title {
  margin: 0 0 16px;
}
#header .site-meta-wrapper .site-description {
  width: 600px;
  margin: 0 auto;
}

#wrap {
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}

#main {
  width: 628px;
  float: left;
  position: relative;
}
#main #main_contents .content {
  position: relative;
  margin: 0 0 32px;
  padding: 32px;
}
#main #main_contents .content .ribon {
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 1px;
  right: 1px;
}
#main #main_contents .content#e1 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center 0;
}
#main #main_contents .content#e2 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -8px;
}
#main #main_contents .content#e3 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -16px;
}
#main #main_contents .content#e4 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -24px;
}
#main #main_contents .content#e5 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -32px;
}
#main #main_contents .content#e6 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -40px;
}
#main #main_contents .content#e7 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -48px;
}
#main #main_contents .content#e8 .ribon {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_ribon.png) no-repeat center -56px;
}
#main #main_contents .entry_header,
#main #main_contents .sub_header {
  margin: 0 0 16px;
}
#main #main_contents .entry_header a,
#main #main_contents .sub_header a {
  display: block;
  width: 100%;
  height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main #main_contents .entry_date {
  float: left;
  width: 170px;
  margin: 0 0 10px;
  text-align: left;
}
#main #main_contents .entry_date li {
  display: inline;
  margin-right: 1em;
}
#main #main_contents .entry_state {
  float: right;
  overflow: hidden;
  width: 140px;
  margin: 0 0 10px;
  text-align: right;
}
#main #main_contents .entry_state li {
  display: inline;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #999999;
}
#main #main_contents .entry_state li:last-child {
  padding-right: 0;
  border-right: none;
}
#main #main_contents .sub_header {
  margin: 0 0 8px;
  padding: 4px 16px;
  border-bottom: 1px dotted #B5B5B6;
}
#main #main_contents .sub_title {
  padding: 3px 0 3px 15px;
  margin-bottom: 20px;
}
#main #main_contents blockquote {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #F4F4F4;
}
#main #main_contents input {
  padding: 2px;
}
#main #main_contents .entry_body {
  clear: both;
  zoom: 100%;
}
#main #main_contents .entry_body:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#main #main_contents .entry_body .entry_image {
  position: absolute;
  left: 20px;
}
#main #main_contents .entry_body .entry_image img {
  max-width: 200px;
  max-height: 250px;
  border: 4px solid #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px #999;
  -moz-box-shadow: 0px 1px 1px 0px #999;
  box-shadow: 0px 1px 1px 0px #999;
}
#main #main_contents .entry_body .entry_discription,
#main #main_contents .entry_body .entry_description {
  margin-left: 238px;
  min-height: 228px;
}
#main #main_contents .entry_body .entry_more {
  text-align: right;
}
#main #main_contents .entry_body .entry_more a {
  margin-top: 10px;
  padding: 5px 10px;
  background: #eee;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#main #main_contents .entry_body .more,
#main #main_contents .entry_body .fc2_footer {
  margin-top: 10px;
}
#main #main_contents .entry_footer {
  margin-bottom: -20px;
  width: 100%;
  padding: 15px 0;
  border-top: 1px dotted #b5b5b6;
  zoom: 100%;
}
#main #main_contents .entry_footer:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#main #main_contents .entry_footer .entry_state {
  margin-bottom: 0;
  width: auto;
}
#main #main_contents .list_body {
  padding: 0 20px;
}
#main #main_contents .list_body li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
}
#main #main_contents .sub_content {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px dotted #B5B5B6;
}
#main #main_contents .sub_content .sub_footer {
  margin-top: 20px;
  text-align: right;
}
#main #main_contents .sub_content .sub_footer li {
  display: inline;
  margin-left: 1em;
}
#main #main_contents .sub_content .sub_footer li a {
  color: #999999;
}
#main #main_contents .sub_content .sub_footer li a:hover {
  color: #8ADAE6;
}
#main #main_contents .trackback input {
  width: 396px;
}
#main #main_contents .list_content {
  float: none;
}
#main #main_contents #e,
#main #main_contents .p_area {
  height: auto;
}
#main #main_contents #e .entry_body,
#main #main_contents .p_area .entry_body {
  height: auto;
}
#main #main_contents .p_area {
  float: none;
  min-height: 110px;
  margin-left: 0;
  margin-right: 0;
  border-left: none;
  border-right: none;
}
#main #main_contents .no_br:first-child br {
  display: none;
}
#main #main_contents .p_area .entry_body {
  height: auto;
  padding-bottom: 15px;
}
#main #main_contents .p_area .entry_body .fc2blomaga_buy_area {
  display: block;
}
#main #main_contents .p_area .entry_image img {
  max-width: 200px;
  max-height: 220px;
}
#main #main_contents .page_navi {
  position: relative;
  clear: both;
  margin: 32px 0;
  text-align: center;
  zoom: 100%;
}
#main #main_contents .page_navi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#main #main_contents .page_navi a {
  display: block;
  overflow: hidden;
  height: 18px;
  width: 123px;
  padding-top: 24px;
  padding-bottom: 32px;
}
#main #main_contents .page_navi a:hover {
  color: #8ADAE6;
}
#main #main_contents .page_navi .prev {
  float: left;
  width: 40%;
  background-position: left -145px;
  text-align: left;
}
#main #main_contents .page_navi .next {
  float: right;
  width: 40%;
  background-position: right -145px;
  text-align: right;
}
#main #main_contents .page_navi .prevpage,
#main #main_contents .page_navi .nextpage {
  text-align: left;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main #main_contents .page_navi .preventry {
  padding-left: 5%;
}
#main #main_contents .page_navi .nextentry {
  padding-right: 5%;
}

#sidemenu {
  width: 300px;
  float: right;
  position: relative;
  overflow: hidden;
}
#sidemenu h3 {
  font-size: 12px;
  margin: 0 0 8px;
}
#sidemenu .sidemenu_content {
  margin: 0 0 32px;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.02) inset, 0 8px 5px -4px rgba(0, 0, 0, 0.1);
}

#pagetop a {
  display: block;
  position: fixed;
  right: 200px;
  bottom: 50px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop a:hover {
  bottom: 54px;
}

#footer {
  background: url(https://blog-imgs-79.fc2.com/w/o/o/woohooyeah/bg_header.png) repeat-x center bottom #fff;
  -webkit-box-shadow: 0px 1px 3px 0px #ddd inset;
  -moz-box-shadow: 0px 1px 3px 0px #ddd inset;
  box-shadow: 0px 1px 3px 0px #ddd inset;
  padding: 32px 0;
  clear: both;
}
#footer #footer_plg,
#footer #footer_inner {
  clear: both;
  margin: 0 auto;
}
#footer #footer_plg {
  padding-bottom: 40px;
  zoom: 100%;
}
#footer #footer_plg:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer #footer_plg .footer_content {
  float: left;
  width: 200px;
  margin: 0 40px 0 0;
}
#footer #footer_plg h3 {
  margin-bottom: 10px;
}
#footer #footer_inner {
  color: #B5B5B6;
}

/*	content
-------------------------------------------------- */
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_dl {
  margin-top: 25px;
}
.relate_dl dt {
  font-size: 124%;
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 5px solid #CCC;
}

.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 (html tag)
================================================= */
.p_area .entry_body h2,
.p_area .entry_body h3,
.p_area .entry_body h4,
.p_area .entry_body h5 {
  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;
}

/* =================================================
	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;
}
.plg .plugin-search input[type="text"] {
  width: 90%;
}
.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 {
  padding: 0.1em;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
}
.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;
}
.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;
  font-size: 93%;
}
.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;
  font-size: 93%;
}

/* =================================================
	for MacIE
================================================= */
textarea,
input,
select {
  font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", sans-serif;
}
