@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-size: 13px !important;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.6em;
  border-top: 15px solid #131821;
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/bg.jpg?t=1408557684);
  text-align: center;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif !important;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clear {
  clear: both;
}

.mgnL20px {
  margin-left: 20px;
}

.shadow {
  box-shadow: 0 3px 5px 0 #eee;
  -moz-box-shadow: 0 3px 5px 0 #eee;
  -webkit-box-shadow: 0 3px 5px 0 #eee;
}

.more a {
  color: #131821 !important;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold;
  text-decoration: none !important;
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/allow.png?t=1408557677);
  background-repeat: no-repeat;
  background-position: right;
  line-height: 25px;
  padding-right: 30px;
}

.more a:hover {
  color: #f30 !important;
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/allow-rd.png?t=1408557670);
  background-repeat: no-repeat;
  background-position: right;
}

table td {
  border-bottom: 1px #ccc dashed;
  padding: 12px 0 7px 0;
}

table td strong {
  font-size: 110%;
}

/* レイアウトに関する記述ここから
----------------------------- */
#headline {
  height: 7px;
  padding: 0;
  background-color: #ccc;
  overflow: hidden;
}

#wrap {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  margin: 15px 0 0 10px;
  padding: 0;
  color: #131821;
  width: 940px;
  height: 150px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1.5em !important;
  position: relative;
}

#headinfo {
  text-align: right;
  font-size: 12px;
  padding-right: 10px;
  line-height: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

#headinfo span.text {
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 12px;
  display: block;
}
#headinfo span.tel {
  color: #ff9900;
  font-size: 17px;
  line-height: 22px;
}

#headmenu {
  position: absolute;
  top: 100px; /* ナビゲーションの数によって変更(2段の場合10px) */
  left: 0;
  width: 940px;
}

#headmenu ul li {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 7px;
}

#headmenu ul li a {
  color: #131821;
  text-decoration: none;
}

#headmenu ul li:hover {
  border-bottom: 3px solid #88f20a;
}

#headmenu .cc-nav-level-1 , #headmenu .cc-nav-level-2 {
  display: none;
}

#header .logo {
  position: absolute;
  top: 5px;
}
 
#topimg {
  width: 940px;
  /* height: 390px; */
  margin-left: 10px;
  margin-top: 0px;
  display: none;
  position: relative;
}

#topimg #toptext {
  position: absolute;
  top: 130px;
  left: 0px;
  z-index: 99;
  width: 910px;
  padding: 15px 0 15px 30px;
  background-color:rgba(0,0,0,0.5)
}

#topimg #toptext h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  text-shadow:
  0px 0px 1px #000,
  0px 0px 5px #000,
  0px 0px 6px #000;
}

 #topimg #toptext p {
  color: #fff;
  font-size: 13px;
  text-shadow:
  0px 0px 1px #000,
  0px 0px 5px #000,
  0px 0px 6px #000;
}
#headimg {
  width: 940px;
  margin-left: 10px;
  margin-top: 10px;
}

#content {
  width: 660px;
  margin: 25px 10px 0 10px;
  float: left;
}

#content h1 {
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/h1-icon.png?t=1408557692);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 10px 0 5px 0;
  margin-bottom: 15px;
}

#content h2,#sidebar h2  {
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/h2-icon.png?t=1408557779);
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
}

#content h3 {
  margin-top: 5px;
  margin-bottom: 2px;
}

#content img {
  box-shadow: 0 3px 5px 0 #eee;
  -moz-box-shadow: 0 3px 5px 0 #eee;
  -webkit-box-shadow: 0 3px 5px 0 #eee;
  margin-bottom: 10px;
}

#content a img {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#content a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=40);
}

.top_access {
  height: 180px;
}

.top_access p {
  font-size: 90% !important;
}

#sidebar {
  width: 220px;
  margin: 25px 10px 0 10px;
  float: right;
}
#sidebar h3 {
  margin-top: 10px;
}
#sidebar p {
  margin: 0;
}


/* サイドバーblog表示
---------------------------------- */
#sidebar .blogselection {
  width: 220px;
  margin-top: 0px;
}

#sidebar .blogselection .datetime,
#sidebar .blogselection .datetime-inner {
  width: 130px;
  height: 13px;
  margin: 0px 0px 3px 0;
}

#sidebar .cc-page-blog .datetime-inner {
  width: 130px;
  height: 13px;
  margin: 0px 0px 3px 0;
}

#sidebar .cc-page-blog .datetime .yr,
#sidebar .blogselection .datetime .yr {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: left;
  width: 50px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

#sidebar .cc-page-blog .datetime .mon,
#sidebar .blogselection .datetime .mon {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: center;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

#sidebar .cc-page-blog .datetime .day,
#sidebar .blogselection .datetime .day {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  background: none;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

#sidebar .cc-page-blog .datetime .yr:after,
#sidebar .blogselection .datetime .yr:after {
  content: "年";
}

#sidebar .cc-page-blog .datetime .day:after,
#sidebar .blogselection .datetime .day:after {
  content: "日";
}

#sidebar .blogselection .j-blogarticle h1 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 5px 0 10px 0 !important;
  margin: 0px;
  width: 210px !important;
  /* テンプレートによってサイズ変更 */
  font-size: 14px !important;
  font-weight: normal !important;
  background: none !important;
  line-height: 1.2em !important;
  text-indent: 0px !important;
  border: none;
}

#sidebar .blogselection .j-blogarticle h1 a {
  display: inline !important;
  padding: 5px 0 10px 0;
  margin: 0px;
  text-indent: 0px !important;
  color: #333;
  font-weight: normal;
}

#sidebar .j-blogarticle {
  margin-bottom: 3px;
}

#sidebar .j-blogarticle .blogreadmore,
#sidebar .comment {
  display: none !important;
}

/* サイドバーメニュー
---------------------------------- */
#sidebar #mainNav1 {
  font-family: 'Montserrat', sans-serif !important;
}
 #sidebar #mainNav1 a {
  text-decoration: none;
  color: #131821;
}
#sidebar #mainNav1 a:hover {
  color: #ff9900;
}
/*#sidebar .level_1 {
  display: none; 
}*/
#sidebar #mainNav1 {
  margin-bottom: 40px;
}
#sidebar .mainNav1:before { 
  content: "SITE MENU"; 
  display: block;
  height: 40px;
  font-size: 17px;
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/h2-icon.png?t=1408557779);
  background-repeat: no-repeat;
  line-height: 30px;
  padding-left: 40px;
  margin: 15px 0 10px 5px;
  font-weight: bold;
}

#sidebar .mainNav1 li {
  font-size: 16px;
  margin: 10px 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
#sidebar .mainNav1 a.level_1{
  padding-left: 20px;
  background-image:url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/list.png?t=1408557714);
  background-repeat: no-repeat;
  background-position: left center ;
}
  
#sidebar #mainNav li{
  font-size: 14px;
  border-bottom: none;
  list-style-type: circle;
  list-style-position: inside;
  padding-top: 5px;
  margin-left: 10px;
}

#footer {
  margin: 40px 0 0 10px;
  padding: 20px 0 20px 0;
  width: 940px;
  border-top: solid 1px #ccc;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
}

/* ブログ個別記事
---------------------------------- */
.post .datetime,
.post .datetime-inner {
  width: 130px;
  height: 13px;
  margin: 0px 0px 10px 2px;
}

.post .datetime .yr {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: left;
  width: 50px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.post .datetime .mon {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: center;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.post .datetime .day {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  background: none;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.post .datetime .yr:after {
  content: "年";
}

.post .datetime .day:after {
  content: "日";
}

.post h1 a {
  text-decoration: none;
}

.postmeta {
  margin-bottom: 20px;
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/tag.png?t=1408557732);
  background-repeat: no-repeat;
  background-position: left;
  line-height: 16px;
  padding-left: 20px;
}

/* ここからトップページに関する記述
---------------------------------- */
.cc-indexpage #topimg {
  display: block;
}

.cc-indexpage #headimg {
  display: none;
}

.cc-indexpage #content {
  width: 940px;
  margin: 20px 10px 0 10px;
}

.cc-indexpage #sidebar {
  display: none;
}

/* トップページのブログ表示
---------------------------------- */
.cc-indexpage .blogselection {
  width: 445px;
  margin-top: -190px;
  position: relative;
  float: right;
}

.cc-indexpage .blogselection .datetime,
#sidebar .blogselection .datetime-inner {
  width: 130px !important;
  height: 13px;
  margin: 0px 0px 3px 2px;
  border: none;
}

.cc-indexpage .cc-page-blog .datetime-inner {
  width: 130px !important;
  height: 13px;
  margin: 0px 0px 3px 2px;
  border: none;
}

.cc-indexpage .cc-page-blog .datetime .yr,
.cc-indexpage .blogselection .datetime .yr {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: left;
  width: 50px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.cc-indexpage .cc-page-blog .datetime .mon,
.cc-indexpage .blogselection .datetime .mon {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: center;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.cc-indexpage .cc-page-blog .datetime .day,
.cc-indexpage .blogselection .datetime .day {
  padding: 0px;
  margin: 0px;
  height: 13px;
  float: right;
  background: none;
  width: 40px;
  font-size: 13px;
  color: #666;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

.cc-indexpage .cc-page-blog .datetime .yr:after,
.cc-indexpage .blogselection .datetime .yr:after {
  content: "年";
}

.cc-indexpage .cc-page-blog .datetime .day:after,
.cc-indexpage .blogselection .datetime .day:after {
  content: "日";
}

.cc-indexpage .blogselection .j-blogarticle h1 {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 5px 0 10px 0 !important;
  margin: 0px !important;
  width: 445px !important;
  /* テンプレートによってサイズ変更 */
  font-size: 13px !important;
  font-weight: normal !important;
  background: none !important;
  line-height: 1.2 !important;
  text-indent: 0px !important;
  border: none;
}

.cc-indexpage .blogselection .j-blogarticle h1 a {
  display: inline !important;
  padding: 5px 0 10px 0;
  margin: 0px;
  text-indent: 0px !important;
  color: #333;
  font-weight: normal;
}

.cc-indexpage .j-blogarticle {
  margin-bottom: 3px;
}

.cc-indexpage .j-blogarticle .blogreadmore,
.cc-indexpage .comment {
  display: none !important;
}

/* トップページブログ ここまで  */

/*　ブログ一覧ページの表示（サイトごとに要変更）
---------------------------------- */
#page-1769927483 #content .j-blogarticle {
  width: 560px;
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: 40px;
}

#page-1769927483 #content .blogselection .datetime,
#page-1769927483 #content .blogselection .datetime-inner {
  width: 560px;
  height: 20px;
  margin: 0px 0px 10px 0px;
  border-bottom: dashed 1px #999;
}

#page-1769927483 #content .cc-page-blog .datetime-inner {
  width: 560px;
  height: 20px;
  margin: 0px 0px 10px 0px;
}

#page-1769927483 #content .cc-page-blog .datetime .yr,
#page-1769927483 #content .blogselection .datetime .yr {
  display: none;
  padding: 0px;
  margin: 0px;
  height: 20px;
  float: left;
  width: 70px;
  font-size: 14px;
  color: #999;
  text-align: left;
  vertical-align: top;
  line-height: 20px !important;
}

#page-1769927483 #content .cc-page-blog .datetime .mon,
#page-1769927483 #content .blogselection .datetime .mon {
  padding: 0px;
  margin: 0px;
  height: 20px;
  float: right;
  width: 40px;
  font-size: 14px;
  color: #999;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

#page-1769927483 #content .cc-page-blog .datetime .day,
#page-1769927483 #content .blogselection .datetime .day {
  padding: 0px;
  margin: 0px;
  height: 18px;
  float: right;
  background: none;
  width: 40px;
  font-size: 14px;
  color: #999;
  text-align: left;
  vertical-align: top;
  display: inline;
  line-height: 20px !important;
}

#page-1769927483 #content .cc-page-blog .datetime .yr:after,
#page-1769927483 #content .blogselection .datetime .yr:after {
  content: "年";
}

#page-1769927483 #content .cc-page-blog .datetime .day:after,
#page-1769927483 #content .blogselection .datetime .day:after {
  content: "日";
}

#page-1769927483 #content .blogselection .j-blogarticle h1 {
  background-image: url(https://u.jimcdn.com/cms/o/s8f667e2b62bd7bbe/userlayout/img/h2-icon.png?t=1408557779);
  background-repeat: no-repeat;
  background-position: 0%;
  line-height: 30px;
  padding-left: 40px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-top: 20px;
  width: 520px;
  /* テンプレートによってサイズ変更 */
  font-size: 18px !important;
  font-weight: bold !important;
  border: none;
}

#page-1769927483 #content .blogselection .j-blogarticle h1 a {
  display: inline !important;
  color: #333;
  text-decoration: none;
  /* アンダーラインも消せる  */
}

#page-1769927483 #content .blogselection .j-blogarticle h1 a:hover {
  color: #f30;
  text-decoration: none;
  /* アンダーラインも消せる  */
}

#page-1769927483 #content .comment {
  display: none !important;
}

/* ブログ一覧ページの表示 ここまで  */