@charset "UTF-8";

/**
 * wave.css
 * type: 技術情報誌「Wave」掲載ページ用デザイン Ver.1.0
 */

/* Wave表紙/共通
--------------------------------------------------------------*/
p.leader{
	text-indent:1em;
}
p.linkpage a{
	padding:0px 0px 0px 23px;
	background: url(/images/arrow/arrow_r_blue.gif) no-repeat 5px 50%;
	white-space: nowrap;
}

/* Wave詳細表示
--------------------------------------------------------------*/
table.detail{
	width:100%;
	padding:0;
	border:0;
	margin-bottom:20px;
}
table.detail tr td{
	padding:5px;
	border-bottom:1px solid;
	text-align:left;
	vertical-align:center;
}
table.detail tr td.page{
	text-align:center;
	vertical-align:top;
}
table.detail tr td.pdf{
	width:110px;
	padding:0px 0px 0px 23px;
	background: url(/images/icon/icn_pdf.gif) no-repeat 5px 50%;
	white-space: nowrap;
	vertical-align:center;
}
table.detail tr td.pdf a{
	margin-right:5px;
}

/* ブロック表示のON/OFF切替（要旨表示、etc）
--------------------------------------------------------------*/
.swtitle{
	font-size:12px;
	text-decoration:underline;
	color:#069;
	cursor:pointer;
}
.swblock{
	border:#ccc 1px solid;
	padding:3px;
	font-size:12px;
	text-indent:1em;
	line-height:1.3;
}
.dispoff{
	display:none;
}

/* Waveバックナンバー一覧
--------------------------------------------------------------*/
table.index{
	width:100%;
	padding:0;
	border:0;
	margin-bottom:20px;
}
table.index tr td{
	padding:5px;
	border-bottom:1px solid;
	text-align:left;
	vertical-align:center;
}
table.index tr td.pdf{
	width:110px;
	padding:0px 0px 0px 23px;
	background: url(/images/icon/icn_pdf.gif) no-repeat 5px 50%;
	white-space: nowrap;
	vertical-align:center;
}
table.index tr td.pdf a{
	margin-right:5px;
}

