<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 */
/* NEWTOP */
.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{
	display:inline-block;
	width:50%;
	border-bottom:1px #ccc solid;
	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{
	border-left:1px #ccc solid;
	padding:8px 10px;
	display:block;
	color: 					#387bd0;
	overflow: visible;
	white-space: normal;
	text-overflow: ellipsis;
}

.uiBtnUpA span.icon_m {display:block; float:left; margin-right:10px;}
.uiBtnUpA span.icon_b {display:block; float:left; margin-right:10px;}
.uiBtnUpA span.maker {display:inline; line-height:1;}
.uiBtnUpA span.body {display:inline-block; line-height:1; margin-top:10px;}
.uiBtnUpA span.stock {display:inline; line-height:1; color:#666; font-size:14px;}
.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:10px;
	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:10px 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;
}


.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 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 .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;
}

.searchList{
	margin:10px;
	border:#CCC 1px solid;
	border-radius:10px;
}

.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 10px;
	background:none;
}
.submitBox2{
	margin:0;
	padding:10px 10px 20px 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 */
}
.searchLinkBtn-grey{
	width:100%;
	display: block;
    overflow: hidden;
    padding: 0.5em 25px;
    position: relative;
	text-align:center;
    white-space: nowrap;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	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 */    border: 1px solid #999999;
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
    color: #333;
}
.recommendedBox{
	margin:15px 0 30px;
}
.galleryBox {
	margin:0 0 30px;
}
.galleryBox div.flickSlideContainer {
	padding:15px 0;
	background:#000;
}


.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;
}

.breadcrumbs ul li a {}


.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:25px auto 0;
	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;
}

.copyright .language{
	text-align:center;
	font-size:14px;
}


/**********************************/
.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;
}
.flickable .ui-flickable-container {}




/* Followers
**********************************/
header.followers h1,
header.followers .header-logo{
	float:none;
	margin:13px auto 24px;
}
header.followers a{
}
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:10px 0 10px 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 {}
.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 a:nth-child(odd)	{	float:left;}
.recFlick li a:nth-child(even)	{	float:right;}
*/

.recFlick li .phThum img{
	margin:5px 0px 3px 10px;
	width:120px;
/*	height:90px;*/
}
.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;
}

.pageToptxt{
	margin-left:10px;
	margin-bottom:10px;
	font-size:10px;
}
.pageToptxt span{
	color:#F00;
}

.imp-notice {
	margin: 0 0 10px;
	border-top: 1px solid #b7c8da;
	border-bottom: 1px solid #b7c8da;
	background: #fcebeb url(../../images/1/common/ico_caution.png) no-repeat 10px 50%;
	background-size: 19px 16px;
	font-weight: bold;
}
.imp-notice a {
	display: block;
	margin-right: 10px;
	padding: 10px 25px 10px 35px;
	background: url(../../images/smart/icon_arrow_r.png) no-repeat right 50%;
	color: #F00;
	line-height: 18px;
}

.pageToplogin{
	text-align:right;
}
.uiBtnUpDtop {
	display:inline-block;
	margin:5px;
	margin-left:15px;
	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 */
}
.uiBtnUpDtop a{
	color:#fff;
	display: block;
    overflow: hidden;
    padding: 0.6em 25px;
    position: relative;
	text-align:center;
    white-space: nowrap;
}
.uiBtn100 {
	width:100%;
}
/*--------------------------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---------------------*/

.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;
}
a.r_arrow {
	position: relative;
	text-decoration:underline;
}
a.r_arrow:before {
	position: absolute;
	top: 3px;
	right: -2px;
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
	border-width: 4px;
	border-left: 6px solid #FFF;
	z-index: 2;
}
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;
	z-index: 1;
}
.uiCRBtn {
	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 */    border: 1px solid #999999;
    box-shadow: 0 1px 4px rgba(255, 237, 210, 0.2) inset;
    color: #333;
    cursor: pointer;
    display:inline-block;
    font-size: 13px;
    overflow: hidden;
    padding: 0.4em 15px;
    text-align: center;
    white-space: nowrap;
	margin:10px 0;
}
.uiCornerRound {
	-moz-border-radius: 				1em;
	-webkit-border-radius: 				1em;
	border-radius: 						1em;
}
.login-seal{
	background:#fffcd8;
	margin:10px;
	padding:10px;
	border: 1px solid #CCC;
	font-size:12px;
	text-align:center;
}
.login-seal h3{
	font-size:14px;
}
.login-seal p{
}
.sample_formula input.txt{
	width:98%;
}
.sample_formula h3 {
    background: none repeat scroll 0 0 #F0F4F7;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}
.sample_formula p {
    font-size: 12px;
    padding: 10px;
}
.sample_formula a {
    color: #387BD0;
    text-decoration: underline;
}
.sample_formula .item-description span, .sample_formula .item-amount span {
    display: block;
}
.sample_formula p.paytrade {
    background: none repeat scroll 0 0 #F0F4F7;
    border: 1px solid #B7C8DA;
    font-size: 15px;
    line-height: 1.2;
    margin: 0 10px;
    text-align: center;
}
.seal-color span{
	position:relative;
	float:left;
	display:block;
	width:42%;
	border:1px solid #CCC;
	-moz-border-radius: 				0.5em;
	-webkit-border-radius: 				0.5em;
	border-radius: 						0.5em;
	padding:5px;
	margin:1%;
}
.seal-color span input{
	vertical-align:middle;
}
.seal-color span label{
	vertical-align:middle;
	margin-left:5px;
	font-size:14px;
}
.seal-box{
	margin-top:10px;
	padding:10px;
	background-color:Blue;
	border-color:Black;
	text-align:center;
	color:#FFF;
}
.seal-box a{
	color:#FFF;
	text-decoration:underline;
}
.seal-txt{
	font-size:16px;
	font-weight:bold;
}
/*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;
	border-bottom:1px solid #CCC;
}
.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;
}/*testimonials-*/

h3.tes-box {
	margin-top:20px;
	padding: 0.6em 10px;
	border-bottom:1px solid #708eb0;
	color: #333;
	font-size: 16px;
	text-align: left;
	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 */
}
/*-native*/
.main1Colum{
	margin:0 10px;
}
.miMesseage,
.miBottonF {
	line-height:1.2;
}
.miMesseage_s {
    color: #0086D7;
    font-size: 109%;
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
	line-height:1.2;
}
.pad-left{
	margin-left:10px;
}
/*native-*/
.top-404{
	border:#999 1px solid;
	margin:10px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}
a.gotolocalize{
	font-weight:normal;
	color:#666;
}
.localize-area p{
	margin:10px;
	font-size:14px;
}
.localize-area p span {
	color:#F60;
}
.localize-area h3{
	margin:15px 10px 5px 10px;
}

.localize-area .contLinkList ul li:first-child{
		border-top:1px solid #CCC;
}
.localize-area .contLinkList ul li{
	padding:5px 0;
}
.localize-area .contLinkList ul li a{
	border-left:none;
	font-size:14px;
}
.localize-area .contLinkList ul li a img{
	vertical-align:top;
	display:inline-block;
	margin-right:5px;
}
.localize-area {
	margin: 0 0 14px;
	border-bottom: 1px solid #b7c8da;
}
.localize-area dl dt {
	padding: 10px;
	background: #f0f4f7;
	font-size:14px;
}
.localize-area dl dd {
	padding: 5px 10px 14px;
	font-size: 12px;
	line-height: 14px;
}
.localize-area dl dd.nom {
	padding: 5px 0 14px;
	font-size: 12px;
	line-height: 14px;
}
.localize-area dl dd p:not(:first-child) {
	margin-top: 10px;
}
.localize-area dl dd p.indent {
	padding-left: 2em;
	text-indent: -2em;
}
.localize-area dl dd ul.list_mark {
	margin: 0 0 0 20px;
}
.localize-area dl dd ul.list_mark li {
	list-style-type: disc;
}
.localize-area dl dd ol.list_num li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.localize-area dl dd div.accordion_list {
	margin: 10px 0;
}
.localize-area dl dd div.accordion_list dl dt {
	position: relative;
	padding: 0.6em 35px 0.6em 15px;
	border-top:1px solid #CCC;
	border-right:1px solid #949494;
	border-bottom:1px solid #707070;
	border-left:1px solid #949494;
	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: #000;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgbargba(0,23,79,.5);
	cursor: pointer;
}
.localize-area dl dd div.accordion_list dl:first-child dt {
	-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;
}
.localize-area dl dd div.accordion_list dl:last-child dt {
	-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;
}
.localize-area dl dd div.accordion_list dl:first-child dt.nor {
	-moz-border-radius-topleft: 		.0em;
	-webkit-border-top-left-radius: 	.0em;
	border-top-left-radius: 			.0em;
	-moz-border-radius-topright: 		.0em;
	-webkit-border-top-right-radius: 	.0em;
	border-top-right-radius: 			.0em;
}
.localize-area dl dd div.accordion_list dl:last-child dt.nor {
	-moz-border-radius-bottomleft: 		.0em;
	-webkit-border-bottom-left-radius: 	.0em;
	border-bottom-left-radius: 			.0em;
	-moz-border-radius-bottomright: 	.0em;
	-webkit-border-bottom-right-radius: .0em;
	border-bottom-right-radius: 		.0em;
}
.localize-area dl dd div.accordion_list dl dt.normal {
	-moz-border-radius-bottomleft: 		.0em;
	-webkit-border-bottom-left-radius: 	.0em;
	border-bottom-left-radius: 			.0em;
	-moz-border-radius-bottomright: 	.0em;
	-webkit-border-bottom-right-radius: .0em;
	border-bottom-right-radius: 		.0em;
}
.localize-area dl dd div.accordion_list dl dt span{
	position:absolute;
	top: 0.4em;
	right: 15px;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
	overflow:none;
	background:url(../../images/smart/icon_plusminus.png) right 0 no-repeat;
}
.localize-area dl dd div.accordion_list dl dt span.on{
	background-position: right 0;
}
.localize-area dl dd div.accordion_list dl dt span.off{
	background-position: right -20px;
}
.localize-area dl dd div.accordion_list dl dd {
    margin: 0;
	padding: 5px;
	border: none;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
    border-radius: 0;
	font-size: 12px;
	line-height: 14px;
}
.localize-area dl dd div.accordion_list dl:last-child dd {
	border-bottom:1px solid #707070;
	-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;
}
.localize-area dl dd div.accordion_list dl li:not(:first-child) {
	margin-top: 10px;
}
.localize-area dl dd div.accordion_list dl p {
	margin-left: 5px;
}
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;
}

.caution-block {
	margin: 10px 5px;
	padding: 5px 5px;
	border: 1px solid #b7c8da;
	background: #fcebeb;
	font-size: 12px;
	line-height: 14px;
}
.localize-area dl dd .caution-block {
	margin: 10px -5px;
}
.caution-block .header_txt {
	color: #F00;
}
/*What's PayTrade-*/
.localize-area dl dd.nom{
	padding:0;
}
.localize-area dl dd.nom div.accordion_list{
	margin:0;
}
.localize-area dl dd.nom div.accordion_list dl:last-child dd{
   border-bottom: 1px solid #CCC;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.localize-area dl dd.nom div.accordion_list dl dt{
	padding: 0.6em 35px 0.6em 10px;
	font-weight:normal;
}
.localize-area dl dd.nom div.accordion_list dl li {
    margin-top:0;
}
.localize-area dl dd.nom .accordion_list dd {
	padding:0;
}
.localize-area dl dd.nom .accordion_list dd ul li{
	background: -moz-linear-gradient(center top , #EDF1F5 0%, #FFFFFF 9%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CCCCCC;
}
.localize-area dl dd.nom .accordion_list dd ul li:last-child{
	border-bottom:none;
}
.localize-area dl dd.nom .accordion_list dd a {
	display:block;
    background: url("../../images/smart/icon_arrow_r.png") no-repeat scroll right 50% transparent;
    margin-right: 10px;
	padding:10px ;
	color:#387BD0;
	font-size:14px;
}
.localize-area dl dd.nom .accordion_list dd a img {
	margin-right:5px;
}
.localize-area dl dd.nom div.accordion_list dl dt span{
	position:absolute;
	right:6px;
}
.no-bdbtm{
	border-bottom:none;
}


.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>