@import url(/~yas_/mt/mt-static/support/theme_static/eiger/css/base.css);
@import url(/~yas_/mt/mt-static/support/theme_static/eiger/css/screen.css);

/* コメント、トラックバック用 */
@import url(/~yas_/mt/mt-static/support/theme_static/eiger/css/feedback.css);


/*
/ サンプルスタイル
*/

/* Body
body {
    font-size: 16px;
    font-family: sans-serif;
}
*/

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

.googlemap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

}

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

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

}

@media only screen and (min-width: 620px){
#rakuten300{       display:none;}
}


@media screen and (max-width: 619px){
#rakuten600{       display:none;}
}

b {
	font-weight : bold;
	color :  Navy;
}

strong {
	font-weight : bold;
	color :  Navy;
}

/* CODEスタイル */

.code { 
	font-family: monospace;
	font-size: 85%;
	margin-right: 2em;
	margin-left: 2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #00f000;
	background:#004000;
	line-height:150%;			 
}

.code B{
	font-weight : bold;
	color :  White;
}


/* 引用部 */

.blockquote { 
	margin: 0.5em;
	padding: 0.3em;
	border:dashed 1px #4169e1;
	color:#4169e1;
	background:#f2f6fc; 
}

blockquote { 
	margin: 0.5em;
	padding: 0.3em;
	border:dashed 1px #4169e1;
	color:#4169e1;
	background:#f2f6fc; 
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
	list-style:none;
	display: inline;
}
.bnr ul li {
	margin:0;
	padding:0;
}
.bnr ul li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	/* width:100%; */
	max-width:100%;
	margin:3px;
}
.products ul {
	list-style: none;
	margin:0;
	padding:0;
}
.products ul li {
	border-bottom:1px solid #84b2e0;
	margin:0 0 0.2em 0;
}
.products ul li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.products img {
	margin:0.3em;
}

.products img:hover {
	border: solid 1px #ff3333;
}

.reading ul {
	margin:0 0 10px 0;
	padding:0;
	list-style: none;
}

.reading ul li {
margin-bottom: 1.5em;
}

.reading h3 {
	margin-bottom: 0.809em;
	border-bottom: 1px solid #c0c6c9;
}

a.list:hover {
	position: relative;
	text-decoration: none;
}

a.list span {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

a.list:hover span {
	border: none;
	display: block;
	margin-top: -180px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 30px;
	width: 150px;
}

.scroll_button a {
    position: fixed;
    display: block;
    right:5px;
    top:200px;
    background: #666;
    color:#fff;
    padding:4px;
    border-radius: 2px;
    text-decoration: none;
	z-index: 5;
}

.scroll_button a:hover {
	opacity: 0.2;
    text-decoration: none;
}

.page-top {
    position: fixed;
    bottom: 200px;
    right: 5px;
}
.page-top a {
    background: #666;
    color:#fff;
    display: block;
    padding:4px;
    border-radius: 2px;
    text-decoration: none;
	z-index: 5;
}
.page-top a:hover {
    text-decoration: none;
	opacity: 0.2;
}

.mail {
	 float: right;
}

.mail::after {
	content: attr(data-domain);
}
.mail::before {
	content: attr(data-user) "@";
}

#footer {
	max-width: 98%;
	text-align: center;
}

.rss_list {
	border-bottom:1px solid #84b2e0;
	padding-bottom: 2em;
}

.rss_list_title {
	font-weight: bold;
	margin: 2em 0 0.5em 0;
}

.rss_list ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}

.rss_list ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.entry-content a[target="_blank"]:after {
  margin: 0 0.5em;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  font-size: 0.5em;
}

.youtube-thumbnail {
  margin: 2em 0;
}

.youtube-thumbnail .play-button {
  position: relative;
  top: -130px;
  left: -315px;
  opacity: 0.8;
}

.youtube-thumbnail .play-button:hover {
  opacity: 0.6;
}

.youtube-image:hover {
  opacity: 0.7;
}

.youtube-title {
  margin: 0 0 1em 0;
}

.amazon-box {
    display: block;
    width: 180px;
    height: 210px;
    border: 2px solid #ff6900;
    margin: 1em;
    padding: 0.3em;
}

.amazon-image {
    margin: auto;
    display: block;
}

.amazon-title a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  　-webkit-line-clamp: 2;
    max-height: 36px;
    font-size: 12px;
    color: #0066c0;
    text-decoration: none;
}

.mt-image-none {
    border: solid 1px #777777;
}

