@charset "utf-8";
* {
    -webkit-font-smoothing: subpixel-antialiased;
}

article, aside, details, figcaption, figure, footer, header, nav, section,
summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

.ie audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body, button, input, select, textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

a {
    color: #dbc310;
    text-decoration: none;
    font-size: inherit;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

a img {
    text-decoration: none;
    font-size: inherit;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:visited {}

a:focus {
    outline: none;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
    color: #fff0b9;
}

a:hover img {
    opacity: 0.8;
}

body.ie a:hover img {
    -ms-filter: "alpha(opacity=75)";
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

address {
    font-style: normal;
}

abbr[title] {}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    line-height: 2;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    overflow: auto;
    padding: 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

blockquote {
    margin: 0;
}

blockquote blockquote {
    margin: 0;
}

blockquote cite, blockquote small {
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em, blockquote i {}

blockquote strong, blockquote b {}

small {
    font-size: smaller;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0;
    border-top: #ddd 1px solid;
}

dt, dd {
    font-weight: normal;
    border-bottom: #ddd 1px solid;
    margin: 0;
    display: block;
    font-size: 80%;
    padding: 15px 5px;
}

dt {}

dd {}

menu, ol, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: square;
    margin: 0;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul, li > ol {
    margin: 0;
}

li {
    list-style: none;
    font-size: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button, input, select, textarea {
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    margin-right: 5px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

caption {
    margin: 0;
}

table, table.table {
    margin: 0;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
    width: auto;
    border-radius: 0;
    border: none;
    padding-bottom: 1px;
    width: 100%;
    border-top: #444 1px solid;
}

th, td, table.table th, table.table td {
    border-bottom: #444 1px solid;
    border-right: none;
    border-left: none;
    margin: 0;
    padding: 18px;
    line-height: 1.4;
    color: #333;
}

td {}

th {
    font-weight: bold
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: #ddd;
    border: 0;
    height: 1px;
    margin: 0 0 36px;
}

html {
    overflow-x: hidden;
}

body {
    background: #1a181b;
    overflow-x: hidden;
    color: #fcfcfc;
    font-size: 13px;
}

#body_inner {
    min-width: 1024px;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    z-index: 10000;
    overflow: hidden;
}

#wrapper-inner {}

#lp_main {
    background: #1b181b;
    margin: 0 auto;
    display: block;
    animation: anim_img ease-out 5s;
    animation-iteration-count: 1;
    transform-origin: 50% 0%;
    -webkit-animation: anim_img ease-out 5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0%;
    -moz-animation: anim_img ease-out 5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0%;
    -o-animation: anim_img ease-out 5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0%;
    -ms-animation: anim_img ease-out 5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0%;
}

#imgs {
    background: url(/grandprix/2016/images/bg_catchCopy.png) top center no-repeat;
    max-height: 1250px;
}

.br_sp {
    display: none;
}

@media screen and (max-width: 767px) {

    .br_sp {
        display: block;
    }

    #imgs {
        background: url(/grandprix/2016/images/bg_catchCopy_sp.png) top center no-repeat;
        height: auto;
    }

    #imgs img {
        width: 100%;
        height: auto;
    }

    #btns1 img {
        width: 154px;
        height: 44px;
    }

    #footer img {
        width: 120px;
        height: 77px;
    }
}
/*-----------------------------------------------------------------------------* ヘッダー #header  */
#header {
    width: auto;
    z-index: 9999;
    background: #111;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 1) inset;
}

#header_f {
    position: relative;
    height: 78px;
    max-width: 1024px;
    margin: 0 auto;
}

#header_logo {
    position: absolute;
    left: 10px;
    top: 15px;
}

#header_nav {
    float: right;
    text-align: right;
    overflow: hidden;
}

.nav_block {
    float: left;
}

.nav_title {
    position: relative;
    display: block;
    font-size: 14px;
    height: 78px;
    line-height: 78px;
    font-weight: bold;
    color: #f1f1f1;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    /*border-left:#d1ccc6 1px solid;*/
    /*border-left:rgba(10,9,7,0.07) 1px solid;*/
    -webkit-font-smoothing: antialiased;
}

.nav_title a {
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 10000;
}

.ie .nav_title:hover, .ie .nav_title.on {
    background: #b7b4b0;
}

.nav_title:hover {
    opacity: 1;
}

.nav_title.visit {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.nav_title .over {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    background: url(/grandprix/2016/images/nav_bg_hover.png) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav_title:hover .over {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.nav_title.visit .over {
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
}

.nav_title.visit {
    background: url(/grandprix/2016/images/nav_bg_on.png) 0 0 no-repeat;
    background-size: 100% 100%;
    color: #000;
    opacity: 0.8;
    @media screen and (max-width: 767px) {
        background-image: none;
    }
}

.ie .nav_title .over {
    display: none;
}

.nav_title span {
    white-space: nowrap;
    display: inline-block;
}

.nav_title span.l1 {
    padding-top: 8px;
}

.nav_title .nav_gym_i {
    padding-left: 16px;
    background: url(/grandprix/2016/images/icon_gym_min.png) 0 center no-repeat;
    margin-left: -2px;
}

#sec_nav {
    z-index: 1002;
    overflow: hidden;
}

.nav_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 98px 0 27px;
    background: #433f3d;
    background: rgba(67, 63, 61, 0.94);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;

    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translate3d(0px, -100%, 0px);
    -moz-transform: translate3d(0px, -100%, 0px);
    -o-transform: translate3d(0px, -100%, 0px);
    -ms-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
}

.nav_con_t {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 54px 0 0;
    margin: -1px 0 0;
    background: #433f3d;
    background: rgba(67, 63, 61, 0.94);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.nav_con.on {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.ie .nav_con {
    display: none;
}

.ie .nav_con.on {
    display: block;
}

.nav_con a {
    display: inline-block;
    margin: 0 12px 20px;
    vertical-align: top;
}

.nav_con_t a {
    display: inline-block;
    margin: 1px 1px 0 0;
    vertical-align: top;
}

.ie .nav_con a {
    zoom: 1
}

.nav_con a span {
    display: block;
}

#nav_gym.nav_con a span {
    text-align: center;
    display: inline-block;

}

#nav_gym.nav_con a span.snum {
    margin: -1px 0 0 5px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 3px;
    color: #aa9;
}

.nav_thumb {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    margin: 0 auto 9px;
    max-width: 180px;
}

.nav_t {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 23px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

#itchokusen_bnr .nav_t {
    letter-spacing: 0;
}

.nav_t2 {
    color: #dad6a9;
    opacity: 0.7;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3;
}

.nav_text {
    color: #dad6a9;
    background: #333;
    background: rgba(0, 0, 0, 0.2);
    padding: 60px 20px;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0;

}

.nav_block.contact .nav_title {
    background: #dbc310;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 20px;
    font-size: 14px;
    border-left: rgba(10, 9, 7, 0.16) 1px solid;
    letter-spacing: 1px;
    width: auto;
    -webkit-font-smoothing: antialiased;
}

#nav_course {
    text-align: center;
}

#nav_gym {
    text-align: right;
}

#nav_contact {
    background: #7c6305;
    background: rgba(98, 85, 44, 0.92);
    padding: 72px 0 0px;
    text-align: right;
}

#nav_contact a {
    height: 64px;
    line-height: 64px;
}

#nav_contact a.nav_wf {
    margin-right: 20px;
    margin-left: 0px;
}

#nav_contact a.nav_tel {}

#nav_contact .nav_text {
    padding: 0 20px;
    background: #fff;
    color: #a08600;
    font-weight: bold;
    opacity: 0.9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

#nav_contact .nav_tel .nav_text {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
}

#nav_contact .nav_tel .nav_text.note, #nav_contact .nav_tel .note {
    font-size: 12px;
    display: inline;
    line-height: 1;
    padding-left: 0.5em;
}

#nav_contact .nav_wf .nav_text {
    font-size: 15px;
}

#nav_sp-contact_btns {
    display: none;
}

.nav_title {
    padding: 0 20px;
    letter-spacing: 1px;
    /* min-width:100px; */
}

.nav_block.contact {
    width: 240px;
}

.nav_block.contact .nav_title {
    /* padding:0 30px; */
    /* font-size:13px; */
}

.nav_title span.l1 {
    padding-top: 10px;
}

.badge, #header .badge, .list_text h2 span.badge {
    background: #a08600;
    color: #efebd9;
    display: inline-block;
    padding: 3px;
    font-size: 80%;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    height: auto;
    line-height: 1.1;
    vertical-align: middle;
    margin: -2px -2px 0 2px;
    border-radius: 2px;
    letter-spacing: 1px;
}

body.pc .list_text h2 span.badge, body.tab .list_text h2 span.badge {
    position: absolute;
    left: -10px;
    top: 10px;
    font-size: 12px;
    padding: 3px 6px;
}

#header .badge {
    padding-left: 4px;
}

#header #sec_nav .badge {
    letter-spacing: 1px;
    margin: -5px -2px -2px 2px;

}

#header #sec_nav .nav_t .badge {
    font-size: 12px;
    margin-left: 6px
}

#contents .badge {
    letter-spacing: 2px;
    font-size: 60%;
    margin: -5px -2px 0 8px;
    padding: 5px 8px 5px 10px;

}

/*
body.index #header{
	position:absolute;
	width:100%;
	top: 690px;
	left:0;
	box-shadow: none;
}
body.index #header_nav{
	float:none;
	text-align: center;
	overflow:hidden;
}
body.index .nav_block{
	float:none;
	display:inline-block;
}
body.index.ie .nav_block{
	zoom:1;
}
body.index #header_logo{
	display:none;
}
#top_h_logo{
	position:absolute;
	left:10px;
	top:5px;
}
*/
#top_h_logo {
    display: none;
}

@media screen and (max-width:767px) {
    #header, body.index #header {
        position: static;
        width: 100%;
        height: 44px;
        top: 0;
        left: 0;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.8);
    }

    #sec_nav {
        /* display:none; */
    }

    #second_header {
        font-size: 24px;
        padding: 48px 0 4px 12px;
    }

    #header_f {
        height: 44px;
    }

    #header_logo {
        position: absolute;
        left: 0;
        top: 0;
    }

    #header_logo img {
        display: none;
    }

    #header_logo a {
        display: block;
        width: 250px;
        height: 44px;
        background: url(/grandprix/2016/images/header_logo.png) 0 center no-repeat;
        background-size: auto 80%;
    }

    #sp_nav {
        float: right;
        overflow: hidden;
    }

    #sp_nav a {
        float: left;
        display: block;
        height: 44px;
        width: 44px;
        border-left: rgba(0, 0, 0, 0.3) 1px solid;
        /* background:#fff; */
    }

    #sp_nav a#nav_sp-contact {
        width: 142px;
        background-image: url(/grandprix/2016/images/header_nav_sp_contact.png);
    }

    #nav_sp-contact_btns {
        display: block;
        position: absolute;
        top: 44px;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    #nav_sp-contact_btns-inner {
        background: rgba(47, 43, 41, 0.95);
        -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transform: translate3d( 0px, -100%, 0px);
        -moz-transform: translate3d( 0px, -100%, 0px);
        -o-transform: translate3d( 0px, -100%, 0px);
        -ms-transform: translate3d( 0px, -100%, 0px);
        transform: translate3d( 0px, -100%, 0px);
    }

    #nav_sp-contact_btns.on #nav_sp-contact_btns-inner {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    #nav_sp-contact_btns-inner img {
        width: 100%;
        height: auto;
    }

    #nav_sp_1 {
        background: url(/grandprix/2016/images/icon_gym.png) center center no-repeat;
    }

    #nav_sp_2 {
        background: url(/grandprix/2016/images/icon_tel.png) center center no-repeat;
    }

    #nav_sp_3 {
        background: url(/grandprix/2016/images/icon_mail.png) center center no-repeat;
    }

    #nav_sp_4 {
        background: url(/grandprix/2016/images/icon_menu.png) center center no-repeat rgba(255, 255, 205, 0.6);

        background-size: 44px;
    }

    #nav_sp_4.on {
        background: url(/grandprix/2016/images/icon_menu_close.png) center center no-repeat rgba(255, 255, 250, 0.3);
        background-size: 100%;
    }

    #header_nav {
        float: none;
        text-align: left;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 44px;
        left: 50px;
        z-index: 10001;
        background: rgba(47, 43, 41, 0.95);
        -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transform: translate3d(100%, 0px, 0px);
        -moz-transform: translate3d(100%, 0px, 0px);
        -o-transform: translate3d(100%, 0px, 0px);
        -ms-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    #header_nav.on {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    /*
    	#header_nav.on:after{
    		content:" ";
    		display:block;
    		width:44px;
    		height:44px;
    		background:url(/images/icon_menu_close.png) #999;
    		border-left:rgba(0,0,0,0.2) 1px solid;
    		background-size:44px auto;
    		position:absolute;
    		top:-44px;
    		right:90px;
    		z-index:10000000;

    	}
    	*/
    #header_nav.sc {
        overflow-y: scroll;
    }

    .nav_block, .nav_block.contact {
        float: none;
        display: block;
        width: auto;
    }

    .nav_title, .nav_block.contact .nav_title, .nav_title#n8 {
        position: relative;
        display: block;
        font-size: 14px;
        height: auto;
        width: auto;
        max-width: none;
        line-height: 1;
        color: #f6f6f6;
        text-align: center;
        padding: 20px 15px 21px 40px;
        letter-spacing: 1px;
        border: none;
        border-bottom: rgba(10, 9, 7, 0.1) 1px solid;
        /* background: url(/grandprix/2016/images/icon_sp_nav1.png) 14px center no-repeat rgba(255, 255, 255, 0.1); */
        background: no-repeat rgba(255, 255, 255, 0.1);
        background-size: auto 100%;
        text-align: left;
        -webkit-font-smoothing: antialiased;
    }

    .nav_title:hover {
        opacity: 1;
    }

    .nav_title.visit {
        opacity: 0.6;

        background-color: #a94;
        background-size: auto 100%;
    }

    .nav_title .over {
        display: none;
    }

    .nav_title:hover .over, .nav_title.on .over {}

    .ie .nav_title .over {}

    .nav_title span {
        display: block;
        white-space: normal;
    }

    .nav_title span.l1 {
        padding: 0 0 4px;
    }

    .nav_title .nav_gym_i {
        padding-left: 0;
        background: none;
        margin-left: 0;
        -webkit-font-smoothing: antialiased;
    }

    #n1 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav1.png); */
    }

    #n2 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav2.png); */
    }

    #n3 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav3.png); */
    }

    #n4 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav4.png); */
    }

    #n5 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav5.png); */
    }

    #n6 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav6.png); */
    }

    #n7 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav7.png); */
    }

    #n8, .nav_title#n8 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav8.png); */
    }

    #n9 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav9.png); */
    }

    #n9 {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav9.png); */
    }

    #nBA {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav_ba.png); */
    }

    #nCM {
        /* background-image: url(/grandprix/2016/images/icon_sp_nav_cm.png); */
    }

    .nav_block.contact .nav_title {
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 1px;
    }

    #sec_nav {}

    .nav_con {
        z-index: 1004;
        margin: 0;
        padding: 0;
        float: none;
        text-align: left;
        overflow: hidden;
        position: absolute;
        width: 100%;
        top: 44px;
        left: 0;
        background: rgba(47, 43, 41, 0.96);
        -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -o-transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
        -webkit-transform: translate3d(100%, 0px, 0px);
        -moz-transform: translate3d(100%, 0px, 0px);
        -o-transform: translate3d(100%, 0px, 0px);
        -ms-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }

    .nav_con.on {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .nav_con_t {}

    .ie .nav_con {
        display: none;
    }

    .ie .nav_con.on {
        display: block;
    }

    .nav_con a {
        position: relative;
        display: block;
        font-size: 17px;
        height: 60px;
        width: auto;
        line-height: 1;
        color: #f6f6f6;
        text-align: center;
        padding: 0;
        margin: 0;
        font-weight: normal;
        letter-spacing: 2px;
        border: none;
        border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
        background: rgba(255, 255, 255, 0.1);
        background-size: 36px;
        text-align: left;
        -webkit-font-smoothing: antialiased;
        overflow: hidden;
    }

    .nav_con_t a {}

    .ie .nav_con a {}

    .nav_con a span {}

    .nav_con a .nav_thumb {
        float: left;
        margin: 0 10px 0 0;
        box-shadow: none;
    }

    .nav_con a .nav_thumb img {
        width: auto;
        height: 60px;
    }

    .nav_t {
        font-size: inherit;
        padding-top: 11px;
        white-space: nowrap;
    }

    .nav_t2 {
        font-weight: normal;
        letter-spacing: 1px;
    }

    .nav_text {}
}

.anotation {
    font-weight: bold;
    background: #f1ebdd;
    padding: 12px;
    font-size: 13px;
    color: #cc0000;
}

/*------------------------------------------------------------ 内容 */


#imgs img {
    margin: 0 auto;
    display: block;
}

.btns {
    max-width: 850px;
    margin: 0 auto;
}

#btns1 {
    margin: 18px auto 58px;
    position: relative;
    text-align: center;
    width: 850px;
}


.btn, .input[type="submit"] {
    height: 90px;
    width: 390px;
    text-align: center;
    display: inline-block;
    line-height: 90px;
    margin: 0 7px;
    font-size: 25px;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(255, 255, 230, 0.4);
    background-size: 100% 100%;
}


.btn:hover {
    opacity: 0.8;
}

#btn_disable:hover, #btn_disable:hover img {
    color: #666;
    opacity: 1.0;
}

.btn2,.btn1 {
    margin-top: 25px;
    background: #000;
    border: #dbc310 1px solid;
    box-shadow: 0 0 6px rgba(255, 255, 230, 0.4), 0 0 3px rgba(255, 255, 230, 0.4) inset;
}

.btn2:hover,.btn1:hover {
    background: #3f3d04;
}

#info {
    margin: 0 auto;
    position: relative;
}

#info h1 {
    color: #ffff69;
    font-size: 34px;
    text-align: center;
}

#info_inner {
    text-align: center;
    margin: 0 auto;
}

#info_inner_title {
    margin: 0 auto;
    width: 960px;
}

#info_content {
    color: #000;
}

.info_btn {
    display: inline-block;
}

.info_title {
    display: inline-block;
    min-width: 454px;
    margin: 28px 10px 0;
    padding: 30px 0 40px;
    color: #000;
    background-color: #dcc411;
    height: 20px;
}

a.info_title {
    color: #000;
}

.info_title.on {
    padding: 40px 0 30px;
    color: #886b00;
    background-color: #fff;
    height: 50px;
}

a.info_title.on {
    color: #886b00;
}

h2 {
    font-size: 24px;
}

.ic_body {
    display: none;
    background-color: #fff;
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
}

.ic_body.on {
    display: block;
}

.ic_body p {
    color: #000;
}

#footer {
    text-align: center;
    margin-top: 60px;
}

#copyright {
    padding: 30px 15px;
    color: #666;
    font-size: 11px;
    text-align: center;
}

@media screen and (max-width: 767px) {

    body {
        font-size: 12px;
    }

    #btns1 {
        margin-bottom: 30px;
        width: auto;
    }

    #btns1 img {
        top: -10px;
        left: 50%;
        margin-left: -150px;
    }

    .btn {
        display: block;
        height: auto;
        width: 90%;
        margin: 0 auto;
        line-height: 1.3;
        font-size: 17px;
        padding: 20px 8px;
    }

    .btn2 {
        margin-top: 10px;
    }

    #info h1 {
        font-size: 20px;
    }

    #info_inner {
        position: relative;
        width: auto;
    }

    #info_btn_new {
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: 5px;
    }

    #info_btn_member {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 5px;
    }

    .info_btn {}

    .info_title {
        width: 40%;
        min-width: 139px;
        margin: 10px 3px 0;
        padding: 16px 0 16px;
        color: #000;
        background-color: #dcc411;
        height: 20px;
    }

    a.info_title {
        color: #000;
    }

    .info_title.on {
        /* margin: 10px 3px 0; */
        padding: 16px 0 15px;
        color: #886b00;
        background-color: #fff;
        height: 35px;
    }

    h2 {
        font-size: 14px;
    }

    .ic_body {
        width: 90%;
        margin-top: 59px;
    }

    .ic_body.on {
        padding-bottom: 10px;
    }

    .ic_body p {}

    #footer {
        margin-top: 20px;
    }

    #copyright {
        line-height: 1.6;
        padding: 15px 15px 30px;
    }
}

/*-----------------------------------------------------------------------------* お問い合わせ */
#info_content .ptitle h1 {
    color: #000;
    margin: 10px auto;
    font-size: 25px;
}

.read {
    margin: 15px 0;
}

.counseling_img {
    border: #a08600 1px solid;
    border-color: rgba(160, 134, 0, 0.4);
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.counseling_img h3 {
    font-size: 16px;
    color: #a08600;
    padding-bottom: 8px;
}

.counseling_img p {
    text-align: center;
    line-height: 1.5;
}

.counseling_img img {
    display: block;
    margin: 20px auto;
}

#info_content .anotation {
    font-weight: bold;
    background: #f1ebdd;
    max-width: 880px;
    padding: 12px;
    margin: 10px auto;
    font-size: 13px;
    color: #cc0000;
}

#info_content {}

#info_content .inquiry {
    text-align: center;
    margin: 25px auto;
    max-width: 900px;
}

.icn:after {
    content: "必須";
    color: #fff;
    font-weight: normal;
    background: #e00;
    display: inline;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1.1;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 11px;
    margin-left: 4px;

}

.ie .icn:after {
    zoom: 1;
}

.opt:after {
    content: "任意";
    color: #fff;
    font-weight: normal;
    background: #888;
    display: inline;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1.1;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 11px;
    margin-left: 4px;

}

.ie .opt:after {
    zoom: 1;
}

#info_content table, body.gaiyo table {
    margin: 0;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
    width: auto;
    /* overflow: hidden; */
    border-radius: 0;
    border: none;
    padding-bottom: 1px;
    max-width: 900px;
    border-top: #ddd 1px solid;
    margin: 0 auto 30px;
}

#info_content th, #info_content td {
    font-size: 13px;
    padding: 12px;
    line-height: 1.6;
    border-bottom: #eee 1px solid;
    border-right: none;
    border-left: none;
}

#info_content th {
    width: 150px;
    min-width: 220px;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0 22px 50px;
}

#info_content td {
    font-size: 12px;
    font-weight: bold;
    padding: 22px 0px 22px 30px;
    width: 50%;
}

#info_content td span {
    padding-right: 4px;
}

#info_content td input {
    margin: 2px;
}

#info_content td input[name="name_sei"],
#info_content td input[name="name_mei"],
#info_content td input[name="kana_sei"],
#info_content td input[name="kana_mei"] {
    width: 240px;
}

#info_content td div {
    position: relative;
    overflow: hidden;
}

input[name="zip21"], input[name="zip22"] {
    width: 4em;
}

#info_content textarea {
    width: 95%;
}

#info_content select {
    margin: 0;
}

#info_content th.strong {
    background-color: #d8c59E;
    width: 50%;
    padding-left: 20px;
}

#info_content .btns {
    text-align: center;
    padding: 25px 15px 40px;
}

#info_content .btnsw {
    text-align: center;
}

#info_content .btns .btn {
    width: 260px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    background: #a08600;
    color: #fff;
    border: none;
    height: 70px;
    line-height: 70px;
}

#info_content .btnsw .btn {
    display: inline-block;
    margin: 3px;
}

#info_content .content h2 {
    padding: 40px 0 10px;
    font-size: 18px;
    color: #555;
}

#privacy_pp {
    font-size: 18px;
}

#info_content dl.privacy {
    height: 220px;
    overflow-y: scroll;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
    padding: 10px;
    margin: 15px auto 0;
    border: 0;
    background: #fcfcfb;
    max-width: 900px;
}

dl.privacy {}

#info_content dl.privacy p, dl.privacy p {
    padding-left: 16px;
    line-height: 1.6;
    padding: 5px 0 5px 16px;
}

#info_content dl.privacy p.bld, dl.privacy p.bld {
    padding-left: 0;
    font-weight: bold;
}

#info_content dl.privacy li, dl.privacy li {
    padding: 0 0 7px 20px;
    list-style: circle inside;
}

#info_content dl.privacy dd:last-child, dl.privacy dd:last-child {
    border: 0;
}

#info_content p.note {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
    padding: 5px 0;
    font-weight: normal;
}

#info_content th {
    width: 30%;
}

#info_content #side,
#info_content #header_nav,
#info_content #sp_nav,
#info_content #second_header,
#info_content #footer_links,
#info_content #footer_bnrs,
#info_content #contact_f {
    display: none;
}

#info_content #header_f {
    background: none;
    box-shadow: none;
}

#info_content #main {
    margin: 10px auto 0;
}

#info_content #footer {
    padding: 35px 0 30px;
}

#info_content #copyright {
    position: static;
}

#info_content .note {
    margin-bottom: 2px;
}

#privacy_link {
    padding: 20px 0 5px;
    text-align: center;
}

#privacy_link a {
    font-size: 14px;
    text-decoration: underline;
}

.s_form{
}
.sf_title{
	margin-bottom:10px;
}
.sf_title h3{
	font-size:15px;
}
.sf_body{
	margin-bottom:15px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.sf_body h4{
	margin-bottom:5px;
}
.sf_body label{
	margin-right:10px;
}
.sf_body label.error{
	margin-right:0;
}
.sf_body .checkboxs{
	margin-bottom:5px;
}
.sf_body input[type="text"]{
	display:block;
	width:95%;
}
.bnrs{
}
a#counsering_bnr{
	color:#dcc411;
	border-bottom:1px solid #dcc411;
	padding-bottom:1px;
}
a#counsering_bnr:before{
	display:inline-block;
	content:"";
	width:0;
	height:0;
	border:3px solid transparent;
	border-left:5px solid #dcc411;
	padding-right:2px;
	vertical-align:middle;
}

@media screen and (max-width: 767px) {
    #info_content #main {
        margin: 44px auto 0;
    }

    #info_content #footer {
        padding: 15px 0 5px;
    }

    #info_content .ptitle h1 {
        font-size: 18px;
        padding: 0 15px;
    }

    #info_content .ptitle .read {
        font-size: 13px;
        padding: 0 15px;
    }

    .counseling_img {
        padding: 12px;
        margin: 0 10px;
    }

    .counseling_img h3 {
        font-size: 14px;
    }

    #info_content .ptitle p {
        text-align: left;
        line-height: 1.5;
        font-size: 12px;
    }

    .counseling_img img {
        display: block;
        margin: 10px auto 0;
    }

    #info_content {}

    .icn:after {
        font-size: 10px;

    }

    #info_content .inquiry {
        margin-bottom: 15px;
    }

    #info_content th, #info_content td, body.gaiyo th, body.gaiyo td {
        margin: 0 12px;
        border-right: none;
        border-left: none;
        margin: 0;
        font-size: 13px;
        padding: 12px;
        line-height: 1.7;
        color: #525252;
        display: block;
    }

    #info_content th, body.gaiyo th {
        font-weight: normal;
        background: #fff;
        color: #555;
        font-size: 12px;
        font-weight: bold;
        border: none;
        padding-bottom: 5px;
        background: rgba(0, 0, 0, 0.06);
        padding: 8px 10px;
        width: auto;

        /* border-bottom: #ccc; */
    }

    #info_content td, body.gaiyo td {
        line-height: 1.8;
        width: auto;
    }

    #info_content td span {
        display: block;
        margin: 0;
    }

    #info_content td div {}

    #info_content td input[type="text"], #info_content td input[type="tel"],
    #info_content td input[type="number"], #info_content td input[type="email"],
    #info_content td input[type="url"], #info_content td textarea {
        border: #ccc 1px solid;
        border-radius: 3px;
        background: #fff;
        box-sizing: border-box;
        padding: 4px;
        margin: 0;
        font-size: 18px;
    }

    #info_content select[name="pref21"] {
        margin-bottom: 5px;
    }

    input[type="text"], input[type="tel"], input[type="url"], input[type="email"],
    input[type="number"] {
        width: 100%;
        margin: 5px;
    }

    #info_content td textarea {
        font-size: 13px;
    }

    #info_content td input[name="name_sei"],
    #info_content td input[name="name_mei"],
    #info_content td input[name="kana_sei"],
    #info_content td input[name="kana_mei"] {
        width: 100%;
    }

    #info_content td input[name="zip21"], #info_content td input[name="zip22"] {
        width: 4em;
        margin: 0 4px;
    }

    #info_content textarea {
        width: 100%;
    }

    #info_content .dib.vaT, #info_content input[type="radio"] {
        display: inline-block;
    }

    #info_content th.strong {
        width: auto;
    }

    #info_content .interest {
        text-align: center;
    }

    #info_content .interest input, #info_content .interest span {
        display: inline-block;
    }

    #info_content .btns {
        padding-top: 15px;
        padding-bottom: 0;
    }

    #info_content .btns .btn {
        width: 100%;
    }

    #info_content .btnsw .btn {
        width: 45%;
    }

    #info_content .content h2 {
        padding-left: 15px;
    }

    body.gaiyo .content h1, body.gaiyo .content h2 {
        padding-left: 15px;

        margin-bottom: 0;
    }

    #info_content dl.privacy {
        height: 280px;
        overflow-y: scroll;
    }
	.s_form{
	}
	#info_content td .sf_body .cb span{
		display:inline-block;
	}
	#info_content td .sf_body input[type="text"]{
		font-size:13px;
		width:100%;
	}

}

/* PowerTip Plugin */
#powerTip {
    cursor: default;
    background-color: #555; /* fallback for browsers that dont support rgba */
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 3px;
    color: #FFF;
    display: none;
    padding: 6px;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    font-size: 13px;
}

#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before {
    content: "";
    position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    left: 50%;
    margin-left: -5px;
}

#powerTip.e:before, #powerTip.w:before {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    margin-top: -5px;
    top: 50%;
}

#powerTip.n:before {
    border-top: 10px solid rgba(30, 30, 30, 0.8);
    bottom: -10px;
}

#powerTip.e:before {
    border-right: 10px solid rgba(30, 30, 30, 0.8);
    left: -10px;
}

#powerTip.s:before {
    border-bottom: 10px solid rgba(30, 30, 30, 0.8);
    top: -10px;
}

#powerTip.w:before {
    border-left: 10px solid rgba(30, 30, 30, 0.8);
    right: -10px;
}

#powerTip.ne:before, #powerTip.se:before {
    border-right: 10px solid transparent;
    border-left: 0;
    left: 10px;
}

#powerTip.nw:before, #powerTip.sw:before {
    border-left: 10px solid transparent;
    border-right: 0;
    right: 10px;
}

#powerTip.ne:before, #powerTip.nw:before {
    border-top: 10px solid rgba(30, 30, 30, 0.8);
    bottom: -10px;
}

#powerTip.se:before, #powerTip.sw:before {
    border-bottom: 10px solid rgba(30, 30, 30, 0.8);
    top: -10px;
}

#mtags, .mtags {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/*------------------------------------------------------------ アニメーション */

/*
#over_text{
	position:fixed;
	background:#1a181b;
	top:0;
	bottom:0;
	left:0;
	right:0;
	animation: anim_text linear 3.5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	animation-fill-mode:forwards; /*when the spec is finished*/
/*	-webkit-animation: anim_text linear 3.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
/*	-moz-animation: anim_text linear 3.5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-moz-animation-fill-mode:forwards; /*FF 5+*/
/*	-o-animation: anim_text linear 3.5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-o-animation-fill-mode:forwards; /*Not implemented yet*/
/*	-ms-animation: anim_text linear 3.5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
	-ms-animation-fill-mode:forwards; /*IE 10+*/
/* }*/

/*

#over_text .ie{
	display:none;
}
#over_text img{
	max-width:100%;
	height:auto;
}
@keyframes anim_text{
  0% {
    opacity:0;
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:1;
    transform: scaleX(0.99) scaleY(0.99) ;
  }
  62% {
    opacity:1;
    transform:  scaleX(0.96) scaleY(0.96) ;
  }
  63% {
    opacity:1;
    transform:  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:0;
    transform:  scaleX(0.94) scaleY(0.94) ;
  }
}

@-moz-keyframes anim_text{
  0% {
    opacity:0;
    -moz-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:1;
    -moz-transform: scaleX(0.99) scaleY(0.99) ;
  }
  62% {
    opacity:1;
    -moz-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  63% {
    opacity:1;
    -moz-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:0;
    -moz-transform:  scaleX(0.94) scaleY(0.94) ;
  }
}

@-webkit-keyframes anim_text {
  0% {
    opacity:0;
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:1;
    -webkit-transform: scaleX(0.99) scaleY(0.99) ;
  }
  62% {
    opacity:1;
    -webkit-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  63% {
    opacity:1;
    -webkit-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:0;
    -webkit-transform:  scaleX(0.94) scaleY(0.94) ;
  }
}

@-o-keyframes anim_text {
  0% {
    opacity:0;
    -o-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:1;
    -o-transform: scaleX(0.99) scaleY(0.99) ;
  }
  62% {
    opacity:1;
    -o-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  63% {
    opacity:1;
    -o-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:0;
    -o-transform:  scaleX(0.94) scaleY(0.94) ;
  }
}

@-ms-keyframes anim_text {
  0% {
    opacity:0;
    -ms-transform:  scaleX(1.00) scaleY(1.00) ;
  }
  25% {
    opacity:1;
    -ms-transform: scaleX(0.99) scaleY(0.99) ;
  }
  62% {
    opacity:1;
    -ms-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  63% {
    opacity:1;
    -ms-transform:  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:0;
    -ms-transform:  scaleX(0.94) scaleY(0.94) ;
  }
}

#over_text_img{
	position:absolute;
	left:50%;
	top:50%;
	margin:-191px 0 0 -457px;
}
@media screen and (max-width: 913px) {
	#over_text_img{
		margin:0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


@keyframes anim_img{
  0% {
    opacity:0;
    transform:  translate(0px,20px)  scaleX(0.95) scaleY(0.95) ;
  }
  70% {
    opacity:0;
    transform:  translate(0px,20px)  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-moz-keyframes anim_img{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,20px)  scaleX(0.95) scaleY(0.95) ;
  }
  70% {
    opacity:0;
    -moz-transform:  translate(0px,20px)  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-webkit-keyframes anim_img {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,20px)  scaleX(0.95) scaleY(0.95) ;
  }
  70% {
    opacity:0;
    -webkit-transform:  translate(0px,20px)  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-o-keyframes anim_img {
  0% {
    opacity:0;
    -o-transform:  translate(0px,20px)  scaleX(0.95) scaleY(0.95) ;
  }
  70% {
    opacity:0;
    -o-transform:  translate(0px,20px)  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

@-ms-keyframes anim_img {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,20px)  scaleX(0.95) scaleY(0.95) ;
  }
  70% {
    opacity:0;
    -ms-transform:  translate(0px,20px)  scaleX(0.96) scaleY(0.96) ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}

*/

