/*---強調---*/
strong {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

em{
	font-style: normal;
	color: #d3b800;
}

/*----------------------------------------------
	タブ
-----------------------------------------------*/
#div_tab {
	text-align:center;
	padding: 0px;
}

#div_contents {
	position: static;
}

#div_details {
	display: none;
	position: static;
}

/*----------------------------------------------
	キャプション
-----------------------------------------------*/
.cap {
	text-indent: -1em;
	margin-left: 1em;
	display: block;
}

.cap_s {
	font-size: 10px;
	text-align: left;
	line-height: 1.3;
}
.capmargin {
	margin: 0 6px;
}

table.captionbox {
	padding:10px;
	background-color: #070228;
}



/*----------------------------------------------
	注意がきテキスト
-----------------------------------------------*/
.chuuiHalf {
	width: 300px;
	font-size: 10px;
}
.chuuiWide {
	width: 658px;
}

.chuuiWide span.cap {
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
	display: block;
}

.px16center {
	font-size: 16px;
	text-align: center;
	color: #d3b800;
	font-weight: bold;
}
.px18center {
	font-size: 18px;
	text-align: center;
	color: #d3b800;
	font-weight: bold;
	line-height: 1.1;
}

/*----------------------------------------------
	CP別カラー
-----------------------------------------------*/
.blue {
	color: #007eca;
}
.red {
	color: #b61100;
}
.murasaki {
	color: #653184;
}
.yellow {
	color: #d3b800;
}

/*----------------------------------------------
	アイテムリストアコーディオン
-----------------------------------------------*/

#acc {
	width:698px;
	list-style:none;
	margin:0;
	padding:0;
	}
#acc h3 {
	width:100%;
	margin:0;
	border:0px solid;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	}
#acc .acc-section {
	overflow:hidden;
	margin:0;
	}
#acc .acc-content {
	width:685px;
	margin:auto;
	border:0px solid;
	border-top:none;
	}

/*----------------------------------------------
	アイテムリストウィンドウ（別窓）
-----------------------------------------------*/
#itemlistWindow {
	margin: 10px auto;
	width: 665px;
	text-align: center;
}

#itemlistWindow table.list {
	border: 1px solid #000000;
}
#itemlistWindow table.list th {
	width: 215px;
	background-color: #1d4574;
	font-size: 12px;
	text-align: left;
	color: #ced3e0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 10px;
}

#itemlistWindow table.list td {
	width: 450px;
	background-color: #1e293e;
	font-size: 12px;
	color: #ced3e0;
	border-bottom: 1px solid #000000;
	padding: 10px;
	line-height: 1.4;
	text-align: left;
}

#itemlistWindow p a:link,
#itemlistWindow p a:active,
#itemlistWindow p a:visited,
#itemlistWindow pd a:hover {
font-size: 14px;
color: #ced3e0;
text-decoration:underline;
}

.howto {
	display: block;
	margin-top: 4px;
}
