/* -- --------------default-------------- --*/

#mainImage img {
  display:block;
  margin:0 auto;
  width:100%;
  max-width:677px;
}


/** entryBody **/

#entryBody {
	font-size: 16px;
	line-height: 1.7em;
	color:#666666;
	padding:.5em;
}

#entryBody img {
  display:block;
  width:100%;
  max-width:550px;
  height: auto;
  margin:1.5em auto;
}
#entryBody p {
  margin-bottom: 10px;
  //font-family: "Noto Sans JP","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,Osaka,"?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯","MS PGothic",sans-serif;
}
#entryBody p.interview {
  color: #666666;
  font-weight: bold;
}
.entryBodyTitle {
  color:#666666;
  padding: 0 .5em;
  padding-bottom: .5em;
  padding-top:.5em;
  //padding-top:126px;
  font-weight:bold;
  //background: #ffffff;
  border-bottom: 1px solid #876526;
}
.entryBodyDate {
  padding: .5em;
  text-align:right;
  //margin-bottom:.5em;
  //border-bottom: 1px solid #ef7cad;
}

/** ListentryBody **/
#ListentryBody {
	font-size: 16px;
	line-height: 1.7em;
	color:#666666;
	//padding:.5em;
	//font-family: "Osaka", Verdana, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯";
	//font-family: "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	//font-family: Arial, "?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Verdana, Helvetica, sans-serif;
        font-family: "Noto Sans JP","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","æ¸¸ã‚´ã‚·ãƒ?ã‚¯","Yu Gothic","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,Osaka,"?¼­?¼³ ?¼°ã‚´ã‚·ãƒ?ã‚¯","MS PGothic",sans-serif;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:#666666;
}
#ListentryBody img {
  display:inline-block;
  //width:100%;
  max-width:550px;
  height: auto;
  //margin:1.5em auto;
}
#ListentryBody ul li a,#ListentryBody li.img a + a {
  white-space: normal;
}


/** Writer **/
.Writer .WriterInner{
    //max-width: 300px;
    margin: 1em auto;
    font-size: .95em;
    background: #fff;
    display: table;
    //width: 100%;
    height:70px;
    //border-top: solid 1px #e5e5e5;
    border: solid 1px #e5e5e5;
    padding:.5em;
    color: #333;
    //font-weight: 700;
}
.Writerlmg{
    display: table-cell;
    width: 70px;
    height: 70px;
    //vertical-align: middle;
    vertical-align: top;
    margin-right:.5em;
}
.Writerlmg img{
  border:solid 1px #e5e5e5;
}
.WriterPlofile{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 1em;
    width: calc(100% - 100px);
    //border-left: #e5e5e5 solid 2px;
}
.WriterPlofile span{
    display:block;
    text-align:center;
    font-weight:bold;
    margin-bottom:.5em;
    padding:0 .5em;
    border-bottom: solid 1px #e5e5e5;
}
#entryBody .Writer .WriterInner .WriterPlofile p{
    margin-bottom: .3em;
    line-height: 1.2;
    font-size: 12px;
}





/** ListArticle **/
#ListentryBody ul.ListArticleUl {
  list-style: none;
  border:none;
  margin:0;
  padding:0;
}
#ListentryBody li.ListArticleLi {
  border-top: 1px solid #eeeee7;
  border-radius:0px;
  margin: 0 10px;
  padding:0;
  padding-top:.5em;
  padding-bottom:.5em;
}
#ListentryBody ul.ListArticleUl li:first-child {
  border-top: 1px solid #eeeee7;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}
#ListentryBody ul.ListArticleUl li:last-child {
  margin-bottom:.5em;
  padding-bottom:.5em;
  border-bottom: 1px solid #eeeee7;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}

.List {
  display: flex;
  position:relative;
}
.ListIMG {
  text-align:left;
  margin-right:10px;
}
.ListTitle {
  //font-weight:bold;
  font-size:16px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.ListDate {
  position:absolute;
  right:0px;
  bottom:0;
  color:#cccccc;
  margin-bottom: 0px;
  margin-right: auto;
}



/** SnsLink **/
.SnsLink {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:0 auto;
  margin-bottom:1em;
  width: 70%;
  max-width:300px;
  text-align: center;
}
.SnsLink a {
  text-decoration: none;
}



/** totop **/
#totop {
    z-index:5;
    bottom: 50px;
    line-height: 1;
    margin: 0;
    position: fixed;
    right: .5em;
}

#totop a {
    /*
    background-position: 0 -430px;
    color: #fff;
    display: block;
    float: none;
    font-size: 13px;
    height: 32px;
    line-height: 21px;
    margin: 0 auto;
    padding: 11px 0 0 0;
    text-align: center;
    width: 125px;
    */
    background-color: #ef7cad;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    opacity: 0.7;
    padding: 10px 13px;
    text-align: center;
    text-decoration: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
#totop a::before {
    content: "\025b2";
    display: block;
    font-size: 20px;
}
#totop a:hover {
    opacity: 1;
}




/** NBlink arrow Link **/
.NBlink {
  margin:0 auto;
  font-size:14px;
}
.NBlink a {
  display:inline-block;
  border-radius:6px;
  box-shadow:0px 1px 1px 1px #cccccc;
  padding:.5em 1em;
  margin: 4px .8em .8em .8em;
}
.arrowL {
  margin:0 .5em;
  margin-bottom: .5em;
}
.arrowR {
  margin:0 .5em;
  margin-bottom: .5em;
}
.triL {
     position: relative;
     padding-left: 13px;
}
.triL::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-right: solid 8px #697b91;
     top: 50%;
     right: 6px;
     margin-top: -6px;
}

.triR {
     position: relative;
     padding-left: 13px;
}
.triR::before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-left: solid 8px #697b91;
     top: 50%;
     left: 6px;
     margin-top: -6px;
}






/** breadcrumb **/

#breadcrumb {
	padding: 0 0 5px 0;
	//margin: 0 10px;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	border-top: 1px solid #B4B4B4;
}
#breadcrumb::-webkit-scrollbar {
	height: 1px;
}
#breadcrumb::-webkit-scrollbar-track {
	border-radius: 1px;
	background: #eee;
}
#breadcrumb::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background: #999;
}
#breadcrumb ul {
	display: table;
	list-style-type: none;
	//margin-block-start: 0.5em;
	//margin-block-end: 0.5em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	border: none;
	margin:0;
	margin-bottom: -5px;
	
}
#breadcrumb ul li {
	font-size: small;
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 26px;
	position: relative;
	border: none;
}
#breadcrumb ul li a {
  text-decoration: underline;
  color: #324f85;
  font-weight:normal;
}
#breadcrumb ul li:last-child {
	padding-right: 0;
}
#breadcrumb ul li:last-child:after {
	display: none;
}
#breadcrumb ul li:after {
	position: absolute;
	display: block;
	content: '';
	content: ">";
	top: 11px;
	right: 8px;
}
#breadcrumb ol li a, #breadcrumb ol li span {
	position: relative;
	display: block;
	top: -4px;
}
#breadcrumb ul li span {
	background-color: #eee;
	border-radius: 4px;
	padding: 6px 8px;
	margin-right: 1em;
}

#breadcrumb.no-scroll ul {
	display: block;
}
#breadcrumb.no-scroll ul li {
	display: inline-block;
	margin-bottom: 12px;
	white-space: normal;
}
#breadcrumb.no-scroll ul li:after {
	top: -4px;
}

/*Profile*/
#breadcrumb .profile {
margin-bottom:1em;
    font-size: .8em;
    padding: 1em;
}
#breadcrumb .profile img {
width: 65%;
max-width:140px;
display: block;
margin: 0 auto;
margin-bottom: 1em;
}

