@charset "UTF-8";
.smallcap{
	font-size:70%;
}
body{
	margin:0;
	padding:0;
	font-size:180%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.areaHdEigyo{
	display:block;
	background:#004582;
	color:#fff;
	padding:0.5em 0;
	text-align:center;
}
#hdEigyo{
    font-weight:700;
    line-height:100%;
}
#hdEigyo2{
    font-size: 80%;
    font-weight:700;
    line-height:100%;
}
#hdEigyo .label,#hdEigyo2 .label{
    font-size: 80%;
}
#header{
	border-top:6px solid #000000;
	display:block;
	width:100%;
	height:90px;
	overflow:visible;
	background:url(../images/bkHead.png) no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	position:relative;
}
@media (max-width: 767px){
#header{
	height:180px;
}
}
#headAr #headerTel{
	display:block;
	position:absolute;
	width:201px;
	height:90px;
	right:00px;
	top:5px;
}
#menu{
	display:block;
	width:100%;
	background:#0F5305;
	color:#ffffff;
}
#menu a{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	font-size:120%;
	color:#ffffff;
	text-align:center;
	border:1px solid #ffffff;
}
#footer{
	display:block;
	overflow:visible;
	padding:15px 0 5px 0 ;
	background:url(../images/bkFooter.png) repeat-x;
	background-color:#214285;
}
.h1title{
	display:block;
	width:100%;
	height:75px;
	margin:10px 0 10px 0;
	border-top:5px #B8292D solid !important;
	text-align:center;
}
.h1title img{
	max-width:100%;
}
h2{
	display:block;
	padding:10px;
	background-color:#AA382D;
	color:#ffffff;
	font-size:140%;
	margin: 10px 0 10px 0;
	border-radius: 10px;		
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	
}
.tpm1{
	padding:20px 0 20px 0 !important;
	color:#ffffff;	
}
.tborder{
	margin-top:20px;
	border-top:1px solid #ffffff;
}
.tborder td{
	padding-top:20px;
}
.mb20{
	margin-bottom:30px;
}
.attnText{
	display:block;
	padding:10px 10px 30px 10px;
	font-size:120%;
	line-height:180%;
}
.attnText strong{
	font-weight:bold;
	color:#c60000;
	
}

/*----- navBar Hack ---*/
.navbar .navbar-inner {
    padding: 0;
	background:#0F5305;
	color:#ffffff;
}

@media only screen and (min-width : 768px) { 
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
 
.navbar .nav li {
    display: table-cell;
    float: none;
}
 
.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);
}
 
.navbar .nav li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, .75);
    border-radius: 0 3px 3px 0;
}

}
.navbar-default{
	background-color:#0F5305;
	
}
.navbar-default .navbar-nav > li > a{
	color:#ffffff;
	font-weight:normal !important;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:visited{
	color:#ffffff !important;
	font-weight:normal !important;
}
/*----- bxslider Hack ---*/

.bx-wrapper .bx-viewport {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border:none;
background-color:transparent;
}
@media (min-width: 0px) and (max-width: 480px) {
	.pc{
	display:none !important;
	}
}
@media (min-width: 481px) {
	.sp{
		display:none !important;
	}
}

