/* CSS Document */

body {
	margin: 0;
	padding:0;
}

.container {
	max-width: 990px;
}

.navbar {
	min-height: 54px;
	border: none;
}

.navbar-brand {
	padding: 2px;
	height: auto;
}

.navbar-form{
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #0076C6;
}

#header {
	border-bottom: 1px #CCC solid;
}

#headerlogo {
	padding: 5px 10px;
}

#breadcrumbs {
	margin-top: 20px;
	padding: 5px;
	border-top: 1px #CCC solid;
}

.breadcrumb, .navbar {
	margin-bottom: 0;
}

#footer {
	padding: 12px;
	background-color: #E1E1E1;
	box-shadow: rgba(0, 0, 0, 0.0470588) 0px 4px 3px 0px inset;
}

#footer p {
	line-height: 1.5;
	margin-bottom: 0;
}

#footer .center {
    display:table;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    float: right;
}

div#breadcrumbs .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}


#copyright {
	margin-top: 10px;
	font-size: small;
}

#page h1 {
	margin-top: 5px;
	paddign: 20px;
}

.gnavi {
	background-color: #FFF;
	padding: 5px 5px 0px 5px;
	font-size: large;
}

.gnavi a {
	color: #000;
	font-weight: bold;
}

.gnavi li {
	border-right: 1px #CCC solid;
}

.gnavi li.lastli {
	border-right: none;
}

.headtel {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: x-large;
	letter-spacing: 0.1em;
}

.inquirytel p {
	color: #FFF;
	padding-left: 48px;
/*	background: url(../images/icon_tel.png) no-repeat 0 5px; */
	line-height: 1;
	margin-bottom: 0;
}

.inquirymail {
	margin: 10px 5px 5px 1em;
}

.inquirymail a {
	padding-left: 36px;
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
}

.corpname {
	font-weight: bold;
}

.carousel {
	margin-left: -10px;
	margin-right: -10px;
}

.aboutname {
	text-align: right;
}

.contsbox {
	margin-top: 10px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: -15px;
}

h1.pttl {
	margin: 30px 0px;
	color: #0076C6;
	font-weight: bold;
}

h1#logo, p#logo {
	line-height: 1;
	margin: 0;
	font-size: medium;
	padding: 0;
	background: none;
}

#mainimage {
	text-align: center;
}

h2 {
	font-size: x-large;
	border-bottom: 3px #CCC solid;
}

h2 span{
	border-bottom: 3px #0076C6 solid;
}

h3 {
	font-size: large;
	color: #0076C6;
}

.square_btn{
    display: inline-block;
    padding: 1em 1.5em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-bottom: none;
    border-radius: 3px;
}

.square_btn:hover{
    text-decoration: none;
}

.square_btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}


