<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/**********************************/
span.red {
	color: #F00;
	font-weight: bold;
}
span.orange {
	color: #F60;
	font-weight: bold;
}
.uiLi{
	position: relative;
	display: block;
	margin: 0;
	border-width: 1px 0 0;
	overflow: visible;
	text-align: left;
}
.uiInner{
	padding:0 10px 15px;
}
.uiBarb{
	border: 1px solid 		#3b699d;
	border-bottom: 1px solid 		#ccc;
	color: 					#133666;
	font-weight: bold;
	text-shadow: 1px 1px 1px #7f8ba7;
	padding: 1.0em 15px;
	font-size: 16px;
	font-weight: bold;
	
	background: #e8eef7; /* Old browsers */
	background: -moz-linear-gradient(top, #e8eef7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8eef7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8eef7 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e8eef7 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e8eef7 0%,#ffffff 100%); /* W3C */
	border-left-width: 1px;
    border-right-width: 1px;
}
.uiBtnUpA{
	border: 1px solid 		#b2b4b9;
	border-top:none;
	font-weight: bold;
	color: 					#ccc;
	/*text-shadow: 0 -1px 1px #000;*/
	
	background: #edf1f5; /* Old browsers */
	background: -moz-linear-gradient(top, #edf1f5 0%, #ffffff 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf1f5), color-stop(9%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* W3C */
}
.uiBtnUpA a{
	padding: 1.25em 30px 1.25em 15px; 
	display: block;
	color: 					#387bd0;
	font-size:16px;
	overflow: visible;
	white-space: normal;
	text-overflow: ellipsis; 
}

.uiBtnUpC{
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom-color:#ccc;
	border-left-color,border-right-color:#3b699d;
	background: 			#eee;
	font-weight: bold;
	color: 					#444;
	text-shadow: 0 1px 1px #f6f6f6;
	
	background: #edf1f5; /* Old browsers */
	background: -moz-linear-gradient(top, #edf1f5 0%, #ffffff 9%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf1f5), color-stop(9%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #edf1f5 0%,#ffffff 9%); /* W3C */
}

.uiBtnUpC a{
	padding: 1.5em 75px 1.5em 15px; 
	display: block;
	color: 					#387bd0;
	font-size:12px;
	overflow: visible;
	white-space: normal;
	text-overflow: ellipsis; 
}
.uiBtnUpD {
	margin:20px 10px;
	color:#fff;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
	-moz-box-shadow: inset 0px 1px 4px 		rgba(255,237,210,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(255,237,210,.2);
	box-shadow: inset 0px 1px 4px 			rgba(255,237,210,.2);
	border:1px solid #999999;
	font-weight:bold;
	
	background: #ea7903; /* Old browsers */
	background: -moz-linear-gradient(top, #ea7903 0%, #fea31d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7903), color-stop(100%,#fea31d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7903', endColorstr='#fea31d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ea7903 0%,#fea31d 100%); /* W3C */
}

.uiBtnUpD a{
	color:#fff;
	display: block;
    overflow: hidden;
    padding: 0.6em 25px;
    position: relative;
	text-align:center;
    white-space: nowrap;
}
.uiIconArrowR{
	margin-right:15px;
	background: url(../../images/smart/icon_arrow_r.png) right 50% no-repeat;
}
a.uiIconOfficialLink{
	display:block;
	min-height:14px;
	margin-right:15px;
	padding-right:20px;
	background: url(../../images/smart/icon_official_link.png) right 50% no-repeat;
	font-size:12px;
}
.uiCornerTop {
	-moz-border-radius-topleft: 		.6em;
	-webkit-border-top-left-radius: 	.6em;
	border-top-left-radius: 			.6em;
	-moz-border-radius-topright: 		.6em;
	-webkit-border-top-right-radius: 	.6em;
	border-top-right-radius: 			.6em;
}
.uiCornerBtm {
	-moz-border-radius-bottomleft: 		.6em;
	-webkit-border-bottom-left-radius: 	.6em;
	border-bottom-left-radius: 			.6em;
	-moz-border-radius-bottomright: 	.6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: 		.6em;
}
.uiCornerAll {
	-moz-border-radius: 				.6em;
	-webkit-border-radius: 				.6em;
	border-radius: 						.6em;
}
.borderBtmB{
	border-bottom-color:#3b699d;
}
.borderTopB{
	border-top: 1px solid;
	border-top-color:#3b699d;
}
/* TOP
*************************************************************/
html, body{
	font-family: Helvetica, Arial, sans-serif;
}
body {
	width:100%;
	-webkit-text-size-adjust:none;
	overflow-x:hidden;
}
a{	text-decoration:none;}
header{
	position: relative;
	padding:0 10px;
	background:#fff url(../../images/smart/img_header_bg.png) right 0 no-repeat;
	border-top:3px solid #e70f1b;
	color:#000;
}
header h1,
header .header-logo{
	float:left;
	width:122px;
/*	margin:13px 0 15px 15px;*/
	margin:13px 0 15px 0;
}
header .searchBox	{
	float:right;
	width:50%;
	margin:0;
	padding:0;
	text-align:right;
}
header .topSearchInput{
	height:17px;
	margin:13px 0 20px 0;
	padding:0.3em;
	background-color:#ffffff;
	border:1px solid #5184c3;
	border-radius:6px 0 0 6px;
	color:#666666;
	text-shadow:none;
	font-size:14px;
	line-height:1.2;
}
header .topSearchBtn{
	position:relative;
	top:-4px;
	height:25px;
	margin:0;
	padding:0;
	border:1px solid #5184c3;
	border-radius:0 6px 6px 0;
	background: #a2a2a2; /* Old browsers */
	background: -moz-linear-gradient(top, #a2a2a2 0%, #686868 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(100%,#686868)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2a2a2 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2a2a2 0%,#686868 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a2a2a2 0%,#686868 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a2', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a2a2a2 0%,#686868 100%); /* W3C */
	line-height:1.2;
}
header .topSearchInput{
	display:inline-block;
	width: 60%;
}
.contMBS{
	border-top:1px solid #275079;
}
.searchTtl, .detailTtl, .registerTtl, .loginTtl{
	padding:0.6em 15px;
	border-top:1px solid #b7c8da;
	border-bottom:1px solid #4d76a3;
	background: #4975a1; /* Old browsers */
	background: -moz-linear-gradient(top, #4975a1 0%, #739cce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4975a1), color-stop(100%,#739cce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4975a1 0%,#739cce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4975a1 0%,#739cce 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4975a1 0%,#739cce 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4975a1', endColorstr='#739cce',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4975a1 0%,#739cce 100%); /* W3C */
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
}
.searchTtl img{
	padding:0 5px 0 0;
	vertical-align:middle;
}
.contMBS div, .contBSS div, .contPS div{
	overflow:visible;
}
.contMBS div ul li span,
.contBSS div ul li span,
.contPS div ul li span{
	float:right;
	color:#666666;
	font-weight:normal;
}
.contAS h2{
	cursor:pointer;
}
.contAS h2 span,.contAS2 h2 span{
	display:block;
	float:right;
	width:20px;
	height:20px;
	text-indent:-9999em;
	overflow:none;
	background:url(../../images/smart/icon_plusminus.png) right 0 no-repeat;
}
.contAS .selectBox, .contAS .radioBox{
	clear:both;
	padding:15px 10px 0;
}
.contAS .colmL	{	clear:none;	float:left;	width:43%;}
.contAS .colmR	{	clear:none;	float:right;	width:43%;}
.contAS .selectBox span.date{
	margin:0 5px;
}
.contAS .selectBox label, .contAS .submitBox label{
	display:block;
	width:100%;
	color:#001e55;
	font-weight:bold;
	font-size:14px;
	line-height:1.6;
}
.contAS .radioBox legend{
	display:block;
	width:100%;
	color:#001e55;
	font-weight:bold;
	font-size:14px;
	line-height:1.6;
}
.contAS .radioBox label{
	font-size:14px;
	color:#3b4550;
}
.contAS select, .contAS .keywordL{
	color:#3b4550;
	background: #e5e5e5;
}
.contAS .keywordL{
	width:100%;
	height:25px;
	border:1px solid #5184c3;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contAS select, .contAS .keywordD{
	color:#3b4550;
	background: #e5e5e5;
}
.contAS .keywordD{
	width:100px;
	height:25px;
	border:1px solid #5184c3;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contAS .selectL{
	width:100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contAS .selectSL{
	width:100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contAS .selectSR{
	width:100%;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contAS div .registerList .selectBox p a:active {
    color: #000000;
}
.contAS div .registerList .selectBox p a {
    color: #387BD0;
    text-decoration: underline;
}
.selectYear, .selectFOBmin{
	float:left;
	width:45%;
}
.selectMonth, .selectFOBmax{
	float:right;
	width:45%;
}
.selectYearMonthDay .selectYear, .selectYearMonthDay .selectMonth{
	width:30%;
	float:left;
	margin:0 5% 0 0;
}
.selectYearMonthDay .selectDay{
	width:30%;
	float:left;
	margin:0;
}
.selectYearMonth p, .selectFOB p{
	float:right;
	width:10%;
	text-align:center;
}
.mR20{
	margin:0 20px 0 0;
}
.submitBox{
	margin:20px 0px 15px;
	padding:0 10px 0 10px;
}
.submitBox2{
	margin:20px 0px 20px;
	padding:0 10px 25px 10px;
	background: #ffffff; /* Old browsers */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2d4674',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 89%,#edf1f5 90%,#2d4674 100%); /* W3C */
}
.searchLinkBtn{
	width:100%;
	display: block;
    overflow: hidden;
    padding: 0.5em 25px;
    position: relative;
	text-align:center;
    white-space: nowrap;
	cursor:pointer;
	color:#fff;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
	-moz-box-shadow: inset 0px 1px 4px 		rgba(255,237,210,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(255,237,210,.2);
	box-shadow: inset 0px 1px 4px 			rgba(255,237,210,.2);
	font-weight:bold;
	font-size:16px;
		
	border:1px solid #999999;
	background: #ea7903; /* Old browsers */
	background: -moz-linear-gradient(top, #ea7903 0%, #fea31d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7903), color-stop(100%,#fea31d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7903', endColorstr='#fea31d',GradientType=0 ); /* IE6-9 */
}
.recommendedBox{
	margin:15px 0 30px;
}
.galleryBox {
	margin:0 0 30px;
}
.galleryBox div.flickSlideContainer {
	padding:15px 0;
	background:#000;
}
.galleryBox_one {
	background:#000;
	text-align:center;
}
.galleryBox_one .mps{
	padding:5px 0;
}
.galleryBox_one .mps a{
	color:#FFF;
}
.breadcrumbs {
	margin-top: 20px;
	padding:7px 0;
	height: 25px;
	overflow: hidden;
	z-index: 1;
}
.breadcrumbs ul {
 display: table;
	height: 25px;
	overflow: hidden;
}
.breadcrumbs ul li {
	display: table-cell;
}
.breadcrumbs ul li span	{
	display:block;
	padding:0 17px 0 6px;
	background: url("../../images/smart/icon_arrow_r.png") 100% 50% no-repeat;
}
.breadcrumbs ul li:last-child span	{
	background:none;
	padding-right:0;
}
.backTop{
	padding:7px 0;
	width:100%;
	background-color:#efefef;
	text-align:center;
}
.backTop a{
	display:block;
	margin:0 auto;
	padding:7px 0 3px 0;
	width:127px;
	height:20px;
	border:1px solid #919191;
	text-decoration:none;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius: 				.6em;
	-webkit-border-radius: 				.6em;
	border-radius: 						.6em;
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%,#fcfcfc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%,#fcfcfc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #d6d6d6 0%,#fcfcfc 100%); /* W3C */
}
.backTop a img{
	padding:0 5px 0 0;
}
.backTop a:active, a.backTopClick{
	background: #ffffff;
}
.registerNav{
	margin:8px 0 0 0;
}
.sirName{
	padding:25px 0;
	color:#040404;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
nav{
	text-align:center;
}
nav p{
	margin:10px auto 5px;
	font-size:14px;
/*	letter-spacing:0.1em;*/
}
nav p a{
	color:#387bd0;
	text-decoration:underline;
}
nav p a:active{
	color:#000;
}
.copyright{
	margin:0 auto;
	padding:10px 5px;
	border-top:4px solid #001e55;
}
.copyright p:first-child{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#001e55;
}
.copyright p:last-child{
	margin:0 0 5px 0;
	font-size:8px;
	color:#666666;
}
/**********************************/
.flickable {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.flickable ul {
	list-style: none;
	width::100%;
	margin: 0;
	padding: 5px 0;
}
.flickable ul li {
	margin: 0;
	padding: 20px;
	float: left;
}
/* Followers
**********************************/
header.followers h1,
header.followers .header-logo{
	float:none;
	margin:13px auto 24px;
}
header.followers a.backBtn{
	position:absolute;
	top:10px;
	left:5px;
	display:block;
	padding:5px;
	width:49px;
	color:#666666;
	font-size:14px;
	text-align:center;
	border:1px solid #999999;
	-moz-box-shadow: inset 0px 0px 4px 		rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 4px 	rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 4px 			rgba(255,255,255,.8);
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
}
header.followers a.topBtn{
	position:absolute;
	top:10px;
	right:5px;
	display:block;
	padding:5px;
	width:49px;
	color:#666666;
	font-size:14px;
	text-align:center;
	border:1px solid #999999;
	-moz-box-shadow: inset 0px 0px 4px 		rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 4px 	rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 4px 			rgba(255,255,255,.8);
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
}
.searchSubTtl{
	padding:0.4em 15px;
	color:#fff;
	font-size:16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
	border-top:1px solid #b7c8da;
	border-bottom:1px solid #4d76a3;
	background: #4975a1; /* Old browsers */
	background: -moz-linear-gradient(top, #4975a1 0%, #739cce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4975a1), color-stop(100%,#739cce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4975a1 0%,#739cce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4975a1 0%,#739cce 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #4975a1 0%,#739cce 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4975a1', endColorstr='#739cce',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #4975a1 0%,#739cce 100%); /* W3C */
}
.searchSubTtl img{
	padding:0 5px 0 0;
	vertical-align:middle;
}
.fcR{
	color:#ff0000;
}
.resultTxt{
	padding:20px 0;
	text-align:center;
}
.resultTxt p{
	font-size:14px;
}
.resultTxt p.resultPrice{
	font-weight:bold;
	font-size:20px;
	color:#ff0000;
}
.welcomTxt{
	padding:20px 0;
	text-align:center;
}
.welcomTxt p{
	font-size:20px;
	font-weight:bold;
}
.welcomTxt p span{
	font-size:16px;
	padding-left:20px;
	background:url(../../images/smart/basic1717.gif) no-repeat left ;
	margin-left:10px;
}
.contSortOrder{
	padding:10px 0;
	text-align:center;
	background-color:#cccccc;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.contSortOrder label{
	margin:0 10px 0 0;
	color:#010000;
	font-weight:bold;
	font-size:16px;
	line-height:1.6;
}
.contSortOrder .selectOrder{
	width:45%;
	background-color:#e5e5e5;
}
.contRsultList article{
	padding:10px 5px 15px; 
	border-bottom:1px solid #b2b4b9;
	overflow:hidden;
	
	background: rgb(237,241,245); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,241,245,1) 0%, rgba(255,255,255,1) 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,241,245,1)), color-stop(5%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,241,245,1) 0%,rgba(255,255,255,1) 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,241,245,1) 0%,rgba(255,255,255,1) 5%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(237,241,245,1) 0%,rgba(255,255,255,1) 5%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(237,241,245,1) 0%,rgba(255,255,255,1) 5%); /* W3C */
}
.contRsultList article a{
	display:block;
	padding:0 10px 0 0;
	background:url(../../images/smart/icon_arrow_r.png) right 50% no-repeat;
}
.contRsultList .resultL{
	display:inline-block;
	float:left;
	width:116px;
	text-align:center;
}
.contRsultList .resultL img{
	margin:0 10px 0;
}
.contRsultList .resultL .resultPrice{
	padding:2px 0 0 0;
	color:#ff8200;
	font-size:15px;
	font-weight:bold;
}
.contRsultList .resultR{
	padding:0 10px;
}
.contRsultList .resultR h3{
	margin:0 0 5px 0;
	color:#387bd0;
	font-size:14px;
	word-break:break-all;
	word-wrap:normal;
	line-height:1.2;
}
.contRsultList .resultR p{
	padding:0 0 0 116px;
	font-size:10px;
	color:#333333;
	line-height:1.4;
}
.contRsultList .resultR .starArea{
	display:inline-block;
	margin:0 5px 0 0;
	width:65px;
	height:12px;
	color:#3F6;
	background:url(../../images/smart/icon_star.png) no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
.contRsultList .resultR .starArea.star0{
	background-position:-65px 0;
}
.contRsultList .resultR .starArea.star1{
	background-position:-52px 0;
}
.contRsultList .resultR .starArea.star2{
	background-position:-39px 0;
}
.contRsultList .resultR .starArea.star3{
	background-position:-26px 0;
}
.contRsultList .resultR .starArea.star4{
	background-position:-13px 0;
}
.contRsultList .resultR .starArea.star5{
	background-position:0 0;
}
.conPageNavi{
	display:block;
	margin:10px 0 0 0;
	padding:10px 0;
	width:100%;
	height:30px;
	text-align:center;
	position:relative;
	background-color:#cccccc;
}
.conPageNavi span.nowPage{
	font-size:12px;
}
.conPageNavi a.prevPage, .conPageNavi a.nextPage{
	display:block;
	padding:5px;
	width:49px;
	color:#666666;
	font-size:14px;
	text-align:center;
	border:1px solid #999999;
	
	-moz-box-shadow: inset 0px 0px 4px 		rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 4px 	rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 4px 			rgba(255,255,255,.8);
	background: rgb(252,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
}
.conPageNavi a.prevPage{
	position:absolute;
	top:10px;
	left:5px;
}
.conPageNavi a.nextPage{
	position:absolute;
	top:10px;
	right:5px;
}
.conPageEnd{
	margin-bottom:10px;
}

.galleryBox .flickable{
	background-color:#000000;
}
.conErrorArea{
	margin:10px;
	padding:20px;
	color:#ff0000;
	border:2px solid #ff0000;
	text-align:center;
	word-break:break-all;
}
.contDetail table{
	width:100%;
	font-size:12px;
	color:#666666;
}
.contDetail table tr td, .contDetail table tr th{
	padding:0.6em;
	border:1px solid #b6b6b6;
	word-break:break-all;
}
.contDetail table tr th{
	width:30%;
	font-weight:normal;
	background-color:#f0f4f7;
	border-left:none;
}
.contDetail table tr td	{
	border-right:none;
}
table.confirmInfo{
	width:100%;
	}
table.confirmInfo thead{
	font-size:20px;}
table.confirmInfo thead tr th{
	padding:0.6em;
	font-weight:bold;}
table.confirmInfo tbody tr th{
	font-size:16px;
	width:35%;
	text-align:left;
	padding:0.5em 1em 0.5em;
	font-weight:bold;
	}
table.confirmInfo tbody tr td{
	font-size:14px;
	font-weight:normal;
	text-align:left;}
table.confirmInfo tbody tr td img{
	margin-left:5px;}
.contDetail table tr th .fob{
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
.contDetail table tr td .tableLabel{
	color:#ff8200;
	font-size:20px;
}
.contDetail table tr td .tablePrice{
	margin:10px 0 0 0;
	width:100%;
	background: #e5e5e5;
	color:#666666;
}
.contDetail table.spInfo	{
	border-top:1px solid #275079;
}
.contDetail table.spInfo thead tr th, .contDetail .aQTtl,	.secTtl{
	color:#000000;
	font-size:14px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #708eb0;
	background: rgb(165,187,209); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(165,187,209,1) 0%, rgba(185,205,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,187,209,1)), color-stop(100%,rgba(185,205,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bbd1', endColorstr='#b9cde6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* W3C */
}
a.fs12{
	font-size:12px;
}
.bnone{
	border:none;
}
.contDetail .aQTtl,	.secTtl{
	text-align:center;
	padding:0.6em;
}
.contDetail .commentBox{
	margin:0px 10px 0;
}
.contDetail .commentBox label{
	display:block;
	width:100%;
	color:#001e55;
	font-weight:bold;
	font-size:14px;
	line-height:1.6;
}
.contDetail .commentBox textarea{
	width:100%;
	height:100px;
	background: #e5e5e5;
	color:#3b4550;
	resize:none;
	-webkit-box-sizing: border-box; /* Chrome, Safari */
	-moz-box-sizing: border-box;    /* Firefox */
	box-sizing: border-box;         /* IE8+, Opera */
}
.contDetail .agreeCheck,
.thank .agreeCheck,
.contAS .newsLetterCheck{
	margin:5px 10px 0;
}
.thank .agreeCheck p	{
	margin:5px 0;
}
.contDetail .agreeCheck label,
.thank .agreeCheck label,
.contAS .newsLetterCheck label{
	font-size:12px;
	color:#3b4550;
}
.contDetail .agreeCheck .noticeTxt,
.thank .agreeCheck .noticeTxt,
.contAS .noticeTxt{
	margin:5px 0 0 0;
	font-size:12px;
	color:#3b4550;
}
.contDetail .agreeCheck .noticeTxt a,
.thank .agreeCheck .noticeTxt a,
.contAS .newsLetterCheck .noticeTxt a{
	color:#387bd0;
}
.conThanksArea{
	margin:10px;
	padding:20px;
	color:#387bd0;
	border:2px solid #387bd0;
	text-align:center;
	word-break:break-all;
}
.thank .pageTitle	{
	font-size:26px;
	margin:0 0 12px;
}
.thank .contDetail table thead td {
	background-color: #d3e1f4;
	text-align:center;
}
.thank .payTrade {
	margin:15px 0;
	border:2px solid #f00;
}
.thank .payTrade p	{
	margin:10px;
	font-size:14px;
	line-height:1.2;
}
.thank .payTrade p	.image	{
	float:left;
	padding:10px 10px 10px 0;
}
.confirm .image{
	text-align:center;
	}
.confirm p.confirmBoldTxt{
	text-align:center;
	font-weight: bold;
    padding: 0.6em;
	font-size:20px;
	}
.confirm .blue{
	color:#387BD0;
	}
.confirm p{
	padding:0.5em 10px;
	font-size:14px;}
.confirm p a:active {
    color: #000000;
}
.confirm p a{
    color: #387BD0;
    text-decoration: underline;
}
.confirm .confirmTxt{
	font-size:110%;
	font-weight:bold;
}
.confirm .confirmMailadBox{
	background: -moz-linear-gradient(center top , #FFFFFF 89%, #EDF1F5 90%, #2D4674 100%) repeat scroll 0 0 transparent;
    padding: 0 10px 25px;
	}
.confirm .confirmMailadBox p{
	font-weight:bold;
	font-size:16px;
	}
.confirm .confirmMailadBox p span{
	font-weight:normal;
	color:#CCC;}
.confirm .confirmBox{
	background: -moz-linear-gradient(center top , #FFFFFF 89%, #EDF1F5 90%, #2D4674 100%) repeat scroll 0 0 transparent;
    padding: 0 10px 25px;}
.confirm .confirmBox p{
	font-weight:bold;
	font-size:20px;
	}
.confirm .confirmBox p span{
	font-weight:normal;
	color:#CCC;}
.confirm p{
	word-wrap:break-word;}
.confirm form .userId{
	font-weight:bold;}
.offerPrice {}
.offerPrice .uiInner {}
.offerPrice .uiInner p{
	margin:15px 0;
	font-size:14px;
	line-height:1.2;
}
.offerPrice .uiInner p .note{
	color:#666;
}
.offerPrice .uiInner fieldset.price	{
	margin:15px 0;
	text-align:center;
}
.offerPrice .uiInner fieldset.price	select,
.offerPrice .uiInner fieldset.price	input	{
	height: 25px;
	border: 1px solid #5184C3;
	background:#E5E5E5;
	-moz-box-sizing: border-box;
	color: #3B4550;
}
.offerPrice .uiInner fieldset.price	select {	width:30%;}
.offerPrice .uiInner fieldset.price	input	{	width:60%;}
.thank .submitBox {
	margin:10px 0;
	padding:0;
	background:none;
}
/* フリックカルーセル：ギャラリー版
*************************************************************/
.galleryBox .flickContainer	{
	margin: 0 auto;
	padding:15px 0;
	background:#000;
	overflow: hidden;
	position: relative;
}
.galleryBox .flickCol {
	position:relative;
	text-align:center;
}
/* フリックカルーセル：レコメンド版
*************************************************************/
.recFlick .flickContainer	{
	margin: 0 auto;
	padding:15px 0;
	background:#fff;
	overflow: hidden;
	position: relative;
}
.recFlick .flickCol {
	position:relative;
	text-align:center;
}
.recFlick li .phThum	{
	display:block;
	width:240px;
	height:151px;
	margin:0 auto;
	background:#fff url(../../images/smart/img_recommendPh_bg.png) 0 50% no-repeat;
	border:2px solid #6d6d6d;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-shadow: 3px 3px 4px rgba(0,0,0,.6);
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.6);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.6);
}
.recFlick li .phThum img{
	margin:5px 0px 3px 10px;
	width:120px;
}
.recFlick li .phThum p.carMaker{
	padding:0 5px 2px;
	color:#3b4550;
	font-size:12px;
}
.recFlick li .phThum h3{
	padding:0 5px;
	color:#3b4550;
	font-size:14px;
	font-weight:normal;
}
.recFlick li .phThum p.carPrice{
	padding:2px 5px 0;
	color:#ff0000;
	font-size:14px;
	text-align:center;
}
.reviewNumbers a{
	font-size:larger;
	padding:2px 8px 6px 3px;
	text-decoration:underline;
}
/*--------------------------result.html ボタン追加---------------------*/
.contRsultList article .contactBtn {
	margin:10px 30px 0 30px;
	color:#fff;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
	-moz-box-shadow: inset 0px 1px 4px 		rgba(255,237,210,.2);
	-webkit-box-shadow: inset 0px 1px 4px 	rgba(255,237,210,.2);
	box-shadow: inset 0px 1px 4px 			rgba(255,237,210,.2);
	border:1px solid #999999;
	font-weight:bold;
	width:240px;
	text-align:center;
	background: #ea7903; /* Old browsers */
	background: -moz-linear-gradient(top, #ea7903 0%, #fea31d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea7903), color-stop(100%,#fea31d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ea7903 0%,#fea31d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7903', endColorstr='#fea31d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ea7903 0%,#fea31d 100%); /* W3C */
	border-radius: 0.4em 0.4em 0.4em 0.4em;
}

.contRsultList article .contactBtn a{
	color:#fff;
	display: block;
    overflow: hidden;
    position: relative;
	text-align:center;
    white-space: nowrap;
	background: url("../../images/smart/arrow.png") no-repeat scroll left 50% transparent;
	padding: 8px 30px 8px 30px;
	margin:0 38px;
}
span.icon_m img{
	vertical-align:middle;
}
.carTtl {
    background: -moz-linear-gradient(center top , #A5BBD1 0%, #B9CDE6 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #708EB0;
    border-top: 1px solid #FFFFFF;
    color: #000000;
    font-size: 14px;
	margin:10px 0 0 0;
	padding:0.6em 15px;
	font-weight:normal;
	text-align:center;
}
.conPageload{
	width:80%;
	margin:20px auto;
	text-align:center;
}
.conPageload a {
    background: -moz-linear-gradient(center top , #D6D6D6 0%, #FCFCFC 100%) repeat scroll 0 0 transparent;
    border: 1px solid #919191;
    border-radius:0.5em;
    color: #666666;
    display: block;
    font-size:17px;
    font-weight: bold;
	height:25px;
	padding-top:8px;
    text-decoration: none;
}
.searchList {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    margin: 10px;
}
.selectYear, .selectFOBmin {
    float: left;
    width: 45%;
}
.selectMonth, .selectFOBmax {
    float: right;
    width: 45%;
}
.selectYearMonthDay .selectYear, .selectYearMonthDay .selectMonth {
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
}
.selectYearMonthDay .selectDay {
    float: left;
    margin: 0;
    width: 30%;
}
.selectYearMonth p, .selectFOB p {
    float: right;
    text-align: center;
    width: 10%;
}
.dt_inq{
	margin-right:5px;
	margin-top:10px;
	text-align:right;
}
.secTxt{
	padding:20px 10px;
}
.secTxt span{
	color:#ff8200;
}
.ch_box{
	border:1px solid #999;
}
.ch_carlist{
	float:left;
	width:50%;
}
.ch_inner{
	border:1px solid #999;
	padding:10px;
	text-align:center;
}
.ch_inner p.photo{
	margin-bottom:5px;
}
.ch_inner p.model{
	height:50px;
}
.ch_inner p.price{
	color:#ff8200;
	margin-bottom:5px;
}

.down_arrow{
	margin-bottom:15px;
	height:72px;
	width:100%;
	background: url("../../images/smart/down_arrow.png") no-repeat scroll center;
}

/*--------------------------バルーン---------------------*/
/* Followers_my
**********************************/
/*--------------------------FB icon---------------------*/
header.followers_my {
	position:relative;
}
header.followers_my h1,
header.followers_my .header-logo{
    float: none;
    margin: 13px auto 24px;
}
.smart_fbicon {
	position:absolute;
	right:10px;
	top:10px;
}
.smart_fbicon a{
	display:block;
	cursor:pointer;
	border:1px solid #999999;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	background:#FFF;
}
.smart_fbicon span.icon{
	margin:2px 6px;
	display:inline-block;
	width:20px;
	height:24px;
	background-image: url("../../images/smart/fb_icon.png");
	background-position: 0 0;
	background-repeat:no-repeat;
}
.smart_fbicon a.de span.icon{
	background-image: url("../../images/smart/fb_icon.png");
	background-position:0 -28px;
}
.smart_fbicon span.number {
    background: none repeat scroll 0 0 #FF0000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-weight: bold;
    margin-right: 5px;
    padding: 2px;
	margin-right:6px;
	margin-top:4px;
	font-size:15px;
}
/*--------------------------FB icon---------------------*/
header.followers_my a.NegoBtn{
	position:absolute;
	top:10px;
	left:5px;
	display:block;
	padding:5px;
	width:60px;
	color:#666666;
	font-size:14px;
	text-align:center;
	border:1px solid #999999;
	-moz-box-shadow: inset 0px 0px 4px 		rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 4px 	rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 4px 			rgba(255,255,255,.8);
	background: rgb(252,252,252); /* Old browsers */

	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(214,214,214,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(214,214,214,1) 100%); /* W3C */
}
.balloon_time_left {
	color:#9a9a9a;
	clear:left;
	text-align:left;
	font-size:80%;
	margin:10px 0;
	padding-top:8px;
	padding-left:50px;
}
.balloon_time_right {
	color:#9a9a9a;
	clear:right;
	text-align:right;
	font-size:80%;
	margin:10px 0;
	padding-top:8px;
	padding-right:20px;
}
.balloon_stit{
	text-align:center;
	margin:10px 0;
}
.seller_mes{
	padding:10px;
	text-align:center;
	font-size:12px;
	background:#fcebeb;
	color:#F00;
	font-weight:bold;
	border-top:1px solid #CCC;
}
.seller_mes a{
	display:block;
	color:#f00;
	text-decoration:underline;
	margin-bottom:5px;
}
.balloon_mes{
	margin:0 5px;
}
.balloon_carid{
	margin:10px;
	text-align:left;
}
.balloon_carid a{
	text-decoration:underline;
}
.balloon_carid span.mid{
	font-size:12px;
}
.balloon_carimg{
	text-align:center;
}
.balloon_carimg .resultPrice{
	font-weight:bold;
	font-size:16px;
	color:#ff0000;
	margin:5px 0;
}
.balloon_carimg .resultPrice .sub{
	font-size:12px;
	color:#000;
	margin-left:10px;
}
.balloon_carimg .resultMileage{
	display:inline-block;
	font-size:14px;
	vertical-align: middle;
}
.balloon_carimg .resultPt{
	display:inline-block;
	margin:5px 0;
	vertical-align: middle;
}
.balloon_carimg .resultName a{
	text-decoration:underline;
}
.balloon_carimg .resultCountry{
		margin-top:5px;
		margin-bottom:15px;
		font-size:14px;
}
.balloon_carimg .resultCountry span.flags{
	margin:0 5px;
}
.balloon_navi{
	border-top:1px solid #b7c8da;
	background:#b7c8da;
	margin:10px 0;
	text-align:center;
}
.balloon_navi a{
	color:#666;
}
.balloon_navi p{
	background: #b9c4d9; /* Old browsers */
	background: -moz-linear-gradient(top, #b9c4d9 0%, #eff1f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9c4d9), color-stop(100%,#eff1f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9c4d9 0%,#eff1f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9c4d9 0%,#eff1f6 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #b9c4d9 0%,#eff1f6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c4d9', endColorstr='#eff1f6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #b9c4d9 0%,#eff1f6 100%); /* W3C */
	width:33%;
	padding:10px 0;
	display:inline-block;
}
.balloon_navi p.message{
	margin-right:0.5%;
}
.balloon_navi p.req_pi{
	margin-right:0.5%;
}
.balloon_navi p.active{
	background: #e9edf4; /* Old browsers */
	background: -moz-linear-gradient(top, #e9edf4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9edf4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9edf4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* W3C */
	width:33%;
	padding:10px 0;
	display:inline-block;
}
.balloon_navi a p.active{
	color:#000;
}
.balloon_navi p.deactive{
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #aaaaaa 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aaaaaa 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aaaaaa 0%,#cccccc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #aaaaaa 0%,#cccccc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #aaaaaa 0%,#cccccc 100%); /* W3C */
	width:33%;
	padding:10px 0;
	display:inline-block;
}
.balloon_navi a p.deactive{
	color:#ccc;
}
.balloon_navi p.full{
	width:100%;
}
.charaIcon{
 width:50px; 
    width: 48px;
    height: 48px;
    margin: 7px;
     border: 3px solid #ccc;
    /* corner */
     -webkit-border-radius: 5px; /* for Safari and Chrome */
     -moz-border-radius: 5px; /* for Firefox */
     -o-border-radius: 5px; /* when Opera Presto 2.3 or later is released */
     border-radius: 5px; /* future proofing for when border-radius is supported */
}
.floatleft{ float: left;}
.floatright{ float: right;}
.leftCharaName{
	text-align:left;
	margin-bottom:5px;
}
.rightCharaName{
	text-align:right;
	margin-right:5px;
	margin-bottom:5px;
}
.leftCharaName span.flags{
	padding-right:5px;
}
.leftCharaballoon_icon {
	float: left;
    width:30px;
     margin:0px;
     position: relative;
}
.leftCharaballoon {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fcebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fcebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fcebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fcebeb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fcebeb 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcebeb',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#fcebeb 100%); /* W3C */
	float: left;
    max-width:70%;
     margin:0px;
     padding:10px;
     position: relative;
     margin-left: 20px;
     border: 5px solid #ddd;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
    /* corner */
     -webkit-border-radius: 10px; /* for Safari and Chrome */
     -moz-border-radius: 10px; /* for Firefox */
     -o-border-radius: 10px; /* when Opera Presto 2.3 or later is released */
     border-radius: 10px; /* future proofing for when border-radius is supported */
}
.leftCharaballoon:before {
     position: absolute;
     top: 10px; left: -15px;
     content: ' ';
     width: 0; height: 0;
     border-left: 15px solid transparent;
     border-top: 10px solid #ddd;
     margin-left: -5px;
}
.leftCharaballoon:after {
     position: absolute;
     top: 14px; left: -2px;
     content: ' ';
     width: 0; height: 0;
     border-left: 7px solid transparent;
     border-top: 5px solid #fff;
     margin-left: -5px;
}
.rightCharaballoon {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #c8d8f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c8d8f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#c8d8f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#c8d8f3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#c8d8f3 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8d8f3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#c8d8f3 100%); /* W3C */
	float: right;
    max-width:80%;
     margin:0;
	 margin-top:30px;
     padding: 10px;
     position: relative;
     margin-right: 20px;
     background-color: #fff;
     border: 5px solid #ddd;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	/* corner */
     -webkit-border-radius: 10px; /* for Safari and Chrome */
     -moz-border-radius: 10px; /* for Firefox */
     -o-border-radius: 10px; /* when Opera Presto 2.3 or later is released */
     border-radius: 10px; /* future proofing for when border-radius is supported */
}
.rightCharaballoon:before {
     position: absolute;
     top: 10px; right: -15px;
     content: ' ';
     width: 0; height: 0;
     border-right: 15px solid transparent;
     border-top: 10px solid #ddd;
     margin-right: -5px;
}
.rightCharaballoon:after {
     position: absolute;
     top: 14px; right: -2px;
     content: ' ';
     width: 0; height: 0;
     border-right: 7px solid transparent;
     border-top: 5px solid #fff;
     margin-right: -5px;
}
.clearboth{
 clear:both;   
}
.myfoot_menu{
	margin:20px 0 0 0;
}
.myfoot_menu ul li{
	background: #e9edf4; /* Old browsers */
	background: -moz-linear-gradient(top, #e9edf4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9edf4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9edf4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e9edf4 0%,#ffffff 100%); /* W3C */
	padding:10px;
	border-bottom:1px solid #ccc;
}
.myfoot_menu ul li a{
	display:block;
    background: url("../../images/smart/icon_arrow_r.png") no-repeat scroll right 50% transparent;
}
.myfoot_menu ul li:first-child{
	border-top:1px solid #000;
}
.balloon_txtbox{
	padding:10px 20px;
}
.balloon_txtbox .button{
	display:block;
	text-align:right;
	margin-top:5px;
}
a.Charaballoon_pi{
	margin-top:5px;
	display:block;
	text-decoration:underline;
}
span.seen_mes{
	font-size:12px;
	font-weight:bold;
	color:#9a9a9a;
	margin-right:10px;
}
.nego_status{
	padding:20px 10px 5px 10px;
}
.nego_status_sub{
	padding:0 10px 5px 10px;
}
.nego_status_link{
	margin:10px 0;
	text-align:center;
}
.nego_status_link a{
	color:#387BD0;
	text-decoration:underline;
}
.nego_message{
	border-bottom:1px solid #ddd;
}
.nego_message p {
	margin:0 10px;
	padding:5px;
	background:#FFC;
	border: 1px solid #ddd;
}
.nego_message a.close {
	display:block;
	font-size:12px;
	text-align:right;
	text-decoration:underline;
	margin:5px 10px;
}

/*-What's PayTrade*/
.paytrade-head {
	padding: 10px;
	font-size: 12px;
	line-height: 14px;
}
.paytrade-head .strong {
	font-size: 14px;
	line-height: 16px;
}

.info_area {
	margin: 0 0 14px;
	border-bottom: 1px solid #b7c8da;
}
.info_area dl dt {
	padding: 10px;
	background: #f0f4f7;
	font-size:14px;
}
.info_area dl dd {
	padding: 5px 10px 14px;
	font-size: 12px;
	line-height: 14px;
}
.info_area dl dd dl.baloon dt {
	padding: 0.6em 0.2em;
	border-bottom:1px solid #708eb0;
	color: #000;
	font-size: 14px;
	text-align: center;
	z-index: 1;
	background: rgb(165,187,209); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(165,187,209,1) 0%, rgba(185,205,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,187,209,1)), color-stop(100%,rgba(185,205,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bbd1', endColorstr='#b9cde6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(165,187,209,1) 0%,rgba(185,205,230,1) 100%); /* W3C */
}
.info_area dl dd dl.baloon dd {
	position: relative;
	margin: 0 0 18px;
	padding: 5px;
	background: #fff;
	border: 1px solid #708eb0;
	border-top: none;
	line-height: 18px;
}
.info_area dl dd dl.baloon dd:after, .info_area dl dd dl.baloon dd:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.info_area dl dd dl.baloon dd:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 14px;
	left: 50%;
	margin-left: -14px;
}
.info_area dl dd dl.baloon dd:before {
	border-color: rgba(112, 142, 176, 0);
	border-top-color: #708eb0;
	border-width: 15px;
	left: 50%;
	margin-left: -15px;
}
div.graph_wrap {
	margin:10px auto;
	border:1px solid #CCC;
}
.info_area dl dd dl.baloon dd ol {
	margin: 0 0 0 20px;
}

a.r_arrow:after {
	position: relative;
	bottom: -1px;
	content: "▶";
	display: inline-block;
	height: 12px;
	width: 12px;
	margin-left: 4px;
	background: #002aff;
	color: #fff;
	font-size: 8px;
	line-height: 10px;
	text-align: center;
	vertical-align: text-top;
	border-radius: 12px;
}

.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}

.benefit-block {
	margin: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
.benefit-block p.rate {
	display:inline-block;
	font-size:24px;
	color:#F00;
}
.benefit-block p.text {
	margin-left:4px;
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	vertical-align:bottom;
}

.caution-block {
	margin: 10px 5px;
	padding: 5px 5px;
	border: 1px solid #b7c8da;
	background: #fcebeb;
	color: #F00;
	font-size: 12px;
	line-height: 14px;
}
.info_area dl dd .caution-block {
	margin: 10px -5px;
}
/*What's PayTrade-*/
/*testimonials-*/
.starl {
    background-image: url("../../images/1/customervoice/ico_stars_l.png");
    background-repeat: no-repeat;
    height: 18px;
    line-height: 18px;
    padding: 3px 0 2px 60px;
	float:left;
}
.star0_0 {
    background-position: 0 3px;
}
.star0_1 {
    background-position: 0 -17px;
}
.star0_2 {
    background-position: 0 -37px;
}
.star0_3 {
    background-position: 0 -57px;
}
.star0_4 {
    background-position: 0 -77px;
}
.star0_5 {
    background-position: 0 -97px;
}
.star0_6 {
    background-position: 0 -117px;
}
.star0_7 {
    background-position: 0 -137px;
}
.star0_8 {
    background-position: 0 -157px;
}
.star0_9 {
    background-position: 0 -177px;
}
.star1_0 {
    background-position: 0 -197px;
}
.star1_1 {
    background-position: 0 -217px;
}
.star1_2 {
    background-position: 0 -237px;
}
.star1_3 {
    background-position: 0 -257px;
}
.star1_4 {
    background-position: 0 -277px;
}
.star1_5 {
    background-position: 0 -297px;
}
.star1_6 {
    background-position: 0 -317px;
}
.star1_7 {
    background-position: 0 -337px;
}
.star1_8 {
    background-position: 0 -357px;
}
.star1_9 {
    background-position: 0 -377px;
}
.star2_0 {
    background-position: 0 -397px;
}
.star2_1 {
    background-position: 0 -417px;
}
.star2_2 {
    background-position: 0 -437px;
}
.star2_3 {
    background-position: 0 -457px;
}
.star2_4 {
    background-position: 0 -477px;
}
.star2_5 {
    background-position: 0 -497px;
}
.star2_6 {
    background-position: 0 -517px;
}
.star2_7 {
    background-position: 0 -537px;
}
.star2_8 {
    background-position: 0 -557px;
}
.star2_9 {
    background-position: 0 -577px;
}
.star3_0 {
    background-position: 0 -597px;
}
.tes-box{
	border-top:1px solid #CCC;
	padding:4px 8px;
	font-size:12px;
}
.tes-box .tes-date{
	float:right;
	margin-top:6px;
}
.tes-box .tes-img{
	float:left;
	margin-right:8px;
}
.tes-box .tes-flag{
	float:left;
	width:58%;
}
.tes-box .tes-flag .comment{
	padding:4px 0;
	font-size:11px;
	display:block;
}
span.read-more{
	display:inline;

}
span.read-more .expandPrefix{
	display:inline-block;
}
span.read-more a{
	display:block;
	text-align:right;
}
.arrowFD{
  position:relative;
  top:10px;
  left:0;
  margin-right:2px;
}
span.read-more .arrowFD:before{
  content: "";
  position:relative;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #42bdf7;
}
/*testimonials-*/


.mytradeBtn{
	margin-bottom:10px;
	font-size:20px;
	text-shadow: 0 -1px 1px #333;
}
.mytrade-footmenu{
	text-align:center;
    margin: 20px auto 10px;
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* W3C */	
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
    color: #333;
    border-top: 1px solid #999999;
    border-bottom: 4px solid #001e55;
}
.mytrade-footmenu ul li.side{
	display:inline-block;
	width:28%;
	margin:0;
	padding:5px 2px;
    cursor: pointer;
	font-size:12px;
}
.mytrade-footmenu ul li.center{
	display:inline-block;
	width:38%;
	margin:0;
	padding:5px 2px;
    cursor: pointer;
	font-size:12px;
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.mytrade-footmenu ul li a{
color:#176ecd;
}
.mytrade-footmenu ul li.toppage a span.icon{
	display:block;
	margin:0 auto;
	background-image: url("../../images/smart/icon_mytrade.png");
	width:23px;
	height:23px;
	background-position:0;
}
.mytrade-footmenu ul li.mytrade a span.icon{
	display:block;
	margin:0 auto;
	background-image: url("../../images/smart/icon_mytrade.png");
	width:23px;
	height:23px;
	background-position:-30px 0;
}
.mytrade-footmenu ul li.signout a span.icon{
	display:block;
	margin:0 auto;
	background-image: url("../../images/smart/icon_mytrade.png");
	width:23px;
	height:23px;
	background-position:-60px 0;
}
.mytrade-footmenu ul li.signin a span.icon{
	display:block;
	margin:0 auto;
	background-image: url("../../images/smart/icon_mytrade.png");
	width:23px;
	height:23px;
	background-position:-90px 0;
}
.mytrade-footmenu ul li.signup a span.icon{
	display:block;
	margin:0 auto;
	background-image: url("../../images/smart/icon_mytrade.png");
	width:23px;
	height:23px;
	background-position:-120px 0;
}
.footviewpc{
	display:block;
	width:60%;
	margin:20px auto;
	padding:5px;
	background:#f4f4f4;
	border:1px solid #CCC;
	text-align:center;
	font-size:12px;
	color: #387BD0;
}
.footlang{
	margin-bottom:20px;
	text-align:center;
	font-size:14px;
}
.foothelp{
	font-size:12px;
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.foothelp .call{
	width: 80%;
	height: 32px;
	display:inline-block;
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* W3C */	
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
	color: #387BD0;
    border: 1px solid #999999;
    border-radius: 4px;
	padding:3px;
	margin: 0 0 8px;
}
.foothelp .mail{
	width: 80%;
	height: 32px;
	display:inline-block;
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* W3C */	
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
	color: #387BD0;
    border: 1px solid #999999;
    border-radius: 4px;
	padding:3px;
	margin: 0 0 8px;
}

/*whatsapp icon 追加*/
/*whatsapp icon 追加*/
.foothelp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.foothelp .call,
.foothelp .mail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 6px;
}


.foothelp .mail-signout{
	width: 80%;
	height: 32px;
	display:inline-block;
	background: #d9d9d9; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fafafa 0%,#d9d9d9 100%); /* W3C */	
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
	color: #387BD0;
    border: 1px solid #999999;
    border-radius: 4px;
	padding:3px;
	margin: 0 0 8px;
}
.foothelp .call span.icon {
    background-image: url("../../images/smart/icon_helpcall.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 21px;
    margin: 2px 6px;
    vertical-align: middle;
}
.foothelp .mail span.icon,
.foothelp .mail-signout span.icon {
    background-image: url("../../images/smart/icon_helpmail.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 21px;
    margin: 2px 6px;
    vertical-align: middle;
}
.my-impnotif span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
}
.my-negolist span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -20px;
}
.my-addcar span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -40px;
}
.my-carlist span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -60px;
}
.my-contacts span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -80px;
}
.my-reqcar span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -100px;
}
.my-feedback span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -120px;
}
.my-favorite span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -140px;
}
.my-editprof span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -160px;
}
.my-dimail span{
    background-image: url("../../images/smart/icon_my_menu.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right:5px;
    vertical-align: middle;
	background-position:0 -180px;
}
.language{
	float:right;
	display:inline-block;
	margin-top:8px;
	margin-right:30px;
	color:#999;
}
.languageTtl{
	padding:0.5em 15px;
	border-top:1px solid #f0f4f7;
	border-bottom:1px solid #c7d4e1;
	background: #f0f4f7;
	color:#333;
	font-size:14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
}

.mytrade-pop{
	padding:10px 5px;
	text-align:center;
	font-size:14px;
}
.flickCol img{
	margin:5px 0;
}</pre></body></html>