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

.navbar .navbar-nav > li.list03.globalnavi a{
	color: #BA8FD7;
} 

.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;
}

.box {
      border: 1px solid #000; /* 線の太さ・スタイル・色 */
      padding: 10px;           /* 内側の余白 */
      margin-right: 1px;
	margin-lef: 1px;
	margin-bottom: 15px;
      width: auto;            /* 幅 */
    }
.section-title {
  border-bottom: 2px solid #B91E23; /* 下線 */
  padding-bottom: 1.0em;             /* ← テキストと下線の間の余白 */
  line-height: 1.3;
}
.section-title1 {
  border-bottom: 2px solid #B91E23; /* 下線 */
  padding-bottom: 1.6em;             /* ← テキストと下線の間の余白 */
  line-height: 1.3;
}
.section-title2 {
  border-bottom: 2px solid #B91E23; /* 下線 */
  padding-bottom: 2.6em;             /* ← テキストと下線の間の余白 */
  line-height: 1.3;
}
.tight-line {
  line-height: 1.5; /* ここを小さくすると狭く、大きくすると広くなる */
  display: inline-block; /* 改行や行間を効かせるために入れると安心 */
}
body {
  background-image: url("images/haikei_performer.png") !important;
  background-repeat: no-repeat !important;   /* 繰り返さない */
  background-position: center top !important; /* 中央寄せで上から配置 */
  background-size: cover !important;         /* 画面いっぱいにフィット */
  background-attachment: fixed;
}	
/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
/* ===================================================================== */
/*	タブレット小　共通基本設定
/* ===================================================================== */

}

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

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

}

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

	
}

/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
/* ===================================================================== */
/*	タブレット大　共通基本設定
/* ===================================================================== */
body {
  background-image: url("../function/images/haikei.png") !important;
  background-repeat: no-repeat !important;   /* 繰り返さない */
  background-position: center top !important; /* 中央寄せで上から配置 */
  background-size: cover !important;         /* 画面いっぱいにフィット */
  background-attachment: fixed;
}	
	
}

/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
/* ===================================================================== */
/*	PC　　共通基本設定
/* ===================================================================== */
body {
  background-image: url("../function/images/haikei.png") !important;
  background-repeat: no-repeat !important;   /* 繰り返さない */
  background-position: center top !important; /* 中央寄せで上から配置 */
  background-size: cover !important;         /* 画面いっぱいにフィット */
  background-attachment: fixed;
}	
}