@charset "utf-8";

html {
font-size: 100%;
}

body > div {
}

body {
	-webkit-text-size-adjust: 100%;/*リサイズ時にのサイズ調整固定*/
	font-family:Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 1.5;
	color: #333333;
	letter-spacing:0.1em;
}


h1,h2,h3,h4,h5,h6,td,th,input,select,textarea {
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}

table {
	font: inherit;
	color: inherit;
}

a {
color: #0000ff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


#main .post_prev_next .next {
  float: left;
  width: 50%;
  max-width: none;
}

#main .post_prev_next .prev {
  float: right;
  width: 50%;
  max-width: none;
}

#main .post_prev_next .next a {
  display: inline-block;
  float: right;
  margin-right: 0.5em;
}

#main .post_prev_next .next a:before {
 content: "≪ ";
}

#main .post_prev_next .prev a {
  display: inline-block;
  float: left;
  margin-left: 0.5em;
}

#main .post_prev_next .prev a:after {
 content: " ≫";
}
