@charset "utf-8";

body {
    color: #333333;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input, select, button, textarea  {
    font-family: Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.padding10{
    padding: 10px;
}

.right_p50{
    padding-right: 50px;
    }

.left_p50{
    padding-left: 50px;
    }

.plane_area a {
    text-decoration: none;
    color: #999999;
}

/* パンくず */
.breadcrumbs li {
    font-size: 60%;
    float: left;
    background: url(../img/aucnet/common/arrow.gif) right 50% no-repeat;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 3px;
    padding-right: 10px;
    display: inline; /* for IE6 */
    white-space: nowrap; /* for IE6 */
}

.breadcrumbs li.current {
    background: none;
}

/* フッターリンク */
dl.footer_links.gray_bg {
    width: auto;
}

dl.footer_links {
    margin: 5px 0;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 1.8em;
    padding-right: 0.5em;
    zoom: 1; /* for IE6 */
}

dl.footer_links dt {
    clear: both;
    font-size: x-small;
    padding: 5px 0;
    margin-left: -1.3em;
    position: relative; /* for IE6 */
}

dl.footer_links dd {
    float: left;
    font-size: x-small;
    padding-right: 8px;
    margin-right: 5px;
    background: url(../img/aucnet/common/line.gif) right 50% no-repeat;
    line-height: 16px;
    display: inline;
    white-space: nowrap; /* for IE6,7 */
}

dl.footer_links dd.last {
    background: none;
}

.footer_for_index .to_dear_users {
    padding: 10px;
    background-color: #e3efff;
    font-size: x-small;
    line-height: 1.2em;
    letter-spacing: 1px;
}

.footer_for_index .to_dear_users dt {
    margin-bottom: 20px;
}

.footer_for_index .footer_links {
    padding: 10px;
    font-size: x-small;
    width: auto;
}

.footer_for_index .footer_links li {
    float: left;
    list-style-type: none;
    padding-right: 8px;
    margin-right: 5px;
    background: url(../img/aucnet/common/line.gif) right 50% no-repeat;
    line-height: 16px;
    display: inline;
    white-space: nowrap; /* for IE6,7 */
}

.footer_for_index .footer_links li.clear {
    background: none;
    padding-right: 0;
    margin-right: 0;
}

.footer_for_index .footer_pr {
    font-size: x-small;
    margin: 10px;
}

.footer_for_index .footer_pr li {
    color: #969696;
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

.footer_for_index .footer_pr a {
    color: #969696;
    text-decoration: none;
}

.footer_for_index .copyright_wrap {
    margin-top: 36px;
    border-top: 5px solid #00008B;
    background-color: #e6e6e6;
    position: relative;
}

.footer_for_index .footer_links li.clear,
.footer_for_index .footer_pr li.clear {
    clear: none;
    float: none;
    display: block;
}

.footer_for_index .copyright_wrap ul {
    font-size: x-small;
    background-color: #cccccc;
/*    padding: 10px;  */
}

.footer_for_index .copyright_wrap ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

.footer_for_index .copyright_wrap ul li a {
    text-decoration: none;
    color: #333333;
    padding-left: 14px;
    background: url(../../img/aucnet/common/arrow_diagonal.gif) 0 50% no-repeat;
}

.footer_for_index .copyright_wrap ul li.to_invitemembers {
    position: absolute;
    top: -31px;
    right: 230px;
    font-size: small;
    font-weight: bold;
}

.footer_for_index .copyright_wrap ul li.to_invitemembers a {
    padding: 0;
    background: none;
    background-color: #990000;
    color: #ffffff;
    display: block;
    width: 220px;
    padding-top: 5px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    outline: none;
}

.footer_for_index .copyright_wrap ul li.to_foradmin {
    position: absolute;
    top: -31px;
    right: 0;
    font-size: small;
    font-weight: bold;
}

.footer_for_index .copyright_wrap ul li.to_foradmin a {
    padding: 0;
    background: none;
    background-color: #00008B;
    color: #ffffff;
    display: block;
    width: 220px;
    padding-top: 5px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    outline: none;
}

.footer_for_index .copyright_wrap p {
    padding: 10px;
    text-align: right;
    font-size: x-small;
}

/* ページリンク */
div.paginate1 span.disabled {
    color: #969696;
}

div.paginate2 {
    overflow: hidden;
    position: relative; /* for IE7 */
}

div.paginate2 ul {
    position: relative;
    left: 50%;
    float: left;
    line-height: 1;
}

div.paginate2 li {
    position: relative;
    left: -50%;
    float: left;
    margin: 2px;
    list-style-type: none;
    font-size: medium;
    display: inline; /* for IE6 */
}

div.paginate2 li a,
div.paginate2 li span.current {
    display: block;
    border: 1px solid #99ccff;
    padding: 5px;
    color: #3366ff;
}

div.paginate2 li a {
    text-decoration: none;
    outline: none;
}

div.paginate2 li a:hover {
    color: #fff;
    background-color: #3366ff;
}

div.paginate2 li span.current {
    font-weight: bold;
    color: #000;
}

div.paginate2 li span.follow {
    display: block;
    padding: 5px;
}

div.page_navi {
    margin: 15px 0;
    font-size: small;
}

div.page_navi .page_info {
    text-align: center;
    padding-top: 10px;
}


/* ヘッダー
-------------------------------------------------- */
#header {
    margin-top: 10px;
    position: relative;
}

#header img {
    vertical-align: bottom;
}

#header .header_logo {
    font-size: small;
}

#header .header_logo a {
    text-decoration: none;
}

#header .header_logo a span {
    color: #333333;
    font-weight: bold;
}

#header .header_logo a h1 {
    font-size: small;
    color: #333333;
    font-weight: bold;
    display: inline;
}

#header .header_h1 {
    position: relative;
    top: 0;
    right: 240px;
    line-height: 1.1;
    color: #999999;
    padding: 7px 10px;
    font-size: 70%;
    overflow: hidden;

}

#header .header_menu {
    position: absolute;
    top: 0;
    right: 240px;
    font-size: small;
    line-height: 1.1;
}

#header .header_menu .menu1 {
    width: 420px;
}

#header .header_menu .menu1 li {
    list-style-type: none;
    float: right;
    margin-right: 10px;
    display: inline; /* for IE6 */
}

#header .header_menu .menu1 li a {
    display: block;
    width: 130px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#header .header_menu .menu1 li.to_mymenu a {
    background: url(../../img/aucnet/header/mymenu.gif) 0 0 no-repeat;
}

#header .header_menu .menu1 li.to_inquiry a {
    background: url(../../img/aucnet/header/inquiry.gif) 0 0 no-repeat;
}

#header .header_menu .menu1 li.to_alert a {
    background: url(../../img/aucnet/header/alert.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 {
    clear: both;
    padding-top: 10px;
    font-size: 90%;
    float: left;
    zoom: 1; /* for IE6 */
}

#header .header_menu .menu2 li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    display: inline; /* for IE6 */
}

#header .header_menu .menu2 li a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
}

#header .header_menu .menu2 li a:hover {
    color: #990000;
}

#header .header_menu .menu2 li.to_introduction a {
    background: url(../../img/aucnet/header/introduction_off.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_introduction a:hover {
    background: url(../../img/aucnet/header/introduction_on.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_profile a {
    background: url(../../img/aucnet/header/profile_off.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_profile a:hover {
    background: url(../../img/aucnet/header/profile_on.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_qanda a {
    background: url(../../img/aucnet/header/qanda_off.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_qanda a:hover {
    background: url(../../img/aucnet/header/qanda_on.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_helpabout a {
    background: url(../../img/aucnet/header/helpabout_off.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_helpabout a:hover {
    background: url(../../img/aucnet/header/helpabout_on.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_sitemap a {
    background: url(../../img/aucnet/header/sitemap_off.gif) 0 0 no-repeat;
}

#header .header_menu .menu2 li.to_sitemap a:hover {
    background: url(../../img/aucnet/header/sitemap_on.gif) 0 0 no-repeat;
}

#header .header_banner {
    position: absolute;
    top: 0;
    right: 0;
}

/* ヘッダー（トップページ用）
-------------------------------------------------- */
#headerforindex {
    margin-top: 10px;
    position: relative;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

#headerforindex .header_left
{
    float:left;
    width:300px;
}

#headerforindex .header_right,
{
    float:left;
    width:660px;
}

#headerforindex img {
    vertical-align: bottom;
}

#headerforindex .header_logo {
    float: left;
    width: 300px;
    font-size: small;
}

#headerforindex .header_logo a {
    text-decoration: none;
}

#headerforindex .header_logo a span {
    color: #333333;
    font-weight: bold;
}

#headerforindex .header_logo a h1 {
    font-size: small;
    color: #333333;
    font-weight: bold;
    display: inline;
}

#headerforindex .header_h1 {
    float: left;
    width: 660px;
    margin-top: -7px;
    margin-bottom: 2px;
    color: #999999;
    font-size: 70%;
    text-align: right;
    overflow: hidden;
}

#headerforindex .header_menu {
    float:left;
    width:420px;
    font-size: small;
    line-height: 1.1;
}

#headerforindex .header_menu .menu1 {
    width: 420px;
}

#headerforindex .header_menu .menu1 li {
    list-style-type: none;
    float: right;
    margin-right: 10px;
    display: inline; /* for IE6 */
}

#headerforindex .header_menu .menu1 li a {
    display: block;
    width: 130px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#headerforindex .header_menu .menu1 li.to_mymenu a {
    background: url(../../img/aucnet/header/mymenu.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu1 li.to_inquiry a {
    background: url(../../img/aucnet/header/inquiry.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu1 li.to_alert a {
    background: url(../../img/aucnet/header/alert.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 {
    clear: both;
    padding-top: 10px;
    font-size: 90%;
    float: left;
    zoom: 1; /* for IE6 */
}

#headerforindex .header_menu .menu2 li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    display: inline; /* for IE6 */
}

#headerforindex .header_menu .menu2 li a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    padding-left: 15px;
}

#headerforindex .header_menu .menu2 li a:hover {
    color: #990000;
}

#headerforindex .header_menu .menu2 li.to_introduction a {
    background: url(../../img/aucnet/header/introduction_off.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_introduction a:hover {
    background: url(../../img/aucnet/header/introduction_on.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_profile a {
    background: url(../../img/aucnet/header/profile_off.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_profile a:hover {
    background: url(../../img/aucnet/header/profile_on.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_qanda a {
    background: url(../../img/aucnet/header/qanda_off.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_qanda a:hover {
    background: url(../../img/aucnet/header/qanda_on.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_helpabout a {
    background: url(../../img/aucnet/header/helpabout_off.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_helpabout a:hover {
    background: url(../../img/aucnet/header/helpabout_on.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_sitemap a {
    background: url(../../img/aucnet/header/sitemap_off.gif) 0 0 no-repeat;
}

#headerforindex .header_menu .menu2 li.to_sitemap a:hover {
    background: url(../../img/aucnet/header/sitemap_on.gif) 0 0 no-repeat;
}

#headerforindex .header_banner {
    float: left;
    width: 240px;
}

/* グローバルメニュー */
#global_menu {
    line-height: 1em;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#global_menu li {
    list-style-type: none;
    float: left;
    position: relative;
    z-index: 999;
}

#global_menu a {
    display: block;
    text-decoration: none;
    outline: none;
    font-size: small;
}

#global_menu a.parent {
    width: 131px;
    height: 24px;
    line-height: 24px;
    padding: 2px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

#global_menu .top .parent {
    width: 132px;
}

#global_menu li.top a.parent {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

#global_menu li.mypage a.parent {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

#global_menu a.parent span {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #333333;
    background: url(../img/aucnet/header/menu_off.gif) 0 0 no-repeat;
}

#global_menu a.parent:hover span {
    color: #ffffff;
    background: #333399;
}

#global_menu .sub_menu {
    display: none;
    position: absolute;
    top: 29px;
    left: 0;
}

#global_menu ul {
    width: 207px;
    padding: 3px;
    background-color: #333399;
    background-image: -webkit-linear-gradient(top, #6666cc, #333399);
    background-image: -moz-linear-gradient(top, #6666cc, #333399);
    background-image: -o-linear-gradient(top, #6666cc, #333399);
    background-image: linear-gradient(to bottom, #6666cc, #333399);
    -pie-background: linear-gradient(top, #6666cc, #333399);
}

#global_menu ul li {
    float: none;
}

#global_menu .sub_menu a {
    color: #ffffff;
    padding: 5px;
    width: 180px;
    font-weight: bold;
    padding-left: 22px;
    background: url(../../img/aucnet/header/arrow_white.gif) 5px 50% no-repeat;
    line-height: 1;
}

#global_menu ul a:hover {
    color: #333399;
    background: url(../../img/aucnet/header/arrow_blue.gif) 5px 50% no-repeat #ffffff;
}

#global_menu .mypage .sub_menu {
    left: auto;
    right: 0;
}

/* CSSハック
-------------------------------------------------- */

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 共通スタイル
-------------------------------------------------- */

/* button */
.grad_button1 {
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #3e5468;
    background-color: #006bcf;
    background-image: -webkit-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006bcf 49%, #006bcf 82%, #0079eb 100%);
    background-image: -moz-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006bcf 49%, #006bcf 82%, #0079eb 100%);
    background-image: -o-linear-gradient(top, #006ed4 0%, #197fdf 48%, #006bcf 49%, #006bcf 82%, #0079eb 100%);
    background-image: linear-gradient(to bottom, #006ed4 0%, #197fdf 48%, #006bcf 49%, #006bcf 82%, #0079eb 100%);
    -pie-background: linear-gradient(top, #006ed4 0%, #197fdf 48%, #006bcf 49%, #006bcf 82%, #0079eb 100%);
    -webkit-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px #d9d9d9;
    -moz-box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px #d9d9d9;
    box-shadow: inset 0 0 1px 1px #1c92ff, 0 0 1px 3px #d9d9d9;
    -webkit-text-shadow: 1px 1px 1px #003669;
    -moz-text-shadow: 1px 1px 1px #003669;
    -o-text-shadow: 1px 1px 1px #003669;
    text-shadow: 1px 1px 1px #003669;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    outline: none;
    letter-spacing: 1px;
    font-size: small;
    padding: 0 1px 1px 0;
    margin: 0;
    overflow: visible;
    position: relative;
}

 a.grad_button1 {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}

input.grad_button1,
button.grad_button1 {
    height: 36px;
    line-height: 32px;
    cursor: pointer;
}

.grad_button1:hover {
    color: #ffffff;
    background-color: #0073de;
    background-image: -webkit-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: -moz-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: -o-linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    background-image: linear-gradient(to bottom, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    -pie-background: linear-gradient(top, #0076e3 0%, #2087e6 48%, #0073de 49%, #0073de 82%, #0082fa 100%);
    border-color: #425970;
    -webkit-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px #d9d9d9;
    -moz-box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px #d9d9d9;
    box-shadow: inset 0 0 1px 1px #2697ff, 0 0 1px 3px #d9d9d9;
    -webkit-text-shadow: 1px 1px 1px #003e78;
    -moz-text-shadow: 1px 1px 1px #003e78;
    -o-text-shadow: 1px 1px 1px #003e78;
    text-shadow: 1px 1px 1px #003e78;
}

.grad_button1:active {
    color: #ffffff;
    background-color: #0063c0;
    background-image: -webkit-linear-gradient(top, #005eb6 0%, #006bcf 100%);
    background-image: -moz-linear-gradient(top, #005eb6 0%, #006bcf 100%);
    background-image: -o-linear-gradient(top, #005eb6 0%, #006bcf 100%);
    background-image: linear-gradient(to bottom, #005eb6 0%, #006bcf 100%);
    -pie-background: linear-gradient(top, #005eb6 0%, #006bcf 100%);
    padding: 1px 0 0 1px;
}

/* width */
.w5px   { width:   5px; }
.w10px  { width:  10px; }
.w15px  { width:  15px; }
.w20px  { width:  20px; }
.w25px  { width:  25px; }
.w30px  { width:  30px; }
.w35px  { width:  35px; }
.w40px  { width:  40px; }
.w45px  { width:  45px; }
.w50px  { width:  50px; }
.w55px  { width:  55px; }
.w60px  { width:  60px; }
.w65px  { width:  65px; }
.w70px  { width:  70px; }
.w75px  { width:  75px; }
.w80px  { width:  80px; }
.w85px  { width:  85px; }
.w90px  { width:  90px; }
.w95px  { width:  95px; }
.w100px { width: 100px; }
.w110px { width: 110px; }
.w120px { width: 120px; }
.w130px { width: 130px; }
.w140px { width: 140px; }
.w150px { width: 150px; }
.w160px { width: 160px; }
.w170px { width: 170px; }
.w180px { width: 180px; }
.w190px { width: 190px; }
.w200px { width: 200px; }
.w210px { width: 210px; }
.w220px { width: 220px; }
.w230px { width: 230px; }
.w240px { width: 240px; }
.w250px { width: 250px; }
.w260px { width: 260px; }
.w270px { width: 270px; }
.w280px { width: 280px; }
.w290px { width: 290px; }
.w300px { width: 300px; }
.w310px { width: 310px; }
.w320px { width: 320px; }
.w330px { width: 330px; }
.w340px { width: 340px; }
.w350px { width: 350px; }
.w360px { width: 360px; }
.w370px { width: 370px; }
.w380px { width: 380px; }
.w390px { width: 390px; }
.w400px { width: 400px; }

/* height */
.h5px   { height:   5px; }
.h10px  { height:  10px; }
.h15px  { height:  15px; }
.h20px  { height:  20px; }
.h25px  { height:  25px; }
.h30px  { height:  30px; }
.h35px  { height:  35px; }
.h40px  { height:  40px; }
.h45px  { height:  45px; }
.h50px  { height:  50px; }
.h55px  { height:  55px; }
.h60px  { height:  60px; }
.h65px  { height:  65px; }
.h70px  { height:  70px; }
.h75px  { height:  75px; }
.h80px  { height:  80px; }
.h85px  { height:  85px; }
.h90px  { height:  90px; }
.h95px  { height:  95px; }
.h100px { height: 100px; }
.h110px { height: 110px; }
.h120px { height: 120px; }
.h130px { height: 130px; }
.h140px { height: 140px; }
.h150px { height: 150px; }
.h160px { height: 160px; }
.h170px { height: 170px; }
.h180px { height: 180px; }
.h190px { height: 190px; }
.h200px { height: 200px; }

/* margin */
.m5px  { margin:  5px; }
.m10px { margin: 10px; }
.m15px { margin: 15px; }
.m20px { margin: 20px; }
.m25px { margin: 25px; }
.m30px { margin: 30px; }
.m35px { margin: 35px; }
.m40px { margin: 40px; }
.m45px { margin: 45px; }
.m50px { margin: 50px; }
.m55px { margin: 55px; }
.m60px { margin: 60px; }
.m65px { margin: 65px; }
.m70px { margin: 70px; }
.m75px { margin: 75px; }
.m80px { margin: 80px; }
.m85px { margin: 85px; }
.m90px { margin: 90px; }
.m95px { margin: 95px; }

.mt2px  { margin-top:  2px; }
.mt5px  { margin-top:  5px; }
.mt10px { margin-top: 10px; }
.mt15px { margin-top: 15px; }
.mt20px { margin-top: 20px; }
.mt25px { margin-top: 25px; }
.mt30px { margin-top: 30px; }
.mt35px { margin-top: 35px; }
.mt40px { margin-top: 40px; }
.mt45px { margin-top: 45px; }
.mt50px { margin-top: 50px; }
.mt55px { margin-top: 55px; }
.mt60px { margin-top: 60px; }
.mt65px { margin-top: 65px; }
.mt70px { margin-top: 70px; }
.mt75px { margin-top: 75px; }
.mt80px { margin-top: 80px; }
.mt85px { margin-top: 85px; }
.mt90px { margin-top: 90px; }
.mt95px { margin-top: 95px; }

.mr5px  { margin-right:  5px; }
.mr10px { margin-right: 10px; }
.mr15px { margin-right: 15px; }
.mr20px { margin-right: 20px; }
.mr25px { margin-right: 25px; }
.mr30px { margin-right: 30px; }
.mr35px { margin-right: 35px; }
.mr40px { margin-right: 40px; }
.mr45px { margin-right: 45px; }
.mr50px { margin-right: 50px; }
.mr55px { margin-right: 55px; }
.mr60px { margin-right: 60px; }
.mr65px { margin-right: 65px; }
.mr70px { margin-right: 70px; }
.mr75px { margin-right: 75px; }
.mr80px { margin-right: 80px; }
.mr85px { margin-right: 85px; }
.mr90px { margin-right: 90px; }
.mr95px { margin-right: 95px; }

.mb5px  { margin-bottom:  5px; }
.mb10px { margin-bottom: 10px; }
.mb15px { margin-bottom: 15px; }
.mb20px { margin-bottom: 20px; }
.mb25px { margin-bottom: 25px; }
.mb30px { margin-bottom: 30px; }
.mb35px { margin-bottom: 35px; }
.mb40px { margin-bottom: 40px; }
.mb45px { margin-bottom: 45px; }
.mb50px { margin-bottom: 50px; }
.mb55px { margin-bottom: 55px; }
.mb60px { margin-bottom: 60px; }
.mb65px { margin-bottom: 65px; }
.mb70px { margin-bottom: 70px; }
.mb75px { margin-bottom: 75px; }
.mb80px { margin-bottom: 80px; }
.mb85px { margin-bottom: 85px; }
.mb90px { margin-bottom: 90px; }
.mb95px { margin-bottom: 95px; }

.ml5px  { margin-left:  5px; }
.ml10px { margin-left: 10px; }
.ml15px { margin-left: 15px; }
.ml20px { margin-left: 20px; }
.ml25px { margin-left: 25px; }
.ml30px { margin-left: 30px; }
.ml35px { margin-left: 35px; }
.ml40px { margin-left: 40px; }
.ml45px { margin-left: 45px; }
.ml50px { margin-left: 50px; }
.ml55px { margin-left: 55px; }
.ml60px { margin-left: 60px; }
.ml65px { margin-left: 65px; }
.ml70px { margin-left: 70px; }
.ml75px { margin-left: 75px; }
.ml80px { margin-left: 80px; }
.ml85px { margin-left: 85px; }
.ml90px { margin-left: 90px; }
.ml95px { margin-left: 95px; }

/* padding */
.p5px  { padding:  5px; }
.p10px { padding: 10px; }
.p15px { padding: 15px; }
.p20px { padding: 20px; }
.p25px { padding: 25px; }
.p30px { padding: 30px; }
.p35px { padding: 35px; }
.p40px { padding: 40px; }
.p45px { padding: 45px; }
.p50px { padding: 50px; }
.p55px { padding: 55px; }
.p60px { padding: 60px; }
.p65px { padding: 65px; }
.p70px { padding: 70px; }
.p75px { padding: 75px; }
.p80px { padding: 80px; }
.p85px { padding: 85px; }
.p90px { padding: 90px; }
.p95px { padding: 95px; }

.pt5px  { padding-top:  5px; }
.pt10px { padding-top: 10px; }
.pt15px { padding-top: 15px; }
.pt20px { padding-top: 20px; }
.pt25px { padding-top: 25px; }
.pt30px { padding-top: 30px; }
.pt35px { padding-top: 35px; }
.pt40px { padding-top: 40px; }
.pt45px { padding-top: 45px; }
.pt50px { padding-top: 50px; }
.pt55px { padding-top: 55px; }
.pt60px { padding-top: 60px; }
.pt65px { padding-top: 65px; }
.pt70px { padding-top: 70px; }
.pt75px { padding-top: 75px; }
.pt80px { padding-top: 80px; }
.pt85px { padding-top: 85px; }
.pt90px { padding-top: 90px; }
.pt95px { padding-top: 95px; }

.pr5px  { padding-right:  5px; }
.pr10px { padding-right: 10px; }
.pr15px { padding-right: 15px; }
.pr20px { padding-right: 20px; }
.pr25px { padding-right: 25px; }
.pr30px { padding-right: 30px; }
.pr35px { padding-right: 35px; }
.pr40px { padding-right: 40px; }
.pr45px { padding-right: 45px; }
.pr50px { padding-right: 50px; }
.pr55px { padding-right: 55px; }
.pr60px { padding-right: 60px; }
.pr65px { padding-right: 65px; }
.pr70px { padding-right: 70px; }
.pr75px { padding-right: 75px; }
.pr80px { padding-right: 80px; }
.pr85px { padding-right: 85px; }
.pr90px { padding-right: 90px; }
.pr95px { padding-right: 95px; }

.pb5px  { padding-bottom:  5px; }
.pb10px { padding-bottom: 10px; }
.pb15px { padding-bottom: 15px; }
.pb20px { padding-bottom: 20px; }
.pb25px { padding-bottom: 25px; }
.pb30px { padding-bottom: 30px; }
.pb35px { padding-bottom: 35px; }
.pb40px { padding-bottom: 40px; }
.pb45px { padding-bottom: 45px; }
.pb50px { padding-bottom: 50px; }
.pb55px { padding-bottom: 55px; }
.pb60px { padding-bottom: 60px; }
.pb65px { padding-bottom: 65px; }
.pb70px { padding-bottom: 70px; }
.pb75px { padding-bottom: 75px; }
.pb80px { padding-bottom: 80px; }
.pb85px { padding-bottom: 85px; }
.pb90px { padding-bottom: 90px; }
.pb95px { padding-bottom: 95px; }

.pl5px  { padding-left:  5px; }
.pl10px { padding-left: 10px; }
.pl15px { padding-left: 15px; }
.pl20px { padding-left: 20px; }
.pl25px { padding-left: 25px; }
.pl30px { padding-left: 30px; }
.pl35px { padding-left: 35px; }
.pl40px { padding-left: 40px; }
.pl45px { padding-left: 45px; }
.pl50px { padding-left: 50px; }
.pl55px { padding-left: 55px; }
.pl60px { padding-left: 60px; }
.pl65px { padding-left: 65px; }
.pl70px { padding-left: 70px; }
.pl75px { padding-left: 75px; }
.pl80px { padding-left: 80px; }
.pl85px { padding-left: 85px; }
.pl90px { padding-left: 90px; }
.pl95px { padding-left: 95px; }
