@charset "utf-8";

/*============================================
本文
============================================*/
div#top {
	width:100%;			/*幅の指定*/
    margin:10px 0px;       /*マージン*/
	padding:0px;		/*パディング*/
}
p#dekamozi {
    width:100%;			/*幅の指定*/
    margin: 0px 0px 0px 0px; /* マージン */
    font-size:250%;     /*フォントサイズ*/
    text-align: center      /*中央揃え*/
}

p {
	width:98%;		/*幅の指定*/
	margin:10px auto;		/*マージン*/
	text-indent:1em;		/*インデント幅*/
    text-align: center      /*中央揃え*/
}

hr {
    width:100%;       /*横幅*/
	clear:both;			/*フロート配置をクリアする*/
	margin:10px 0px;		/*マージン*/
	border:1px dotted #ffd700;	/*内容の区切りをグレーの点線表示にする*/
}

div#p_left p {
    text-align: left ;     /*左揃え*/
}

div#cover_top {
    text-align: center;
    width:100%;
    height:auto;
}

div#cover_top img {
    width:90%;
    height:auto;
}


/*============================================
トップバナー（最新号を読む！とか）
============================================*/
div#banner{
    width:100%;
    text-align: center;      /*中央揃え*/
}

div#banner img{
    width:100%;
    height:auto;
}


/*============================================
スライドショー（隠す用）
============================================*/
div#slideshow {
    display: none;
}

/*============================================
ヘッダ画像
============================================*/
#img_index {
	width:100%; height: auto;
	margin:0px;		/*マージン*/
}
#img_index img {
    width:100%;
}

/*============================================
特製壁紙イラスト配布
============================================*/
div#wallpaper_illust {
    text-align: center;
    width:100%;
    height:auto;
}

div#wallpaper_illust img {
    width:90%;
    height:auto;
}

/*============================================
ボード（次回の更新日）
============================================*/
div#board {
    margin:0;
    border:2px solid;
    border-color:#ffd700;
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffe0;
    text-align: center;
}
div#board p {
    font-size: 150%;
    margin: 0px;
    padding: 10px;
    width: auto;
    height: auto;
    text-indent: 0em;
}

div#board p#nextdate {
    font-size: 300%;
}

/*============================================
ニュース
============================================*/
div#news dl {
    border:2px solid;
    border-color:#ffd700;
    background:#ffffe0;
    padding:20px 0px;
    width:98%;
    margin:0 auto;
}

div#news dt {
  color:#333333;
  font-weight:bold;
  padding:0 10px 0 0;
  width:120px;
  float:left;
  margin-bottom:7px;
    text-indent:1em;
}

div#news dd {
  color:#333333;
  margin-bottom:7px;
    width:98%;
}

div#news dl::after {
    content: '';
    display: block;
    clear: both;
}

/*============================================
SNS
============================================*/
div#sns a {
    text-align: center;
}