@charset "utf-8";

/*----------------------------------------------------
 common
--------------------------------------------------- */
.flL{
	float:left;
}
.flR{
	float:right;
}
.tc{
	text-align:center;
}
.fsize10{
	font-size:10px;
}
.fsize11{
	font-size:11px;
}
.fsize12{
	font-size:12px;
}
.fsize13{
	font-size:13px;
}
.fsize14{
	font-size:14px;
}
.fsize15{
	font-size:15px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb45{
	margin-bottom:45px;
}
.mb50{
	margin-bottom:50px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mt35{
	margin-top:35px;
}
.mt40{
	margin-top:40px;
}
.mt45{
	margin-top:45px;
}
.mt50{
	margin-top:50px;
}
/*----------------------------------------------------
	clearfix
--------------------------------------------------- */
.clr:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}
.clr {min-height: 1px;}
* html .cf {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
/*----------------------------------------------------
	reset
--------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ol,ul {
    list-style:none;
}
fieldset,img {
    border:0;
}
img {
    /*vertical-align:bottom;*/
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    /*background:transparent;*/
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

#smart_link { padding-bottom: 20px; border-bottom: 1px solid #999; text-align: center; font-size: 24px;}
#smart_link a { display: block; line-height: 1.5; padding: 10px; text-decoration: none; color: #fff; box-shadow:  0px 2px 2px rgba(0,0,0, 0.2); -webkit-box-shadow: 0px 2px 2px rgba(0,0,0, 0.2); -moz-box-shadow:  0px 2px 2px rgba(0,0,0, 0.2); -o-box-shadow:  0px 2px 2px rgba(0,0,0, 0.2); -ms-box-shadow:  0px 2px 2px rgba(0,0,0, 0.2); background:  url(/smart/img/arrow_circle_r.png) 10px center no-repeat, linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.17) 49.9%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.35)); background:  url(/smart/img/arrow_circle_r.png) 10px center no-repeat,
	-webkit-gradient(linear, left top, left bottom, 
color-stop(0, rgba(0,0,0,0)), color-stop(0.49, rgba(0,0,0,0.17)), color-stop(0.5, rgba(0,0,0,0.25)), color-stop(1.0, rgba(0,0,0,0.35))); background:  url(/smart/img/arrow_circle_r.png) 10px center no-repeat,
	-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.17) 49.9%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.35)); background: url(/smart/img/arrow_circle_r.png) 10px center no-repeat,
	-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.17) 49.9%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.35)); background: url(/smart/img/arrow_circle_r.png) 10px center no-repeat,
	-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.17) 49.9%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.35)); background-color: #2e3e80;}