@charset "UTF-8";

@import url("me_mailform/assets/css/bootstrap.min.css");
@import url("me_mailform/assets/css/bootstrap-responsive.min.css");

/* キーフレーム */

@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	background: url(images/bgblackgp.jpg) repeat;
	background-size: cover;
	color: #ffffff;
	line-height: 1.6em;
	font-size: 90%;
	font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* Crossfade */



/* End Crossfade */

a {
	text-decoration: none;
}

th {
	text-align: left;
}


.scrolldown {
	display: block;
	position: absolute;
	bottom: 5vh;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 114px;
	margin: auto;
    animation: vertical 1s ease-in-out infinite alternate;
}

.flexcontainer-jsb {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

ul#ul-globalmenu {
	margin: 5px 20px 5px 0;
}

ul#ul-globalmenu li {
	display: inline-block;
	padding: 15px 10px;
    margin: 0 10px;
}

ul#ul-globalmenu li a {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}

ul#ul-globalmenu li a:hover {
	color: #eee;
}
	

.hero {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
color: #fff;
}

.herocont {
	margin-left: 5vh;
}

#logo {
	padding-top: 15px;
}

#herotext {
	margin-top: 35vh;
	top: -42px;
}

h2 {
	padding: 10px 20px;
	border-left: rgb(33,236,11) 5px solid;
	font-size: 1.3rem;
	
}

.main {
	max-width: 900px;
	width: 90%;
	padding: 5vh 5%; 
	margin: 0 auto;
}

.contactdash {
	padding: 30px 0;
}

.altcenter {
	margin: 0 auto;
}

a.contactdasha {
	display: block;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background-color: rgb(33,236,11); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,236,11,1) 0%, rgba(24,228,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,236,11,1) 0%,rgba(24,228,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,236,11,1) 0%,rgba(24,228,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21ec0b', endColorstr='#18e4bd',GradientType=1 ); /* IE6-9 */
color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	border: 2px solid #fff;
	transition: color 0.5s;
}

a.contactdasha:hover {
	color: #000;
}

.interval {
	height: 20vh;
	width: 100%;
	background: url(images/cf1.jpg) repeat center center;
	background-size: cover;
}

.interval2 {
	height: 20vh;
	width: 100%;
	background: url(images/cf2.jpg) repeat center center;
	background-size: cover;
}

table#companytable {
	width: 100%;
}

#companytable tr td,
#companytable tr th {
	border-bottom: 1px solid rgba(255,255,255,.7);
	padding: 8px 0;
}

#companytable tr:first-child td,
#companytable tr:first-child th {
	border-top: 1px solid rgba(255,255,255,.7);
}

#companytable th {
	width: auto;
}

#companytable td {
	width: auto;
}

#pt_contact {
	padding: 30px 0 0 0;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 85%;
  }
  #herotext {
	margin-top: 25vh;
	top: -42px;
}
}


