 /* Main */
*{
	margin:0px;
	padding:0px;
}

html {
	-webkit-text-size-adjust: 100%;
}

body{
	background-color:#000000;
	overflow-x: hidden;
}

 /* Header and footer*/
 #header{
	position:relative;
	width:100%;
	height:97px;
	background-image:url(../read_more_graphics/mainBk.jpg);
	background-repeat:repeat;
 }

 #headerImage{
	position:absolute;
	left: 1px;
	top: 2px;
}

/* PCのメニューバーのサイズ */
#menubar{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: center;
	background-color: #1E1E1E;
	min-height: 35px;
	width: 100%;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #FFF;
	font-weight: normal;
}

@media only screen and (max-width: 900px){
 #menubar{
  font-size: 20px;
 }
  #headerImage{
  width: 100vw;
  left: 0 !important;
  height: auto;
 }

 #copyright {
  font-size: 12px !important;
 }
}

@media only screen and (max-width: 700px){
 #menubar{
  font-size: 12px;
 }
 
  #headerImage{
  width: 100vw;
  left: 0 !important;
  height: auto;
 }

 #copyright {
  font-size:10px !important;
 }

 #menubar a{
  font-size: 10px !important;
 }
}

@media only screen and (max-width: 550px){
 #menubar{
  font-size: 10px;
 }

 #headerImage{
  width: 100vw;
  left: 0 !important;
  height: auto;
 }

 #header{
  height: 40px;
 }

 #menubar{
  min-height: 20px;
 }

 #copyright {
  font-size: 10px !important;
 }
 #menubar a{
  font-size: 10px !important;
 }
}

#menubar ul {
	display: table;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

/* メニューボタンの間隔 */
#menubar li {
	padding-left: 10px;
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

#menubar li:first-child {
	padding-left: 0;
}

#menubar a {
	display: block;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}

#menubar a:hover,
#menubar a.active {
	color: #999;
}
/* ここまで追加と変更 */

 #footer{
	position:relative;
	width:100%;
	height:auto;
	background-image:url("../read_more_graphics/mainBk.jpg");
	background-repeat:repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #393D40;
	letter-spacing: 1px;
	line-height: 25px;
	overflow: hidden;
 }





#contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1px;
	height: 10px;
	max-width: 700px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
	white-space: normal;
}

#contents a:link ,
#contents a:visited {
	color:#999;
	text-decoration: none;
}
#contents a:hover {
	color: #999;
}


 #footerImage{
	position:absolute;
}



#copyright {
	padding: 0 10px;
	max-width: 700px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	bottom: 9px;
	min-height: 40px;
	line-height: 20px;
	margin-right: auto;
	margin-left: auto;
}


#copyright a:link ,
#copyright a:visited {
	color:#FFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #999;
}

html > div > .next {
	margin-left: 0 !important;
	width: 7% !important;
	right: 0 !important;
	left: auto !important;
}

html > div > .next img {
	width: 100%;
	height: auto;
}

html > div > .prev {
	margin-left: -50% !important;
	width: 7% !important;
	left: 50% !important;
}

html > div > .prev img {
	width: 100%;
	height: auto;
}
