@charset "UTF-8";
/*
==================================================
Reset, Base
==================================================
*/
/*
--------------------------------------------------
@:Reset Style
--------------------------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

nav, ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
textarea {
  line-height: 1.231;
  color: #000000;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
  font-size: 13px;
}

select,
input,
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
}

:focus {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em, cite {
  font-style: normal;
}

table, th, td {
  border: none;
}

fieldset {
  border: none;
}

fieldset legend {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

hr {
  display: none;
}

input,
button,
textarea {
  border: 0;
}

/*
--------------------------------------------------
@:Default Style
--------------------------------------------------
*/
body {
  line-height: 1.231;
  color: #000000;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
  font-size: 13px;
}

a:link, a:visited {
  color: #8f8f8f;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #8f8f8f;
  text-decoration: underline;
}

/*
==================================================
Layout
==================================================
*/
/*
--------------------------------------------------
@:Body, LyWrap
--------------------------------------------------
*/
body {
  background: #ececec;
}

/*
--------------------------------------------------
@:Header
--------------------------------------------------
*/
.LyHead {
  width: 100%;
  height: 60px;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}

/*
--------------------------------------------------
@:Footer
--------------------------------------------------
*/
.LyFoot {
  width: 600px;
  margin: auto;
  padding: 22px 0;
}

/*
--------------------------------------------------
@:Contents
--------------------------------------------------
*/
.LyContents {
  width: 600px;
  margin: 0 auto 0;
  padding-top: 61px;
}

/*
==================================================
Extend
==================================================
*/
.MdGHD01Main:after, .MdGFT01Main:after, .MdCMN01Article .mdCMN01Link:after, .MdCMN13Tweet [class^='mdCMN13Images']:after {
  content: "";
  display: block;
  clear: both;
}

.MdGHD01Main .mdGHD01Logo, .MdGHD01Main .mdGHD01Link li, .MdCMN01Article .mdCMN01Link .mdCMN01Facebook,
.MdCMN01Article .mdCMN01Link .mdCMN01Twitter, .MdCMN01Article.mdCMN01Election1607 .mdCMN01MainImg span::after, .MdCMN13Tweet .mdCMN13Follow a {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Time::before,
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy::before, .MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01PR, .MdCMN01Article.mdCMN01OA .mdCMN01Video a::after,
.MdCMN01Article.mdCMN01OA .mdCMN04Video a::after, .MdCMN13Tweet .mdCMN13Reply a,
.MdCMN13Tweet .mdCMN13ReTweet a,
.MdCMN13Tweet .mdCMN13Favorite a {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}

.MdGHD01Main .mdGHD01Logo, .MdGHD01Main .mdGHD01Link li, .MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Time::before,
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy::before, .MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01PR, .MdCMN01Article.mdCMN01OA .mdCMN01Video a::after,
.MdCMN01Article.mdCMN01OA .mdCMN04Video a::after, .MdCMN13Tweet .mdCMN13Follow a::after, .MdCMN13Tweet .mdCMN13Reply a,
.MdCMN13Tweet .mdCMN13ReTweet a,
.MdCMN13Tweet .mdCMN13Favorite a {
  background-image: url(../img/sprite/common_160603.png);
}

/*
==================================================
Module
==================================================
*/
/*
--------------------------------------------------
from njlib-private/_style-mixin-module.scss
--------------------------------------------------
*/
/* @:MdCF */
.MdCF:after {
  content: "";
  display: block;
  clear: both;
}

/* @:MdHide */
.MdHide {
  position: absolute;
  left: -9999px;
}

/* @:MdNonDisp */
.MdNonDisp {
  display: none !important;
}

/* @:MdFont */
.MdFontB {
  font-weight: bold !important;
}

.MdFontN {
  font-weight: normal !important;
}

/* @:Link Style */
.MdLink01, .MdLink01:link, .MdLink01:visited, .MdLink01:hover, .MdLink01:active, .MdLink01:focus {
  text-decoration: underline !important;
}

.MdLink02, .MdLink02:link, .MdLink02:visited, .MdLink02:hover, .MdLink02:active, .MdLink02:focus {
  text-decoration: none !important;
}

.MdLink03, .MdLink03:link, .MdLink03:visited {
  text-decoration: underline !important;
}
.MdLink03:hover, .MdLink03:active, .MdLink03:focus {
  text-decoration: none !important;
}

.MdLink04, .MdLink04:link, .MdLink04:visited {
  text-decoration: none !important;
}
.MdLink04:hover, .MdLink04:active, .MdLink04:focus {
  text-decoration: underline !important;
}

/*
--------------------------------------------------
基本style
--------------------------------------------------
*/
/* @:MdMargin */
/*
--------------------------------------------------
Text
--------------------------------------------------
*/
/* @:MdSeparator */
/* @:MdColor */
/*
--------------------------------------------------
List
--------------------------------------------------
*/
/*
--------------------------------------------------
Form
--------------------------------------------------
*/
/*
--------------------------------------------------
Button, Icon
--------------------------------------------------
*/
/*
 * @:MdBtn{nn}{ActionName}{nn}
 */
/* @:MdBtn01{ActionName}{nn} : 画像のみのボタン */
/* @:MdBtn02{ActionName}{nn} : アイコン＋テキスト のボタン */
/* @:MdBtn03{ActionName}{nn} : CSSでボタンの装飾をしたボタン */
.MdCF:after {
  content: "";
  display: block;
  clear: both;
}

.MdHide {
  position: absolute;
  left: -9999px;
}

.MdNonDisp {
  display: none !important;
}

.MdBtn01 {
  display: inline-block;
  border-radius: 3px;
  background: #1dc02c;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.MdBtn01 .mdBtn {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  padding: 26px 0 26px;
}
.MdBtn01.ExDisabled {
  background: #dadada;
}

/*
--------------------------------------------------
@:GHD Module
--------------------------------------------------
*/
.MdGHD01Main {
  width: 600px;
  margin: 20px auto 0;
}
.MdGHD01Main .mdGHD01Logo {
  float: left;
  width: 122px;
  height: 18px;
  background-position: 0px -76px;
}
.MdGHD01Main .mdGHD01Logo a {
  display: block;
}
.MdGHD01Main .mdGHD01Link {
  float: right;
}
.MdGHD01Main .mdGHD01Link li {
  float: left;
}
.MdGHD01Main .mdGHD01Link li + li {
  margin-left: 19px;
}
.MdGHD01Main .mdGHD01Link a {
  display: block;
}
.MdGHD01Main .mdGHD01Iphone {
  width: 82px;
  height: 20px;
  background-position: -70px 0px;
}
.MdGHD01Main .mdGHD01Android {
  width: 92px;
  height: 20px;
  background-position: 0px -52px;
}
.LyOA .MdGHD01Main {
  margin: 14px auto;
}
.LyOA .MdGHD01Main .mdGHD01Ttl {
  float: left;
  height: 32px;
}
.LyOA .MdGHD01Main .mdGHD01Ttl img {
  height: 100%;
}
.LyOA .MdGHD01Main .mdGHD01Powerdby {
  float: right;
  margin-top: 9px;
  font-size: 12px;
  font-weight: bold;
  color: #cbced2;
}
.LyOA .MdGHD01Main .mdGHD01Powerdby i {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 2px;
}

/*
--------------------------------------------------
@:GFT Module
--------------------------------------------------
*/
.MdGFT01Main {
  font-size: 12px;
  font-weight: bold;
  color: #bebebe;
}
.MdGFT01Main .mdGFT01Link {
  float: left;
}
.MdGFT01Main .mdGFT01Link a {
  text-decoration: underline;
  color: inherit;
}
.MdGFT01Main .mdGFT01Separater {
  display: inline-block;
  text-indent: -9999px;
  margin: 0 10px;
  width: 1px;
  height: 1.15em;
  background: #c8c8c8;
  vertical-align: top;
}
.MdGFT01Main .mdGFT01Copy {
  font-family: 'helvetica neue' sans-serif;
  float: right;
}

/*
--------------------------------------------------
@:CMN Module
--------------------------------------------------
*/
.MdCMN01Article {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 0;
  background: #fff;
}
.MdCMN01Article .mdCMN01ArticleHeader {
  display: block;
  overflow: hidden;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg {
  width: 100%;
  margin: auto;
  text-align: center;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg span {
  display: block;
  position: relative;
  width: 100%;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainImg img {
  width: 100%;
  vertical-align: top;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt {
  margin: 30px 30px 30px;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Ttl {
  margin-top: -5px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #000;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Data {
  margin: 10px 0 0 1px;
  font-size: 14px;
  color: #a7a9aa;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Time,
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy {
  padding-top: 3px;
  margin-right: 15px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: inherit;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Time::before,
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy::before {
  content: "";
  vertical-align: top;
  position: relative;
  top: 0;
  margin-right: 9px;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01Time::before {
  width: 16px;
  height: 16px;
  background-position: -120px -24px;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy {
  margin-right: 0;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01ImgQuotedBy::before {
  width: 16px;
  height: 16px;
  background-position: -70px -24px;
}
.MdCMN01Article .mdCMN01ArticleHeader .mdCMN01MainTxt .mdCMN01PR {
  margin-right: 15px;
  width: 26px;
  height: 16px;
  background-position: -90px -24px;
  vertical-align: top;
}
.MdCMN01Article .mdCMN01Item {
  margin: 0 30px;
  word-wrap: break-word;
}
.MdCMN01Article .mdCMN01Item + .mdCMN01Item {
  margin-top: 38px;
}
.MdCMN01Article .mdCMN01Detail {
  margin-top: -9px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  overflow: hidden;
}
.MdCMN01Article .mdCMN01Referrer {
  margin-top: 8px;
  display: table\0/;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  text-align: right;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site {
  display: block;
  font-size: 14px;
  color: #a7a9aa;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q {
  display: inline;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::before, .MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::after,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::before,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::after {
  display: none;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl q::before,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site q::before {
  content: "ー";
  display: inline-block;
  margin-right: 5px;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl a,
.MdCMN01Article .mdCMN01Referrer .mdCMN01Site a {
  color: inherit;
}
.MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl + .mdCMN01Site::before {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.ExIe_lt_10 .MdCMN01Article .mdCMN01Referrer {
  display: block;
}
.ExIe_lt_10 .MdCMN01Article .mdCMN01Referrer .mdCMN01Ttl {
  white-space: normal;
  text-align: left;
}
.MdCMN01Article .mdCMN01Link {
  border-top: 1px solid #ebecee;
  margin: 30px 0 0;
  padding: 30px;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}
.MdCMN01Article .mdCMN01Link ul {
  float: right;
  display: table\0/;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.MdCMN01Article .mdCMN01Link li {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 20px;
}
.MdCMN01Article .mdCMN01Link iframe {
  display: block;
}
.MdCMN01Article .mdCMN01Link .mdCMN01Facebook,
.MdCMN01Article .mdCMN01Link .mdCMN01Twitter {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.MdCMN01Article .mdCMN01Link .mdCMN01Facebook {
  background-image: url(../img/common/ico_share_facebook.png);
}
.MdCMN01Article .mdCMN01Link .mdCMN01Twitter {
  background-image: url(../img/common/ico_share_twitter.png);
}
.MdCMN01Article .MdBtn01 {
  margin-top: 23px;
  margin-bottom: 50px;
  width: 100%;
}
.MdCMN01Article .MdBtn01 .mdBtn {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.MdCMN01Article .mdCMN01PRLink {
  margin-top: 27px;
}
.MdCMN01Article .mdCMN01PRLink a {
  font-size: 18px;
  color: #1857bf;
}
.MdCMN01Article .mdCMN01ImgDetail {
  padding: 30px;
  font-size: 14px;
  color: #a7a9aa;
}
.MdCMN01Article .mdCMN01ImgDetail img {
  display: block;
  margin-bottom: 15px;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Item {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 30px;
  color: #333;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Item a {
  color: #1857bf;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Item .mdCMN13Dateline a {
  color: inherit;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Item .mdCMN01Header:first-child,
.MdCMN01Article.mdCMN01OA .mdCMN01Item .mdCMN04Ttl02:first-child {
  margin-top: 0;
}
.MdCMN01Article.mdCMN01OA .mdCMN01ArticleHeader + .mdCMN01Item {
  margin-top: -9px;
  margin-bottom: 0;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Img,
.MdCMN01Article.mdCMN01OA .mdCMN01Video,
.MdCMN01Article.mdCMN01OA .mdCMN04Img,
.MdCMN01Article.mdCMN01OA .mdCMN04Video {
  margin: 10px 0 15px;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Img img,
.MdCMN01Article.mdCMN01OA .mdCMN01Video img,
.MdCMN01Article.mdCMN01OA .mdCMN04Img img,
.MdCMN01Article.mdCMN01OA .mdCMN04Video img {
  max-width: 100%;
  min-width: 100%;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Img + br,
.MdCMN01Article.mdCMN01OA .mdCMN01Video + br,
.MdCMN01Article.mdCMN01OA .mdCMN04Img + br,
.MdCMN01Article.mdCMN01OA .mdCMN04Video + br {
  display: none;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Img + .mdCNM01Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN01Img + .mdCNM04Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN01Video + .mdCNM01Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN01Video + .mdCNM04Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN04Img + .mdCNM01Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN04Img + .mdCNM04Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN04Video + .mdCNM01Referrer,
.MdCMN01Article.mdCMN01OA .mdCMN04Video + .mdCNM04Referrer {
  margin-top: -9px;
}
.MdCMN01Article.mdCMN01OA .mdCNM01Referrer,
.MdCMN01Article.mdCMN01OA .mdCNM04Referrer {
  margin-bottom: 15px;
  font-size: 12px;
  color: #838991;
}
.MdCMN01Article.mdCMN01OA .mdCNM01Referrer + br,
.MdCMN01Article.mdCMN01OA .mdCNM04Referrer + br {
  display: none;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Video a,
.MdCMN01Article.mdCMN01OA .mdCMN04Video a {
  display: block;
  position: relative;
  z-index: 3;
  background-color: rgba(255, 0, 0, 0.5);
}
.MdCMN01Article.mdCMN01OA .mdCMN01Video a::after,
.MdCMN01Article.mdCMN01OA .mdCMN04Video a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -33px;
  margin-top: -24px;
  width: 66px;
  height: 48px;
  background-position: 0px 0px;
  z-index: 2;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Video a img,
.MdCMN01Article.mdCMN01OA .mdCMN04Video a img {
  position: relative;
  z-index: 1;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Header,
.MdCMN01Article.mdCMN01OA .mdCMN04Ttl02 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}
.MdCMN01Article.mdCMN01OA .mdCMN01Header + br,
.MdCMN01Article.mdCMN01OA .mdCMN04Ttl02 + br {
  display: none;
}
.MdCMN01Article.mdCMN01OA .mdCMN01List {
  font-size: 16px;
}
.MdCMN01Article.mdCMN01OA .mdCMN01List a {
  color: #838991;
  text-decoration: none;
}
.MdCMN01Article.mdCMN01OA .mdCMN01List li {
  margin-top: 16px;
}
.MdCMN01Article .mdCMN01Inner01 {
  overflow: hidden;
}
.MdCMN01Article.mdCMN01Election1607 .mdCMN01MainImg span {
  background: #000;
  position: relative;
  display: block;
}
.MdCMN01Article.mdCMN01Election1607 .mdCMN01MainImg span::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0 0 0 0;
  z-index: 2;
  width: 153px;
  height: 66px;
  background: url(../img/election/1607/txt_election_1607.png?160622);
  background-size: 100%;
}

.MdCMN04Banner {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0 16px;
  background: #fff;
  position: relative;
  height: 130px;
}
.MdCMN04Banner a {
  position: absolute;
  bottom: 0;
  display: block;
}

.MdCMN13Tweet {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 15px 15px;
  margin: 20px 0;
}
.MdCMN13Tweet [class^='mdCMN13Images'] {
  margin: 0 -15px;
}
.MdCMN13Tweet [class^='mdCMN13Images'] li {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border: 0 solid #fff;
}
.MdCMN13Tweet [class^='mdCMN13Images'] li:before {
  content: "";
  display: block;
}
.MdCMN13Tweet [class^='mdCMN13Images'] .mdCMN13Src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  background-clip: content-box;
}
.MdCMN13Tweet .mdCMN13ImagesP01 li {
  width: 100%;
  float: none;
}
.MdCMN13Tweet .mdCMN13ImagesP01 li:before {
  padding-top: 0;
}
.MdCMN13Tweet .mdCMN13ImagesP01 .mdCMN13Src {
  background-size: 100%;
  background-position: top left;
}
.MdCMN13Tweet .mdCMN13ImagesP02 li {
  width: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP02 li:before {
  padding-top: 100%;
}
.MdCMN13Tweet .mdCMN13ImagesP02 li:nth-child(1) {
  border-right-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP02 li:nth-child(2) {
  border-left-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li {
  width: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:before {
  padding-top: 100%;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(1) {
  border-right-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2) {
  border-left-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2):before {
  padding-top: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(2) .mdCMN13Src {
  border-bottom: 1.5px solid transparent;
  margin-top: -1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3) {
  border-left-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3):before {
  padding-top: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP03 li:nth-child(3) .mdCMN13Src {
  border-top: 1.5px solid transparent;
  margin-bottom: -1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li {
  width: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li:before {
  padding-top: 50%;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(1), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(3) {
  border-right-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(2), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(4) {
  border-left-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(1), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(2) {
  border-bottom-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(3), .MdCMN13Tweet .mdCMN13ImagesP04 li:nth-child(4) {
  border-top-width: 1.5px;
}
.MdCMN13Tweet .mdCMN13Profile {
  position: relative;
}
.MdCMN13Tweet .mdCMN13Profile a,
.MdCMN13Tweet .mdCMN13Actions {
  display: table\0/;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.MdCMN13Tweet .mdCMN13Profile a > *,
.MdCMN13Tweet .mdCMN13Actions > * {
  vertical-align: middle;
}
.MdCMN13Tweet .mdCMN13Icon {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.MdCMN13Tweet .mdCMN13User {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}
.MdCMN13Tweet .mdCMN13Profile a {
  position: relative;
  padding-top: 15px;
  color: inherit;
  text-decoration: none;
}
.MdCMN13Tweet .mdCMN13Icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
}
.MdCMN13Tweet .mdCMN13Icon img {
  width: 100%;
}
.MdCMN13Tweet .mdCMN13Name {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding-right: 30px;
  word-wrap: break-word;
}
.MdCMN13Tweet .mdCMN13Account {
  font-size: 10px;
  color: #999;
}
.MdCMN13Tweet .mdCMN13Entry {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}
.MdCMN13Tweet .mdCMN13Actions {
  float: left;
}
.MdCMN13Tweet .mdCMN13Dateline {
  float: right;
  margin-top: 2px;
  font-size: 7px;
  color: #aaa;
}
.MdCMN13Tweet .mdCMN13Dateline a {
  color: inherit;
  text-decoration: none;
}
.MdCMN13Tweet .mdCMN13Follow {
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 1;
}
.MdCMN13Tweet .mdCMN13Follow a {
  width: 50px;
  height: 45px;
  padding: 0;
}
.MdCMN13Tweet .mdCMN13Follow a::after {
  content: "";
  display: block;
  width: 23px;
  height: 14px;
  background-position: -96px -52px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.MdCMN13Tweet .mdCMN13Reply a {
  width: 15px;
  height: 13px;
  background-position: -126px -76px;
}
.MdCMN13Tweet .mdCMN13ReTweet a {
  width: 18px;
  height: 13px;
  background-position: -123px -52px;
}
.MdCMN13Tweet .mdCMN13Favorite a {
  width: 13px;
  height: 12px;
  background-position: 0px -98px;
}
.MdCMN13Tweet .mdCMN13ReTweet {
  margin-left: 21px;
}
.MdCMN13Tweet .mdCMN13Favorite {
  margin-left: 23px;
}

/*
==================================================
Contents Specific Style
==================================================
*/
