@charset "utf-8";

html {
  font-size: 5vw;
}

@media all and (min-width: 680px) {
  html {
    font-size: 16px;
  }
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  font-feature-settings: "palt"1;
  color: #000;
}

body * {
  font-family: kan48typos-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bold, strong, b, h1, h2, h3, h4, h5, h6 {
  font-family: kan412typos-std, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}

.entry{
	display: block;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #1a3478;
	background: #f4f4f4;
}

.entry.bg{
	background: #ffffff;
}

.body{
	float: right;
	width: 70%;
	display: inline;
	margin-left: 0px;
	text-align: left;
}
@media all and (min-width: 680px) {
  .body{
  	width: 575px;
  }
}

.photo{
	float: left;
	width: 25%;
}
@media all and (min-width: 680px) {
  .photo{
  	width: 75px;
  }
}
.photo img{
	width: 100%;
  height: auto;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.date{
	display: inline-block;
	margin: 0 20px 0 0;
	color: #1a3478;
}

.title{
	display: block;
	font-size: 14px;
}

.cast{
	display: inline-block;
}

.cast a{
	color: #666666;
}


#pagelink{
	padding: 10px 0;
	text-align: center;
}

#pagelink a,
#pagelink span{
	display: inline-block;
	line-height: 1;
	padding: 3px 4px;
	border: 1px solid #1a3478;
	text-align: center;
	margin: 0 2px;
	white-space: -1px;

	position:relative;
	behavior: url("PIE/PIE.htc");
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#pagelink span{
	background: #1a3478;
	color: #ffffff;
}



.archive{
	background: #eefcff;
	margin: 10px 10px 20px;
	padding: 20px 10px 20px 12px;
	text-align: left;
}

.archive h4{
	padding: 0 0 10px;
	text-align: center;
	color: #000000;
}

.archive a{
	display: inline-block;
	margin: 5px 0px 0;
	width: 50%;
  font-size: 0.8rem;
	color: #000000;
}
@media all and (min-width: 680px) {
  .archive a{
  	width: 127px;
  }
}
