

*{
    font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;

    letter-spacing: 0.4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
      font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
  }

.breadcrumb {
    border-left-color: #3E84C2;
}

.btn-link {
    color: #3E84C2;
	font-size: 18px;
}

.btn-link:hover,
.btn-link:focus {
    color: #418d49;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-default .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:focus {
    border-bottom-color: #3E84C2;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    color: #3E84C2;
}



.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
    background-color: #3E84C2;
    border-color: #3E84C2;
    color: #ffffff;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus,
.nav-tabs.nav-stacked > .active > a,
.nav-tabs.nav-stacked > .active > a:hover,
.nav-tabs.nav-stacked > .active > a:focus {
    border-left-color: #418d49;
    background-color: #3E84C2;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
    background-color: #3E84C2;
}

.nav .caret {
    border-top-color: #3E84C2;
    border-bottom-color: #3E84C2;
}

.nav a:hover .caret {
    border-top-color: #418d49;
    border-bottom-color: #418d49;
}

a {
    color: #3E84C2;
}

a:hover,
a:focus {
    color: #418d49;
}

.nav a:hover{
    color: #ffffff;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #3E84C2;
}

.tt-suggestion.tt-is-under-cursor {
    color: #3E84C2;
}

.typeahead:focus {
    border-color: #3E84C2;
}

.form-control:focus {
    border-color: #3E84C2;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #3E84C2;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #3E84C2;
}

.pager li > a:hover,
.pager li > a:focus {
    background-color: #3E84C2;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

.pagination > .active > a,
.pagination > .active > span {
    background-color: #3E84C2;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #3E84C2;
}

blockquote {
    border-left-color: #3E84C2;
}

blockquote.pull-right {
    border-right-color: #3E84C2;
}

.text-primary {
    color: #3E84C2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #3E84C2;
}

a.list-group-item.active {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

a.list-group-item.active .list-group-item-text {
    color: #eff7f0;
}

.btn{
    border-radius: 40px;
}

.btn:hover
{
    box-shadow: 1px 2px 1px rgba(0,0,0,0.13);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #3E84C2;
}

.panel-primary .panel-heading {
    background-color: #3E84C2;
    border-color: #3E84C2;
}

.jumbotron{
    background:url(../images/main-banner.jpg);
    background-size: cover;
    color: #ffffff;
	padding: 0;

}

@media screen and (max-width: 767px) {
.jumbotron{
    background:url(../images/main-banner-s.jpg);
    background-size: contain;
    color: #ffffff;
	padding: 0;

}
	}
.jumbotron .intro{
	background: rgba(0, 0, 0,0);
	padding-top: 20px;
	padding-bottom: 40px;
	min-height: 630px;
}


.icon_jumbotron{
	background-color: #7aba66;
    color: #ffffff;
}

.jumbotron .intro .row-top div.ccont{

}
.row-bottom{
    margin-top: 20px;
    margin-bottom: 20px;
}

.jumbotron div.ccont{
    background: #fff;
    min-height: 150px;
}
.jumbotron .row-top div.ccont{
    -webkit-box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    0px 1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         0px 1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron .row-bottom div.ccont{
    -webkit-box-shadow: -1px -1px 2px rgba(100, 100, 100, 0.75);
    -moz-box-shadow:    -1px -1px 2px rgba(100, 100, 100, 0.75);
    box-shadow:         -1px -1px 2px rgba(100, 100, 100, 0.75);

}

.jumbotron p{
	padding: 20px 0;
	color: #ffffff;
}

.jumbotron .media{
    margin: 50px 0;
}
.jumbotron .media-body h1{
    margin-top: 100px;
}


.h-caption{ text-align : center;padding-top: 15px}


section.slider{
    color: #ffffff;
    background: #2D6D7B;
    margin: 40px 0;
    padding: 40px 0;
}

section.slider h2{
    margin-bottom: 20px;
}

section.slider .col-md-8{
    padding-left: 30px;
}

.big-list {
    font-size: 25px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 2;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}


.inner-page{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

img{
    max-width: 100%;
}

img.header-logo {
    width: 100%;
    height: auto;
    max-width: 237px;
	
}

.pricing-intro{
    margin-bottom: 70px;
}

section.gray{

    padding: 30px 0;
    background: #eeeeee;
}
section.gray h3{
    margin: 0;
    font-size: 22pt;
}

section.about{
    background: url(../images/tweed.png);
    min-height: 300px;
    position: relative;
}
section.about .dmask{
    width: 100%;
    height: 100%;
    min-height: 300px;
    /*background: rgba(100, 0, 0, 0.42);*/
    color: #ffffff;
    padding: 20px 0;
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
    border: medium none;
}
.clients-title h3,
.testimonials h3{
    margin-bottom: 10px !important;
	color: #293510;
}
.testimonials-arrow {
    background-color: #FAFAFA;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 0 none;
    content: "";
    display: block;
    height: 14px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: -7px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 14px;
}

.client-logo .carousel-controls{
    width: 80px;
    text-align: right;
}

.testimonial p {
	background: #ffffff;
	border: 1px solid #DDDDDD;
	font-weight: 500;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0x;
	padding-bottom: 0px;
	color: #222222;
	border-radius: 3px;
	line-height: 1.7;
}

.our-clients .testimonial-author-info {
    color: #DDDDDD;
}
.testimonial-author-info {
    color: #666666;
    padding: 10px 0 0 90px;
}

.testimonial-image {
    float: left;
    
    position: relative;
    
}
.our-clients .testimonial-image img {
    border: medium none;
    padding: 0;
}
.testimonial-image img {
    border: 1px solid #DDDDDD;
    border-radius: 50px 50px 50px 50px;
    
    padding: 4px;
    
}
.testimonial .author {
    margin: 0 0 0 19px;
}

.client-carousel img{
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 6px;
	border-radius: 7px;
}
.dmask .title span{
    font-weight: 900;
}
.dmask .title{
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 17pt;
    letter-spacing: 1px;
}

section#portfolio{
    padding-bottom: 70px;
    position: relative;
    min-height: 600px;
}

section.pricing{
    background: #2c6393;
    padding: 30px 0 50px 0;
}
div.white, div.white *{
    color: #ffffff !important;
}

div.pricing-circle{
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    margin: 10px auto 20px;
    font-size: 16pt;
    font-weight: 900;
    color: #ffffff;
}


.pricing-table .panel {
    background: #eeeeee;
    border: 0;
}

div.pricing-table .panel .panel-heading h3{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: Montserrat, serif;
    font-size: 14pt;
    font-weight: 900;
}

.pricing-intro h2{
    margin-bottom: 20px;
}

.pricing-table .list-group-item{
    padding: 15px 20px;
    font-size: 10pt;
}

.pricing-table .list-group-item   i{
    margin-right: 10px;
}

.client-logo .carousel-controls{
  margin-top: -30px;
}

.client-logo .carousel-controls a{
    color: #ffffff;
    padding: 0 8px 2px 8px;
    border-radius: 2px;
    background: rgba(0,0,0,0.4);
}

.client-logo .carousel-controls a:first-child{
    margin-right: 2px;
}
.testimonial-author-info a{
    color: #ffffff;
    font-weight: 900;
    display: block;
}

a.list-group-item.active {
    background-color: #389968;
    border-color: #389968;
}
a.list-group-item .list-group-item-heading{
    margin-bottom: 10px;
    font-weight: 400;
}



.features {
    padding-top: 30px;
}
.features p{
    margin: 30px 0;
}

.features .col-lg-4:first-child .icon-stack-base{
    color:#52AD81;
}
.features .col-lg-4:nth-child(2) .icon-stack-base{
    color:#CD5A48;
}
.features .col-lg-4:last-child .icon-stack-base{
    color:#51A9D6;
}
.label{
    font-weight: 300;
}

div.feature-box {
    clear: both;
    margin-top: 30px;
}

div.feature-box h4{
    margin-bottom: 3px;
}

div.feature-box div.feature-box-icon {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffffff;
    border-radius: 6px;
    color: #2D6D7B;
    display: inline-block;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 45px;
}

div.feature-box div.feature-box-info {
    padding-left: 50px;
}

div.feature-box div.feature-box-icon i.image-icon {
    position: relative;
    top: 5px;
}

div.feature-box div.feature-box-icon i.image-icon.small {
    top: 2px;
}

footer div.footer-ribbon:before {
    border-right-color: #005580;
}
footer div.footer-ribbon:before {
    border-right: 10px solid #005580;
    border-top: 16px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
footer div.container div.row > div {
    margin-bottom: 25px;
}

footer div.footer-ribbon {
    background: #0088CC;
    margin: -100px 0 0 30px;
    padding: 10px 20px 6px;
    position: absolute;
    color: #ffffff;
    font-weight: 700;
}

footer div.footer-ribbon span{
    color: #ffffff;
    font-weight: 700;
}

footer {
    background: #2e2f2c;
    
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
}

img{
    max-width: 100%;
}

section.contact{
    background: #f5f5f5 url(../images/map-bottom.png);
    min-height: 400px;
    background-size:auto 100%;
    padding-top: 30px;
}

section.contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

section.contact li{
    line-height: 2;
}

footer *{
    color: #ffffff;
}

.footer-copyright{
	margin-top: -52px;
}

#footer-menu {
    text-align: right;
}
#footer-menu li{
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.title span{
    font-weight: 900;
}

.navbar-color{
    background: rgb(132,199,58);
}

.navbar-nav{
    margin-top: 6px;
    float: right;
}
.navbar-nav li a{
    color: #777777;
    font-weight: 300;
    text-transform: lowercase;
    padding: 10px 20px;
    font-size: 15pt;
    border-radius: 2px;
    margin-left: 3px;
}
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.active a,
.navbar-nav li a:hover{
    background: rgba(255,255,255,0.2);
    outline: none !important;
}


p.lead{
    font-family: 'Arvo' !important;
}

.up-triangle,.down-triangle{
    float: left;
    margin-left: -100px;
}

.up-triangle:first-child{
    margin-left: 20px;
}

@media (max-width: 980px) {

    .up-triangle,.down-triangle{
        margin-bottom: 20px;
    }

    .down-triangle:nth-child(5){
        margin-left: 20px;
    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 10px;
		background-color: #fff;
    }
    /*.navbar-header{
        margin-left: 20% !important;
    }*/
    .navbar-brand{
        margin-left: -80px !important;
    }

	.navbar-nav li a{
    color: #555555;
    font-weight: 300;
    text-transform: lowercase;
    padding: 10px 20px;
    font-size: 13pt;
    border-radius: 2px;
    margin-left: 3px;
}
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.active a,
.navbar-nav li a:hover{
	color: #555555;
    font-weight: bold;
    background: rgba(134, 198, 65, 0.25);
    outline: none !important;
}
	
}

@media (max-width: 360px) {
    .up-triangle,.down-triangle{
        clear: both;
        margin-left:50px !important;

    }
    .icon-reorder{
        color: #ffffff;
    }
    .navbar-nav{
        clear: both !important;
        float: none;
        padding: 10px;
    }
}


.up-triangle {
    width: 0;
    height: 0;
    border-bottom: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}
.down-triangle {
    width: 0;
    height: 0;
    border-top: 200px solid #ffffff;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    position: relative;

}

.up-triangle div.info{
    position:absolute;bottom:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-size: 14pt;
    font-family: 'Arvo';
}
.down-triangle div.info{
    position:absolute;top:-170px;color: #ffffff;margin-left:-100px;width:200px;text-align:center;font-family: 'Arvo';font-size: 14pt;
}
.triangles {
    margin-bottom: 40px;
}
.triangles .icon{
    font-size: 22pt;
    color: #ffffff;
    line-height: 60px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.down-triangle .icon{
    padding-top:15px;
    line-height: 60px;

}

.up-triangle:hover .icon,
.down-triangle:hover .icon{
    color: rgba(52, 118, 135, 0.9);
}

.portfolio-block{
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
}
.portfolio-block .portfolio-caption{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    top: 0;
    border: 20px solid rgba(255,255,255,0.3);
    opacity: 0;
}
.portfolio-block .portfolio-caption h3{
    font-size: 15pt;
    margin-top: 30px;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
.portfolio-block .portfolio-caption .btn-sm{
    padding-top: 11px;
}
.portfolio-block{
    overflow: hidden;
}
.portfolio-block .portfolio-caption{
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.portfolio-block .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
.portfolio-block .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeOurRight;
    animation-name: fadeOurRight;
}
.portfolio-block:hover .portfolio-caption{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.portfolio-block:hover .portfolio-caption h3.animated{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.portfolio-block:hover .portfolio-caption .btn-skype{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}
.portfolio-block:hover .portfolio-caption .btn-stack-overflow{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.btn{
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2) !important;
}



#from {
	
	font-size:22px; 
	border-width:0px; 
	border-radius:12px; 
	border-style:solid; 
	background-color:rgba(10, 62, 33, 0.8); 
	color:#ffffff; 
	box-shadow: 0px 0px 4px 0px rgba(42,42,42,.75); 
	height: 50px;
	}


.schbox-title h2 {
	font-family: "微軟正黑體", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0px !important;
	padding: 0px 0px 20px;
}


#end {
	
	font-size:22px; 
	border-width:0px; 
	border-radius:12px; 
	border-style:solid; 
	background-color:rgba(39, 51, 44, 0.8);
	color:#ffffff; 
	box-shadow: 0px 0px 4px 0px rgba(42,42,42,.75); 
	height: 50px;
	}

.panel-keyword{
	text-align: left;
	padding:0;
}
.hot-keywords {
  font-size: 0.8em;
  text-align: left;
  padding-left: 15px;
}
.hot-keywords a {
  line-height: 1.8;
}
.hot-keywords a:hover {
  text-decoration: none;
}
.search-row {
	padding-top: 15px;
}

h1 {
  color: #00669b;
  background: url(../images/h1-bg.png) no-repeat left bottom;
  font-size: 1.8em;
  font-weight: bold;
  padding: 20px 0 6px 14px;
  border-bottom: 2px solid #c0daff;
}
h1:after {
  content: '.';
  color: #c0daff;
  text-align: right;
  position: absolute;
  right: 10px;
  font-size: 60px;
  margin-top: -21px;
}

list-01 {
  font-size: 1.15em;
  line-height: 2.2;
  color: #97da5b;
  padding-left: 20px;    
}
list-01 a {
  color: #00337e;
}
list-01 span.label {
  float: right;
  margin: 0.7em 0.3em 0.5em 0;
}
list-01 {
  clear: both;
  padding: 0.3em;
}
list-01 nth-child(even) {
  background-color: #e1edff;
}
list-01 li > a:hover {
  text-decoration: none;
  color: #038CE7;
}

@media (max-width: 450px) {
.footer-text  {
  font-size: 8px;
  
}
}	

/* 改版MENU*/
@media screen and (min-width: 768px) {
  .navbar-brand.saas-logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-brand.saas-logo {
    margin-top: -26px;
    margin-left: -15px;
    position: absolute;
  }
  .navbar-brand.saas-logo img {
    width: 170px;
    max-width: 100%;
    height: auto;
	margin-left: 70px;
  }
}

.logo-banner {
  /*margin-top: 15px;*/
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .logo-banner {
    display: none;
  }
}
.nav-border {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .nav-border {
    border-top: none;
  }
}

.navbar-header {
  border-bottom: 1px solid #cccccc;
}

.navbar {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: -1px;
  }
}

.navbar-default {
  border: none;
  background-color: transparent;
}
.navbar-default .navbar-collapse {
  border: none;
}

#main-menu {
  font-size: 1.4em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main-menu {
    border-bottom: 1px solid #cccccc;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #main-menu > ul {
    margin: 0;
  }
}
#main-menu > ul > li > a {
  background-color: transparent;
  margin-top: -6px;
  color: #777777;
}
@media screen and (min-width: 768px) {
  #main-menu > ul > li > a {
    border-left: 1px solid transparent;
  }
}
@media screen and (min-width: 768px) {
  #main-menu > ul > li {
    position: relative;
    top: -2px;
    border-top: 8px solid transparent;
  }
  #main-menu > ul > li:hover, #main-menu > ul > li.dropdown.open {
    background-color: #ecf0f1;
    border-radius: 30px;
	margin-top: 5px;
  }
  #main-menu > ul > li > a:hover {
    color: #7aba66;
  }
  #main-menu > ul > li.dropdown.open > a {
    color: #7aba66;
    border-left: 1px solid #7aba66;
  }
  #main-menu > ul > li > ul.dropdown-menu {
    border: none;
    border-left: 1px solid #7aba66;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 4px;
  }
  #main-menu > ul > li > ul.dropdown-menu > li > a:hover, #main-menu > ul > li > ul.dropdown-menu > li > a:focus {
    background-color: #f2f9ff;
    color: #333;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #main-menu .nav > li > a {
    padding-left: 3px;
    padding-right: 3px;
  }
}
#main-menu .dropdown-menu {
  background-color: #dceeff;
  font-size: 0.9em;
}
#main-menu .dropdown-menu > li > a {
  color: #2797cc;
}
@media screen and (max-width: 767px) {
  #main-menu .dropdown-menu > li > a {
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  #main-menu .dropdown-menu.twocol {
    width: 16em;
  }
}
#main-menu .dropdown-menu.twocol > li {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  #main-menu .dropdown-menu.twocol > li {
    float: none;
    width: auto;
  }
}
#main-menu .navbar-nav.nav-justified {
  display: table;
}
#main-menu .navbar-nav.nav-justified > li {
  float: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  #main-menu .navbar-nav.nav-justified > li > a {
    text-align: left;
  }
}
/* 改版MENU end*/

.ginhowshin-img {
	width: 350px;
	display: block;
    margin: auto;
}

.title-text{
	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	
}
@media screen and (max-width: 767px) {
.ginhowshin-img {
	width: 200px;
	display: block;
    margin: auto;
}
	
.title-text{
	font-size: 24px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555555;
	
}	
	}