@charset "UTF-8";
/*==============================================================================
*	absoluteの横のセンタリング
==============================================================================*/
/*==============================================================================
*	absoluteのleft,topのショートカット
==============================================================================*/
/*==============================================================================
*	absoluteのleft,topのショートカット
==============================================================================*/
/*==============================================================================
*	absoluteのleft,topのショートカット
==============================================================================*/
/*==============================================================================
*	rotate
==============================================================================*/
/*==============================================================================
*	scale
==============================================================================*/
/*==============================================================================
*	opacity
==============================================================================*/
/*==============================================================================
*	backgroundSize
==============================================================================*/
/*==============================================================================
*	borderRadius
==============================================================================*/
/*==============================================================================
*	createCircle
==============================================================================*/
/*==============================================================================
*	便利通常のcss
==============================================================================*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

/*======================================
// SASS Constant Value 
======================================*/
/*========================================================================================================================================================================
*
*	Common.css
*
========================================================================================================================================================================*/
/*==============================================================================
*	変数
==============================================================================*/
/*==============================================================================
*	共通
==============================================================================*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,Osaka,sans-serif;
  font-size: 13px;
  color: #323232;
}

#main {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#wrap {
  padding-top: 0;
}

#header {
  display: none;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/*==============================================================================
*	LeftContainer
==============================================================================*/
#LeftContainer {
  margin-top: 10px;
  width: 190px;
  float: left;
}
#LeftContainer h1 {
  margin-bottom: 50px;
  text-align: center;
}
#LeftContainer .itemBlock .box {
  margin-bottom: 35px;
}
#LeftContainer .itemBlock .box h2 {
  color: #f1578e;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
}
body.post_type_voice #LeftContainer .itemBlock .box h2 {
  color: #6aaf00;
}
#LeftContainer .itemBlock .box ul li {
  margin-top: 16px;
  line-height: 1em;
  font-size: 14px;
}
#LeftContainer .itemBlock .box ul li a {
  color: #323232;
}
#LeftContainer .itemBlock .box ul li a:hover, #LeftContainer .itemBlock .box ul li a.current, #LeftContainer .itemBlock .box ul li span {
  color: #6aaf00;
  text-decoration: none;
}
body.post_type_voice #LeftContainer .itemBlock .box ul li a:hover, body.post_type_voice #LeftContainer .itemBlock .box ul li a.current, body.post_type_voice #LeftContainer .itemBlock .box ul li span {
  color: #f1578e;
}

/*==============================================================================
*	RightContainer
==============================================================================*/
#RightContainer {
  width: 680px;
  float: right;
  margin-top: 50px;
}
#RightContainer .article {
  padding-bottom: 40px;
}
#RightContainer .article .head {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
#RightContainer .article .head .title {
  float: left;
}
#RightContainer .article .head .title .date {
  font-size: 15px;
  color: #a3a3a3;
  margin-bottom: 5px;
}
#RightContainer .article .head .title h3 > a {
  color: #6aaf00;
  font-size: 32px;
  font-weight: 0;
  margin-left: -2px;
}
body.post_type_voice #RightContainer .article .head .title h3 > a {
  color: #f1578e;
}
#RightContainer .article .head .btn {
  float: right;
  margin-top: 30px;
}
#RightContainer .article .head .btn .back {
  float: left;
}
#RightContainer .article .head .btn .next {
  float: right;
  margin-left: 6px;
}
#RightContainer .article .social {
  margin-bottom: 25px;
}
#RightContainer .article .social > ul {
  overflow: hidden;
}
#RightContainer .article .social > ul li {
  float: left;
  margin-right: 5px;
}
#RightContainer .article .social > ul li#sns-tw {
  margin-left: 25px;
}
#RightContainer .article .social > ul li#sns-tw > iframe {
  width: 100px !important;
}
#RightContainer .article .social > ul li #___plusone_0 {
  width: 75px !important;
}
#RightContainer .article .content {
  line-height: 1.7em;
}
#RightContainer .article .content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#RightContainer .article .content img.alignleft {
  margin-right: 15px;
}
#RightContainer .article .content img.alignright {
  margin-left: 15px;
}
#RightContainer .article .content p {
  margin-bottom: 40px;
}
#RightContainer .article .content p:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
#RightContainer .article .content img {
  margin-bottom: 20px;
}

/*==============================================================================
*	Footer
==============================================================================*/
#Footer {
  height: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  margin-top: 60px;
}
#Footer, #Footer * {
  color: #CCCCCC;
}

/*==============================================================================
*	SP上書き）
==============================================================================*/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }

  #header {
    display: block;
    height: 60px;
    border-bottom: 1px solid #e2e2e2;
  }
  #header #sp-menu {
    background: #F1578E;
    padding: 12px 6px 12px 16px;
    top: 25px;
  }
  #header #sp-menu .itemBlock .box h2 {
    border-bottom: solid 1px #fff;
    padding-top: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 112%;
    font-weight: bold;
    color: #fff;
  }
  #header #sp-menu .itemBlock .box ul {
    padding-bottom: 15px;
  }
  #header #sp-menu .itemBlock .box ul li {
    color: #fff;
  }
  #header #sp-menu .itemBlock .box ul li a {
    display: block;
    padding: 5px 0 4px;
    color: #fff;
    text-decoration: none;
  }
  #header #sp-menu .itemBlock .box ul li a:hover {
    text-decoration: underline;
  }
  #header #sp-menu .itemBlock .box ul li span {
    color: #AAE679;
    font-weight: bold;
  }
  #header #sp-menu #SiteBackBlock-sp a {
    margin-top: 15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: solid 1px #fff;
    text-align: center;
    padding: 12px;
    color: #fff;
  }

  #SiteBackBlock {
    display: none;
  }

  #main {
    width: 100%;
  }

  #LeftContainer {
    display: none;
  }

  #RightContainer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    float: none;
    min-width: 320px;
    margin-top: 25px;
  }
  #RightContainer .article {
    padding: 0;
  }
  #RightContainer .article .head {
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  #RightContainer .article .head .title .date {
    font-size: 11px;
  }
  #RightContainer .article .head .title h3 > a {
    font-size: 23px;
  }
  #RightContainer .article .head .btn {
    margin-top: 25px;
  }
  #RightContainer .article .social {
    margin-bottom: 15px;
  }
  #RightContainer .article .social > ul li#sns-tw {
    margin-left: 10px;
  }
  #RightContainer .article .content img, #RightContainer .article .content p {
    float: none;
    width: 100%;
  }
  #RightContainer .article .content img.alignright, #RightContainer .article .content img.alignleft {
    margin: 0 0 15px;
  }

  #Footer {
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
