/*
Theme Name: mac-mrd
Theme URI: http://manablog.org/karui
Author: Kenichiro Numa
Author URI: http://panolabollc.com/
Description: SEOに強いテーマ
Version: 1.0
License: Don't use.
*/

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #222;
}

time { font-size: 10px;}

.thumb{
text-align:center;
}
.thumb img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}



/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	div.sns a img{
		width: 32%;
	}
	.relatedthumb a img{
		width: 80px;
	}
	.spnone{
		display: none;
	}

  .thumb{
  text-align:center;
  }
  .thumb img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  }

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

}

/* タブレット用のCSS */
@media only screen and (max-width: 740px) {
	nav{
		width: 100%;
	}
	nav ul li{
		width: 100%;
	}
	#content, #sidebar{
		width: 100%;
	}
}
