@charset "shift_jis";

/**********************************************
                 リセット
***********************************************/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{
font-size:100%;
color:#000;
/*background:#FFF;*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,p{
	padding:0;
	margin: 0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/**********************************************
                  base
***********************************************/
body {
	font-family: 'メイリオ',Meiryo,'Meiryo UI','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,sans-serif;
	color: #222222;
	margin: 0px;
	line-height: 120%;
	position:relative;
}
hr {
	height: 0px;
	width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: none;
	margin: 0px;
	padding: 0px;
}
img{
	border:0px;
}
strong {
	font-weight: bold;
}
a:link {
	color: #116FBB;
	text-decoration:none;
}
a:visited {
	color: #116FBB;
	text-decoration:none;
}

a:hover {
	color: #306189;
	text-decoration:none;
}
form{
    /*display:table;*/
}
th,td{
    letter-spacing:0;
}
td td{
    font-size:1em;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size:1.2em;
	clear: both;
/*	behavior: expression(IEPNGFIX.fix(this));*/
}
#container p{
	margin-bottom: 1em;
}
#main_con {
	width: 980px;
	background-color: #FFFFFF;
	padding: 20px 0px 0px 0px;
	position: relative;
	clear: both;
	overflow:hidden;
}
/**********************************************
                 ヘッダー
***********************************************/

#iphone_head .right {
	display:none;
}
#iphone_head ul {
	text-align:center;
}
#head {
	width: 100%;
	min-width: 980px;
	position: relative;
	padding: 25px 0 15px 0;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 5px solid #1a9abe;

}
#head h1 {
    font-size:12px;
	position: absolute;
	left: 0px;
	top: 24px;
	color: #102955;
	font-weight:bold;
}
#head p {
	font-size:12px;
	position: absolute;
	left: 0px;
	top: 24px;
	color: #102955;
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#head_con {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#head_link {
	width: 360px;
	position:absolute;
	left: 560px;
	top: 49px;
	text-align:right;
}
#logo {
	width: 180px;
	float: left;
}
#logo img {
	display: block;
	margin-top: 4px;
}

#HeadArea{
	float: right;
	width: 765px;
	display: inilne;
}
	#HeadArea .hd_BlockL{
		float: left;
		display: inline;
		width: 280px;
		margin-top: 15px;
	}
		#HeadArea .hd_BlockL li{
			float: left;
			display: inline;
			margin-right: 10px;
		}
		#HeadArea .hd_BlockL li a{
			color: #333333;
			font-size: 0.8em;
			background: url(/common_img/icon/arrow_mini.gif) no-repeat left 7px;
			padding-left: 10px;
		}
	#HeadArea .hd_BlockC{
		float: left;
		display: inline;
		width: 190px;
	}
	#HeadArea .hd_BlockR{
		float: right;
		display: inline;
		width: 295px;
	}
		#HeadArea .hd_BlockR li{
			float: left;
			display: inline;
		}
		#HeadArea .hd_BlockR li.esta{
			margin-right: 5px;
		}
		#HeadArea .hd_BlockR li.esta a{
			background: #ca5f35; /* 20141119 add */
			background: -moz-linear-gradient(top, #e06a3b, #ca5f35);
			background: -webkit-linear-gradient(top, #e06a3b, #ca5f35);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e06a3b), color-stop(100%,#ca5f35));
			background: linear-gradient(to bottom, #e06a3b, #ca5f35);
			-pie-background: linear-gradient(top, #e06a3b, #ca5f35);
		}
		#HeadArea .hd_BlockR li.login a{
			background: #102955; /* 20141119 add */
			background: -moz-linear-gradient(top, #102955, #0E254C);
			background: -webkit-linear-gradient(top, #102955, #0E254C);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102955), color-stop(100%,#0E254C));
			background: linear-gradient(to bottom, #102955, #0E254C);
			-pie-background: linear-gradient(top, #102955, #0E254C);
		}
		#HeadArea .hd_BlockR li a{
			display: block;
			padding: 7px 12px;
			font-size: 0.85em;
			color: #ffffff;
			width: 56px;
			text-align: center;

			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			-o-border-radius:4px;
			-ms-border-radius:4px;
			border-radius:4px;
			behavior:url("/js/PIE.htc");

			position: relative;
			zoom: 1;
		}
		#HeadArea .hd_BlockR li.esta a:hover{
			opacity: 0.8;
			filter:alpha(opacity=80);
			zoom: 1;
		}
		#HeadArea .hd_BlockR li.login a:hover{
			opacity: 0.8;
			filter:alpha(opacity=80);
			zoom: 1;
			display: inline-block;
			background-color: #102955;
		}

		#HeadArea .hd_BlockL li a:hover{
	text-decoration: underline;
		}

		/* 20180813add */
		#HeadArea .hd_BlockR li.startgaitame a{
			background: #008cba;
			background: -moz-linear-gradient(top, #008cba, #0183ae);
			background: -webkit-linear-gradient(top, #008cba, #0183ae);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cba), color-stop(100%,#0183ae));
			background: linear-gradient(to bottom, #008cba, #0183ae);
			-pie-background: linear-gradient(top, #008cba, #0183ae);
			padding: 7px 4px;
			color: #f1f12e;
			width: 115px;
		}
		#HeadArea .hd_BlockR li.startgaitame a span{
			background: url(/img/starticon.png) no-repeat left center;
			display: block;
			letter-spacing: -0.5px;
			padding-left: 13px;
		}
		#HeadArea .hd_BlockR li.startgaitame a:hover{
			opacity: 0.8;
			filter:alpha(opacity=80);
			zoom: 1;
			display: inline-block;
			background-color: #008cba;
		}
		#HeadArea .hd_BlockR li.login{
			margin-right: 5px;
		}


/* 会員ログイン
===============================================*/
#head_login{
	float:right;
	margin-right:10px;
	padding-top:14px;
}


/* 文字サイズ変更
===============================================*/
#size {
	width: 75px;
	height: 23px;
	background: url(/common_img/head/sizechange_text.gif) no-repeat;
	float: right;
	padding-top: 14px;
	margin-right: 5px;
}
#size img {
	margin-right: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}

/* サイト内検索
===============================================*/
/*#sch {
	width: 180px;
	height: 20px;
	background:url(/common_img/head/search.gif) no-repeat left top;
	float: right;
	padding-top: 11px;
	text-align: right;
}*/
#sch{
	height: 35px;
	vertical-align: bottom;
	position: relative;
}
#search{
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
	position:relative;
	margin-left: 0;
	margin-top: 0;
}
button::-moz-focus-inner{
  padding: 0;
  border: none;
}
.search_input1 {
	width: 135px;
	height: 33px;
	line-height: 33px;
	padding-right: 3px;
	padding-left: 3px;

	border-top: 1px solid #A5ACB2;
	border-left: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	border-right: 0;

	vertical-align:bottom;
	font-size:0.8em;

	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	-o-border-radius:4px 0 0 4px;
	-ms-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}
#search_btn {
	background-color: #FFFFFF;
	height: 35px;
	line-height: 0;
	width: 36px;
	border-style: none;
	cursor: pointer;
	padding: 0;
	overflow: visible;
	vertical-align: bottom;
	position: relative;
}
/*#searchbox {
	background-repeat: no-repeat;
	height: 22px;
	text-align: right;
}*/

/**********************************************
                メニュー
***********************************************/
#menuArea{
	clear:both;
}
#menuArea li{
	float:left;
	width: 107px;
	display: inline;
	text-align: center;
	margin-left: 2px;
}
#menuArea li a{
	padding: 20px 0;
	display:block;
	overflow: hidden;
	font-size: 0.8em;
	color: #333333;
	border-bottom: 3px solid #c9e8f1;
}
#menuArea li#gm5 a,
#menuArea li#gm7 a,
#menuArea li#gm8 a,
#menuArea li#gm9 a,
#menuArea li#gm5Act a,
#menuArea li#gm7Act a,
#menuArea li#gm8Act a,
#menuArea li#gm9Act a{
	padding: 11px 0 10px;
}
#menuArea li a span{
	display: block;
	font-size: 0.9em;
}
#menuArea li a:hover,
#menuArea li#gm1Act a,
#menuArea li#gm2Act a,
#menuArea li#gm3Act a,
#menuArea li#gm4Act a,
#menuArea li#gm5Act a,
#menuArea li#gm6Act a,
#menuArea li#gm7Act a,
#menuArea li#gm8Act a,
#menuArea li#gm9Act a{
	border-bottom: 3px solid #36aacc;
	background: #36aacc;
	color: #fff;
}
#menu{
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	overflow: hidden;
}

/*メニュー共通
-----------------------------------*/

/*商品のご案内
-----------------------------------*/
#gm1,#gm1Act{
	margin-left: 0 !important;
}

/*FXを学ぶ
-----------------------------------*/
/*
#gm2 a{
    background-position: -154px 35px;}

#gm2Act a,
#gm2 a:hover{
    background-position: -154px 0px;}
*/

/*マーケット情報
-----------------------------------*/
/*
#gm3 a{
    background-position: -307px 35px;}

#gm3Act a,
#gm3 a:hover{
    background-position: -307px 0px;}
*/

/*セミナー情報
-----------------------------------*/
/*
#gm4 a{
    background-position: -460px 35px;}

#gm4Act a,
#gm4 a:hover{
    background-position: -460px 0px;}
*/

/*動画
-----------------------------------*/
/*
#gm5 a{
    background-position: -613px 35px;}

#gm5Act a,
#gm5 a:hover{
    background-position: -613px 0px;}
*/

/*会社案内
-----------------------------------*/
/*#gm6 a{
    background-position: -766px 35px;}

#gm6Act a,
#gm6 a:hover{
    background-position: -766px 0px;}
*/


/**********************************************
                右コンテンツ
***********************************************/
#right_con {
	float: right;
	width: 740px;
	font-size: 0.75em;
	position: relative;
	margin:0px;
}
#right_con a:link,
#right_con a:visited {
	color:#116FBB;
}

#right_con a:active {
	color: #116FBB;
	text-decoration: underline;
}
#right_con a:hover {
	color: #116FBB;
	text-decoration: underline;

}
#right_con p{
	margin-bottom:15px;
/*	font-size:1.2em;*/
}
/* パン屑
===============================================*/
#route li {
	float: left;
	font-size: 0.8em;
	margin-bottom:10px;
}
#right_con ol{
	margin-bottom:15px;
}
#right_con dd ol{
	margin-bottom:5px;
	margin-left: 5px;
}
#right_con ol li{
	padding-bottom: 5px;
	list-style: decimal inside;
}
/* h1,h2,h3,共通
===============================================*/
h2,h3{
	font-weight: normal;
}


/* h1
===============================================*/
#right_con h1 {
	clear: both;
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.5em;
	padding-right: 0px;

}
/* h2
===============================================*/
#right_con h2 {
	font-size: 1.05em;
	padding: 3px 5px;
	margin-bottom: 10px;
	clear: both;
}
#right_con h2.nomal {
	padding:3px 0px;
}
#right_con .h2_opt {
	color:#4d4d4d;
	padding: 9px 15px;
	font-size: 1.1em;
	color: #333333;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: url(/common_img/h2_left.gif) repeat-y left top #F9F9F9;
        display: block;

}
.h2_opt2 {
	border-left: 3px solid #003366;
	padding-left: 10px;
	color:#4d4d4d;
}

.h2_opt a:link {
	color: #333333;
}
.h2_opt a:hover {
	color: #006699;
	text-decoration:none;
}
.h2_opt a:visited {
	color: #333333;
}
#right_con #h2{
	font-size: 0.9em;
}
/*h2box
-----------------------------------*/
#top_h2box {
	width:100%;
	position: relative;
	clear: left;
	float: left;
	margin-bottom: 5px;
}
#right_con #top_h2box p {
	margin: 0px;
	padding-top: 7px;
	font-size:1.0em;
}
#top_h2box h2 {

}
/* h3
===============================================*/
#right_con h3 {
	font-size: 1.0em;
	color:#333333;
	border-bottom:2px solid #36aacc;
	padding-bottom: 5px;
	margin-bottom:10px;
	clear:both;
}
#right_con h3.h3_opt{
    background:url(../common_img/hr1.gif) repeat-x left bottom;
	border-bottom:none;
}
/* h4
===============================================*/
#right_con h4 {
	font-size: 1.0em;
	color: #003366;
}
#right_con h4.h4_opt{
    background:url(/common_img/hr1.gif) repeat-x left bottom;
	border-bottom:none;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:10px;
}

/* h5
===============================================*/
h5 {
	background-color: #D0EFF9;
	padding: 5px;
	font-size: 1em;
	border-bottom: 1px solid #C0C0C0;
}

h5 a:link {
	color: #333333;
}
h5 a:visited {
	color: #333333;
}
h5 a:hover {
	color: #006699;
	text-decoration:none;
}
.h5_opt {
	background: url(/common_img/icon/arrow_mini_lb.gif) no-repeat left center;
	padding-left: 10px;
}

/* h2box
===============================================*/

/*#h2box {
	width: 468px;
	background:#d6d6d6 url(/common_img/bg_h1.gif) repeat-x top;
	vertical-align: bottom;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-bottom: 4px solid #979797;
	color:#3b3b3b;
	padding:5px;
	position: relative;
	clear: left;
	float: left;
	margin-bottom: 5px;
}

#h2box a:link {
	text-decoration: none;
}

#h2box p {
	margin: 0px;
	padding: 0px;
}

#h2box h3 {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}*/

/* 共通タブメニューリスト
-------------------------------------------------*/

ul#sub_contents {
	background:url(/common_img/bl_line.gif) left 28px no-repeat;
	width:740px;
	height:44px;
	margin:10px 0px 5px 0px;
	font-size:14px;
}

#sub_contents li {
	float:left;
	height:44px;
	padding:0px;
	margin:0px 5px 0px 0px;
	display:block;
	white-space:nowrap;
}

#sub_contents li a {
	padding:5px 10px 0px 10px;
	height:22px;
	border-left:#507ea1 1px solid;
	border-right:#507ea1 1px solid;
	border-top:#507ea1 1px solid;
	background:#ffffff;
	font-weight:bold;
	float:left;
	text-decoration:none;
	color:#515151!important;
	white-space: nowrap;
}

#sub_contents li.act a,
#sub_contents li.act a:visited,
#sub_contents li a:hover {
	height:23px;
	border-left:#507ea1 1px solid;
	border-right:#507ea1 1px solid;
	border-top:#507ea1 1px solid;
	background:url(/common_img/bg_gra.gif) left top repeat-x;
	color:#FFFFFF!important;
}

#sub_contents li.act {
	background:url(/common_img/icon/icon_act.gif) center bottom no-repeat;
}

/**********************************************
                左コンテンツ
***********************************************/


#left_con {
	width: 220px;
	float: right;
	margin-right: 20px;
	font-size: 0.8em;
}
#left_con a:link, #left_con a:visited{
	color: #116fbb;
}
#left_con a:hover{
	text-decoration: underline;
}
#left_con p{
    margin-bottom:10px;
}
/* 口座開設/資料請求ボタン
===============================================*/
#accountBg{
    width:206px;
/*	height:121px;*/
    height:90px;
    background:url(/common_img/bg_account.gif) no-repeat;
	padding:7px;
/*    margin-bottom:10px;*/
}
#accountTop{
    width:206px;
    background:url(/common_img/bg_accountTop.gif) no-repeat;
	padding:7px;
    margin-bottom:10px;
}

#accountL,
#account,
#request{
    margin-bottom:8px;
	line-height:0;
	font-size:0px;
}
#accountL a{
    width:206px;
	height:59px;
	text-indent:-9999px;
	display:block;
    margin-bottom:8px;
	overflow:hidden;
}
#account a,
#request a {
	width:206px;
	height:34px;
    text-indent:-9999px;
	display:block;
	overflow:hidden;
}
/*口座開設 (大)
-----------------------------------*/
#accountL a{
    background:url(/common_img/accountBtn.jpg) 0px 59px;}

#accountL a:hover{
	background:url(/common_img/accountBtn.jpg) 0px 0px;}

/*口座開設（小）
-----------------------------------*/
#account a{
    background:url(/common_img/bothBtn.jpg) 0px 34px;}

#account a:hover{
	background:url(/common_img/bothBtn.jpg) 0px 0px;}


/*資料請求
-----------------------------------*/
#request a{
    background:url(/common_img/bothBtn.jpg) -206px 34px;}

#request a:hover{
	background:url(/common_img/bothBtn.jpg) -206px 0px;}


/*デモトレード画面（リッチアプリ版デモ）
-----------------------------------*/
#neo_demo a{
	width:206px;
	height:34px;
	text-indent:-9999px;
	display:block;
	background: url(/common_img/neo_demo.jpg) 0px 34px;
    margin-bottom:8px;
	overflow:hidden;}

#neo_demo a:hover{
	background: url(/common_img/neo_demo.jpg) 0px 0px;}


/* デモトレード画面
===============================================*/
#b_demo a{
	width:206px;
	height:32px;
	text-indent:-9999px;
	display:block;
	background: url(/common_img/b_demo.jpg) 0px 32px;
	overflow:hidden;}

#b_demo a:hover{
	background: url(/common_img/b_demo.jpg) 0px 0px;}


/* サブメニューエリア
===============================================*/

/*左メニューTOP画像　共通
-----------------------------------*/
#title_beginner a,
#title_home a,
#title_kouza a,
#title_company a,
#title_glossary a,
#title_market a,
#title_movie a,
#title_multiple a,
#title_relief a,
#title_seminar a,
#title_login a,
#title_sitemap a,
#title_bo a,
#title_reason a,
#title_tsumitate a,
#title_fxbeginner a{
	padding: 10px 0;
	text-align: center;
	background-color: #36aacc;
	color: #ffffff !important;
	line-height: 1.2;
	font-size: 1.3em;
	display: block;
	font-weight: bold;

	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
	}

#title_beginner a:hover,
#title_kouza a:hover,
#title_company a:hover,
#title_glossary a:hover,
#title_market a:hover,
#title_movie a:hover,
#title_multiple a:hover,
#title_relief a:hover,
#title_seminar a:hover,
#title_login a:hover,
#title_sitemap a:hover,
#title_bo a:hover,
#title_reason a:hover,
#title_tsumitate a:hover,
#title_fxbeginner a:hover{
opacity: 0.8;
filter:alpha(opacity=80);
text-decoration: none;
zoom: 1;
background-color: #36aacc;
display: inline-block;
width: 100%;
	}

/*サブメニューボックス
-----------------------------------*/

/*#container #sub_menu #sub_menu_list li{
	font-size:1.0em;
}*/
#sub_menu {
	margin-bottom:10px;
	font-size:0.87em;
        background-color:#f9f9f9;
}

/*メニューリスト
-----------------------------------*/
#sub_menu_list {
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;

	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;

	margin-top: -1px;
}

#sub_menu_list2 {
	margin: 2px 3px 0px 3px;
}

/*リスト（第2階層）
------------------------*/
#sub_menu_list li,
#sub_menu_list2 li {
	line-height: 1em;
	border-top:1px solid #d2d2d2;
}

#sub_menu_list li a {
	color: #222222 !important;
	display: block;
	padding: 13px 10px 13px 25px;
	text-decoration:none;
	background: url(/common_img/sidemenu_act_icon.png) no-repeat 11px 1.1em;
}

#sub_menu_list li a:hover {
	color:#0099cc;
	text-decoration:none;
	background-color: #DDF3FA;
}


/*くりっく365*/
#sub_menu_list2 li a {
	color: #555555;
	display: block;
	text-decoration:none;
	background:#f0f0f0 url(/common_img/icon/arrow_mini.gif) 11px center no-repeat;
	margin-bottom: 1px;
	padding: 5px 0px 5px 20px;
	font-weight: bold;
}

#sub_menu_list2 li a:hover {
	color:#1a4b51;
	text-decoration:none;
	background:url(/common_img/icon/arrow_mini.gif) 11px center no-repeat;
}


/*リストinリスト（第3階層）
------------------------*/
#sub_menu_list li ul,
#sub_menu_list2 li ul {
	display: none;
}
#sub_menu_list li li a, #sub_menu_list li li a:hover,
#sub_menu_list2 li li a, #sub_menu_list2 li li a:hover  {
	padding-top: 13px;
	padding-bottom: 13px;
	background-position:26px 1.4em;
	background-repeat:no-repeat;
	border-style: none;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 35px;
	line-height: 1.2;
}
#sub_menu_list li li a:hover,
#sub_menu_list2 li li a:hover {
	text-decoration: underline;
}
#sub_menu_list li li a,
#sub_menu_list2 li li a {
	color: #333333;
	background-color: #fff;
	background-image: url(/common_img/icon/arrow_mini.gif);
	text-decoration: none;
}
#sub_menu_list li li a:hover,
#sub_menu_list2 li li a:hover {
	color: #0099CC;
	background-image: url(/common_img/icon/arrow_mini.gif);
	background-color: #ddf3fa;
	text-decoration: none;
}

/*リストinリスト（第4階層）
------------------------*/
#sub_menu_list li li li a, #sub_menu_list li li li a:hover,
#sub_menu_list2 li li li a, #sub_menu_list2 li li li a:hover{
	background-position:36px 1.4em;
	padding-left: 45px;
}


/*js制御部分=====================================

※「.selected」がaタグに追加されます。
===============================================*/

/*トグルオープン時のリスト（第2階層）*/
#sub_menu_list li a.selected,
#sub_menu_list2 li a.selected  {
	text-decoration:none;
	background: url(/common_img/sidemenu_act_icon.png) no-repeat 11px 1.1em #afe7f7;
}

/*トグルオープン時のリストinリスト（第3階層）*/
#sub_menu_list li li a.selected,
#sub_menu_list2 li li a.selected  {
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url(/common_img/icon/arrow_mini.gif);
	background-position: 26px center;
	background-repeat: no-repeat;
	background-color: #ddf3fa;
	/*	behavior: expression(IEPNGFIX.fix(this));*/
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	line-height: 1.2;
}

/*トグルオープン時のリストinリスト（第4階層）*/
#sub_menu_list li li li a.selected,
#sub_menu_list2 li li li a.selected  {
	background-position: 36px center;
	padding-left: 45px;
	background-color: #eefbff;
}

/* バナーエリア
===============================================*/
#banner_aria,.banner_aria{
	text-align:center;
}
#banner_aria p{
    margin-bottom:10px;
}
/**********************************************
                フッター
***********************************************/
#footerAll{
	width: 100%;
	min-width: 980px;
	margin-top: 100px; /* 20151009 */
	font-size: 0.9em;
	position: relative;
}

#container .attention-brand {
	font-size: 0.7em;
	clear: both;
	text-align: right;
}

#footer_con {
	clear: both;
	width: 972px;
	margin: 0 auto;
}
#footerTop {
	background: #FFFFFF url(/img/top/bg_footer.gif) repeat-x top;
}
#footer_link1 {/*外為どっとコムポリシー*/
	width:165px;
	padding: 0px 10px 10px 10px;
	position: relative;
	margin-bottom:5px;
	border-right: 1px dotted #FFFFFF;
	float:left;
	font-size: 0.7em;
}
#footer_link2 {/*人気のページ*/
	width:116px;
	padding: 0px 9px 10px 10px;
	position: relative;
	margin-bottom:5px;
	border-right: 1px dotted #FFFFFF;
	float:left;
	font-size: 0.7em;
}
#footer_link1 a:hover,
#footer_link1 a,
#footer_link2 a:hover,
#footer_link2 a{
/*	text-decoration:none;*/
	color:#FFFFFF;
}
#footer_link3{
	width:645px;
	padding: 0px 0px 10px 10px;
    float:left;
}
#footer {
	position: relative;
	margin:0px;
	background-color:#ffffff;
	width: 100%;
	min-width: 980px;
	padding: 11px 0 0 0;/* 20151009 */
	border-top: 0;
	background: url(/common_img/footer_tline.gif) repeat-x center top; /* 20151009 */
	font-size: 1em;
}
#footer_menu{
	width: 100%;
	min-width: 980px;
	background-color: #f7f7f8; /* 20151009 */
	overflow: hidden;
}
/* 20141113 フッター内リンク幅調整
　margin-right70→65へ */
#footer_menu .menu_Inner{
	text-align: center;
	width: 140px; /* 20151009 */
	margin-right: 26px; /* 20151009 */
	padding: 0 0 0;
	overflow: hidden;
	float:left;
	display: inline;
	zoom: 1;
}
/* end */
#footer_menu .menu_Inner li{
	/* margin-right: 9px; */
	/* padding: 0 0 0 10px; */
	margin-bottom: 9px; /* 20151009 */
	line-height: 1.1; /* 20151009 */
	float:none;
	text-align: left;
	width: auto;
	/* background: url(/common_img/icon/arrow_white.gif) no-repeat left center; */
	font-size: 0.9em; /* 20151009 */
	color: #333333; /* 20151009 */
}
/* 20151009 add */
#footer_menu .menu_Inner li:first-child{
	border-bottom: 1px solid #333333;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 7px;
}
#footer_menu .menu_Inner li.mgn_b{
	margin-bottom: 29px !important;
}
/* end */

#footer_menu .menu_Inner li a{
	color: #333333 !important; /* 20151009 */
}
#footer_menu .menu_Inner li a:hover{
	text-decoration: underline;
}

.footer_txt{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0; /* 20151009 */
	background-color: #ffffff; /* 20151009 */
	border-top: 1px solid #dddddd; /* 20151009 */
}
.footer_txt p{ margin: 0 auto 20px; width: 970px; color: #333333; min-width: 970px; background-color: #ffffff; /* 20151009 */ }
#footer_link5 {
	width: 690px;
}
#footer_link5 a:hover{
	text-decoration:none;
}
#footer_link5 li {
	float: left;
}
#copyright {
	clear: both;
	/*margin-top: 10px;*/
}
#footer_sp {
	position: absolute;
	top:5px;
	right:5px;
}
#footer_link4 {
	clear: right;
	margin-bottom: 10px;
}
#footer_link4 img{
    margin-right:15px;
}
#footer_link4 img.mgn_r0{
    margin-right:0px;
}
#footer_menuInner{
	padding: 25px 5px !important;  /* 20151002 */
	position: relative;
}
#footerSub{
    width:972px; /* 20151002 */
	background-repeat:repeat-y;
	margin: 0 auto;
	margin-bottom:15px;
/*	behavior: expression(IEPNGFIX.fix(this));*/
}
#footer_menuInner{
	width: 970px;
	/* padding: 30px 5px; */
	margin: 0 auto;
	/* border-bottom: 1px solid #ffffff; */
	padding-bottom: 5px;
}
#attention2 {
	font-size: 0.8em;
	padding: 5px;
	padding-bottom: 60px;
	color: #3f3f3f;
	clear: left;/*	width:760px;*/
}
.png{
/*	behavior: expression(IEPNGFIX.fix(this));*/
}
#footer_link1 li.arrow_wht,
#footer_link2 li.arrow_wht{
    background:url(../common_img/icon/arrow_white.gif) no-repeat left 7px;
	padding-left:7px;
}
#measurement{
	display: none;
}
#pagetop{
	display: none;
	bottom: 10px;
	left: 50%;
	margin-left: 530px;
	position: fixed;
	width: auto;
	background-color: transparent !important;
}
#foot_link li{
	display: inline-block;
	*display: inilne;
	vertical-align: top;
	float:none;
	margin-left: 10px; /* 20151002 */
}
/* 20151002add */
#foot_link li:first-child{
	margin-left: 0;
}
/* 20151002add end */

#foot_link li a{
	font-size: 1em;
}
/**********************************************
                コンテンツ
***********************************************/
/*--------------------------------------------------------------------------

よく使用するCSS

--------------------------------------------------------------------------*/
/* マージン関連
===============================================*/

/*主にbrタグ用*/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
/*汎用*/
.clear-both {
	clear: both;
}

/*マージン下
-----------------------------------*/
.mgn_b0,
#right_con p.mgn_b0{
	margin-bottom:0px !important;
}
.mgn_b5,
#right_con p.mgn_b5{
	margin-bottom: 5px !important;
}
.mgn_b10,
#right_con p.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b15,
#right_con p.mgn_b15 {
	margin-bottom: 15px !important;
}
.mgn_b20,
#right_con p.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b25,
#right_con p.mgn_b25 {
	margin-bottom: 25px !important;
}
.mgn_b30,
#right_con p.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b35,
#right_con p.mgn_b35 {
	margin-bottom: 35px !important;
}
.mgn_b40,
#right_con p.mgn_b40 {
	margin-bottom: 35px !important;
}
.mgn_b45,
#right_con p.mgn_b45 {
	margin-bottom: 35px !important;
}
.mgn_b50,
#right_con p.mgn_b50 {
	margin-bottom: 35px !important;
}

/*マージン上
-----------------------------------*/
.mgn_t0,
#right_con p.mgn_t0 {
	margin-top:0px !important;
}
.mgn_t5,
#right_con p.mgn_t5 {
	margin-top:5px !important;
}
.mgn_t10,
#right_con p.mgn_t10 {
	margin-top:10px !important;
}
.mgn_t15,
#right_con p.mgn_t15 {
	margin-top:15px !important;
}
.mgn_t20,
#right_con p.mgn_t20 {
	margin-top:20px !important;
}
.mgn_t25,
#right_con p.mgn_t25 {
	margin-top:25px !important;
}
.mgn_t30,
#right_con p.mgn_t30 {
	margin-top:30px !important;
}
.mgn_t35,
#right_con p.mgn_t35 {
	margin-top:35px !important;
}
.mgn_t40,
#right_con p.mgn_t40 {
	margin-top:40px !important;
}
.mgn_t45,
#right_con p.mgn_t45 {
	margin-top:45px !important;
}
.mgn_t50,
#right_con p.mgn_t50 {
	margin-top:50px !important;
}

/*マージン左
-----------------------------------*/
.mgn_l0{
	margin-left:0px !important;
}
.mgn_l5{
	margin-left:5px !important;
}
.mgn_l10{
	margin-left:10px !important;
}
.mgn_l15{
	margin-left:15px !important;
}
.mgn_l20{
	margin-left:20px !important;
}
.mgn_l25{
	margin-left:25px !important;
}
.mgn_l30{
	margin-left:30px !important;
}
.mgn_l35{
	margin-left:35px !important;
}
.mgn_l40{
	margin-left:40px !important;
}
.mgn_l45{
	margin-left:45px !important;
}
.mgn_l50{
	margin-left:50px !important;
}
/*マージン右
-----------------------------------*/
.mgn_r0{
	margin-right:0px !important;
}
.mgn_r5{
	margin-right:5px !important;
}
.mgn_r10{
	margin-right:10px !important;
}
.mgn_r15{
	margin-right:15px !important;
}
.mgn_r20{
	margin-right:20px !important;
}
.mgn_r25{
	margin-right:25px !important;
}
.mgn_r30{
	margin-right:30px !important;
}
.mgn_r35{
	margin-right:35px !important;
}
.mgn_r40{
	margin-right:40px !important;
}
.mgn_r45{
	margin-right:45px !important;
}
.mgn_r50{
	margin-right:50px !important;
}

/*マージン上下
-----------------------------------*/
.mgn_tb0{
	margin-top:0px !important;
	margin-bottom:0px !important;
}
.mgn_tb5{
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.mgn_tb10{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mgn_tb15{
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.mgn_tb20{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mgn_tb25{
	margin-top:25px !important;
	margin-bottom:25px !important;
}
.mgn_tb30{
	margin-top:30px !important;
	margin-bottom:30px !important;
}
.mgn_tb35{
	margin-top:35px !important;
	margin-bottom:35px !important;
}
.mgn_tb40{
	margin-top:40px !important;
	margin-bottom:40px !important;
}
.mgn_tb45{
	margin-top:45px !important;
	margin-bottom:45px !important;
}
.mgn_tb50{
	margin-top:50px !important;
	margin-bottom:50px !important;
}

/*マージ左下
-----------------------------------*/
.mgn_lb15{
	margin-left:15px !important;
	margin-bottom:15px !important;
}
/*マージ左右
-----------------------------------*/
.mgn_l7r8 {
	margin-right:8px !important;
	margin-left: 7px !important;
}

/*高さ調整
-----------------------------------*/
.mgn1 {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.mgn1-3 {
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align: right;
	clear:both;
}
.mgn2{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.mgn1-2 {
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
}
.mgn2-1,.mgn2-2,.mgn2-3,.mgn2-4,.mgn2-5,
.mgn2-6,.mgn2-7,.mgn2-8,.mgn2-9,.mgn2-10,
.mgn2-11,.mgn2-12,.mgn2-13,.mgn2-14,.mgn2-15,
.mgn2-16,.mgn2-17 {
	padding: 0px 5px 5px 5px;
	float:left;
	font-size:0.95em;
}

/*.mgn2-13 {}*/
.mgn2-1 li,.mgn2-2 li,.mgn2-3 li,.mgn2-4 li,.mgn2-5 li,
.mgn2-6 li,.mgn2-7 li,.mgn2-8 li,.mgn2-9 li,.mgn2-10 li,
.mgn2-11 li,.mgn2-12 li,.mgn2-13 li,.mgn2-14 li,.mgn2-15 li,
.mgn2-16 li,.mgn2-17 li {
	background: url(/common_img/icon/arrow_mini.gif) no-repeat 0px 7px;
	padding-top:0px;
	padding-left:8px;
	margin-top:0px;
}
.mgn2-1 .textlink1,.mgn2-2 .textlink1,.mgn2-3 .textlink1,.mgn2-4 .textlink1,.mgn2-5  .textlink1,
.mgn2-6 .textlink1,.mgn2-7 .textlink1,.mgn2-8 .textlink1,.mgn2-9 .textlink1,.mgn2-10  .textlink1,
.mgn2-11 .textlink1,.mgn2-12 .textlink1,.mgn2-13 .textlink1,.mgn2-14 .textlink1,.mgn2-15  .textlink1,
.mgn2-16 .textlink1,.mgn2-17 .textlink1{
	font-size:1.0em;
}

/* レイアウト関連
===============================================*/
.center {
	text-align: center;
}
.left{
	float:left;
}
.right_fix {
	text-align: right;
}
.left_fix {
	text-align: left;
}
.right{
	float:right;
}
.left_pict{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.left_pict_b0{
	float:left;
	margin-bottom:0px;
	margin-right:10px;
}
.left_pict_r15{
	float:left;
	margin-bottom:10px;
	margin-right:15px;
}
.left_pict_r20{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}
.left_pict_r25{
	float:left;
	margin-bottom:10px;
	margin-right:25px;
}
.left_pict_b20{
	float:left;
	margin-bottom:20px;
	margin-right:10px;
	display:block;
}
.left_pict_b30{
	float:left;
	margin-bottom:30px;
	margin-right:10px;
}

.left_pict_border{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	border:1px solid #000000;
}
.right_pict{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
.right_pict_b30{
	float:right;
	margin-bottom:30px;
	margin-left:10px;
}
.right_pict_border{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	border:1px solid #000000;
}
.imgLfix1 {
	float: left;
	margin-right: 10px;
}
.banner_cp {
	border:1px solid #CCCCCC;
	padding:10px 10px 7px;
	margin-bottom:15px;
	width:658px;
}
.banner_cp li {
	float:left;
	margin-right:29px;
}
.banner_cp li.last {
	margin-right:0px;
}
.banner_cp:after,
ul#sub_contents:after,
#cp_box:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0.1em;
	line-height: 0.1em;
	height: 0px;
	visibility: hidden;
}


#cp_box {
	width: 680px;
	margin: 10px 0px 15px 0px;
	padding: 0px;
}

#cp_box li {
	float:left;
	padding:0px;
	margin-left:20px;
}

#cp_box li.pad_none {
	float:left;
	padding:0px;
	margin:0px;
}

#cp_box1 {
	background: url(../campaign/img/cp_box1.gif) left top no-repeat;
	width: 680px;
	height: 103px;
	margin: 0px 0px 15px 0px;
	padding: 35px 0px 5px 0px;
}

#cp_box1 li {
	float: left;
	padding: 0px;
	margin-left: 19px;
}
#cp_box1-2 {
	background: url(../campaign/img/cp_box1.gif) left top no-repeat;
	width: 640px;
	height: 76px;
	margin: 0px 0px 15px 0px;
	padding: 35px 20px 5px;
	border-bottom:1px solid #D5D4D4;
}


#cp_box2 {
	background:url(../campaign/img/cp_box2.gif) left top no-repeat;
	width:680px;
	height:108px;
	margin:0px 0px 15px 0px;
	padding:40px 0px 0px 0px;
}

#cp_box2 li {
	float:left;
	padding:0px;
	margin-left:9px;
}
/*2013/09追加4ここから*/
#cp_box4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	display: block;
	width: 645px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D4D4;
	border-bottom-color: #D5D4D4;
	border-left-color: #D5D4D4;
	padding-left: 33px;
	margin-bottom: 10px;
	overflow: auto;
	padding-top: 5px;
}
#cp_box4 li {
	float: left;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

/*4追加終了ここまで*/

/* パディング関連
===============================================*/
.pad1 {
	padding-right: 20px;
	padding-left: 20px;
}
.pad2 {
	padding-right: 10px;
	padding-left: 10px;
}
.pdg5 {
	padding:0px 5px 0px 5px;
}
.pdg10{
	padding:10px;
}
/* ボックス
===============================================*/
.box {
	width: 732px;
	position: relative;
	margin-bottom:20px;
	padding: 0px;
}
.box_l {
	width: 365px;
	position: relative;
	float: left;
	margin-bottom:15px;
	padding: 0px;
}
.box_r {
	width: 365px;
	float: right;
	position: relative;
	margin-bottom:15px;
	padding: 0px;
}
.w2box {
	padding: 15px;
	position: relative;
}
.w2box_R {
	width: 482px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
}
.w2box li,
.w2box_R li,
.w3box li,
.w3box_R li{
	background: url(/common_img/icon/arrow_mini.gif) no-repeat 0px 7px;
	padding-top:0px;
	padding-left:8px;
	margin-top:0px;
}
.w3box {
	width: 240px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 0px;
}
.w3box_R {
	width: 240px;
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

/* テキストサイズ、色
===============================================*/

h1 .txt_s{
	font-size:0.6em;
}
.txt_s{
	font-size:0.85em;
}
.txt_s2{
	font-size:0.95em;
}
.txt_l{
	font-size: 1.1em;
}
.txt_gray {
	color: #666666;
}
.txt_blue {
	color: #0000FF;
}
.txt_blue2 {
	color: #1B99BF;
}
.txt_blue2_bld {
	color: #1B99BF;
	font-weight: bold;
}
.txt_blue3 {
	color: #102955;
}
.txt_blue3_bld {
	color: #102955;
	font-weight: bold;
}
.txt_org {
	color: #FF6600;
}
.txt_org_bld {
	color: #FF6600;
	font-weight: bold;
}
.txt_grn {
	color: #009933;
}
.txt_red_bld,#right_con .txt_red_bld a,#right_con a.txt_red_bld {
	color: #C60000;
	font-weight: bold;
}

.txt_red,
a.txt_red,
#right_con a:hover.txt_red,
#right_con a:link.txt_red,
#right_con a:visited.txt_red {
	color: #C60000;
}
h3 .txt_red{
	font-size:0.8em;
}
.txt_blue_bld {
	color: #0000FF;
	font-weight: bold;
}
.txt_org {
	color: #FF6600;
}
.txt_org _bld{
	color: #FF6600;
	font-weight: bold;
}
.txt_grn {
	color: #009933;
}
.txt_grn_bld {
	color: #009933;
	font-weight: bold;
}
.txt_nml{
    font-weight:normal;
}
/* アイコン、矢印（装飾）関連
===============================================*/

.textlink1 {
background: url("/common_img/icon/arrow_mini.gif") no-repeat scroll 0 center;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 8px;
	line-height: 1.2;
}
h2.h2_opt .textlink1 {
background: url("/common_img/icon/arrow_mini.gif") no-repeat scroll 0 9px rgba(0, 0, 0, 0);
}
/*a.textlink2 {
	background: url(/common_img/icon/arrow_wht2.gif) no-repeat;
	padding-left: 15px;
	font-size:0.8em;
	font-weight:normal;
}*/
.arrow1 {
	background: url(/common_img/icon/login_arrow.gif) no-repeat;
	padding-left: 13px;
}
.arrow2 {
	background: url(/common_img/icon/arrow1.gif) no-repeat;
	padding-left: 7px;
}

.arrow3 {
	background: url(/common_img/icon/arrow_mini_lb.gif) no-repeat left center;
	padding-left: 7px;
}

/*左向けオレンジ三角アイコン*/
.backlink {
	padding-left: 10px;
	cursor: pointer;
	font-size:1em;
	background: url(/common_img/icon/arrow_back.gif) no-repeat 0px center;
}
.nextlink {
	background: url(/common_img/icon/arrow_next.gif) no-repeat right center;
	padding-right: 10px;
	font-size:1em;
	font-weight:normal;
}
.pagetop {
	padding-left: 10px;
	/*background: url(/common_img/icon/toparrow_mini.gif) no-repeat 0px 4px;*/
}
.win{
/*    background:url(../common_img/icon/window.gif) no-repeat right;*/
	margin-left:5px;
	margin-right:5px;
}
.icon_tv{
	margin-left:5px;
	margin-right:5px;
	vertical-align:text-top;
}
.icon_bookmark{
	margin-left:5px;
	margin-right:5px;
	vertical-align:text-top;

}
/* 背景装飾関連
===============================================*/

.back_glay{
	background-color:#EBF0F3;
	padding:5px;
}
.back_glay_center{
	background-color:#EBF0F3;
	padding:5px;
	text-align:center;
}
.bg_gray{
	background-color: #EFEFEF;
	padding:10px;
}
.bg_gray dd{
	margin-bottom: 0px;
}
.bg_org{
	background-color: #f2e2bd;
	padding:10px;
}
.bg_org2{
	border:1px solid #edca7e;
	background-color: #fef5de;
	padding:10px;
}
.bg_org2-2{
	background-color: #fef5de;
	padding:5px;
}
.bg_blue{
	background-color: #9FC2E5;
	padding:10px;
}
.bg_blue2{
	background-color: #9FC2E5;
	padding:10px;
}
.bg_pink {
	background-color: #FFCECE;
}
.back_color1{
	background-color:#FFFFD9;
	text-align: center;
}
.back_color2{
	background-color:#E1F5FF;
	text-align: center;
}
.back_color3{
	background-color:#D9FFD9;
	text-align: center;
}
.back_color4{
	background-color:#FFDFFF;
	text-align: center;
}
.back_color1_l{
	background-color:#FFFFD9;
	text-align: left;
}
.back_color2_l{
	background-color:#E1F5FF;
	text-align: left;
}
.back_color3_l{
	background-color:#D9FFD9;
	text-align: left;
}
.back_color4_l{
	background-color:#FFDFFF;
	text-align: left;
}

/* アイコン関連
===============================================*/

.pdf{
	background: url(/common_img/icon/pdf.gif) no-repeat left;
	padding-left: 18px;
}
.pdf2{
	background: url(/common_img/icon/pdf.gif) no-repeat right;
	padding-right: 18px;
}
.icon_attention{
    background:url(/common_img/icon/attention.gif) no-repeat left;
	padding-left:18px;
}
#icon_next,#icon_fxtrade {
	padding-left:15px;
	background-repeat: no-repeat;
	background-position: left;
	margin-right:10px;
}
#icon_next {
	background-image: url(/common_img/icon/next.gif);
}
#icon_fxtrade {
	background-image: url(/common_img/icon/trade.gif);
}
.icon_both {
	background: url(/common_img/icon/both.gif) no-repeat right;
	padding-right: 40px;
}
.icon_print {
	background:url(/common_img/icon/print.gif) no-repeat left;
	padding-left:18px;
	margin-bottom:15px;
}
/* icon_both2 サービス案内トップのみ使用 */
.icon_both2 {
	background: url(/common_img/icon/both.gif) no-repeat right bottom;
	padding-right: 35px;
	display:inline-block;
}
.icon_next {
	background: url(/common_img/icon/next.gif) no-repeat right;
	padding-right: 23px;
}
/* icon_next2 サービス案内トップのみ使用 */
.icon_next2 {
	background: url(/common_img/icon/next.gif) no-repeat right bottom;
	padding: 0px 20px 0px 0px;
	display:inline-block;
}
.icon_trade {
	background: url(/common_img/icon/trade.gif) no-repeat right;
	padding-right: 23px;
}
/* icon_trade2 サービス案内トップのみ使用 */
.icon_trade2 {
	background: url(/common_img/icon/trade.gif) no-repeat right 0.2em;
	padding-right: 20px;
	display:inline-block;
}

/*　商品配下使用アイコン（FXステージ・外貨ネクスト・ナビ対応）
-------------------------------------------------*/
.icon_detail{
    vertical-align:bottom;
	margin-bottom:10px;
	font-size:0.8em;
}
.icon_detail img{
	vertical-align: top;
}
.icon_detail img.win{
	vertical-align: middle;
}

/* アイコン（数字等）装飾関連
===============================================*/
#icon_1,#icon_2,#icon_3,#icon_4,#icon_5,#icon_6,
#icon_7,#icon_8,#icon_9,#icon_10,#icon_11,#icon_12 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 23px;
	height: 100%;
	margin-bottom:15px;
}
#icon_1 {background-image:url(/common_img/icon/icon_1.gif);}
#icon_2 {background-image:url(/common_img/icon/icon_2.gif);}
#icon_3 {background-image:url(/common_img/icon/icon_3.gif);}
#icon_4 {background-image:url(/common_img/icon/icon_4.gif);}
#icon_5 {background-image:url(/common_img/icon/icon_5.gif);}
#icon_6 {background-image:url(/common_img/icon/icon_6.gif);}
#icon_7 {background-image:url(/common_img/icon/icon_7.gif);}
#icon_8 {background-image:url(/common_img/icon/icon_8.gif);}
#icon_9 {background-image:url(/common_img/icon/icon_9.gif);}
#icon_10 {background-image:url(/common_img/icon/icon_10.gif);}
#icon_11 {background-image:url(/common_img/icon/icon_11.gif);}
#icon_12 {background-image:url(/common_img/icon/icon_12.gif);}

#icon_1 h3,#icon_2 h3,#icon_3 h3,#icon_4 h3,#icon_5 h3,#icon_6 h3,
#icon_7 h3,#icon_8 h3,#icon_9 h3,#icon_10 h3,#icon_11 h3,#icon_12 h3 {
	background-image:none;
	margin-bottom:0px;
	margin-top:0px;
}

/* hrタグ装飾関連
===============================================*/
.hr_line1 {
	background:url(/common_img/hr1.gif) repeat-x;
	clear:both;
	height:1px;
	margin:5px 0px;
}
.hr_line2 {
	background:url(/common_img/hr1.gif) repeat-x center center;
	height:1px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.hr_line1_b15{
	background:url(/common_img/hr1.gif) repeat-x;
	clear:both;
	height:1px;
	margin:5px 0pt 15px 0px;
}
.border_black{
	border:1px solid #000000;
}
.border_gray{
	border:1px solid #999999;
	padding:10px;
/*	width: 548px;*/
}
.border_gray2{
	border:1px solid #c8c8c8;
	padding:10px;
	overflow:auto;
	margin-bottom:15px;
}
.line_dotted {
	border: 1px dotted #CCCCCC;
	padding:5px;
	margin-bottom:15px;
}
.line_solid_gray {
	border: 1px solid #CCCCCC;
	padding:5px;
}
.border_red {
	border:1px solid #C60000;
	padding:20px;
	color:#C60000;
	font-weight: bold;
	text-align: center;
}
.border_red2 {
	border:1px solid #C60000;
	padding:15px;
	color:#C60000;
	font-weight: bold;
	text-align: center;
	font-size:80%;
}


/* table装飾関連
===============================================*/

/*tbl1
-----------------------------------*/
/*.tbl1, .tbl1 td, .tbl1 th,
.tbl1_2, .tbl1_2 td, .tbl1_2 th {
	border: 1px solid #999999;
	border-collapse:collapse;
}
*/
.tbl1 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tbl1 td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;

}
.tbl1 th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background-color: #F9F9F8;
	text-align: center;
}
.tbl1_2 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.tbl1_2 td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tbl1_2 th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F9F9F8;
}
.tbl1_cen {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom:15px;
}
.tbl1_cen td {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align:center;
}
.tbl1_cen th {
	padding: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	background-color: #F9F9F8;
	text-align: center;
}
/*tbl2
-----------------------------------*/
.tbl2 {
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
}
.tbl2 td {
	padding: 5px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
.tbl2 th {
	padding: 5px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #002346;
	font-weight: bold;
	background-color: #002C57;
	text-align: center;
	color: #FFFFFF;
}
.tbl2 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl2 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl2 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

/*tbl3
-----------------------------------*/
.tbl3 {
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
}
.tbl3 td {
	padding: 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}
.tbl3 th {
	padding: 5px;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	font-weight: bold;
	background-color: #0099CC;
	text-align: center;
	color: #FFFFFF;
}
.tbl3 th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl3 th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.tbl3 th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
/*tbl5
-----------------------------------*/
.tbl5 {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.tbl5 td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.tbl5 th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #F9F9F8;
	text-align: center;
	color: #333333;
}
.tbl5 th a:link {
	color: #333333;
	text-decoration: underline;
}
.tbl5 th a:hover {
	color: #333333;
	text-decoration: underline;
}
.tbl5 th a:visited {
	color: #333333;
	text-decoration: underline;
}
/*tbl5_2
-----------------------------------*/
.tbl5_2 {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.tbl5_2 td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.tbl5_2 th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	background-color: #F9F9F8;
	text-align: center;
	color: #CCCCCC;
}
.tbl5_2 th a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.tbl5_2 th a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.tbl5_2 th a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.cell_center {
	vertical-align:middle!important;
	text-align:center;
	display:table-cell;
}

/* dl,dt,ddタグ装飾関連
===============================================*/
.top_list1{
/*	width:568px;*/
	margin-bottom:15px;
	line-height: 1.5em;
	position:relative;
	float:left;
	font-size:1em;
}
.top_list1 li{
	padding-top:0px;
	padding-left:10px;
	margin-top:0px;
	background-image: url(/common_img/icon/arrow_mini.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	margin-bottom: 5px;
}
ol.list1{
	padding-left:1.5em;
	list-style-type: decimal;
}

/* list1
-----------------------------------*/
.list1 {
	margin-left: 5px;
	margin-bottom:10px;
}
.list1 dl {
	width: 545px;
	padding: 10px;
	border: 1px solid #999;
	overflow: hidden;
}
.list1 dt {
	float: left;
	margin-right: 10px;
	padding: 3px 0px 3px 0px;
}
.list1 dd {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 3px;
	padding-top: 3px;
}
/* list2
-----------------------------------*/
.list2 {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	/*overflow: hidden;*/
	font-size:1em;
}
.list2 dt {
	margin-bottom: 3px;
	padding-bottom: 2px;
	padding-right: 10px;
	float: left;
}
.list2 dd {
	margin-bottom: 3px;
	padding-bottom: 2px;
	padding-left: 6em;
/*	border-bottom: 1px dotted #CCCCCC;*/
	background:url(/common_img/hr1.gif) repeat-x bottom;
}
.list2 dd a {
	display:block;
}

/* dt_list
-----------------------------------*/
.dt_list{
	margin-left:10px;
}
.dt_list dt {
	font-weight: bold;
}
.dt_list dd {
	margin-left:1em;
	margin-bottom: 10px;
}

/* dt_list2
-----------------------------------*/
.dt_list2{
	margin-bottom:10px;
	margin-top:10px;
}
.dt_list2 dt {
	font-weight: bold;
}
.dt_list2 dd {
	margin-left:1em;
	margin-bottom: 5px;
}

/* dt_tbl
-----------------------------------*/
.dl_tbl{
	border:1px solid #CCCCCC;
	margin-top: 5px;
	position: relative;
	margin-bottom: 15px;
}
.dl_tbl dt{
	height: 100%;
	padding: 10px;
	font-weight: bold;
	background-color: #EBF0F3;
	border-bottom: 1px solid #CCCCCC;
}
.dl_tbl dd{
	height: 100%;
	padding: 10px;
}

/* 注釈関連
===============================================*/
#attention {
	background: #f7f7f8 url(/common_img/attention.gif) no-repeat 10px 10px;
	padding: 35px 10px 10px 10px;
	margin: 10px 0px;
	font-size:0.8em;
	clear:both;
}
#attention dl {
	background-color: #f7f7f8;
}
#attention dt {
	font-weight: bold;
	background-color: #f7f7f8;
}
#attention dd {
	margin-bottom: 10px;
	margin-left:12px;
	background-color: #f7f7f8;
}

#attention a.textlink1{font-size:1.0em;}



/* テキストインデント関連
===============================================*/
.attention{
	text-indent:-1em;
	padding-left:1em;
	line-height: 1.2em;
}
.attention2{
	text-indent:-1.8em;
	padding-left:1.8em;
	font-size:1em;
}
.attention3 {
	padding: 10px;
	margin-bottom: 15px;
	background: #EEF7FA;
}
.attention4 {
	text-indent:-1em;
	padding-left:1em;
	font-size:0.85em;
}

.attention4_red {
	color: #C60000;
	text-indent:-1em;
	padding-left:1em;
	font-size:0.85em;
	line-height: 1.3em;
}
.attention4_red li {
	margin-bottom:3px;
}

.txt_indent{
	text-indent:-14px;
	padding-left:14px;
	margin-bottom:15px;
}
.txt_indent2 dl{
	padding-left:1em;
}
.txt_indent2 dt{
	margin-top:5px;
}
.txt_indent2 dd{
	padding-left:2em;
}

/*--------------------------------------------------------------------------

その他

--------------------------------------------------------------------------*/
.dot_box,.dot_box_stage{
    background-color: #f6f6f6;
    border: 1px dotted #919191;
	padding:8px;

}

#login_btn {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 66px;
}
.input1 {
	width: 145px;
	border: 1px solid #666666;
	height: 18px;
	right: 0px;
	bottom: 0px;
	position: relative;
}
.index {
	width: 49px;
	height: 15px;
	background: #003366 url(/common_img/list.gif) no-repeat left bottom;
	text-indent: -10000px;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#kariyushi {
	width: 39px;
	height: 44px;
	background: url(/common_img/kariyushi.gif) no-repeat;
	text-indent:-9999px;
	position: absolute;
	right: 120px;
	bottom:65px;
/*	bottom: 0px;*/
}

#ilogin {
	width: 150px;
	margin-bottom: 0px;
	height: 180px;
}
#gcom {
	margin-left: 1px;
}
#right_con .dot_none{
    background:none;
}

.pagelink li {
	float:left;
	margin: 0px 0px 15px 0px;
}

#ipad_head {
	background: url(/ipad/common_img/head_bg.gif) repeat-x;
}
#iphone_head {
	min-width: 980px;
	background: url(/smphone/common_img/head_bg.gif) repeat-x;
}
#ipad_banner, #iphone_banner {
	width:920px;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

/* =================================================================== */
/* [印刷用スタイル]                                                    */
/* =================================================================== */

@media print {
*{
    float:none
}
body {
	background-image:none;
}
#head,
#route,
#menuArea,
#left_con,
#footer_con,
#gadget_area{
    display:none;
}
#container {
	/*width: 770px;*/
	width: 100%;
	background-image:none
}
#right_con{
    float:none;
    width: 685px;
}

}

#losscut {
	background-image: url(../img/banner/losscut/losscut_01.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 205px;
	padding-top: 5px;
	margin-bottom: 10px;
}
#losscut .banner {
	text-align: center;
	margin-bottom: 5px;
}

#head_close_next {
	width: 980px;
	height:140px;
	background: #FFFFFF url(/common_img/head/worldmap.gif) no-repeat 180px 0;
	position: relative;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#head_close_next h1 {
    font-size:12px;
	position: absolute;
	left: 0px;
	top: 24px;
	color: #102955;
	font-weight:bold;
}

#head_close_next p {
	font-size:12px;
	position: absolute;
	left: 0px;
	top: 24px;
	color: #102955;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

#close_next {
	text-align: center;
	margin:15px 0 0 0;
}

#close_next p {
	position:static;
	top: 24px;
}

/* list3
-----------------------------------*/
.list3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 18px;
}
.list3 dt {
	float: left;
	clear: both;
	margin: 0;
	padding: 3px 0 7px 0;
	width: 6em;
}
.list3 .dd_text {
	padding: 3px 0 5px 12em;
	border-bottom: 1px dotted #CCC;
	margin: 0;
}
.list3 .icon{
	float: left;
	padding: 4px 5px 0 10px;
	width: 60px;
}

.list3 a {
	padding: 5px 0 0 0;
}

.list3 a:hover{
    text-decoration:none;
}

/* list4
-----------------------------------*/
.list4 {
	clear: both;
	margin-bottom: 15px;
	font-size: 0.8em;
	line-height: 18px;
}
.list4 dt {
	float: left;
	clear: both;
	margin: 0;
	padding: 3px 10px 7px 0;
}
.list4 .dd_text {
	padding: 3px 0 5px 6em;
	border-bottom: 1px dotted #CCC;
	margin: 0;
}

.list4 a {
	padding: 5px 0 0 0;
}

.list4 a:hover{
    text-decoration:none;
}


/* 2014/09/30
-----------------------------------*/
/*--- tab ---*/
.tabArea{
	width: 740px;
	margin-bottom: 15px;
}
ul.tab_test{
	width: 740px;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(/common_img/bl_line.gif) no-repeat left bottom;
}
ul.tab_test li{
	float: left;
	display: inline;
	width: auto;
	margin: 0 10px -1px 0;
	position: relative;
	zoom: 1;
	min-width: 60px;
	text-align: center;
}
ul.tab_test li:last-child{
	margin-right: 0 !important;
}
	ul.tab_test li a{
		padding: 7px 9px 3px 9px;
		display: block;
		color: #515151 !important;
		text-decoration: none;
		-moz-border-radius:4px 4px 0 0;
		-webkit-border-radius:4px 4px 0 0;
		-o-border-radius:4px 4px 0 0;
		-ms-border-radius:4px 4px 0 0;
		border-radius:4px 4px 0 0;
		behavior:url("/js/PIE.htc");
		position: relative;

		-pie-background: linear-gradient(top, #ffffff, #ffffff);
		background: #ffffff;

		border-top: 1px solid #507ea1;
		border-left: 1px solid #507ea1;
		border-right: 1px solid #507ea1;
		zoom: 1;
	}
	ul.tab_test li a:hover,
	ul.tab_test li.ov a{
		display: block;
		color: #ffffff !important;
		border-bottom: 1px solid #36AACC;
		background-color: #36AACC;
		text-decoration: none !important;
		-pie-background: linear-gradient(top, #36AACC, #36AACC);

		position: relative;
		zoom: 1;
	}

/*--- btn ---*/

.btn_3clm{
	width: 740px;
}
.btn_3clm li{
	width: 240px;
	display: inline-block;
	float: left;
	margin-bottom: 10px;

	zoom: 1;
}
	.btn_3clm li a{
		display: block;
		color: #ffffff !important;
		cursor: pointer;
		padding: 5px 0;
		width: 238px;
		text-align: center;
		color: #515151 !important;
		font-weight: bold;
		font-size: 0.8em;

		background: -moz-linear-gradient(top, #fefefe, #d9d9d9);
		background: -webkit-linear-gradient(top, #fefefe, #d9d9d9);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d9d9d9));
		background: linear-gradient(to bottom, #fefefe, #d9d9d9);
		-pie-background: linear-gradient(top, #fefefe, #d9d9d9);

		position: relative;
		zoom: 1;

		background-color: #fff;

		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		behavior:url("/js/PIE.htc");

		border: 1px solid #aeaeae;
	}
	.btn_3clm li a:hover,
	.btn_3clm li.on a{
		color: #ffffff !important;
		text-decoration: none !important;

		background: -moz-linear-gradient(top, #00b7e9, #009fc5);
		background: -webkit-linear-gradient(top, #00b7e9, #009fc5);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7e9), color-stop(100%,#009fc5));
		background: linear-gradient(to bottom, #00b7e9, #009fc5);
		-pie-background: linear-gradient(top, #009fc5, #009fc5);

		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		behavior:url("/js/PIE.htc");

		position: relative;
		zoom: 1;
	}

#right_con h2.h2_ttl{
	width: 740px;
	border-top: 5px solid #1a9abe;
	color: #1a9abe;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding: 10px 0 11px;

	background: -moz-linear-gradient(top, #fefefe, #d9d9d9);
	background: -webkit-linear-gradient(top, #fefefe, #d9d9d9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#d9d9d9));
	background: linear-gradient(to bottom, #fefefe, #d9d9d9);
	-pie-background: linear-gradient(top, #fefefe, #d9d9d9);

	position: relative;
	zoom: 1;
}

#right_con h3.h3_ttl{
	width: 740px;
	color: #fff000;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	font-size: 1.1em;

	background: -moz-linear-gradient(top, #1f7bca, #0c458d);
	background: -webkit-linear-gradient(top, #1f7bca, #0c458d);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f7bca), color-stop(100%,#0c458d));
	background: linear-gradient(to bottom, #1f7bca, #0c458d);
	-pie-background: linear-gradient(top, #1f7bca, #0c458d);

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}

.bluebtn,
.orangebtn,
.blue2btn,
.greenbtn,
.yellowbtn{
	display:table;
	width: 270px;
	margin: 0 auto;
}

.bluebtn a,
.orangebtn a,
.blue2btn a,
.greenbtn a,
.yellowbtn a{
	display: table-cell;
	color: #ffffff !important;
	line-height: 1.2;
	text-align: center;
	font-size: 1.1em;
	width: 250px;
	padding: 10px;
	height: 40px;
	vertical-align: middle;
}

.bluebtn a{
	background: #3099b7; /* 20141119 add */
	background: -moz-linear-gradient(top, #36aacc, #3099b7);
	background: -webkit-linear-gradient(top, #36aacc, #3099b7);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36aacc), color-stop(100%,#3099b7));
	background: linear-gradient(to bottom, #36aacc, #3099b7);
	-pie-background: linear-gradient(top, #36aacc, #3099b7);

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}
.orangebtn a{
	background: #be4c00; /* 20141119 add */
	background: -moz-linear-gradient(top, #d35400, #be4c00);
	background: -webkit-linear-gradient(top, #d35400, #be4c00);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d35400), color-stop(100%,#be4c00));
	background: linear-gradient(to bottom, #d35400, #be4c00);
	-pie-background: linear-gradient(top, #d35400, #be4c00);

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}
.blue2btn a{
	background: #0e254c; /* 20141119 add */
	background: -moz-linear-gradient(top, #102955, #0e254c);
	background: -webkit-linear-gradient(top, #102955, #0e254c);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#102955), color-stop(100%,#0e254c));
	background: linear-gradient(to bottom, #102955, #0e254c);
	-pie-background: linear-gradient(top, #102955, #0e254c);

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}
.greenbtn a{
	background: #18935c; /* 20141119 add */
	background: -moz-linear-gradient(top, #1ba466, #18935c);
	background: -webkit-linear-gradient(top, #1ba466, #18935c);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ba466), color-stop(100%,#18935c));
	background: linear-gradient(to bottom, #1ba466, #18935c);
	-pie-background: linear-gradient(top, #1ba466, #18935c);

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}
.yellowbtn a{
	background: #d8a72d; /* 20141119 add */
	background: -moz-linear-gradient(top, #f0ba32, #d8a72d);
	background: -webkit-linear-gradient(top, #f0ba32, #d8a72d);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0ba32), color-stop(100%,#d8a72d));
	background: linear-gradient(to bottom, #f0ba32, #d8a72d);
	-pie-background: linear-gradient(top, #f0ba32, #d8a72d);

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	behavior:url("/js/PIE.htc");

	position: relative;
	zoom: 1;
}

#right_con .bluebtn a:hover,
#right_con .orangebtn a:hover,
#right_con .blue2btn a:hover,
#right_con .greenbtn a:hover,
#right_con .yellowbtn a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
	text-decoration: none;
}

#right_con .w500btn{ width: 500px;}
#right_con .w500btn a{ width: 480px;}

/*20141010 sideバナー*/
.SideBnrBox{
	 border-bottom: 1px dotted #d2d2d2;
	 width: 220px;
	 margin-bottom: 25px;
}
.SideBnrBox li{
	 border-top: 1px dotted #d2d2d2;
	 width: 210px;
	 padding: 8px 0px;
	 cursor:pointer;
	 overflow: hidden;
	 line-height: 1.4;
}
.SideBnrBox a.BnrInner{
	width: 210px;
	height: 76px;
	cursor:pointer;
	display: block;
	position: relative;
	zoom: 1;
	font-size: 0.9em;
}
.SideBnrBox span{
	display: block;
	position: relative;
	zoom: 1;
	cursor:pointer;
}
.SideBnrBox .Bnr2clm{
	color: #000000;
	width: 210px;
	cursor:pointer;
}
.SideBnrBox .Bnr2clm .Left{
	 display: block;
	 position: relative;
	 zoom: 1;
	 cursor:pointer;
	 float: left;
	 width: 50px;
}
.SideBnrBox .Bnr2clm .Right{
	 display: block;
	 position: relative;
	 zoom: 1;
	 cursor:pointer;
	 float: right;
	 width: 150px;
	 font-size: 0.85em;
	 overflow: hidden;
}
.SideBnrBox a.BnrInner:hover{
	text-decoration: none !important;
}
.SideBnrBox a.BnrInner:hover .ttl{
	text-decoration: underline !important;
}
.SideBnrBox a.BnrInner .ttl{
	margin-bottom: 5px;
}

/* ページナビ スタイル
----------------------------------------------------------*/
.text-center {
    text-align: center;
}

a:link, a:visited, a:hover {
    text-decoration: none;
}

ol:after, ul:after, dl:after, div:after, section:after, nav:after, header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.has-grid li span, .has-grid > span, .has-grid > div, .has-grid > ul, .has-grid > li {
    display: inline-block;
	*display: inline;
	zoom: 1;
    vertical-align: top;
    word-spacing: normal;
}

.has-grid, ul.has-grid {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.pagination-box {
    margin: 20px auto;
    width: 92%;
}
.pagination-box .page-turn {
    font-size: 108%;
    position: relative;
}
.pagination-box .pageback, .pagination-box .pagenext {
    position: absolute;
}
.pagination-box .pageback {
    left: 0;
    top: 0;
}
.pagination-box .pagenext {
    right: 0;
    top: 0;
}
.pagination-box .pageback a, .pagination-box .pagenext a {
    display: inline-block;
}
.pagination-box .pageback a {
    min-height: 0 !important;
    padding: 0 0 0 11px !important;
}
.pagination-box .pagenext a {
    min-height: 0 !important;
    padding: 0 11px 0 0 !important;
}
.pagination-box .pageback .previous, .pagination-box .pagenext .next {
	background-color: #1a9abf;
	color: #FFFFFF;
	display: inline-block;
	height: 30px;
	line-height: 32px;
}
.pagination-box .pageback .previous {
    border-radius: 0 5px 5px 0;
    box-shadow: 2px 2px 3px #B3B3B3;
    padding: 0 17px 0 13px;
}
.pagination-box .pagenext .next {
    border-radius: 5px 0 0 5px;
    box-shadow: -2px 2px 3px #B3B3B3;
    padding: 0 13px 0 17px;
}
.pagination-box .page-count {
    display: inline-block;
    font-size: 77%;
    line-height: 26px;
}
.pagination-navi {
    margin: 20px auto;
	width: 480px;
	display: block;

	position: relative;
}
.pagination-navi .page-turn {
    font-size: 108%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.pagination-navi .page-turn02 {
    font-size: 108%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pagination-navi .pageback {
    left: 0;
    top: 0;
}
.pagination-navi .pageback a, .pagination-navi .pagenext a {
    display: inline-block;
}
.pagination-navi .pageback a .next, .pagination-navi .pagenext a .next {
	background-color: #1a9abf;
	color: #FFFFFF;
	display: inline-block;
	font-size: 100%;
	border: 1px solid #1a9abf;
}
.pagination-navi .pageback a:hover, .pagination-navi .pagenext a:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.pagination-navi .pageback .next, .pagination-navi .pagenext .next {
	background-color: #ffffff;
	color: #cccccc;
	display: inline-block;
	font-size: 100%;
	border: 1px solid #cccccc;
}

.pagination-navi .pageback .previous {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 3px #B3B3B3;
    padding: 0 5px 0 3px;
}
.pagination-navi .pageback a {
    border-bottom: medium none;
    min-height: 0;
}
.pagination-navi .pagenext .next,
.pagination-navi .pageback .next {
    padding: 8px 11px;
	line-height: 1.2;
}
.pagination-navi .pagenext a {
	background-size: 11px 26px;

    border-bottom: medium none;
    min-height: 0;
}
.pagination-navi .page-count {
    display: inline-block;
    font-size: 77%;
    line-height: 26px;
}
.pagination-navi .page-number li {
	background-color: #7777777;
	border: 1px solid #1a9abf;
	color: #404040;
	margin: 0 5px 0 0;
	line-height: 1.2;
}

.pagination-navi .page-number li.current{
	margin: 0 5px 0 0;
}
.pagination-navi .page-number li.current,
.pagination-navi .page-number li a:hover{
	background-color: #1a9abf;
	color: #FFFFFF !important;
	padding: 8px 13px 9px;
	line-height: 1.2;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none !important;
}

.pagination-navi .page-number li:last-child {
	margin-right: 0;
}
.pagination-navi .page-number li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: medium none;
	color: #1a9abf !important;
	display: block;
	font-size: 110%;
	font-weight: bold;
	height: auto;
	line-height: 1.2;
	min-height: 0;
	padding: 8px 13px;
	position: static;
	text-align: center;
	width: auto;
}

.pagination-navi p {
	color: #1a9abf;
	font-weight: bold;
	padding:0 0 3px 0;
}

/* clearfix */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.emergency {
	border: 1px solid #ff0000;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 15px;
	font-size: 0.9em;
	line-height:130%;
}
.eme_title {
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px !important;
}
.eme_comment {
	font-weight: normal;
	color: #000000;
	margin-bottom: 0 !important;
}
.emergency .emergency_link {
	font-size: 1.2em;
	text-decoration: underline;
}
#right_con .emergency .emergency_link:hover {
	text-decoration: none;
}

.table_Black {
    border-left: 1px solid #373A3F;
    border-top: 1px solid #373A3F;
    width: 100%;
}
.table_Black th, .table_Black td {
    background-color: #000000;
    border-bottom: 1px solid #373A3F;
    border-right: 1px solid #373A3F;
    color: #FFFFFF;
    line-height: 1.2;
    padding: 3px 0;
    text-align: center;
}
.table_Black th {
    font-size: 0.8em;
}
.table_Black td {
    font-size: 0.6em;
}
.bid, .ask {
    font-size: 0.7em !important;
}
.spread {
    font-size: 0.9em !important;
}
td.spread {
    font-weight: bold;
    color: #ffcc33;
}
.txt_sp {
    color: #FFCC33;
}
.allpy a {
    background: url("/common_img/sidemenu_act_icon.png") no-repeat scroll left 0.4em rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0.8em !important;
    padding-left: 14px;
}

/* 20171222 */
/* Turkey swap & mexico swap */
#swap_updated,
.swap_updated {
	position: absolute;
	color: #FFF;
	bottom: 9px;
	right: 5px;
	font-size: 0.7em;
	margin: 0 !important;
	width: 210px;
	text-align: right;
	letter-spacing: -0.7px;
}
#swap_updated,
.swap_updated {
	bottom: 25px;
}
#mexicoBoxAll #swap_updated,
#mexicoBoxAll .swap_updated{
	top: 92px;
	right: 6px;
	font-size: 10px;
	color: #000;
}
#zarBoxAll .swap_updated{
	top: 104px;
	right: 6px;
	font-size: 10px;
	color: #000;
}
#turkey_swap {
	position: absolute;
	top: 88px;
	right: 31px;
	font-weight: bold;
	color: #ffcc33;
	font-size: 2.6em;
	margin: 0 !important;
	text-align: right;
	width: 80px;
	line-height: 1;
	font-family: 'Arial','ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,sans-serif;
}
#mexico_swap{
	position: absolute;
	top: 58px;
	/*top: 90px\9;*/
	right: 7px;
	font-weight: bold;
	color: #D0002C;
	font-size: 2.5em;
	margin: 0 !important;
	text-align: center;
	width: 97px;
	line-height: 1;
	font-family: 'Arial','ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,sans-serif;
}
#southafrica_swap{
	position: absolute;
	top: 70px;
	right: 7px;
	font-weight: bold;
	color: #e12337;
	font-size: 2.5em;
	margin: 0 !important;
	text-align: center;
	width: 97px;
	line-height: 1;
	font-family: 'Arial','ＭＳ Ｐゴシック','MS PGothic',Helvetica,Arial,sans-serif;
}
#mexico_swap span,
#southafrica_swap span{
	font-size: 0.3em;
	position: relative;
	top: -2px;
	padding-left: 2px;
}
#turkeyBoxAll,
#mexicoBoxAll,
#zarBoxAll{
	position: relative;
}
#turkeyBoxAll img,
#zarBoxAll img{
	width: 220px;
	height: 140px;
}
#mexicoBoxAll img{
	height: 150px;
	width: 220px;
}
#turkeyBoxAll img {
	height: 168px;
}

/* mxntrade/index.html */
#mexicoSwap  {
	position: relative;
	width: 661px;
	height: 200px;
	margin: 0 auto;
}
#mexicoSwap .swap_value {
	position: absolute;
	font-size: 6.0em !important;
	top: 55px;
	right: 0;
	margin: 0 !important;
	text-align: right;
	color: #D0002C;
	width: 661px;
	text-align: center;
}
#mexicoSwap .swap_value span {
	font-size: 0.65em !important;
	padding-left: 5px;
}
#mexicoSwap .swap_updated {
	top: 165px;
	right: 0;
	font-size: 1em !important;
	color: #000;
	width: 661px;
	text-align: center;
}


/* 2015/11/06 start */
#koyoutoukeiBnr{
	position: relative;
}
#koyoutoukeiBnr .dateText{
	width: 100%;
	padding: 0 0 0 470px;
	color: #feef04;
	font-size: 1.1em;
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
}
#koyoutoukeiBnr.toujitsu .dateText{
	padding: 0 0 0 335px;
}
/* 2015/11/06 end */

/* 2015/12/03 start */
#main_con{
	overflow: visible;
}
#main_con #sideBnrLeft,
#main_con #sideBnrRight{
	position: absolute;
	top: 20px;
}
#main_con #sideBnrLeft{
	left: -130px;
}
#main_con #sideBnrRight{
	right: -152px;
}
/* 2015/12/03 end */

/* 20160606 start */
.RedBox{
	border: 2px solid #d00000;
	padding: 15px 10px;
}

/* 2016/7/27 start */
#head{
	padding: 5px 0 15px;
}
#head_con{
	padding: 5px 0 0;
}
#head .topReadTxt{
	width: 980px;
	margin: 0 auto;
	font-size: 0.7em;
	font-weight: normal;
	position: static;
}
#route li strong{
	font-weight: normal;
}
/* 2016/7/27 end */

/* 2016/7/30 start */
.footer_txt .footerBtmTxt{
	padding: 0;
	margin: 0;
	font-size: 0.7em;
}
/* 2016/7/30 end */

/* 2018/5/22 start */
#menu ul.gm_submenu{
	display: none;
	width: 950px;
	padding: 15px 15px 5px;
	background: #36aacc;
	/*background: rgba(54, 170, 204, 0.9);*/
	position: absolute;
	z-index: 999;
}
/*
#menu li:hover > ul.gm_submenu {
	display: block;
}*/
#menu ul.gm_submenu li{
	display: table;
	width: 230px;
	background: #fff;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 10px;
}
#menu ul.gm_submenu li:nth-child(4n){
	margin-right: 0;
}
#menu ul.gm_submenu li a{
	display: table-cell;
	background: url(/common_img/sidemenu_act_icon.png) no-repeat 10px 50% !important;
	color: #333 !important;
	height: 38px;
	vertical-align: middle;
	padding: 8px 15px 8px 28px !important;
	line-height: 130%;
	border: 0;
	font-size: 0.8em;
	text-align: left;
	position: relative;
}
#menu ul.gm_submenu li:hover{
	background: #ddf3fa !important;
}
#menu li#gm2 ul.gm_submenu,
#menu li#gm2Act ul.gm_submenu{
	margin-left: -109px;
}
#menu li#gm3 ul.gm_submenu,
#menu li#gm3Act ul.gm_submenu {
	margin-left: -218px;
}
#menu li#gm4 ul.gm_submenu,
#menu li#gm4Act ul.gm_submenu{
	margin-left: -327px;
}
#menu li#gm5 ul.gm_submenu,
#menu li#gm5Act ul.gm_submenu{
	margin-left: -436px;
}
#menu li#gm6 ul.gm_submenu,
#menu li#gm6Act ul.gm_submenu{
	margin-left: -545px;
}
#menu li#gm7 ul.gm_submenu,
#menu li#gm7Act ul.gm_submenu{
	margin-left: -654px;
}
#menu li#gm9 ul.gm_submenu,
#menu li#gm9Act ul.gm_submenu{
	margin-left: -873px;
}
/* 2018/5/22 end */

/* 2018/5/23 */
.absmarketBlock{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.absmarket{
	position: fixed;
	left: 50%;
	margin-left: 500px;
	top: 131px;
}
/* 2018/5/23 end */

/* 2018/8/13 */
.startfixBlock .startfix{
	position: fixed;
	width: 220px;
	left: 50%;
	margin-left: 310px;
	bottom: 35px;
}
.startfixBlock .btnclose{
	position: fixed;
	left: 50%;
	margin-left: 513px;
	bottom: 79px;
}
/* 2018/8/13 end */
/* 2021/4/5 */
/*#menu li#gm2 ul.gm_submenu,
#menu li#gm2Act ul.gm_submenu{
	display: block !important;
}*/
/*#menu li#gm2 ul.gm_submenu li:last-child,
#menu li#gm2Act ul.gm_submenu li:last-child{
	margin-right: 0;
}*/

/*#menu li#gm2 ul.gm_submenu,
#menu li#gm2Act ul.gm_submenu{
	padding: 15px 5px 5px 25px;
}
#menu li#gm2 ul.gm_submenu li,
#menu li#gm2Act ul.gm_submenu li{
	display: list-item;
	width: 222px;
	background: none;
	margin-right: 10px;
	margin-bottom: 0;
	text-align: left;
}

#menu li#gm2 ul.gm_submenu li:hover,
#menu li#gm2Act ul.gm_submenu li:hover{
	background: none !important;
}
#menu li#gm2 ul.gm_submenu li a,
#menu li#gm2Act ul.gm_submenu li a{
	display: inline-block;
	background: none !important;
	color: #fff !important;
	height: auto;
	padding: 8px 5px 8px 0 !important;
	text-decoration: underline;
}
#menu li#gm2 ul.gm_submenu > li:not(:first-child) > a,
#menu li#gm2Act ul.gm_submenu > li:not(:first-child) > a{
	text-decoration: none;
	cursor: default;
}
#menu li#gm2 ul.gm_submenu > li > ul,
#menu li#gm2Act ul.gm_submenu > li > ul{
	margin-bottom: 20px;
}
#menu li#gm2 ul.gm_submenu > li > ul:before,
#menu li#gm2Act ul.gm_submenu > li > ul:before{
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
}
#menu li#gm2 ul.gm_submenu > li > ul > li,
#menu li#gm2Act ul.gm_submenu > li > ul > li{
	margin-right: 0;
}
#menu li#gm2 ul.gm_submenu > li > ul > li:first-child,
#menu li#gm2Act ul.gm_submenu > li > ul > li:first-child{
	margin-top: 10px;
}
#menu li#gm2 ul.gm_submenu > li > ul > li > a,
#menu li#gm2Act ul.gm_submenu > li > ul > li > a{
	padding-bottom: 0 !important;
}
#menu li#gm2 ul.gm_submenu > li > ul > li > a:before,
#menu li#gm2Act ul.gm_submenu > li > ul > li > a:before{
	white-space: pre-wrap;
	content: "＞\00a0";
}*
/* 2021/4/5 end */


/* 20190402START */
#sp_head_pr_area{
	display: none;
}
.head_pr_txtlink{
	margin-top: -5px;
	padding: 3px;
	background: #1a9abe;
	border-bottom: 1px solid #e5e5e5;
	display: none;
}
.head_pr_txtlink .head_pr_txtlink_inr{
	width: 980px;
	margin: auto;
	position: relative;
}
.head_pr_txtlink .head_pr_txtlink_inr a{
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
}
.head_pr_txtlink .head_pr_txtlink_inr a:hover{
	color: #f5f50b;
	text-decoration: underline;
}
.head_pr_txtlink .head_pr_txtlink_inr a span{
	display: inline-block;
	padding: 2px 10px;
	background: #a40328;
	border-radius: 3px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
}
.head_pr_txtlink .pr_close_btn{
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -11px;
}
/* 20190402END */

/* 20190829START */
#footer:before{
	/*clear: both;
	content: "";
	display: block;
	background: url(/common_img/boo_footer.png);
	width: 75px;
	height: 39px;
	position: absolute;
	right: 10px;
	top: -39px;
	margin: auto;*/
}
/* 20190829END */

/* 20200219START */
.displayTimer {
	display: none;
}
/* 20200219END */

/* 20200701START */
#footerBtmkouzaBtn img{
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#footerBtmkouzaBtn a:hover img{
	opacity: 0.5;
}
/* 20200701END */

/* 20200811buttomSTART */
.OpenAccount_bnr{
	width: 100%;
	margin: auto 0 15px;
}
.OpenAccount_bnr a{
	display: block;
	width: 660px;
	text-align: center;
	background: #cb4300;
	background: -moz-linear-gradient(top, #ff7734, #cb4300);
	background: -webkit-linear-gradient(top, #ff7734, #cb4300);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7734), color-stop(100%,#cb4300));
	background: linear-gradient(to bottom, #ff7734, #cb4300);
	border-radius: 10px;
	padding: 35px 90px 35px 135px;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	font-size: 2.0em;
	line-height: 1;
	color: #ffffff !important;
	letter-spacing: 3px;
	box-shadow: 0 4px 4px #bebdbd;
	font-weight: bold;
	text-decoration: none !important;
}
.OpenAccount_bnr a:after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/common_img/white_arrow.png) no-repeat center;
	vertical-align: middle;
	margin-top: -15px;
	right: 10px;
	position: absolute;
	top: 50%;
}
.OpenAccount_bnr a:hover{
	opacity: 0.6;
	text-decoration: none !important;
}
.OpenAccount_bnr a:visited {
	color:#ffffff !important;
}
.OpenAccount_bnr .BnrInnerText{
	padding: 15px 25px;
	background: #fff;
	border-radius: 7px;
	color: #ef6724;
	margin-top: -29px;
	line-height: 1;
	left: 10px;
	font-weight: normal !important;
	position: absolute;
	top: 50%;
}
/* 20200811buttomEND */

/* 202010fottersnsSTART */
#footersns{
	position: absolute;
	left: 0;
	bottom: 10px;
}
#footersns .footersnsInr{
	display: table;
	table-layout: fixed;
	width: 340px;
}
#footersns .footersnstxt{
	line-height: 1.2;
	font-size: 0.9em;
	display: table-cell;
	vertical-align: middle;
	width: 150px;
}
#footersns .fottericon{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	width: 100%;
}
#footersns .fottericon li{
	float: left;
	width: 35px;
	margin-left: 10px;
}
.othersns{
	font-size: 0.9em;
	margin-top: 5px;
}
/* 202010fottersnsEND */

/* 202103premium START */
#tab_blueicon{
	margin-bottom: 15px;
}
#tab_blueicon ul{
	margin-left: -30px;
	position: relative;
}
#tab_blueicon ul li{
	margin: 0 0 10px 30px;
	display: inline-block;
}
#tab_blueicon ul li a{
	display: block;
	padding-left: 20px;
	background: url(/common_img/sidemenu_act_icon.png) no-repeat left center;
}
/* 202103premiumEND */

/* 20210311add page Link */
.pttk_pagelink{
	background: #eee;
	padding: 6px 10px;
	margin-bottom: 15px;
}
.pttk_pagelink li{
	float: left;
}
.pttk_ttl{
	background: #306189;
	border-radius: 5px;
	font-size: 0.9em;
	padding: 1px 3px;
	color: #fff;
	margin-right: 8px;
}
/* 20210311add END */
