@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
.navbar .navbar-nav > li.list02   {
	/*color: #fff!important;*/
	border-bottom: 4px solid #B91E23;
	padding-bottom: 0px;
	margin-bottom: -4px;
    /*background-color: #245411;*/
}

.navbar .navbar-nav > li.list06.globalnavi a{
	color: #FF8E00;
} 

.frametop{
	background-color: #B91E23;
	border-radius: 8px;
	border: 1px solid #B91E23 ;
	padding-top: 1.0em;
	padding-bottom: 0.0em;
	width: Cals(100%-60px);
	width:100%;
	display: block;
	margin-bottom: 1.0em;
	float: left;
	clear: none;
	}

.frametop p{
	margin-left: 3.0em;
	margin-right: 3.0em;
	font-weight: bold;
	text-align:center;
	color: #fff;
}

.framewhite{
	background-color: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #FFFFF ;
	padding-top: 1.0em;
	padding-bottom: 0.0em;
	width: Cals(100%-60px);
	width:100%;
	display: block;
	margin-bottom: 1.0em;
	float: left;
	clear: none;
	}

.framewhite p{
	margin-left: 3.0em;
	margin-right: 3.0em;
	font-weight: bold;
	text-align:center;
	color: #000000;
}

/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
/* ===================================================================== */
/*	タブレット小　共通基本設定
/* ===================================================================== */

	
}

/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */

	
}

/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
/* ===================================================================== */
/*	PC　　共通基本設定
/* ===================================================================== */

}