@charset "utf-8";

body{
  font-family: 'Alegreya Sans SC','メイリオ','Meiryo','Helvetica Neue','游ゴシック Medium','YuGothic','YuGothicM','Hiragino Kaku Gothic ProN', sans-serif;
  background: linear-gradient(rgba(251,238,238,1), rgba(255,255,255,1));
  letter-spacing: .06em;
  color: #696161;
}
h1{
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .1em;
}
h2{
  font-weight: bold;
}
h3{
  font-size: 11px;
  font-weight: normal;
}
h4{
  font-weight: normal;
}
a{
  text-decoration: none;
  color: #696161;
}
#top{
  position: relative;
  height: 180px;
  min-width: 1220px;
}

/* overall area -------------------------------------------- */
#container{
  width: 1220px; /* mainとsubの各ボックスシャドウ分の20pxをプラス */
  min-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
}
#breadcrumbs{
  list-style: none;
  font-size: 11px;
  padding-left: 10px; /* 左側に出来てしまう余白をなしに */
  padding-bottom: 5px;
  width: 800px;
}
#breadcrumbs li{
  display: inline-block;
  line-height: 1.6em;
}
#breadcrumbs li a{
  text-decoration: underline;
}
#breadcrumbs li::after{
  content: ">";
  color: #666;
  padding: 0 5px;
}
#breadcrumbs li:last-child::after{
  content: none;
}


/* main area -------------------------------------------- */

#main{
  width: 920px;
  height: auto;
  float: left;
}

.entry{
  padding: 20px 40px 40px 40px;
  margin-left: 10px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background: #fefcfc;
  font-family: 'Open Sans','メイリオ','Meiryo','Helvetica Neue','游ゴシック Medium','YuGothic','YuGothicM','Hiragino Kaku Gothic ProN', sans-serif;
  text-align: justify;
}
.entry h2{
  border-bottom: 1px solid #f4cece;
  font-size: 18px;
  padding: 16px 10px 14px 36px;
  position: relative;
  background: url(img/title-mark.png) no-repeat left 16px;
  background-size: 24px 24px;
}
.entry h2 a{
  color: #807575;
  font-size: 18px;
}
.entry h3{
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px dashed #f0e0da;
  margin: 20px 0 5px 0;
  padding: 10px 0;
  color: #807575;
}
.entry h4{
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 8px 20px;
  background: #fefafa;
  border-left: 10px solid #f1abab;
  color: #807575;
  font-size: 15px;
}
.entry_author{
  text-align: right;
  font-size: 13px;
  margin: 20px 0 40px 0;
  padding: 0;
}
#ctg a{
  border-radius: 20px;
  padding: 2px 15px 1px 15px;
  margin-right: 5px;
  background: #a8a1a1;
  color: #fff;
  font-size: 11px;
}
.entry_body,
.entry_more{
  text-align: justify;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: .1em;
  padding: 0 15px;
}
.entry_body a{
  color: #e47777;
  font-size: 14px;
  text-decoration: underline;
}
.entry_body a img.thumb,
.entry_body img.thumb{
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-sizing: border-box;
  border: 4px solid #fff;
}
.entry_body img.pict{
  max-width: 800px;
  height: auto;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-sizing: border-box;
  border: 4px solid #fff;
}
.entry_body strong{
  font-weight: bold;
  color: #e47777;
}
.entry_body p.memo{
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 30px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  background: #fff9f9;
  color: #ee7f7f;
  border: 4px solid #fff;
  text-align: center;
}
.entry_body .y-line{
  background: linear-gradient(transparent 50%, #fffece 0%);
  text-decoration: none;
}


.entry_state{
  border-top: 1px solid #f5eded;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  margin-top: 80px;
}
#pagenavi{
  text-align: center;
  padding: 20px;
  margin-left: 10px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background: #fefcfc;
  font-size: 11px;
}
/* comments area -------------------------------------------- */
#comments,
#trackback{
  padding: 20px 40px 40px 40px;
  margin-left: 10px;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background: #fefcfc;
}
#comments h3,
#trackback h3{
  font-size: 16px;
  margin: 10px 0 20px 0;
}
#comments dl,
#trackback dl{
  margin-top: 15px;
}
#comments dd,
#trackback dd{
  font-size: 14px;
  margin-top: 12px;
}


/* navigation area -------------------------------------------- */

#navigation{
  width: 220px;
  height: auto;
  padding: 20px;
  margin-right: 10px;
  float: right;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  background: #fefcfc;
}
#navigation table{
  font-size: 13px;
  width: 100%;
}
.calendar_month{
  padding-bottom: 20px;
}
.today{
  background: #f9e3e3;
  border-radius: 10px;
  padding: 1px 3px;
}
.weekday{
  font-size: 11px;
  padding: 10px 0;
}
#navigation table td{
  width: 14.28%;
  text-align: center;
  padding-bottom: 5px;
}
#navigation table td a{
  color: #e47777;
  font-weight: bold;
}
#navigation dt{
  text-align: center;
  border-bottom: 1px solid #f4cece;
  padding-bottom: 5px;
  margin: 30px 0 20px 0;
  color: #ee7f7f;
  font-size: 16px;
  font-weight: 400;
}
#navigation dd{
  margin-left: 0;
  padding: 0 10px;
}
#navigation ul{
  font-size: 12px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#navigation ul li{
  margin: 10px 0;
  padding-bottom: 6px;
  border-bottom: 1px dashed #f7e7e7;
}
#navigation ul li:last-child{
  border-bottom: none;
}
dd#categorylist li{
  background: url(img/i-folder.png) left top no-repeat;
  background-size: 12px 10px;
  padding-left: 23px;
  margin: 10px 0;
}
dd#newentrylist li a{
  line-height: 1.2em;
  font-size: 12px;
}
dd#archivelist li,
dd#extralist li,
dd#profilelist li{
  font-size: 14px;
}

dl#search dd{
  text-align: center;
  margin-bottom: 10px;
}
dl#search dd input.form{
  width: 80%;
  border: 1px solid #eee;
}


#footer{
  min-width: 1220px;
}

.fb-like{
  margin-top: 50px;
}

/* ウィンドウ幅が0〜768pxの場合に適用
-------------------------------------------------------------*/
@media screen and (max-width:768px){
#top{
  width: 100%;
  position: static;
  height: auto;
  min-width: 0;
}
#container{
  width: 100%; /* mainとsubの各ボックスシャドウ分の20pxをプラス */
  min-width: 0;
  margin: 0 auto;
  overflow: visible;
}
#breadcrumbs{
  width: 310px;
  padding-left: 5%;
  background: none;
  font-size: 10px;
  color: #9c9292;
  letter-spacing: 0.04em;
}
#breadcrumbs a{
  color: #9c9292;
}
#main{
  width: 90%;
  margin: 0;
  padding: 0 5% 20px 5%;
  float: none;
}
.entry{
  padding: 10px 5% 10px ;
  margin-left: 0;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#comments,
#trackback{
  padding: 10px 5% 10px ;
  margin-left: 0;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#comments input[type="text"],
#comments textarea{
  width: 100%;
}
.entry h2{
  font-size: 14px;
  padding: 16px 10px 14px 26px;
  position: relative;
  background: url(img/title-mark.png) no-repeat left 16px;
  background-size: 16px 16px;
  letter-spacing: .06em;
}
.entry h2 a{
  color: #807575;
  font-size: 14px;
}
.entry h3{
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px dashed #f0e0da;
  margin: 20px 0 5px 0;
  padding: 10px 0;
  color: #807575;
}
.entry h4{
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding: 8px 10px;
  background: #fefafa;
  border-left: 10px solid #f1abab;
  color: #807575;
  font-size: 14px;
}
.entry_author{
  text-align: right;
  font-size: 11px;
  margin: 16px 0 30px 0;
  padding: 0;
  line-height: 1.2em;
}
#ctg a{
  border-radius: 20px;
  padding: 2px 10px 1px 10px;
  margin-right: 5px;
  background: #a8a1a1;
  color: #fff;
  font-size: 10px;
}
.entry_body,
.entry_more{
  text-align: justify;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: .08em;
  padding: 0;
  word-break: break-all;
}
.entry_body a{
  color: #e47777;
  font-size: 13px;
  text-decoration: underline;
  word-break: break-all;
}
.entry_body a img.thumb,
.entry_body img.thumb{
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-sizing: border-box;
  border: 4px solid #fff;
  width: 100%;
  height: auto;
}
.entry_body img.pict{
  width: 100%;
  height: auto;
  max-width: initial;
  height: auto;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-sizing: border-box;
  border: 4px solid #fff;
}
.entry_state{
  font-size: 11px;
  padding: 20px 5%;
  margin-top: 40px;
  line-height: 1.2em;
}
.entry_body p.memo{
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 5%;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  background: #fff9f9;
  color: #ee7f7f;
  border: 4px solid #fff;
  text-align: center;
}

.entry_body a img[src="http://care4618.com/weblog/lib/resource/_parts/icon/undefined.gif"]{
 width: 32px;
 height: 32px;
}
#comments dd,
#trackback dd{
  font-size: 13px;
}

#pagenavi{
  margin-left: 0;
  margin-bottom: 30px;
}
#navigation{
  width: 90%;
  padding: 20px 5%;
  margin-right: 0;
  float: none;
}
#footer{
  min-width: 0;
}

}
