@charset "utf-8";

html {
}

body{
 	font-family: "Gudea", "Helvetica", "Arial", "sans-serif";
	margin:0px;
	text-align: left;
	letter-spacing: .05em;
}

ul, li, ol, dl, dd, p, form, h1, h2, h3, h4, h5, h6, table, th, td, {
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

img{
	border: 0;
}

.bl{
	text-align: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

.message{
   margin-top: -23px;
   float: right;
   width: 100%;
   height: 80px;
   font-size: 100%;
   position: relative;
   text-align: center;
   z-index: 2;
}

.text-center{
	text-align: center;
}

.float-right{
	float:right;
}

.text-bold{
   font-weight: bold;
}

.orange-bold{
   font-weight: bold;
   color: #f1c40f;
}

.pointer{
   cursor:pointer;
}

.modal-body .close{
   font-size: 70%;
   margin: -2px 20px 0 0;
}


#nav-margin{
	/*nav-barのしたのmargin設定*/
	/*margin-top: 41px;*/
	/*margin-top: 100px;*/
}

.tab-content{
	margin: 30px 30px;
}

/*.nav-tabs{
	margin: 30px 0;
}*/
/* Make Navigation Toggle on Desktop Hover */
@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu{
        display: block;
    }
}

header{
	margin-top: -200px;
	/*margin-top: -30px;*/
}

header.jumbotron {
	padding: 0;
	/*background: #ecf0f1;*/
   background: url("/img/header.jpg");
	background-position: 0 0;
	background-size: 1200px 500px;
	/*color: #fff;*/
}

header h2{
   margin-top: 200px;
}
header .container {
	/*margin-top: 100px;*/
}

header .welcome-more-btn{
	/*border: 1px solid #646464;*/
   background:#3498db;
	color: #e6e6e6;
	border-radius: 3px;
   margin: 30px 0;
}

header .welcome-more-btn:hover {
	color: #e6e6e6;
   background:#278BCE;
}

footer hr{
   border: 1px solid #c0c0c0;
}

.transparent_back{
   text-align: center;
   background: rgba(236, 240, 241, 0.8);
   color: #000;
   margin: 100px 0;
}

.big_big_glyphicon .glyphicon {
  display: inline-block;
  font-size: 150px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}

.to-signup-page-btn{
   font-weight: bold;
   width: 25%;
   min-width: 300px;
   margin: 10px auto 0 auto;
	border: 1px solid #fff;
   background: #fff;
	color: #3498db;
	border-radius: 5px;
}

.to-signup-page-btn:hover {
	color: #3498db;
}
