/* <system section="theme" selected="6435922169449207872"> */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* box properties */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* CSS3 properties */
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background colors */
/* Background color */
/* Light Gray Background color */
/* dark background color */
/* Footer background color */
/* Base text color */
/* Light text color */
/* Footer text color */
/* Link text color */
/* Link text color(hover) */
/* Border color */
/* Text highlighted color */
/* button background */
/* button hover backgroud */
/* button background */
/* button hover backgroud */
@font-face {
  font-family: 'CaviarDreamsItalic';
  src: url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.eot?version=c4e5e563f71130207d7b953f6b026a');
  src: url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.eot?version=c4e5e563f71130207d7b953f6b026a') format('embedded-opentype'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.woff?version=c4e5e563f71130207d7b953f6b026a') format('woff'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.ttf?version=c4e5e563f71130207d7b953f6b026a') format('truetype'), url('https://cdn.blog.st-hatena.com/images/fonts/CaviarDreams/CaviarDreamsItalic-webfont.svg?version=c4e5e563f71130207d7b953f6b026a') format('svg');
  font-weight: normal;
  font-style: normal;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-blue,
.btn-primary {
  color: #fff !important;
  background: #333333;
}
.btn-blue:hover,
.btn-primary:hover {
  background: #1b7fb2;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
html,
body {
  font-family: 'CaviarDreamsItalic', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #ffffff;
  color: #333333;
}
a {
  color: #1b7fb2;
}
a:hover {
  color: #0f5d85;
}
::selection {
  background: #999999;
  color: #fff;
}
::-moz-selection {
  background: #999999;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #333333;
  text-decoration: none;
}
pre {
  padding: 15px;
  border: 1px solid #dddddd;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
pre.lang-aa {
  font-size: 14px;
  line-height: 15px;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #eee;
  color: #333333;
}
#globalheader-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#blog-title {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ffffff));
  background: -ms-linear-gradient(top, #f2f2f2, #ffffff);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  padding: 100px 0 80px 0;
}
#blog-title #blog-title-inner {
  width: 700px;
  margin: 0px auto;
}
#blog-title #title {
  font-weight: normal;
  margin: 0;
}
#blog-title #blog-description {
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0 0 0;
}
#main {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.entry-header {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 25px;
}
.entry-header .entry-title {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.entry-header .date {
  position: relative;
  line-height: 1;
  font-size: 13px;
  margin-bottom: 15px;
}
.entry-header .date a {
  text-decoration: none;
  color: #333333;
}
.entry-header .date-day {
  position: absolute;
  top: -38px;
  left: 0;
  font-size: 36px;
}
.entry-header .hyphen {
  display: none;
}
.entry-header .date .date-year + .hyphen {
  display: inline;
}
.entry-header .entry-header-menu a {
  position: absolute;
  top: 30px;
  left: -70px;
  padding: 5px 10px;
  background: #454545;
  font-size: 12px;
  color: #f5f5f5;
  text-decoration: none;
}
.entry-header .categories {
  margin: 0 0 10px 0;
  font-size: 80%;
}
.entry {
  margin-bottom: 140px;
  position: relative;
}
.entry:last-child {
  margin-bottom: 60px;
}
.entry-content {
  font-size: 90%;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: 'Helvetica Neue', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote {
  background: #f5f5f5;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-footer .entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer .entry-footer-section a {
  color: #999999;
}
.entry-footer #google_afc_user {
  background: #f4f4f4;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.entry-footer #google_afc_user #google_afc_user_container {
  margin: 0 !important;
}
.social-buttons {
  margin: 10px 0;
}
.comment-box {
  font-size: 80%;
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.comment-box .entry-comment {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.comment-box .entry-comment:first-child {
  padding-top: 0;
}
.comment-box .comment-user-name {
  margin: 0 0 10px 0;
}
.comment-box .comment-content {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-box .comment-metadata {
  color: #999999;
  margin: 0;
}
.comment-box .comment-metadata a {
  color: #999999;
}
.comment-box .leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
.comment-box .leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
#box2 {
  width: 100%;
  padding: 30px 0;
  font-size: 80%;
}
#box2 #box2-inner {
  width: 960px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  *zoom: 1;
  height: auto;
  overflow: hidden;
}
#box2 #box2-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#box2 .hatena-module {
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 40px;
  width: 300px;
  float: left;
}
#box2 .hatena-module:nth-child(3n+1) {
  clear: both;
}
#box2 .hatena-module .hatena-module-title {
  margin-bottom: 1em;
  font-size: 16px;
  color: #333333;
}
#box2 .hatena-module .hatena-module-title a {
  color: #333333;
  text-decoration: none;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
  line-height: 1.5;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
.search-module-input {
  padding: 5px;
  margin: 0 0 0 5px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #dddddd;
  cursor: pointer;
  width: 200px;
}
.search-module-button {
  background: transparent url('http://ueday.github.com/hatenablog/theme/winterhold/images/search@2x.png') no-repeat center;
  background-size: 20px 20px;
  height: 26px;
  width: 20px;
  border: none;
  text-indent: -999px;
}
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
  width: 700px;
}
#top-box .breadcrumb {
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 10px;
  margin: 0px 0 70px;
  top: -50px;
  position: relative;
}
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer a {
  color: #999999;
}
.page-about .entry {
  padding-top: 0;
}
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-archive .archive-entries .archive-entry {
  margin-bottom: 4em;
}
.page-archive .archive-entries .date {
  background: 0;
  text-align: left;
  margin-bottom: .5em;
}
.page-archive .archive-entries .date a {
  text-decoration: none;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
  font-weight: normal;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  font-size: 90%;
  margin: 0 0 1em;
  line-height: 1.5em;
}
.page-archive .archive-entries .categories a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #666;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #ddd;
  font-size: 11px;
  background: transparent;
  padding: 2px 5px;
  line-height: 13px;
}
.page-archive .archive-entries .categories a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.header-image-enable #blog-title {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.header-image-enable #title {
  padding-top: 50px;
  padding-left: 20px;
}
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* End Primary Styles */

/* </system> */

.MdMTMWidget01 .mdMTMWidget01Content01 {
position: relative;
clear: both;
}


.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01Content01Thumb{float:left;max-width:300px;*width:100%;*overflow:hidden;margin:0 10px 0 0}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01Content01Txt{position:relative;overflow:hidden}
.MdMTMWidget01 .mdMTMWidget01Util01,.MdMTMWidget01 .mdMTMWidget01Util02,.MdMTMWidget01 .mdMTMWidget01Util03{display:none;position:absolute;width:635px;text-align:right}
.MdMTMWidget01 .mdMTMWidget01Util01{top:-21px;right:0;height:21px}
.MdMTMWidget01 .mdMTMWidget01Util02{right:3px;bottom:-19px;height:14px;line-height:1;padding:5px 0 0;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01Util03{top:-25px;right:0;height:25px;line-height:23px}
.MdMTMWidget01 .MdMsgDisp01{margin-bottom:4px}
.MdMTMWidget01.mdMTMWidget01TypeTwitter .MdMsgDisp01{margin:0 0 6px -58px}
.MdMTMWidget01.mdMTMWidget01TypeTwitter .MdMsgDisp01+.mdMTMWidget01ItemTwitterUserThumb01{top:24px}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01View,.MdMTMWidget01 .mdMTMWidget01ItemTxt01View,.MdMTMWidget01 .mdMTMWidget01ItemUrl01View,.MdMTMWidget01 .mdMTMWidget01ItemDesc01View,.MdMTMWidget01 .mdMTMWidget01ItemThumb01View,.MdMTMWidget01 .mdMTMWidget01ItemComment01View,.MdMTMWidget01 .mdMTMWidget01ItemImg01View,.MdMTMWidget01 .mdMTMWidget01ItemVideo01View,.MdMTMWidget01 .mdMTMWidget01ItemCite01View,.MdMTMWidget01 .mdMTMWidget01ItemQuote01View,.MdMTMWidget01 .mdMTMWidget01ItemTwitterUserThumb01View,.MdMTMWidget01 .mdMTMWidget01ItemTwitterUserName01View,.MdMTMWidget01 .mdMTMWidget01ItemTweet01View{word-wrap:break-word}
.MdMTMWidget01 .mdMTMWidget01ItemTxt01View{line-height:1.429;color:#666;font-size:14px}
.MdMTMWidget01 .mdMTMWidget01ItemTxt01Input{min-height:73px}
.MdMTMWidget01 .mdMTMWidget01ItemTxt01Inputbox{max-width:100%;min-height:63px;padding-top:5px;padding-bottom:5px;font-size:14px;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01View{line-height:1.3;color:#000;font-size:20px}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01View a{color:#000;text-decoration:none}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01View .MdIco01Rss01{margin-left:8px}
.MdMTMWidget01.mdMTMWidget01TypeLink .mdMTMWidget01ItemTtl01Link{text-decoration:underline}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01View .mdMTMWidget01ItemTtl01Link:hover,.MdMTMWidget01 .mdMTMWidget01ItemTtl01View .mdMTMWidget01ItemTtl01Link:active,.MdMTMWidget01 .mdMTMWidget01ItemTtl01View .mdMTMWidget01ItemTtl01Link:focus{text-decoration:none}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01ItemTtl01View,.MdMTMWidget01.mdMTMWidget01TypeVideo .mdMTMWidget01ItemTtl01View{line-height:1.333;font-weight:bold;font-size:18px}
.MdMTMWidget01.mdMTMWidget01TypeVideo .mdMTMWidget01ItemTtl01View{margin-top:8px}
.MdMTMWidget01.mdMTMWidget01TypeTtl .mdMTMWidget01ItemTtl01View{line-height:1.3;padding-bottom:5px;border-bottom:2px solid #eaecee;font-weight:bold;font-size:20px}
.MdMTMWidget01.mdMTMWidget01TypeVideo .mdMTMWidget01ItemTtl01Form{margin-top:8px}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01Input{min-height:28px}
.MdMTMWidget01 .mdMTMWidget01ItemTtl01Inputbox{min-height:28px;line-height:28px;color:#000;font-size:14px;font-weight:bold;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01View{line-height:1.2;margin:3px 0 0;font-size:11px}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01View.ExPlaceholder,.MdMTMWidget01 .mdMTMWidget01ItemUrl01View.MdEditable01{font-size:12px}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01View.ExPlaceholder{color:#aaa}
.MdMTMWidget01.mdMTMWidget01TypeQuote .mdMTMWidget01ItemUrl01View.MdEditable01{margin-top:10px;*margin-top:0}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01Link{color:#7c94aa;text-decoration:none}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01Link:hover,.MdMTMWidget01 .mdMTMWidget01ItemUrl01Link:active,.MdMTMWidget01 .mdMTMWidget01ItemUrl01Link:focus{text-decoration:underline}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01Form{margin:7px 0 0}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01Input{min-height:23px}
.MdMTMWidget01 .mdMTMWidget01ItemUrl01Inputbox{min-height:23px;line-height:23px;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemDesc01View{line-height:1.4;margin:3px 0 0;color:#aaa}
.MdMTMWidget01 .mdMTMWidget01ItemDesc01Input{min-height:43px}
.MdMTMWidget01 .mdMTMWidget01ItemDesc01Inputbox{min-height:34px;padding-top:5px;padding-bottom:5px;color:#666;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01View{display:inline-block;*display:inline;*zoom:1;position:relative;max-width:150px;overflow:hidden;margin:3px 0 0;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01View img{max-width:150px;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01View .MdImgCite01{display:none}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01View:hover .MdImgCite01{display:block}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01Img{float:left;width:150px;margin:0 20px 0 0}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01Img img{max-width:150px;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01Selector{overflow:hidden;padding:5px 0 0}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectNoImg{margin:7px 0 0;color:#aaa;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectNoImg input{vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectNoImg label{padding:0 0 0 5px;cursor:pointer;vertical-align:middle}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectUpload{margin:5px 0 0}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectUploadTxt{font-size:12px}
.MdMTMWidget01 .mdMTMWidget01ItemThumb01SelectUploadTxt a{color:#aaa}
.MdMTMWidget01 .mdMTMWidget01ItemThumb02View{max-width:300px;margin:5px 0 7px;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemThumb02View img{max-width:300px;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemComment01View{line-height:1.429;margin:10px 0 0;padding:0 0 0 6px;border-left:2px solid #d0d0d0;color:#666;font-size:14px}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01ItemComment01View{margin-top:4px;padding-left:0;border-left:none}
.MdMTMWidget01 .mdMTMWidget01ItemComment01Input{min-height:53px}
.MdMTMWidget01 .mdMTMWidget01ItemComment01Inputbox{max-width:100%;min-height:43px;padding-top:5px;padding-bottom:5px;vertical-align:middle}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01ItemComment01Input{min-height:83px}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01ItemComment01Inputbox{min-height:73px;padding-top:5px;padding-bottom:5px;vertical-align:middle}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01FormBtn01{margin-top:7px}
.MdMTMWidget01.mdMTMWidget01TypeQuote .mdMTMWidget01FormBtn01{margin-top:20px}
.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt{margin:10px 0 1px}
.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a{color:#000}
.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a:link,.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a:visited{text-decoration:none}
.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a:hover,.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a:active,.MdMTMWidget01 .mdMTMWidget01ItemLocation01AddTxt a:focus{text-decoration:underline}
.MdMTMWidget01 .mdMTMWidget01ItemLocation01Ico{display:block;width:18px;height:18px;overflow:hidden;padding:0;border:0;background:url(/matome_ver4/img/md/sprite_MdIcoMapPin_121011.png) no-repeat 0 -100px;text-align:left;vertical-align:middle;text-indent:-9999px;float:left}
.MdMTMWidget01 .MdLocation01.MdEditable01{position:relative;min-height:18px;padding:8px 33px 8px 8px}
.MdMTMWidget01 .MdLocation01.MdEditable01 .MdBtn01Del05{position:absolute;top:50%;right:5px;margin-top:-15px}
.MdMTMWidget01 .mdMTMWidget01ItemImg01View{position:relative}
.MdMTMWidget01 .mdMTMWidget01ItemImg01View a{text-decoration:none}
.MdMTMWidget01 .mdMTMWidget01ItemImg01View img{vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemImg01View .MdImgCite01{display:block}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01View object,.MdMTMWidget01 .mdMTMWidget01ItemVideo01View embed,.MdMTMWidget01 .mdMTMWidget01ItemVideo01View iframe{display:block}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03{display:inline-block;*display:inline;*zoom:1;cursor:pointer;position:relative;text-decoration:none;vertical-align:top}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01{width:480px;height:360px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02{width:480px;height:360px;background-color:#000}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Thumb{position:absolute;top:49px;left:80px;width:320px;height:262px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Layer{position:absolute;top:49px;left:80px;width:320px;height:262px;background:url("/matome_ver4/img/common/bg_alpha/b50.png") repeat 0 0;background-color:rgba(0,0,0,0.1)}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Time,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Time,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Time{background:url("/matome_ver4/img/md/sprite_MTMWidget_130116.png") no-repeat 0 0}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Ico{display:inline-block;*display:inline;*zoom:1;position:absolute;width:0;overflow:hidden}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Ico,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Ico{top:154px;left:203px;width:74px;height:52px;text-indent:-9999px;background-position:-180px -30px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Ico{bottom:4px;left:4px;height:18px;padding:0 0 0 22px;background-position:-255px -30px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Time,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Time,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Time{display:block;position:absolute;color:#e0e0e0;font-family:Tahoma,Arial,Helvetica,sans-serif;text-align:center}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play01Time,.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play02Time{bottom:14px;right:13px;width:49px;height:20px;background-position:-280px -30px;font-size:14px;line-height:20px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Time{bottom:4px;right:4px;width:33px;height:16px;background-position:-330px -30px;font-size:10px;line-height:16px}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01Play03Txt{display:none;position:absolute;top:0;left:0;z-index:2;width:120px;height:90px;line-height:90px;background:url("/matome_ver4/img/common/bg_alpha/b50.png") repeat 0 0;background-color:rgba(0,0,0,0.1);color:#fff;text-align:center}
.MdMTMWidget01 .mdMTMWidget01ItemVideo01View a:hover .mdMTMWidget01ItemVideo01Play03Txt{display:block;cursor:pointer}
.MdMTMWidget01 .mdMTMWidget01ItemCite01View{line-height:1.2;margin:3px 0 0;color:#aaa}
.MdMTMWidget01 .MdImgCite02{margin:5px 0 0}
.MdMTMWidget01 .MdItemCite01{margin:-5px 0 0}
.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01Content01Thumb .mdMTMWidget01ItemCite01View,.MdMTMWidget01.mdMTMWidget01TypeImg .mdMTMWidget01Content01Thumb .MdImgCite02{min-width:100px;max-width:300px}
.MdMTMWidget01 .mdMTMWidget01ItemCite01Label{float:left;margin-right:5px}