﻿@charset "UTF-8";

/* =======================================================
	index（BD　remoteフォルダ用）
======================================================= */
.grayTable {
	border: 1px solid #CCCCCC;
	margin-bottom:20px;
}

.grayTable th {
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
	padding: 10px;
	text-align:center;
}

.grayTable th.x-item {
	background: #D5D5D5;
}

.grayTable td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align:center;
}

.grayTable td.model {
	padding: 10px 10px 0 10px;
	text-align:left;
}

.typeListBD li {
	float: left;
	width: 125px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: url(/support/images/dot_black.gif) no-repeat 0 7px;
}

.grayTable td a {
	text-decoration: underline;
}

#informationWrap .operateTable h4 {
	background: #CCE5FF;
	text-align:center;
}

#informationWrap .operateTable h5 {
	background: #CCCCCC;
	border-bottom: 0;
	margin:0;
	padding:5px 0;
	text-align:center;
}

.operateTable {
	border: 1px solid #CCCCCC;
	margin-bottom:30px;
}

.operateTableWrap {
	margin:15px;
}

.case {
	border:1px solid #999999;
	background:#F2F2F2;
	border-radius:5px;
	color:#333333;
	width:220px;
	padding:3px;
	margin-top:15px;
	text-align:center;
}

.supplement {
	margin:40px 0 15px;
}

.supplement p {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.Method {
	width:625px;
	float:left;
	margin-left:20px;
}

.Method02 {
	width:600px;
	float:left;
	margin-left:20px;
}

.Method03 {
	width:750px;
	float:left;
	margin-left:20px;
}


.Method img,.Method02 img,.Method03 img{
	vertical-align:middle;
	margin:0 2px;
}

.Method dl dt,.Method02 dl dt,.Method03 dl dt  {
	font-weight:bold;
	margin-bottom:15px;
}

.Method dl dd,.Method02 dl dd,.Method03 dl dd {
	margin:0 0 15px 19px;
}