@charset "utf-8"; html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

@font-face {
    font-family: font2;
    src: url('../font/font2.ttf') format("truetype");
}

html {
    overflow-x: hidden;
}

body {
    /* font-family:font2; */
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #000;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

a:visited {
    color: #2dfd2d;
}

div#top1 {
    overflow: hidden;
}

div.topmovie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.topmovie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

div.top2 {
    position: absolute;
    top: 2%;
    margin-left: 2%;
}

div.top2 img {
    width: 60%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

div.top2:hover img {
    opacity: .5;
}

div.top3 {
    position: absolute;
    top: 2%;
    right: 2%;
}

.top3 ul li {
    float: left;
    margin-left: 10px;
}

.top3 ul li img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top3 ul li:hover img {
    opacity: .5;
}

div.top4 {
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-align: center;
}

.top4 a img {
    width: 10%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top4 a:hover img {
    opacity: .5;
}

div.top5 {
    float: left;
    top: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5%;
}

div.top5 img {
    width: 60%;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

div.top5:hover img {
    opacity: .5;
}

div.top6 {
    position: absolute;
    top: 2%;
    right: 5%;
}

.top6 ul li {
    float: left;
    margin-left: 10px;
}

.top6 ul li img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.top6 ul li:hover img {
    opacity: .5;
}


#dropmenu {
    list-style-type: none;
    height: 52px;
    padding: 0;
    background: #385a38;
}

#dropmenu li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 300;
}

#dropmenu li a {
    display: block;
    margin: 0;
    padding: 11px 0 11px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

#dropmenu li a span {
    display: block;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 80%;
    margin-top: 1px;
    font-family: impact;
    letter-spacing: 2px;
}

#dropmenu li:hover > a {
    background: #404040;
    color: #ff0000;
}

#dropmenu > li:hover > a {
    border-radius: 3px 3px 0 0;
}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul {
    left: -100%;
    width: 100%
}

#dropmenu li ul li {
    overflow: hidden;
    width: 200%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

#dropmenu li ul li a {
    padding: 13px 15px;
    background: #000000;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

#dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#dropmenu li:hover ul li:first-child {
    border-top: 0;
}

#dropmenu li:hover ul li:last-child {
    border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

#dropmenu1 {
    list-style-type: none;
    height: 52px;
    padding: 0;
    background: rgba(56, 90, 56, 0.63);
}

#dropmenu1 li {
    position: relative;
    width: 20%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 2;
}

#dropmenu1 li a {
    display: block;
    margin: 0;
    padding: 13px 0 11px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}

#dropmenu1 li a span {
    display: block;
    color: #ff0000;
    text-transform: uppercase;
    font-size: 80%;
    margin-top: 1px;
    font-family: impact;
    letter-spacing: 2px;
}

#dropmenu1 li:hover > a {
    background: #404040;
    color: #ff0000;
}

#dropmenu1 > li:hover > a {
    border-radius: 3px 3px 0 0;
}

#dropmenu1 li ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
}

#dropmenu1 li:last-child ul {
    left: -100%;
    width: 100%
}

#dropmenu1 li ul li {
    overflow: hidden;
    width: 200%;
    height: 0;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

#dropmenu1 li ul li a {
    padding: 13px 15px;
    background: #000000;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

#dropmenu1 li:hover ul li {
    overflow: visible;
    height: 38px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#dropmenu1 li:hover ul li:first-child {
    border-top: 0;
}

#dropmenu1 li:hover ul li:last-child {
    border-bottom: 0;
}

#dropmenu1 li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

div#maincontent {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

div#maincontent2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
}

div#maincontent img {
    border: 1px solid #ff0000;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

div#maincontent a:hover img {
    opacity: .5;
}

.maincontent2 {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.maincontent2 ul {
    float: left;
    left: 50%;
    position: relative;
}

.maincontent2 ul li {
    float: left;
    left: -50%;
    position: relative;
}

.maincontent2 ul li a img {
    width: 100%;
}

h2#news {
    width: 100%;
    height: 45px;
    padding: 7px;
    font-family: impact,Sawarabi Gothic;
    background-color: rgba(255, 0, 0, 0.9);
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    font-size:190%;
}

.info_top {
    width: 75%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 1.5em 2em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
    text-align:center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

div.info {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
}

dl.info1 {
    height: 250px;
    overflow: auto;
    padding: 10px;
}

.info1 dt {
    padding: 10px;
}

.info1 dd {
    padding: 5px;
}

.event1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}

.event1 ul {
    float: left;
    margin-top: 20px;
    left: 50%;
    position: relative;
}

.event1 ul li {
    float: left;
    left: -50%;
    position: relative;
}

.event1 ul li a img {
    width: 100%;
}

.media1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
}

.mbox1 {
    display: inline-block;
    width: 33.333%;
    vertical-align: middle;
    margin-top: 20px;
}

.mbox1 img {
    width: 100%;
}

.movie {
    position: relative;
    padding-top: 56.25%; /*アスペクト比16:9の場合の縦幅*/
    overflow: hidden;
    margin-bottom: 20px;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.scroll1 {
    padding-top: 70px;
    text-decoration: none;
}

a.scroll1 span {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 4px solid #f00;
    border-bottom: 4px solid #f00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

a.scroll1 span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

a.scroll1 span:nth-of-type(2) {
    top: -60px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

a.scroll1 span:nth-of-type(3) {
    top: -40px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.underline {
    height: 1px;
    border: none;
    background-color: rgba(255, 0, 0, 0.56);
}

div.rinen1 {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    background-image: url("../img/background1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 1500px 1000px;
    -webkit-box-shadow: inset 0 0 32px 8px black;
    -moz-box-shadow: inset 0 0 32px 8px black;
    box-shadow: inset 0 0 50px 25px black;
}

.background1cover {
    border: none !important;
}

div.rinen2 {
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    background-image: url("../img/background2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: 1400px 1000px;
    -webkit-box-shadow: inset 0 0 32px 8px black;
    -moz-box-shadow: inset 0 0 32px 8px black;
    box-shadow: inset 0 0 50px 25px black;
}

.background2cover {
    border: none !important;
}

.suitcase-1.icon {
    color: #fff;
    position: absolute;
    margin-left: 2px;
    margin-top: 3.4px;
    width: 15px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px currentColor;
    background-color: currentColor;
}

.suitcase-1.icon:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -3px;
    width: 5px;
    height: 2px;
    border-radius: 3px 3px 0 0;
    border-top: solid 1px currentColor;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
}

.suitcase-1.icon:after {
    content: '';
    position: absolute;
    left: 2px;
    width: 7px;
    height: 8px;
    color: black;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
}

div.map {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background-image: url("../img/backmap.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
    background-size: 1500px 1000px;
    -webkit-box-shadow: inset 0 0 32px 8px black;
    -moz-box-shadow: inset 0 0 32px 8px black;
    box-shadow: inset 0 0 100px 50px black;
}

@font-face {
    font-family: font1;
    src: url('../font/font1.ttf') format("truetype");
}

h2.mapmidashi {
    width: 100%;
    padding: 7px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: bold;
    font-family: MS PGothic;
    font-size: 5vw;
}

div.map p {
    color: #fff;
    font-weight: bold;
    max-width: 800px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 2em;
}

.dbox1 {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    margin-right: 3%;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.dbox1 img {
    width: 100%;
}

.dbox2 {
    display: inline-block;
    width: 61%;
    vertical-align: middle;
    margin-top: 2%;
    margin-bottom: 2%;
}

.gmap {
    margin-top: 20px;
    margin-bottom: 40PX;
}

.gmap iframe, .gmap object, .gmap embed {
    top: 0;
    left: 0;
    width: 80%;
    height: 340px;
}

.underline1 {
    height: 3px;
    border: none;
    margin-top: 20px;
    background-color: rgba(255, 0, 0, 0.9);
}

div#footer {
    width: 100%;
    color: #fff;
    padding: 35px;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
}

div.footer1 {
    width: 100%;
    text-align: right;
    margin-top: 40px;
    padding: 4px;
    color: #000;
    background: rgba(255, 255, 255, 0.81);
}

div.polisy1 {
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: left;
    font-size: 80%;
}

h1.polisy2 {
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: 30px;
}

h1.polisy2:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px #ff0000;
}

h1.polisy2:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 10px;
    width: 100%;
    border-bottom: solid 3px #ff0000;
}

h2.polisy3 {
    padding: 0.4em 0.5em;
    color: #ffffff;
    font-size: 2vw;
    font-weight: bold;
    border-left: solid 5px #ff0000;
    border-bottom: solid 3px rgba(191, 191, 191, 0.51);
}

p.undersns1 {
    color: #fff;
    font-family: impact;
    font-size: 60px;
    margin-top: 50px;
    letter-spacing: 5px;
}

.undersns2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.undersns2 ul {
    float: left;
    margin-top: 30px;
    left: 50%;
    position: relative;
}

.undersns2 ul li {
    float: left;
    left: -50%;
    width: 33.33%;
    margin-bottom: 20px;
    position: relative;
}

.undersns2 ul li img {
    width: 20%;
    border: none !important;
}

p.main1 {
    color: #fff;
    font-family: impact;
    font-size: 60px;
    margin-bottom: 5px;
    letter-spacing: 5px;
}

div.leftrightcenter {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

div.rightcar {
    width: 60%;
    float: right;
    position: relative;
    margin-left: auto;
    margin-right: 0px;
}

div.rightcar img {
    width: 100%;
    border: none !important;
}

div.lefttext {
    position: absolute;
    float: left;
    color: #fff;
    text-align: left;
    padding: 10px;
    width: 40%;
    height: 400px;
    margin-left: 2%;
    background: #4c4c4c;
    z-index: 1;
}

.lefttext2 {
    font-family: impact;
    font-size: 260%;
    line-height: 50px;
}

.lefttext3 {
    font-size: 125%;
    line-height: 37px;
}

div.lrc2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

h2.lrc1 {
    width: 80%;
    color: #fff;
	position: relative;
	font-size: 2vw;
	margin-left: 8px;
	margin-top: 30px;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #fff;
}

h2.lrc1::before,
h2.lrc1::after {
	position: absolute;
	content: '';
	border-radius: 100%
}

h2.lrc1::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(255, 255, 255, 0.5);
}

h2.lrc1::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(255, 255, 255, 0.5);
}

div.lrc3 {
    width: 80%;
    text-align: left;
    margin-left: 8px;
    overflow: hidden;
}

div.lrc4 {
    width: 40%;
    text-align: center;
    float: left;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}

div.lrc4 a {
    color: #fff;
}

.lrc4 img {
    width: 70%;
    border: none !important;
}

div.lrc5 {
    width: 60%;
    margin-top: 10px;
    padding: 5px;
    float: left;
    color: #fff;
}

.lrc5 img {
    width: 90%;
    border: none !important;
    /* -webkit-box-shadow: 0 0 5px 5px #949494;
    box-shadow: 0 0 5px 5px #949494;
    -webkit-transition: -webkit-box-shadow .1s linear;
    transition: -webkit-box-shadow .1s linear;
    transition: box-shadow .1s linear;
    transition: box-shadow .1s linear,-webkit-box-shadow .1s linear; */
}

.lrc5:hover img {
    -webkit-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
    opacity: 1 !important;
}

.underline2 {
    width: 80%;
    height: 3px;
    border: none;
    text-align: left;
    margin-left: 8px;
    margin-top: 20px;
    background-color: rgba(255, 0, 0, 0.56);
}

div.shizunami1 {
    width: 100%;
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}

h1.shizunami2 {
    margin-left: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
}


/* .slideShow
------------------------- */
.slideShow {
    width: 100% !important;
    margin: 0 auto;
    text-align: left;
    display: none;
}
 
/* .mainView
------------------------- */
.slideShow .mainView {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.slideShow .mainView ul {
    width: 100% !important;
    overflow: hidden;
    position: relative;
}

.slideShow .mainView ul li {
    top: 0;
    left: 0;
    width: 100% !important;
    position: absolute;
}

.slideShow .mainView ul li img {
    width: 100% !important;
    border: none !important;
}
 
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
    width: 100% !important;
    overflow: hidden;
}
 
.slideShow .thumbNail ul {
    width: 100% !important;
}
 
.slideShow .thumbNail ul li {
    float: left;
    width: 25% !important;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}
 
.slideShow .thumbNail ul li img {
    width: 100% !important;
    border: none !important;
}
 
.slideShow .thumbNail ul li.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
    top: 0;
    width: 5%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.slideShow .mainView .btnPrev {
    left: 0;
    background: #ccc url(../img/btnPrev.png) no-repeat center center;
}

.slideShow .mainView .btnNext {
    right: 0;
    background: #ccc url(../img/btnNext.png) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.slideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.slideShow ul {
    display: inline-block;
    overflow: hidden;
}

div.shizunami3 {
    width: 60%;
    padding: 5px;
    margin-top: 20px;
    float: left;
}

div.shizunami4 {
    width: 40%;
    text-align: left;
    margin-top: 20px;
    padding: 5px;
    float: right;
}

p.shizunami5 {
    font-size: 25px;
    font-weight: bold;
}

p.shizunami6 {
    line-height: 25px;
}

p.shizunami7 {
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}

.shizunami7 a {
    color: #fff;
}

p.shizunami8 {
    margin-top: 20px;
    line-height: 25px;
    font-weight: bold;
}

div.busi1 {
    overflow: hidden;
}

div.busi2 {
    width: 60%;
    margin-top: 5px;
    margin-left: 5px;
    line-height: 30px;
    float: left;
}

div.busi3 {
    width: 39%;
    padding: 5px;
    float: left;
}

.busi3 img {
    width: 100%;
    border: none !important;
}

div.busi4 {
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 7px;
    overflow: hidden;
}

.busi4 a {
    color: #2dfd2d;
}

.table_contents th {
    border-collapse: collapse; 
    border: 1px solid #D3D4CF; 
    padding: 8px 20px;
    text-align: left; 
    font-size: 9pt; 
    width: 35%; 
    color: #5C5C52; 
    background: #EEE;
}

.table_contents td {
    width: 65%;
    border-collapse: collapse; 
    border: 1px solid #999; 
    padding: 8px 20px; 
    color: #fff;
}

h2.busi5 {
    margin-top: 40px;
	position: relative;
	padding: .5em .75em;
	background-color: #999;
	color: #fff06b;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

h2.busi5::after {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #f0f0f0;
}

p.busi6 {
    padding: 8px;
    line-height: 20px;
}

h2.busi7 {
    margin-top: 20px;
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #ccc;
}

h2.busi7::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #ff0000;
}

h2.busi7::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #999;
}

p.busi8 {
    padding: 8px;
    margin-bottom: 30px;
    line-height: 30px;
}

.busi9 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.busi9 img {
    width: 90%;
    border: none !important;
}

.cbox {
	position: relative;
	padding: 1em 1.7em;
	background-color: #999;
	color: #fff06b;
	font-weight: bold;
}

.complete {
   max-width: 1200px;
}

.complete img {
    width: 80%;
    margin-bottom: 30px;
    border: none !important;
}

a.anchor {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

.gnav {
   display: none;
}

@media screen and (max-width: 1000px) {
.leftrightcenter {display:none}
}

@media screen and (max-width: 780px) {
.complete {display:none}
}

@media screen and (min-width: 780px) {
.menu {display:none}
}