@charset "utf-8";
/* CSS Document */

#sec_stg {
	margin-bottom: 20px;
	position: relative;
}

#select_tab {
	text-align: center;
	padding: 15px 0 0;
}
#select_tab li {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	width: 131px;
	
	margin: 0 2px;
	border: 1px solid #0074af;
	border-bottom: none;
	background-color: #0074af;
	color: #0074af;
}
#select_tab a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 0;
}
#select_tab li.active {
	padding: 15px 0;
	background-color: #fff;
}

#stage_page {
	border-top: 1px solid #0074af;
	margin-top: -1px;
	padding: 12px 15px 0;
}

#rgb_stage.none, #open_stage.none {
	display: none;
}

h3 {
	font-size: 15px;
	line-height: 1.5;
	color: #0074af;
	margin: 0 0 9px;
}
.stage_lead {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
}
.day_link, .day_link2 {
	margin: 13px 0 0;
}
.day_link li {
	/*display: inline-block;
	margin: 0 23px 0 0;*/
	font-size: 12px;
	line-height: 1;
	margin: 0 0 5px;
}
.day_link2 li {
	display: inline-block;
	margin: 0 23px 0 0;
}
.day_link li a {
	display: inline-block;
	padding: 0 0 1px 18px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1;
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 13px;
	color: #645d5b;
	text-decoration: none;
}
.day_link2 li a {
	display: block;
	padding: 0 0 1px 18px;
	font-size: 12px;
	line-height: 1;
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 13px 13px;
	color: #645d5b;
	text-decoration: none;
}
/*.day_link li a {
	
}*/

#stage_link {
	border: #ff4955 1px solid;
	border-radius: 5px;
	margin: 10px 0 0;
	background-color: #f6f6f6;
}
#stage_link h4 {
	font-size: 15px;
	line-height: 1;
	padding: 13px 14px;
	color: #fff;
	background-color: #ff4955;
	text-align: center;
	height: auto;
	width: auto;
	margin: 0;
}
#stage_link ul {
	padding: 15px 14px 5px;
}
#stage_link li {
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px;
	border-radius: 5px;
	background-color: #ff4955;
}
#stage_link li:last-child {
	background-color: #fc8f95;
}
#stage_link li a {
	display: block;
	padding: 16px 27px 16px 14px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
#stage_link li a:after {
	position: absolute;
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	background-image: url(../../img/icon_arrow_stage.png);
	background-size: 12px 12px;
}
#stage_link li:last-child a:after {
	background-image: url(../../img/icon_arrow_stage02.png);
	
}
#stage_link_n {
	font-size: 10px;
	margin: 3px 0 0;
}

#sat_r, #sat_g, #sat_b,
#sun_r, #sun_g, #sun_b, {
	padding: 14px 0 0;
}
h4 {
	height: 42px;
	background-color: #cae7f7;
	width: 100%;
	margin: 14px 0 0;
}
h4 span {
	display: inline-block;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	padding: 15px 0 0;
	height: 27px;
	color: #fff;
	background-color: #0074af;	
}

h5 {
	font-size: 15px;
	line-height: 1;
	padding: 14px 0 0;
}

.one_stage {
	margin: 15px 0 0;
}
.stage_title {
	padding: 15px;
}
.stage_title p {
	font-size: 10px;
	line-height: 1;
	color: #221815;
}
.stage_title h6 {
	margin: 5px 0 0;
	color: #221815;
	line-height: 1.5;
	font-size: 14px;
}
.stage_title h6 a {
	color: #0074af;
	text-decoration: underline;
}
.stage_info {
	padding: 0 15px 0;
}
.info_title {
	font-size: 12px;
	line-height: 1;
	color: #6a6a6a;
	padding: 15px 0;
	position: relative;
}
.open .info_title {
	color: #221815;
}
.open .info_title span {
	display: none;
}
.info_title:after {
	width: 7px;
	height: 8px;
	content: "";
	position: absolute;
	background-image: url(../../common/img/icon_arrow_down.png);
	top: 17px;
	right: 0;
	background-size: 7px 8px;
}
.open .info_title:after {
	background-image: url(../../common/img/icon_arrow_up.png);
}

.info_wrap {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 0.2s linear;
	display: none;
}
.info_wrap2 {
	color: #221815;
	line-height: 1.5;
	font-size: 12px;
	display: none;
}
.info_cts {
	padding: 0 0 14px;
}
.info_title2 {
	font-size: 13px;
	line-height: 1;
	margin: 0 0 4px;
}
.show {
	display: block;
}

.red h5 {
	color: #fc0100;
}
.red .one_stage {
	border-top: #fc0100 1px solid;
	background-color: #ffdbdb;
}
.red .stage_info {
	background-color: #ffeaec;
}

.green h5 {
	color: #008900;
}
.green .one_stage {
	border-top: #01b923 1px solid;
	background-color: #bceec8;
}
.green .stage_info {
	background-color: #d2f4d9;
}

.blue h5 {
	color: #0083ff;
}
.blue .one_stage {
	border-top: #0383fe 1px solid;
	background-color: #cfe7ff;
}
.blue .stage_info {
	background-color: #dff0ff;
}

.op h5 {
	display: none;
}
.op .one_stage {
	border-top: #fce21b 1px solid;
	background-color: #fffed7;
}
.op .stage_info {
	background-color: #fffeea;
}

#op_sat {
	border-bottom: 1px solid #cfcfcf;
	padding: 0 0 15px;
}


.totop {
	font-size: 12px;
	line-height: 1;
	margin: 15px 0 0;
	padding: 0 0 0 18px;
	text-align: right;
	color: #645d5b;
	
	/*background-image: url(../img/icon_pagetop.png);
	background-size: 13px 13px;
	background-position: left center;
	background-repeat: no-repeat;*/
}
.totop img {
	margin: 0 5px 0 0;
}

#rgb_stage, #open_stage {
	padding: 0 0 15px;
}

/*.one_category {
	margin: 0 14px;
}
.one_category h3 {
	font-size: 15px;
	line-height: 1.5;
	padding: 12px 0 8px;
	border-top: #ebebeb 1px solid;
	color: #0074af;
}
#sec_sys section:nth-of-type(1) h3 {
	border-top: none;
}
.one_category div {
	margin: 0 0 11px;
}
.one_category p {
	font-size: 12px;
	line-height: 1.5;
	color: #645d5b;
}*/
a {
	color: #0074af;
}

#patlabor {
	font-size: 11px;
}