@charset "UTF-8";
/*-----------------------------------------------------------
DMMFX DMMXCFD クイックガイド 作成日2014/03/04～
・body
・img
・em
・a
・h1～h6
・li
・right/center/left
・margin
・padding
・clearFix
-----------------------------------------------------------*/
/*-========【body】========-*/
div,p,dl,dt,dd,ul,ol,li,table,tr,th,td,
h1,h2,h3,h4,h5,h6,form,input,textarea,button,fieldset,blockquote {
	margin: 0;
	padding: 0;
	zoom: 1;  /* for IE hasLayout true */
}
body {  /* background, color refer => base.css */
	background-color: #ffffff;
	color: #333;
	font-style: normal;
    font-family: 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

/*-========【img ロールオーバー】========-*/
a:hover img, a:focus img { 
	opacity: 0.8;
}

/*-========【em】========-*/
em {
	font-style: normal;
	font-weight: bold;
}

/*-========【link】========-*/
a:link, a:visited, a:active {
	color: #33f;
	text-decoration: underline;
}

a:hover {
	color: #33f;
	text-decoration: none;
}

/*閉じるボタン*/
div.popClose {
    float: right;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 56px;
}
p.PageTop {
    text-align: right;
}
p.PageTop a {
    background: url(/_img/_sec/page_nav.png) no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	font-size: 80%;
    padding: 0 0 0 15px;
	text-decoration: none;
}
p.PageTop a.cfdPageTop {
    background: url(/_img/_cfd/page_nav.png) no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	font-size: 80%;
    padding: 0 0 0 15px;
	text-decoration: none;
}
/*-========【Font】========-*/
.attentionRed{
	color: #f00;
}
.attentionBlue{ color: #00f; }
.supplementary {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
/*-========【テキストサイズ】========-*/
.fsizeS {
	font-size: 85%;
}
.fsizeM {
	font-size: 120%;
}
.fsizeL {
	font-size: 145%;
}
.fsizeLl {
	font-size: 175%;
}

/*-==【LayOut】==-*/
#Outline{
	margin: 0 auto;
	width: 830px;
}

/*-========【right/center/left】========-*/
.txtR {
	text-align: right !important;
}
.txtC {
	text-align: center !important;
}
.txtL {
	text-align: left !important;
}
/* ------------------------------------------------------------
▼clearfix
------------------------------------------------------------ */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE7 */
}

/* hide from MacIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from MacIE */

/*-========【margin】========-*/
.mt0  {
	margin-top: 0px !important;
}
.mt5  {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr0  {
	margin-right: 0px !important;
}
.mr5  {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb0  {
	margin-bottom: 0px !important;
}
.mb3  {
	margin-bottom: 3px !important;
}
.mb5  {
	margin-bottom: 5px !important;
}
.mb9 {
	margin-bottom: 9px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}

.ml0  {
	margin-left: 0px !important;
}
.ml5  {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml60 {
	margin-left: 60px !important;
}
.ml140 {
	margin-left: 140px !important;
}

/*-========【HeaderArea】========-*/
#HeaderArea {
	margin: 20px auto 15px;
	padding: 0;
	width: 830px;
}
.logo {
    text-align: left;
}
/*-========【Headermenu】========-*/
.Headermenu {
	height: 40px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	width: 830px;
}
.Headermenu ul{
	background: -webkit-linear-gradient(#fff 50%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#fff 50%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(#fff 50%, #eee 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 1px 2px 2px 0px #bbb; 
	border: 1px solid #bbb;
	display: table;
	height: 40px;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
.Headermenu ul li {
	border-right: 1px solid #000;
	color: #fff;
    display: table-cell;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
}
/*for IE7 */
*:first-child+html .Headermenu ul.menu6 li {
	display: inline;
	width: 137px;
	zoom: 1;
}
*:first-child+html .Headermenu ul.menu5 li {
	display: inline;
	width: 165px;
	zoom: 1;
}
*:first-child+html .Headermenu ul.menu4 li {
	display: inline;
	width: 206px;
	zoom: 1;
}
.Headermenu ul li a {
	display: block;
	color: #000;
	padding: 10px 0;
	text-decoration: none;
}
.Headermenu ul li:hover {
	background: -webkit-linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: url(/_img/manual/common/menuttl_bg_hover.jpg) repeat-x scroll 0 0 #ddd;
}
.Headermenu ul li:hover a {
	color: #000;
	text-decoration: none;
}
.Headermenu ul li span.menuON {
	background-color: #096b30;
    background: linear-gradient(to bottom, #508a66 0%, #096b30 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #508a66 0%, #096b30 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#508a66), color-stop(0.5, #096b30), to(#096b30));
	background: url("/_img/manual/common/menuttl_bg_ON.jpg") repeat-x scroll 0 0 #096b30\9;
	border: 1px solid #3C935E;
	color: #fff;
	display: block;
	padding: 10px 0;
}
.Headermenu ul li.twoLines a,
.Headermenu ul li.twoLines:hover a,
.Headermenu ul li.twoLines span.menuON {
	font-size: 85%;
	font-weight: bold;
	padding: 5px 0;
}

.Headermenu ul li.menuLast{
	border: none;
}

.Headermenu ul li.menuON .menuLast:hover {
	background: -webkit-linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(#ddd 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: url(/_img/manual/common/menuttl_bg_hover.jpg) repeat-x scroll 0 0 #ddd9;
}

/*-========【Headermenu ul.Cfdmenu6】========-*/
.Headermenu ul.Cfdmenu6 li,
.Headermenu ul.Cfdmenu5 li {
	border-right: 1px solid #000;
	color: #fff;
    display: table-cell;
	font-size: 90%;
	font-weight: bold;
	vertical-align: middle;
}

/*for IE7 */
*:first-child+html .Headermenu ul.Cfdmenu6 li {
	display: inline;
	width: 137px;
	zoom: 1;
}
*:first-child+html .Headermenu ul.Cfdmenu5 li {
	display: inline;
	width: 165px;
	zoom: 1;
}
.Headermenu ul.Cfdmenu6 li span.menuON,
.Headermenu ul.Cfdmenu5 li span.menuON {
	background-color: #096b30;
	background: -webkit-linear-gradient(#f2a451 0%, #f47c02 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(#f2a451 0%, #f47c02 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(#f2a451 0%, #f47c02 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: url(/_img/manual/common/menuttl_bg_cfdON.jpg) repeat-x scroll 0 0 #f47c029;
	border: 1px solid #f47c02;
	color: #fff;
	display: block;
	padding: 10px 0;
}
.Headermenu ul.Cfdmenu6 li.menuLast,
.Headermenu ul.Cfdmenu5 li.menuLast {
	border: none;
}

/*-========【Submenu】========-*/
.Submenu {
	margin: auto;
	text-align: center;
	width: 810px;
}
.Submenu ul {
	font-size: 85%;
	list-style: none;
	text-align: left;
}
.Submenu ul li {
	display: inline;
	height: auto;
}
.Submenu ul a {
	background: url(/_img/manual/common/submenu_fxicon.gif) no-repeat left center;
	color: #000;
	margin-right: 5px;
	padding: 5px 5px 5px 25px;
	text-decoration: none;
}
.Submenu ul a:hover{
	background: url(/_img/manual/common/submenu_fxicon_on.gif) no-repeat left center;
	color: #87bb23;
}
.Submenu ul.SubCfd a {
	background: url(/_img/manual/common/submenu_cfdicon.gif) no-repeat left center;
	color: #000;
	text-decoration: none;
	padding: 5px 5px 5px 25px;
	margin-right: 5px;
}

.Submenu ul.SubCfd a:hover{
	background: url(/_img/manual/common/submenu_cfdicon_on.gif) no-repeat left center;
	color: #c00000;
}

/*-========【Main】========-*/
#Main {
	padding: 0 10px;
}
#Main div.mainIMG {
	text-align: center;
}
#Main div.mainIMG img {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}
#Main h2.ttl {
	background: url(/_img/manual/common/quickguide_fxh2_ttlbg.gif) no-repeat;
	height: 35px;
	margin-top: 15px;
}
#Main h2.ttlCFD {
	background: url(/_img/manual/common/quickguide_cfdh2_ttlbg.gif) no-repeat;
	height: 35px;
	margin-top: 15px;
}
#Main h2.ttl span,
#Main h2.ttlCFD span {
	display: block;
	font-size: 70%;
	line-height: 38px;	
	margin: 0 25px;
}
#Main p.ttlsummary {
	font-size: 95%;
	margin: 10px 25px;
}
#Main .bidColor{
	color:#0000ff;
	padding: 0;
	margin: 0;
}
#Main .askColor{
	color:#ff0000;
	padding: 0;
	margin: 0;
}
#Main .noticeList{
	color:#ff0000;
	margin:1em 1.25em 2em;
}
#Main .noticeList li{
	color:#ff0000;
	padding-bottom: 0.25em;
	padding-left:1em;
	text-indent: -1em;
}
/*-======== 【PCsingleStyle_1】========-*/
.PCsingleStyle_1 {
	background: url(/_img/manual/common/quickguide_bg.gif) repeat-x scroll;
	border: 1px solid #ccc;
	height: auto;
	margin-bottom: 10px;
	padding: 10px 0;
}
.PCsingleStyle_1 p {
	font-size: 90%;
    margin-bottom: 10px;
}
.PCsingleStyle_1 p.figCapt {
	margin: 10px 10px 5px 20px;
}
.PCsingleStyle_1 img.captureImg {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
    margin: 0 20px;
}
/*ここから　削除予定*/
.PCsingleStyle_1 h3 {
	margin: 10px 20px;
}
.PCsingleStyle_1 h3 p {
    font-size: 15px;
    font-weight: normal;
	line-height: 1.5em;
    margin-left: 25px;
}
.PCsingleStyle_1 h3 p img {
	vertical-align: top;
}
/*ここまで　削除予定*/
.PCsingleStyle_1 p {
	margin: 10px 20px;
}
.PCsingleStyle_1 p span {
	display: inline-block;
    font-size: 15px;
    font-weight: normal;
	line-height: 1.5em;
    margin-left: 25px;
}
.PCsingleStyle_1 p span img {
	vertical-align: top;
}
.PCsingleStyle_1 .number1 {
	background: url(/_img/manual/h3_number_01.gif) no-repeat;
}
.PCsingleStyle_1 .number2 {
	background: url(/_img/manual/h3_number_02.gif) no-repeat;
}
.PCsingleStyle_1 .number3 {
	background: url(/_img/manual/h3_number_03.gif) no-repeat;
}
.PCsingleStyle_1 .number4 {
	background: url(/_img/manual/h3_number_04.gif) no-repeat;
}
.PCsingleStyle_1 .number5 {
	background: url(/_img/manual/h3_number_05.gif) no-repeat;
}
.PCsingleStyle_1 .number6 {
	background: url(/_img/manual/h3_number_06.gif) no-repeat;
}
.PCsingleStyle_1 .number7 {
	background: url(/_img/manual/h3_number_07.gif) no-repeat;
}
.PCsingleStyle_1 .number8 {
	background: url(/_img/manual/h3_number_08.gif) no-repeat;
}
.PCsingleStyle_1 .number9 {
	background: url(/_img/manual/h3_number_09.gif) no-repeat;
}
.PCsingleStyle_1 .number10 {
	background: url(/_img/manual/h3_number_10.gif) no-repeat;
}
.PCsingleStyle_1 .number11 {
	background: url(/_img/manual/h3_number_11.gif) no-repeat;
}
.PCsingleStyle_1 .Supplement {
	background: url(/_img/manual/h3_supplement.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.PCsingleStyle_1 .Supplement p {
	margin-left: 50px;
}

/*　マニュアル[？]ボタン部分　*/
.PCsingleStyle_1 .number1 p img.helpBtn {
	vertical-align: top;
}
.PCsingleStyle_1 ul{
    margin-left: 42px;
    margin-top: 15px;
}
.PCsingleStyle_1 ul li {
	font-size: 90%;
	list-style: none;
}
.PCsingleStyle_1 ul li img {
	float: left;
	margin-right: 3px;
}
.PCsingleStyle_1 ul li p{
	padding-top: 2px;
}

/*-========【FooterArea】========-*/
#FooterArea {
	font-size: 80%;
	margin: 15px auto;
	padding: 0;
	width: 830px;
}
#FooterArea .pageTopLink {
	margin: 0 0 13px 0;
	text-align: right;
}
#FooterArea p.comments {
	margin-left: 10px;
	margin-top: 5px;
}
#FooterArea dl.campInfo {
	display: block;
	margin: 0;
	padding: 10px;
}
#FooterArea p.attention {
	background: #fbe6ef;
	margin: 0 0 10px 0;
	padding: 10px;
}
#FooterArea p.copyright {
	margin: 0;
	padding:0;
	text-align: center;
}