;@import url("https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {
  border: 0;
  /* font-family: inherit; */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
table,caption,tbody,tfoot,thead,tr,th,td {
  border: 0;
  /* font-family: inherit; */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  line-height: 1;
}
legend {
background:#FFF;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background: transparent;
}
header,hgroup,footer,section,article,aside {
  display: block;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

body {
  color: #333;
  font-size: 14px;
  /* font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; */
  font-family:'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}
a:link,
a:visited {
  color: #EA4C89;
  outline: none;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
::-moz-selection {
  background: #EA4C89;
  color: #FFF;
}
::selection {
  background: #EA4C89;
  color: #FFF;
}
strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #CCC;
  color: #666;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border: 1px solid #EA4C89;
}
.blogsearch .box {
  width: 250px;
  padding: 3px;
}
.blogsearch .btn {
  background: #333;
  color: #FFF;
  cursor: pointer;
  padding: 3px;
  font-size: 90%;
}

#MainBlock {
  margin: 0 auto;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 950px;
}
#EntryListBlock {
  margin: 0 0 70px 0px;
  float: left;
  width: 580px;
  background: #FFF;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EntryTextBox {
  width: 540px;
  margin: 0;
  padding: 15px 20px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EntryTextBox:nth-last-of-type(1) {
  margin: 0;
}

#PluginBlock {
  width: 360px;
  margin: 15px 0 0 0;
  float: right;
  background: #FFF;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PluginLayout {
  margin: 0 auto;
}
.PluginInnerBlock {
  width: 350px;
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 4px 15px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PluginInnerBlock:nth-last-of-type(1) {
  margin: 0;
}
#PluginBlock section {
  font-size: 95%;
}

#MainBlock > header {
  text-align: center;
  padding-bottom: 100px;
  background: url("https://blog.cnobi.jp/v1/blog/user/2347e0063565b57ffb0a5f70fa914516/1361002234") no-repeat center 105px;
}
#MainBlock > header #BlogTitle {
  /* font-family: 'Lora', serif; */
  font-size: 200%;
  padding-top: 15px;
}
#MainBlock > header #BlogTitle a:hover,
#MainBlock > header #BlogTitle a:active {
  text-decoration: none;
  position: relative;
  top: 1px;
  left: 1px;
}
#MainBlock > header #BlogExplanation {
}
#Breadcrumbs {
  margin: 0px 12px 10px;
}
.EntryTextBox header {
  margin: 0 0 2em 0;
}
.EntryTextBox header .EntryTitle {
  margin: 0 0 0.3em 0;
  padding: 1em 0 0.3em 2.6em;
  font-size: 130%;
  font-weight: bold;
  background: url("https://blog.cnobi.jp/v1/blog/user/2347e0063565b57ffb0a5f70fa914516/1460797145") no-repeat 1% 80%;
  position: relative;
  border-bottom: 4px solid #CCC;
}
.EntryTextBox header .EntryTitle:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  content: '';
  width: 30%;
  height: 4px;
  background: #EA9989;
}
.EntryTextBox header ul {
  margin: 0;
  text-align: right;
}
.EntryTextBox header li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 80%;
  color: #666;
}
.EntryTextBox header .EntryCategory:before {
  content: "Category:";
}
.EntryTextBox .EntryPsText {
  margin: 2em 0 1em;
  text-align: right;
}
.EntryTextBox .EntryPsText:before {
  content: "\03e";
  padding: 0 10px 0 0;
  text-decoration: none;
}
.EntryText,
.EntryText * {
  line-height: 1.7;
}
.EntryText h3 {
  font-size: 110%;
  font-weight: bold;
  margin: 2.5em 0 0;
  padding: 5px 0px 4px 13px; 
  border-left: #ea4c89 5px solid;
  border-bottom: #333 1px solid;
  word-wrap: break-word;
}
.EntryText h4 {
  font-size: 110%;
  font-weight: bold;
}
.EntryText p {
  margin: 0.7em 0 1.5em 0.5em;
}
mark {
  background: #EA9989;
  color: #FFF;
  padding: 0.1em 0.2em 0;
}
.EntryText ul,
.EntryText ol,
.EntryText dl {
  margin: 0.7em 0 0.7em 2em;
  padding: 0;
}
.EntryText ul li {
  list-style: disc;
  line-height: 1.9;
}
.EntryText ol li {
  list-style: decimal;
  line-height: 1.9;
}
.EntryText dl dt {
  margin: 0 0 0.5em 0;
}
.EntryText dl dd {
  margin: 0 0 0.8em 0.5em;
}
.EntryText blockquote {
  padding: 10px;
  border-left: 3px solid #CCC;
}
.EntryText blockquote cite:before {
  content: "\2014";
}
.EntryText hr {
  border: 0;
  height: 1px;
  margin: 2em auto;
  background: #CCC;
}

.NinjaClap {
  padding: 1em 0 0;
}
.NinjaClap .NinjaClap a img {
  margin: 0 0.5em;
  vertical-align: middle;
  width: 80px;
}

#PageLinkBlock {
  margin: 45px auto;
}
#PageLinkBlock ul {
  text-align: center;
  padding-left: 0;
}
#PageLinkBlock ul li {
  display: inline;
  margin: 0;
}
#PageLinkBlock ul li:first-child:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-right-color: #333;
}
#PageLinkBlock ul li:last-child:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  border: 5px solid transparent;
  border-left-color: #333;
}
#PageLink10Block {
  display: none;
  margin: 20px auto 30px;
}
#PageLink10Block #PageLink10 {
  width: auto;
  text-align: center;
  text-indent: center;
  /* font-family: Tahoma, Arial, Helvetica, sans-serif; */
}
#PageLink10Block #PageLink10 li {
  margin: 5px;
  font-weight: bold;
  display: inline;
}
#PageLink10Block #PageLink10 li a {
  color: #FFF;
  text-decoration: none;
  background: #333;
  padding: 5px 8px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PageLink10Block #PageLink10 li.active a,
#PageLink10Block #PageLink10 li.noactive a:focus,
#PageLink10Block #PageLink10 li.noactive a:hover,
#PageLink10Block #PageLink10 li.noactive a:active {
  background: #EA4C89;
}

.PluginTitle {
  line-height: 1.5;
  font-size: 110%;
  /* font-family: 'Lora', serif; */
  margin: 10px 8px;
  padding: 0 0 5px 5px;
  border-bottom: 1px dashed;
}
.PluginExplanation {
  line-height: 1.8;
}
.PluginContents {
  padding: 5px 1em 0;
  line-height: 1.8;
}
.PluginContents li {
  line-height: 1.8;
}
.PluginContents .plugin_data {
  padding: 0 0 5px;
}
.PluginContents .plugin_data * {
  line-height: 1.4;
}
.PluginContents .plugin_data_date {
  text-align: right;
}

.qrcode_image {
  text-align: center;
}

#MainBlock > footer {
  margin: 100px auto 0;
  padding: 10px 10px 25px;
  background: #EA9989;
  position: relative;
}
#MainBlock > footer ul {
  text-align: center;
}
#MainBlock > footer li {
  display: block;
  width: 100%;
  padding: 7px 0 0;
  font-size: 90%;
}

/* 自分 */

.alpaca-list-table {
margin:0 auto;
}
.alpaca-list-table caption {
font-weight:bold;
background:linear-gradient(transparent 40%, #ffd700 90%);
}
.alpaca-list-table tr:nth-child(even) {
background:#FEEEED;
}
.alpaca-list-table th,
.alpaca-list-table td {
border:1px solid #999999;
padding:2px 4px;
}
.alpaca-list-table th {
color:#FFFFFF;
background:#EA4C89;
}
.alpaca-list-table td:nth-child(1),
.alpaca-list-table td:nth-child(3),
.alpaca-list-table td:nth-child(4),
.alpaca-list-table td:nth-child(5) {
text-align:center;
}
.alpaca-list-table tfoot td {
text-align:left !important;
font-size:90%;
}
.scroll {
overflow:auto;
white-space:nowrap;
}
.scroll::-webkit-scrollbar {
height:5px;
}
.scroll::-webkit-scrollbar-track {
border-radius:5px;
background:#ddd;
}
.scroll::-webkit-scrollbar-thumb {
border-radius:5px;
background:#999;
}

.alpaca-list h3 {
margin:2.5em 0 2em;
}
.alpaca-list h4 {
font-size:100%;
display:inline-block;
background:linear-gradient(transparent 40%, #ffd700 90%);
margin:2em 0 1.5em;
padding:0 2em;
}
.alpaca-list h5 {
font-size:100%;
font-weight:bold;
display:inline-block;
}

.site-top {
  font-size:130%;
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
  padding-bottom:5px;
  border-bottom:1px solid;
}
.komidashi {
  padding:5px 0px 5px 10px;
  border-left:5px solid #ea4c89;
  border-bottom:1px solid;
  font-weight:bold;
}
.komidashi2 {
  border-top:1px solid;
  border-bottom:1px solid;
  padding:3px 5px;
  font-weight:bold;
}
.koukoku-top-pc {
  margin-bottom: 35px;
  padding:20px 0 15px;
  text-align:center;
  border-top:1px dotted #EA9989;
  border-bottom:1px dotted #EA9989;
}
.koukoku-top-sp {
  display:none;
}
.koukoku-under {
  text-align:center;
  margin-top:50px;
}
.koukoku-rakuten-pc {
  text-align:center;
  margin:50px 0 0 0;
}
.koukoku-rakuten-sp {
  display:none;
}
.pagelink {
  padding:0 0 0 15px;
  background:url("https://blog.cnobi.jp/v1/blog/tpl/6754/icon_arrow_r.gif") no-repeat 0 50%;
}
.alpaca {
  position:absolute;
  bottom:150px;
  left:10px;
}
.alpaca:hover:after {
  content:"ようこそフェー ^^";
  vertical-align:top;
  color:#FFF;
  background:#ea4c89;
  padding:5px 5px 3px;
  margin-left:5px;
  border-radius:5px;
}
.pagetop {
  position:fixed;
  bottom:1em;
  right:1em;
  width:50px;
  height:50px;
}
.pagetop a {
  display:block;
  width:50px;
  height:50px;
}
/* 人気記事 */
.acr_ranking_sys td {
  padding:2px 8px;
  border:1px solid #999;
}
.alpaca-Lama .yes {
  display:none;
}
/* 画像オンマウス拡大 */
.zoomimage li {
  display: inline;
  list-style: none;
  float: left;
  margin: 0px 3px;
  position: static;
}
.zoomimage img {
  vertical-align: top;
  width: 70px;
  height: 51px;
  border: 1px solid #333;
}
.zoomimage a {
  display: block;
  position: relative;
}
.zoomimage a:hover {
  display: block;
  z-index: 1;
}
.zoomimage .zoom {
  width: 250px;
  height: 187px;
}
.zoomimage a .zoom {
  display: none;
}
.zoomimage a:hover .zoom {
  display: block;
  position: absolute;
  top: -205px;
  left: -90px;
  z-index: 1;
  border: 3px solid #333333;
}
.zoo-label {
  padding:2px 9px 1px 7px;
  background:#EA4C89;
  color:#fff;
  border-radius:10px;
  font-size:80%;
}
.twitter-follow-button {
vertical-align:bottom;
}

.stemma:before {
content: "アフィリエイト広告を利用しています";
display: inline-block;
text-align: right;
background: #ddd;
margin: 0 0 35px 56%;
padding: 4px 8px;
font-size: 90%;
}

/* /自分 */

/* ★★レスポンシブ★★ */

@media screen and (max-width: 768px) {

body {
  font-size: 16px;
  background-image: none;
}
#MainBlock {
  width: 100%;
  overflow: hidden;
}
#MainBlock > header {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 50px;
  background: url("https://blog.cnobi.jp/v1/blog/user/2347e0063565b57ffb0a5f70fa914516/1460797145") repeat-x left bottom;
}
#MainBlock > header #BlogTitle,
#MainBlock > header #BlogExplanation {
  width: 95%;
  margin: 0px auto;
}
#Breadcrumbs {
  width: 95%;
  margin: 35px auto 10px;
}
#EntryListBlock {
  width: 100%;
  float: none;
  margin: 10px auto;
}
#EntryListBlock .EntryTextBox {
  width: 90%;
  padding: 2% 5%;
}
#PluginBlock {
  width: 100%;
  float: none;
  margin: 0 auto 10px;
}
.PluginLayout {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.PluginInnerBlock {
  width: 95%;
  padding: 2% 2.2%;
}
#MainBlock > footer {
  width: 100%;
  margin: 15px 0 0;
  padding: 5px 0 15px;
}

/* 自分 */

.koukoku-top-pc {
  display:none;
}
.koukoku-top-sp {
  display:block;
  margin:40px 0 25px;
  text-align:center;
}
.koukoku-rakuten-pc {
  display:none;
}
.koukoku-rakuten-sp {
  display:block;
  text-align:center;
  margin:50px 0 0 0;
}
.alpaca {
  display:none;
}
.pagetop {
  display:none;
}
/* 画像はみ出し調整 */
.gazou100 img {
  max-width:100%;
}
/* YouTube レスポンシブ */
.youtube {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow:hidden;
}
.youtube iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.stemma:before {
content: "アフィリエイト広告を利用しています";
display: inline-block;
text-align: left;
background: #ddd;
margin: 0 0 30px;
padding: 4px 8px;
font-size: 90%;
}

/* /自分 */

}

@media screen and (max-width: 768px) and (min-width: 768px) {

body {
  font-size: 24px;
}

}

@media screen and (max-width: 500px) {

#MainBlock > header #BlogTitle {
  font-size: 160%;
}
#PluginBlock section {
  font-size: 84%;
}
#PageLinkBlock {
  font-size: 84%;
}
#MainBlock > footer {
  font-size: 84%;
}

}

@media screen and (max-width: 360px) {

body {
  font-size: 14px;
}
#EntryListBlock {
  width: 100%;
}
#EntryListBlock .EntryTextBox {
  width: 94%;
  padding: 2% 3%;
}
#PluginBlock {
  width: 100%;
  margin: 0 auto;
}
.PluginInnerBlock {
  width: 100%;
  padding: 2% 0 4%;
}
.PluginContents {
  padding: 5px 10px 0;
}

}

@media screen and (max-width: 320px) {

.alpaca-Lama td {
  display:block;
}
.alpaca-Lama .yes {
  display:block;
}
.alpaca-Lama .no {
  display:none;
}

}