/*
  Theme Name: Triangle
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Creative Site Template
  Version: 1.1
  */

  body {
    font-family: Meiryo, sans-serif, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN";
    font-size: 14px;
    line-height: 190%;
    color: #000;
	background: #fff url(../images/bg_w.gif) repeat;
  }

  html {
    height: 100%;
  }

  a{
    color:#50abb6;
  }
  a:hover {
    outline: none;
    text-decoration:none;
    color:#50abb6;
  }
  a:focus {
    outline:1px dotted #000;
    outline-offset: 0;
  }
  
  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
  }
  
  h2, h3 {
	  font-weight:bold;
  }


  ul {
    list-style: none;
  }
  
  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    font-family: sans-serif;
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

.carousel-indicators.visible-xs {
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -35px;
	width: 100%;
	left: 0;
  }

.carousel-indicators.visible-xs li {
  border-color: #D29948;
  border-width: 2px;
  height: 12px;
  margin: 0 5px 0 0;
  width: 12px;
}

.carousel-indicators.visible-xs li.active {
  background: rgba(210, 153, 72, 0.7);
}

#Main {
	margin: 20px auto;
	max-width: 980px;
}


/*************************
*******Header******
**************************/

#header{
  margin: 0;
  padding: 0 0 30px 0;
  background-color:#f1f5f6;
  border-top:4px solid #5fb9c4;
}

#header .navbar-inverse .container{
	position: relative;
}

.field-toggle{
  position: relative;
  top: 30px;
  right: 15px;
  display: none;
  height: 50px;
}

/*head social */
.social-icons{
  padding:0;
  margin:0 10px 6px 0;
  overflow:hidden;
}
.social-icons ul li{
  padding: 0 8px;
}
.social-icons i{
  margin-top:14px;
}
.social-icons ul li:last-child{
  padding-right: 0;

}
.social-icons ul li a{
  font-size: 26px;
  color: #8c8c8c;
  padding: 0;
}
.social-icons ul li a:hover {
  color:#0884d5;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}
.btnpc {
	margin:0;
	padding:0;
}
.btnpc2 {
	margin-top:12px;
	padding:0;
}

#header .navbar {
  background-color:#f1f5f6;
  border: 0;
  margin-bottom: 0;
}

#header .navbar-toggle{
  margin-top: 20px;
}

#header .navbar-brand{
  padding: 0;
  margin-left: 0;
}

#header .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#header .navbar-nav.navbar-right >li:last-child{
  margin-right: 0;
}

#header .navbar-nav.navbar-right >li a {
  color: #000;
  font-size: 14px;
  margin-top:24px;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 300;
}


#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #00aeef;
}

#header .navbar-inverse .navbar-nav  li a:hover{
  color: #00aeef;
}


/*  Dropdown menu*/

ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header .navbar-nav li ul.sub-menu li a{
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #00aeef;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
  background: #00aeef;
  color: #fff;
}

.fa-angle-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Footer******
**************************/

#footer {
	width:100%;
	min-height:285px;
	padding-top: 120px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#7ad1dc;
	text-align:center;
}
#footer p {
  margin-bottom: 10px;
}
#footer .copy{
  margin-bottom: 6px;
  color:#fff;
}

/*** Topimg ***/

#top-head {
	width:100%;
	background:url(../images/bg_dot.gif) repeat 0 0;
	text-align:center;
	margin:0 0 40px 0;
	padding:0;
	clear:both;
}
#top-head img {
	margin:0 auto;
	padding:0;
	vertical-align:bottom;
}

#top-head2 {
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	margin:0;
	padding:0;
}
#top-head2 img {
	margin:16px auto;
	padding:0;
}

/* form */

.notice {
	color:#ff0066;
	font-size:110%;
	margin-top:6px;
	text-align:center;
	font-weight:bold;
}
.ok {
	color:#ff0066;
	font-size:130%;
	margin:20px 0;
	text-align:center;
	font-weight:bold;
}
.shin {
	text-align:center;
	margin-bottom:40px;
}
.shin img {
	margin:0 auto 10px auto;
}

/**** Form ****/

.formBox {
	border:1px solid #cacaca;
	background-color:#fff;
	padding:20px;
	overflow:hidden;
}
.formBox .group {
	border-bottom:1px dotted #cacaca;
	margin:6px 0;
	overflow:hidden;
	display: block;
	clear:both;
}
.group .unit {
	margin-bottom:6px;
}

.btn-submit {
  width: 100%;
  background-color: #6f9619;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #5f7e1b;
  box-shadow: none;
  padding: 10px;
}
.btn-see {
  width: 100%;
  background-color: #CF8100;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  border-bottom: 3px solid #bc7501;
  box-shadow: none;
  padding: 10px;
}

.btn-pink {
  width: 100%;
  background-color: #e95371;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 5px;
  box-shadow: none;
  padding: 10px;
}

.btn-submit:hover, 
.btn-submit:focus,
.btn-see:hover, 
.btn-see:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
  opacity: .8;
}