body {
	/*background-color: #42bab7 !important;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	margin: 0;
	font-size: 4vw;
	background-image: url("images/bg.jpg");
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 782px) {
	body {
		font-size: 21px;
		background-position: center 25%;
	}
}

a {
	color:#fff;
}

div.main {
    /*background-color: #888;*/
	width: 100%;
	height: 100%;
    padding: 16% 5% 40vh;
    color: #fff;
    font-family: 'Cabin', sans-serif;	
}

@media screen and (min-width: 782px) {
	div.main {
		height: auto;
		padding: 50px 5% 130px;
	}
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
	width:100%;
}

ul.top_lavel {
	display: block;
}

ul.top_lavel li.logo {
	width:50%;
	padding-bottom: 10%;
}

@media screen and (min-width: 782px) {
	ul.top_lavel {
		display: table;
	}
	
	ul.top_lavel {
		width: 100%;
	}
	
	ul.top_lavel li.logo {
		display: table-cell;
		text-align: left;
		width: 25%;
		padding: 0;
	}
	
	ul.top_lavel li.logo img {
		width: 270px;
	}
	
	ul.top_lavel li {
		display: table-cell;
		text-align: right;
		width: 75%;
	}

}

h1 {
    text-transform: uppercase;
	font-size:26px;
	color:#F00;
	font-weight:bold;
}

h2 {
    text-transform: uppercase;
	font-size:22px;
	color:#000;
	font-weight:bold;
}

h3, .h3 {
	margin-top: 10vh;
    font-size: 6vw;
}

p {
    margin: 0 0 10px;
    font-size: 4vw;
}

@media screen and (min-width: 782px) {
	h3, .h3 {
		margin-top: 40px;
		font-size: 24px;
	}
	
	p {
		margin: 0 0 10px;
		font-size: 21px;
	}
}

hr.news_line{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: dotted 1px #eee;
}

.box {
	width: 100%;
    padding: 2% 4%;
    border: 1px solid #eee;
	margin-bottom:2%;
}

p.title {
	font-size:18px;
}

.col-xs-offset-3 {
	margin: auto !important;
    width: 100% !important;
}

.content {
    /*max-width: 600px;*/
    margin: 0px auto;
}

.nav-container {
    background-color: #98460b;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-height: 90%;
    height: auto;
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: 1px;
}

@media screen and (min-width: 782px) {
	.content {
		padding-left: 300px;
	}

	.nav-container {
		width: 300px;
		position: fixed;
		top: 15vh;
	}

}

div.control {
    background-color: #EE7308;
    cursor: pointer;
    color: #fff;
    float: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

/*
@media (min-width: 1170px)
{
	div.control img {
		width: 40%;
	}
}
*/

div.links {
    position: relative;
    /*margin: 20px;*/
}

div.links-container {
    clear: both;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1170px)
{li.padded {width: 100%;}}

@media (min-width: 970px) and (max-width: 1170px)
{li.padded {width: 100%;}}

@media (min-width: 500px) and (max-width: 970px)
{li.padded {width: 50%;}}

@media (min-width: 350px) and (max-width: 500px)
{li.padded {width: 50%;}}

@media (max-width: 350px)
{li.padded {width: 100%;}}

li.padded {
    display: block;
    padding: 2px;
    float: left;
}

@media screen and (min-width: 782px) {
	li.padded {
		overflow-x: hidden;
	}
	li.padded img {
		width: 155%;
	}
	
	.control img {
		width: 155%;
	    margin-left: -158px;
	}
}

.nav-container ul li a {
    /*color: #fff;*/;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    
    display: block;
    /*border: 2px solid #fff;*/
    position: relative;
    /*padding: 20px 0px;*/
    
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
 }

.nav-container ul li a:hover {
    background-color: #ffffff61;
    color: #066;
    font-weight: 700;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 100%;
    position: relative;
}

.btn {
	display: inline-block;
    max-width: 180px;
    text-align: center;
    /* border: 2px solid #00bcd4 !important; */
    /* font-size: 16px; */
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    padding: 4px 10px;
    border-radius: 4px;
    transition: .4s;
    background-color: #ee7308;
	font-size: 4vw;
}

@media screen and (min-width: 782px) {
	.btn {
		font-size: 21px;
	}
}

.btn:hover {
	background-color: #ee7308;
    /* border-color: #9F9; */
    color: #FFF !important;
}

.btn_g {
	display: inline-block;
    max-width: 180px;
    text-align: center;
    /* border: 2px solid #00bcd4 !important; */
    /* font-size: 16px; */
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    padding: 4px 10px;
    border-radius: 4px;
    transition: .4s;
    background-color: #7F7F7F;
	font-size: 4vw;
}

@media screen and (min-width: 782px) {
	.btn_g {
		font-size: 21px;
	}
}

.btn_g:hover {
	background-color: #ee7308;
    /* border-color: #9F9; */
    color: #FFF !important;
}

.submit_btn {
	text-align:center;
	padding:2%;
}

.btn-default {
	width:100%;
	max-width:100% !important;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background-color: #00bcd4 !important;
}

.login_form {
	/*padding-top:100px;*/
	width:100%;
}

.login_title {
	font-size: 3em;
    margin: 0 auto 15px;
    text-align: center;
    width: 50%;
}

@media screen and (min-width: 782px) {
	.login_title img {
		width: 190px;
	}
}

.login_icon {
	margin: 0 auto 15px;
    text-align: center;
    width: 30%;
}

.login_icon img {
    border-radius: 50%;
}

.alert-danger {
	position: absolute;
	color: #fff;
	bottom: 20%;
}

@media screen and (min-width: 782px) {
	.alert-danger {
		font-size: 1.5vw;
	}
}

img.icon {
    width: 20%;
    padding-right: 10px;
}

table.contents {
	width: 100%;
	padding-bottom: 5%;
}


table.clm0 {
	width:100%;
}

table.clm0 th.clm0 ,
table.clm0 td.clm0 {
	border: #808080 solid 1px;
    padding: 3% 2%;
    text-align: center;
	font-size: 3vw;
}

@media screen and (min-width: 782px) {
	table.clm0 th.clm0 ,
	table.clm0 td.clm0 {
		font-size: 21px;
		/*width: 33.3333%;*/
	}
}

.txt-right {
	text-align: right;
}


.textarea-txt{
	white-space: pre-wrap;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

button, html input[type=submit] {
	/*background-color: #000;*/
}

table.login {
	width: 100%;
	padding-bottom: 15%;
}

table.login td.login {
    font-family: 'Oswald', sans-serif;
    font-size: 6vw;
    vertical-align: bottom;
	width: 30%;
	color: #fff;
}

table.login td.login_comp {
	font-size: 4vw;
    vertical-align: bottom;
	text-align: right;
	width: 70%;
	color: #fff;
}

@media screen and (min-width: 782px) {
	table.login {
		width: 80%;
		padding-bottom: 3%;
		margin: auto;
	}
	
	table.login td.login {
		font-size: 45px;
	}
	
	table.login td.login_comp {
		font-size: 18px;
	}
}

.form-group {
	width: 100%;
}

@media screen and (min-width: 782px) {
	.form-group {
		width: 80%;
		margin: auto;
	}
}

.btn_top {
	border:0 !important;
	background-color:rgba(0,0,0,0.00) !important;
    margin: 0;
    padding: 0;
	padding-top: 10%;
}

.top_txt {
	background-color: rgba(0,0,0,0.00);
    height: 6vh;
    width: 100%;
    margin-bottom: 4%;
	color: #fff;
	font-size: 3vw;
}

::placeholder {
	font-size: 4vw;
}

input, button, select, textarea {
	color: #000;
}

@media screen and (min-width: 782px) {
	.top_txt {
		background-color: rgba(0,0,0,0.00);
		width: 100%;
		margin-bottom: 0;
		color: #fff;
		font-size: 18px;
	}
	
	::placeholder {
		font-size: 18px;
	}

}

.btn_100 {
	font-size: 5vw;
    border: solid 1px #888;
    margin: 1% 0;
}

@media screen and (min-width: 782px) {
	.btn_100 {
		font-size: 21px;
	}
}

.pc {
	display: none;
}

.sp {
	display: block;
}

@media screen and (min-width: 782px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}
