@charset "utf-8";

.container-fluid {
	position: relative;
	min-height: 1000px;
	margin: 0 auto;
}

/* CGページナビゲーション範囲設定 */
#cg_nav {
	margin-top: 143px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	width: 1000px;
	z-index: 100;
	border: thick solid #32CCFE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #D1F2FF;
	/* [disabled]border-radius: 10px; */
	position: relative;
}

#cg_nav .slides li {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	overflow: hidden;
}

#cg_nav .slides li {
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	overflow: hidden;
}

#cg_nav .flex-control-nav {
	top: 100px;
}
#cg_nav .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 41px;
  height: 41px;
  margin:0 -60px;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cg_nav .flex-direction-nav .flex-prev {
  left: 0px;
}
#cg_nav .flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
#cg_nav .flex-direction-nav .flex-prev {
  background:url(../images/arrow02_left.png) no-repeat; 
  opacity: 0.6;
  left: 10px;
}
#cg_nav .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#cg_nav .flex-direction-nav .flex-next {
  background:url(../images/arrow02_right.png) no-repeat; 
  opacity: 0.6;
  right: 10px;
}
#cg_nav .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
#cg_nav .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* CGページのスライダー範囲設定 */
#cg_slider {
	margin-top: 115px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
	width: 1200px;
}


/* CGページの背景設定 */
img.cgbg {
	/* Set rules to fill background */
	min-height: 720px;
	min-width: 1280px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
	opacity: 0.5;
}

/* 見出しスペースの設定 */
.hl_space {
	text-align: center;
	position: absolute;
	width: 1200px;
	z-index: 50;
	margin-top: -90px;
}

/* CGナビゲーションのオーバー時のアクション */
.slides li .cgnv:hover {
	opacity: 0.6;
}

.text_space{
	opacity: 0.95;
	background-image: url(../cg/cg_text_window.png);
	background-position: center;
	background-repeat: no-repeat;
	
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;
	width: 1200px;
	height: 350px;
}

.text_area {

	width: 900px;
	height: 330px;
	margin-left: auto;
	margin-right:auto;
	
	padding-top: 30px;
		
	
	
}

.text_area p{
	font-size:14px;
	line-height:22px;
}

.red01_b {
	color: #F52E7F;
	font-weight: bold;	
}

.red01_n {
	color: #F52E7F;
	font-weight: normal;	
}

.blue01_b {
	color: #288DF8;
	font-weight: bold;	
}

.blue01_n {
	color: #288DF8;
	font-weight: normal;	
}

@media screen and (max-width: 1024px){
  img.cgbg {
  left: 50%;
  margin-left: -512px; }
}
