@charset "utf-8";

body{
	font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 14px;
	background: url(/img/line.gif) 0 0 repeat-x;
}
a,
a:link,
a:hover,
a:active,
a:visited{
	text-decoration: none;
	outline: none;
	color: #06F;
}
.eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.red{
	color: #F00;
}
button.btn{
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


/* Header
----------------------------------*/

header div.row{
	padding: 20px 0 10px;
}
header div.row h1{
	margin: 0;
	padding: 6px 0;
	font-size: 12px;
	text-align: right;
	line-height: 1.5em;
}
@media (max-width: 990px){
header div.row h1{
	text-align: center;
}
}
#logo{
	margin: 5px;
}
ul#inquiry{
	margin-top: 15px;
	padding: 0 10px;
	list-style-type: none;
	text-align: center;
}
ul#inquiry img{
	margin-top: 5px;
}
ul#inquiry li#address{
	padding-left: 90px;
}

@media (min-width: 991px){
ul#inquiry{
	float: right;
}
}

@media (max-width: 990px){
header div.row{
	text-align: center;
}
#logo{
	margin: 10px auto;
}
ul#inquiry{
	margin-top: 10px;
}
}


/* Navigation
----------------------------------*/

.navbar-collapse{
	margin: 0;
	padding: 0;
}
.nav{
	margin: 0;
	table-layout: fixed;
	width: 100%;
	border-left: 1px solid #FFF;
}
.navbar .nav > li{
	width: 100%;
	border-right: 1px solid #FFF;
}
.navbar{
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #6CC;
}
.navbar .nav > li > a{
	min-height: 50px;
	padding: 15px 5px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus{
	background-color: #88DCDC;
}
.navbar .navbar-toggle{
	border-radius: 0;
	border: 1px solid #FFF;
}
.navbar .navbar-toggle .icon-bar{
	background-color: #FFF;
}

@media (min-width: 768px){
.navbar .nav{
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav li{
	display: table-cell;
	float: none;
	font-size: 12px;
	white-space: nowrap;
}
.navbar .nav li a{
	text-decoration: none;
}

}
@media (min-width: 992px){
.navbar .nav li{
	font-size: 14px;
}
}
@media (max-width: 767px){
.nav{
	border-left: none;
	padding-bottom: 10px;
}
.navbar .nav > li{
	border-right: none;
}
.navbar .nav li a{
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
}


/* Top image
----------------------------------*/

#topimg img{
	width: 100%;
}


/* Main
----------------------------------*/

main{
	min-height: 500px;
	padding-bottom: 30px;
}
main a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.breadcrumb{
	margin: 15px 0 10px;
	padding: 5px;
	background: none;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.breadcrumb li#bchome{
	padding-left: 18px;
	background: url(/img/ico_home.png) 0 0.2em no-repeat;
}
.breadcrumb li.active{
	color: #333;
}
.breadcrumb > li + li:before{
	content: ">";
	color: #333;
}
h2.page-header{
	margin: 5px 0 20px;
	padding: 22px 10px 10px 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px solid #60CBCB;
	border-left: 4px solid #60CBCB;
	background: url(/img/flag.gif) left 3px no-repeat;
}
h3{
	margin: 15px 5px;
	padding: 12px 10px 10px;
	font-size: 18px;
	border-left: 7px solid #60CBCB;
	background-color: #F7F7F7;
}
.lead{
	margin-top: 2em;
}
@media (max-width: 767px){
.lead{
	font-size: 14px;
}
}
#cboxTitle{
	color: #333 !important;
}
#bn{
	margin-top: 30px;
}
#bn img{
	margin-top: 15px;
}


/* Footer
----------------------------------*/

footer{
	clear: both;
	bottom: 0;
	margin-top: 30px;
	padding: 25px 0 0;
	color: #FFF;
	background-color: #6CC;
}
footer a{
	color: #FFF !important;
	text-align: center;
	text-decoration: none !important;
}
footer a:hover{
	color: #FFF;
	text-decoration: underline !important;
}
footer div.container{
	text-align: center;
}
footer ul{
	line-height: 2em;
}
footer ul li{
	padding: 0 10px !important;
}
footer address{
	margin-bottom: 30px;
	text-align: center;
}
footer address img{
	margin: 5px 0;
}
#copyright{
	padding: 8px 0;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #FFF;
	background-color: #FDCB30;
}


/* Page top
----------------------------------*/

#p-top{
	position: fixed;
	bottom: 25px;
	right: 25px;
}