@charset "utf-8";
/* CSS Document */
div#main div.honbun {
	width: 650px;
	padding: 6px 10px;
}

p {
	width: 600px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1em;
}

/*-----------------------------------------------
 __P　このページの先頭へ
-----------------------------------------------*/	
p.uptop {
	width: 600px;
	margin-right: 0;
	text-align: right;
}

.forum_info {
	width: 600px;
	display: -webkit-flex; /* Safari */
  	display: flex;
	-webkit-flex-direction: row; /* Safari */
  	flex-direction:         row;
	height: auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: 20px;
 }
  
 .forum_image {
	width: 150px;
 }
 
.forum_volume  {
	  width: 430px;
}
.forum_volume > p:first-child{
	  font-size: 1.3em;
	  font-weight: bold;
  }
  
	  

/*-----------------------------------------------
 __表 フォーラムロゴ
-----------------------------------------------*/	
table#forum_logo {
	width: 600px;
	margin: 10px auto 10px;
}

table#forum_logo td.forum_logo {
	vertical-align: top;
}

/*-----------------------------------------------
 __表 フォーラム表紙
-----------------------------------------------*/	
table#hyoshi {
	width: 600px;
	margin: 5px auto 10px;
	border: none;
	border-collapse: collapse;
}

table#hyoshi td.photo {
	width: 20%;
}

table#hyoshi td.forum_hyoshi01 {
	width: 80%;
}

table#hyoshi table.hyoushi_in {
	width: 100%;
}

table.hyoushi_in td.forum_hyoshi02 {
	border-bottom: 1px solid #999999;
	font-family:  ;
	font-weight: bold;
	font-size: 14px;
}

table.hyoushi_in td.back_No {
	color: #fff;
	background-color: #66FF66;
}

table.hyoushi_in td.buy {
	color: #fff;
	background-color: #66FF66;
}

div.button {
	width: 120px;
	height: 27px;
	border: none;
}

div.button a.backNo {
	display: block;
	width: 120px;
	height: 27px;
	line-height: 27px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-image: url(../../images/forum/backNo.gif);
	background-repeat: no-repeat;
}


.button a.backNo:hover {
	color: #666;
	background-position: 0 100%;
}

div.button a.buy {
	display: block;
	width: 120px;
	height: 27px;
	line-height: 27px;
	padding: 0px;
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-image: url(../../images/forum/buy.gif);
	background-repeat: no-repeat;
}


.button a.buy:hover {
	color: #666;
	background-position: 0 100%;
}

/*-----------------------------------------------
 __ul　前号及び次号へ
-----------------------------------------------*/	
ul.next {
	width: 600px;
	margin: 10px auto 0;
}

ul.next li {
	display: block;
	float: left;
	width: 50%;
	font-weight: bolder;
	font-size: 13px;
}

ul.next li.mae {
	text-align: left;
}

ul.next li.ushiro {
	text-align: right;
}	
/*-----------------------------------------------
 __表 目次
-----------------------------------------------*/		
table#mokuji {
	clear: left;
	width: 600px;
	margin: 5px auto 10px;
	border: none;
	border-collapse: collapse;
}

table#mokuji th {
	border-top: #999 1px solid;
	border-right: none;
	border-bottom: #999 1px solid;
	border-left: none;
	font-style: normal;
	font-size: larger;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 20px;
	background-color: #CACACA;
	paddeng: 10px auto;
}

table#mokuji td {
	vertical-align: top;
	padding: 2px;
	border: none;
	text-align: left;
}
table#mokuji td.white1 {
	padding: 2px;
	border: none;
	text-align: left;
}

table#mokuji td.name {
	border: none;
	padding-left: 2em;
	text-align: left;
}

table#mokuji td.name table {
	margin-left: 3em;
	border: none;
	border-collapse: collapse;
}

table#mokuji td.name table td {
	margin-left: 10px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

table#mokuji td.gaiyo {
	vertical-align: middle;
	border: none;
	border-top: #666666 dotted 1px;
	border-bottom: #666666 dotted 1px;
	text-align: left;
	background-color: #EFEFEF;
}

table#mokuji td.title01 {
	vertical-align: middle;
	padding-top: 5px;
	border-top: #999 1px solid ;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	background-image: url(../../images/forum/page_bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

table#mokuji td.title {
	vertical-align: middle;
	padding-top: 10px;
	border: none;
	font-size: 1.2em;
	font-weight:bold;
	text-align: left;
}

table#mokuji td.page {
	vertical-align: middle;
	border: none;
	text-align: center;
}

table#mokuji td.blue {
	width: 38px;
	padding: 10px 2px 2px 2px;
	border: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/page_bk.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#main h3.forum {
	clear: left;
	width: 583px;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #CDFEC5;
}

/*-----------------------------------------------
 __P　このページの先頭へ
-----------------------------------------------*/	
p.uptop {
	width: 600px;
	font-size: 0.9em;
	text-align: right;
}



	