.screen.qmenu {
	background-color: #333;
}

.qmenu .set {
	position: absolute;
	width: 158px;
	height: 40px;
	color: rgb(170,170,170);
	background-color: #222;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*justify-content: center;*/
}
.qmenu .set.top {justify-content: flex-end;}
.qmenu .set.bottom {justify-content: flex-start;}
.qmenu .set.focus {
	color: rgb(238,238,238);
	background-color: #000;
	height: 43px;
}
.qmenu .set span {line-height: 32px}
.qmenu .set.focus span {line-height: 35px}
.qmenu .setactive {
	width: 100%;
	height: 8px;
	margin: 0px;
	background-color: rgb(255,170,0);
}
.qmenu .set.details {
	justify-content: center!important;
	color: rgb(238,238,238);
	background-color: #000;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.qmenu .top {top: 0px;}
.qmenu .bottom {top: 230px;}
.qmenu .bottom.focus {top: 227px;}
.qmenu .left {left: 0px;}
.qmenu .center {left: 161px;}
.qmenu .right {left: 322px;}

.qmenu .contents {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 480px;
	height: 190px;
	background-color: #666;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.qmenu .noope {
	background-color: #333!important;
	-webkit-filter:brightness(50%) grayscale(100%);
	-moz-filter:brightness(50%) grayscale(100%);
	filter:brightness(50%) grayscale(100%);
}

.qmenu .selectmenu {
	visibility: hidden;
	position: absolute;
	background-color: #000;
	border: 2px solid #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.qmenu .selectmenu.enable {visibility: visible;}

/*.l2 {height: 66px;}
.l3 {height: 95px;}
.l4 {height: 124px;}
.l5 {height: 153px;}
.l6 {height: 182px;}*/

#qmenu_project .selectmenu {left: 214px;width: 262px;}
#qmenu_media .selectmenu,
#qmenu_tc .selectmenu
{left: 232px;width: 244px;}

#qmenu_project .m1 {top: 37px;height: 182px;}
#qmenu_project .m21 {top: 50px;height: 182px;}
#qmenu_project .m22 {top: 80px;height: 124px;}
#qmenu_project .m23 {top: 80px;height: 95px;}
#qmenu_project .m24 {top: 50px;height: 182px;}
#qmenu_project .m25 {top: 50px;height: 153px;}
#qmenu_project .m3 {top: 98px;height: 95px;}
#qmenu_project .m46 {top: 37px;height: 182px;}
#qmenu_project .m45 {top: 37px;height: 153px;}
#qmenu_project .m44 {top: 37px;height: 124px;}
#qmenu_project .m43 {top: 37px;height: 95px;}
#qmenu_project .m42 {top: 37px;height: 66px;}
#qmenu_project .m5 {top: 37px;height: 182px;}
#qmenu_project .m64 {top: 140px;height: 124px;}

#qmenu_media .m1 {top: 50px;height: 95px;}
#qmenu_media .m2 {top: 80px;height: 66px;}
#qmenu_media .m6 {top: 165px;height: 95px;width: 140px;left: 328px;}

#qmenu_audio .selectmenu {left: 155px;width: 130px;}
#qmenu_audio .m3 {top: 98px;height: 95px;}
#qmenu_audio .m4 {top: 160px;height: 95px;}
#qmenu_audio .selectmenu.mv1 {top: 65px;height: 66px;}
#qmenu_audio .selectmenu.mv2 {top: 98px;height: 66px;}

#qmenu_monitor .m21{width: 260px;left: 70px;height: 124px;}
#qmenu_monitor .m31{width: 260px;left: 70px;height: 66px;}
#qmenu_monitor .m41{width: 260px;left: 70px;height: 66px;}
#qmenu_monitor .m51{width: 260px;left: 70px;height: 66px;}

#qmenu_monitor .m12,#qmenu_monitor .m22,#qmenu_monitor .m32,#qmenu_monitor .m42,#qmenu_monitor .m52
{width: 100px;left: 290px;height: 153px;}
#qmenu_monitor .m13,#qmenu_monitor .m23,#qmenu_monitor .m33,#qmenu_monitor .m43,#qmenu_monitor .m53
{width: 100px;left: 375px;height: 124px;}
#qmenu_monitor .m11,#qmenu_monitor .m12,#qmenu_monitor .m13{top:66px;}
#qmenu_monitor .m22,#qmenu_monitor .m23{top:97px;}
#qmenu_monitor .m21 {top: 66px;}
#qmenu_monitor .m31 {top: 128px;}
#qmenu_monitor .m41 {top: 160px;}
#qmenu_monitor .m32,#qmenu_monitor .m33{top:99px;}
#qmenu_monitor .m42,#qmenu_monitor .m43{top:103px;}
#qmenu_monitor .m51,#qmenu_monitor .m52,#qmenu_monitor .m53{top:194px;}

#qmenu_tc .m2 {top: 96px;height: 66px;}
#qmenu_tc .m3 {top: 128px;height: 66px;}

.qmenu .smline {
	/*width: 236px;*/
	width: 96%;
	height: 28px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qmenu .lutexp {
	/*width: 236px;*/
	width: 96%;
	height: 28px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.qmenu .lutexp {display: none;}
.qmenu .smline.nouse {display: none;}
.qmenu .smline p:nth-of-type(1),
.qmenu .lutexp p {
	padding: 0 8px;
	text-align: left;
}
.qmenu .smline p:nth-of-type(2)
{
	padding: 0 8px;
	text-align: right;
}
.qmenu .smline .lut,
.qmenu .lutexp .lut {
	width: 32px;
	height: 15px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px; 
	color: #000;
	background-color: #eee;
}
.qmenu .smline .lut {display: none;visibility: hidden;}
.qmenu .smline .lut.enable {visibility: visible;}
.qmenu .lutexp .lut {background-color: #888}
.qmenu .smline.disable {color:#888;}
.qmenu .smline.active {
	color: #000;
	background-color: rgb(255,170,0);
}
.qmenu .smline.active .lut{color: #eee;background-color: #000;}

/*#qmenu_audio .mv1.smline:nth-of-type(2){
	background: no-repeat center url(../image/icon/miniarrow_right.png);
}*/
.qmenu .smarrow {
	width: 50px;
	height: 22px;
	display: none;
}
.qmenu .smarrow.maxmin {visibility: hidden;}
.qmenu .tup {background: no-repeat center url(../image/icon/miniarrow_up.png);}
.qmenu .tdw {background: no-repeat center url(../image/icon/miniarrow_dw.png);}

.qmenu .arw_r {
	display: none;
	width: 20%;
	height: 20px;
	background: no-repeat center url(../image/icon/miniarrow_right.png);
}
.qmenu .active .arw_r {background-image: url(../image/icon/miniarrow_right_f.png);}
#qmenu_audio .mv1 .arw_r,#qmenu_audio .mv2 .arw_r {display: block;}

.qmenu .scrollbar {
	position: absolute;
	width: 3px;
	height: 116px;
	background-color: rgba(0,0,0,0.3);
	visibility: hidden;
}
.qmenu .scrollbar.visible {visibility: visible;}
#qmenu_monitor .scrollbar {top: 72px;left: 323px;}
.qmenu .scrollbar div {
	position: absolute;
	width: 100%;
	height: 80%;
	background-color: #aaa;
}

.qmenu .counter {
	visibility: hidden;
	position: absolute;
	width: 58px;
	height: 50px;
	background-color: #000;
	border: 2px solid #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.qmenu .counter.enable {visibility: visible;}
.qmenu .counter .smarrow {display: block;}
.qmenu .slot {
	width: 96%;
	height: 28px;
	color: #000;
	background-color: rgb(255,170,0);
	text-align: center;
}
.qmenu .slot span {line-height: 28px;}
#qmenu_media .counter {left: 48px;top: 155px;}
#qmenu_audio .counter {left: 225px;}
#qmenu_audio .v5 {top: 186px;}
#qmenu_audio .mv1 {top: 60px;}
#qmenu_audio .mv2 {top: 91px;}

/* topmenu */

.qmenu.topmenu .list,
.qmenu.execute .list
{
	width: 480px;
	height: 184px;
	background-color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: space-between;
}
#qmenu_audio .list {
	width: 280px;
	height: 155px;
}
#qmenu_monitor .list {
	height: 155px;
}
#qmenu_tc .list {height: 128px;}
#qmenu_format .list {height: 157px;}

.qmenu.topmenu .line,
.qmenu.execute .line
{
	width: 98%;
	height: 1px;
	background-color: #333;
}

.qmenu.topmenu .listline.typea,
.qmenu.execute .listline
{
	width: 480px;
	height: 28px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qmenu.topmenu .listline.typeb {
	width: 160px;
	height: 58px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.qmenu.topmenu .listline.typec {
	width: 480px;
	height: 28px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.qmenu.topmenu .listline p{padding: 0 7px;}
.qmenu.topmenu .listline.active {background-color: rgb(255,170,0);}
.qmenu.topmenu .listline.active p {color : #000;}
.qmenu.topmenu .listline.disable p {color : #eee;}
.qmenu.topmenu .listline.notuse p {visibility: hidden;}
.qmenu.topmenu .listline.cannot p {color: #888;}
.qmenu.topmenu .listline.cannot.active p {color: #000;}

.qmenu.execute .listline{justify-content: center;}

.qmenu.topmenu .audio {
	width: 200px;
	height: 184px;
	background-color: #000;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: space-around;
}
.qmenu.topmenu .audio.variable {flex-direction: row;}
.qmenu.topmenu .audio .audioitem {
	width: 45px;
	height: 152px;
	background: no-repeat center url(../image/icon/audio.png);
}
.qmenu.topmenu .audio.variable .audioitem {display: none;}
.qmenu.topmenu .audio .audioless {
	width: 200px;
	height: 152px;
	display: none;
}
.qmenu.topmenu .audio .audioless span {line-height: 30px;}
.qmenu.topmenu .audio.variable .audioless {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.qmenu.topmenu .audio p {
	width: 45px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.qmenu.topmenu .audio.variable p {color: #888;}
#qmenu_audio .source
{
	width: 280px;
	height: 29px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qmenu_audio .source p {
	padding: 0 7px;
}
#qmenu_audio .listline.aes.fix p {color: #fff !important;}

/* qmenu monitor */
#qmenu_monitor .listline p {
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 5px;
}
#qmenu_monitor .listline p.cannot {color: #888;}
#qmenu_monitor .listline p.nothing {color: #eee;}
#qmenu_monitor .listline p.linking {color: #888;}
#qmenu_monitor .listline p.linked {color: #000;}
#qmenu_monitor .listline p.linked.noope {color: #333;}
#qmenu_monitor .listline p:nth-of-type(1) {width: 80px;}
#qmenu_monitor .listline p:nth-of-type(2) {width: 200px;}
#qmenu_monitor .listline p:nth-of-type(3) {width: 70px;}
#qmenu_monitor .listline p:nth-of-type(4) {width: 55px;}
#qmenu_monitor .listline p:nth-of-type(3),
#qmenu_monitor .listline p:nth-of-type(4)
{
	overflow: visible !important;
	justify-content: center;
}

#qmenu_monitor .list .fcs.active {
	color : #000;
	background-color: rgb(255,170,0);
}
#qmenu_monitor .list .fcs.active.cannot{color: #000;}
#qmenu_monitor .listline .space {height: 100%;}
#qmenu_monitor .listline .space:nth-of-type(1){width: 10px;}
#qmenu_monitor .listline .space:nth-of-type(2){width: 30px;}
#qmenu_monitor .listline .space:nth-of-type(3){width: 20px;}

#qmenu_monitor .title {
	width: 480px;
	height: 29px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#qmenu_monitor .title p {
	height: 28px;
	text-align: center;
	line-height: 28px;
}
#qmenu_monitor .title p:nth-of-type(1) {width: 95px;}
#qmenu_monitor .title p:nth-of-type(2) {width: 185px;text-align: left;}
#qmenu_monitor .title p:nth-of-type(3) {width: 100px;}
#qmenu_monitor .title p:nth-of-type(4) {width: 100px;}

#qmenu_monitor .link {position: absolute;}
#qmenu_monitor .lk3 {visibility: hidden;}
#qmenu_monitor .lk3.visible {visibility: visible;}
#qmenu_monitor .lk1 {top: 149px;left: 371px;width: 7px;height: 60px;}
#qmenu_monitor .lk2 {top: 149px;left: 462px;width: 7px;height: 60px;}
#qmenu_monitor .lk4 {top: 122px;left: 462px;width: 15px;height: 90px;}
#qmenu_monitor .lk3 {top: 115px;left: 67px;width: 15px;height: 30px;}

#qmenu_monitor .link1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 30px;
	border-top: 2px #aaa solid;
	border-right: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
}
#qmenu_monitor .link2{
	position: absolute;
	top: 0px;
	left: 8px;
	width: 7px;
	height: 30px;
	border-top: 2px #aaa solid;
}
#qmenu_monitor .link3{
	position: absolute;
	top: 32px;
	left: 0px;
	width: 7px;
	height: 30px;
	border-top: 2px #aaa solid;
	border-right: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
}
#qmenu_monitor .link4{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 90px;
	border-top: 2px #aaa solid;
	border-right: 2px #aaa solid;
	border-bottom: 2px #aaa solid;
}

#qmenu_monitor .lk1 div,
#qmenu_monitor .lk2 div,
#qmenu_monitor .lk4 div {visibility: hidden;}
#qmenu_monitor .lk1.sdhd div,
#qmenu_monitor .lk2.sdhd div {visibility: visible;}
#qmenu_monitor .lk1.sd .link1,
#qmenu_monitor .lk2.sd .link1 {visibility: visible;}
#qmenu_monitor .lk1.hd .link3,
#qmenu_monitor .lk2.hd .link3 {visibility: visible;}
#qmenu_monitor .lk4.sd .link4 {visibility: visible;}

/* for TC */
#qmenu_tc .title,#qmenu_tc .source,#qmenu_format .title{
	width: 100%;
	height: 28px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#qmenu_tc .title span, #qmenu_format .title span,#qmenu_tc .source span{
	padding: 0 7px;
}

/* for format */
#qmenu_format .popscreen {
	top: 0px;
	left: 0px;
}
#qmenu_format .popscreen .message {height: 110px;}
#qmenu_format .popscreen .message div {
	height: 30px;
	width: 100%;
}
#qmenu_format .popscreen .message div > div {
	position: relative;
	top: 0px;
	left: 290px;
	height: 30px;
	width: 100px;
	line-height: 30px;
}


/* for info */

#qmenu_info .info {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 480px;
	height: 186px;
	background-color: #000;
}

#qmenu_info .list {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 30px;
	height: 186px;
	background-color: rgb(102,102,102);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

#qmenu_info .num {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(238,238,238);
	background-color: #000;
}
#qmenu_info .arwup {
	background: #000 no-repeat center;
	background-image:url(../image/icon/info_arrow.png);
}
#qmenu_info .arwdw {
	background: #000 no-repeat center;
	background-image:url(../image/icon/info_arrow.png);
	transform: rotate(180deg);
}
#qmenu_info .num.active {
	color: #000;
	background-color: rgb(255,170,0);
}
#qmenu_info .num.nouse {
	display: none;
}


#qmenu_info .page {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 430px;
	height: 186px;
	/*background-color: #f00;*/
}

#qmenu_info .pageinfo {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
#qmenu_info .pageinfo.active {visibility: visible;}

#qmenu_info .title {
	width: 410px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 2px #666 solid;
}
#qmenu_info .title p {
	text-align: left;
}
#qmenu_info .infomain {
	width: 410px;
	height: 156px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

#qmenu_info .type1 {
	width :300px;
	height : 51px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 25px;
	border-bottom: 2px #666 solid;
}

#qmenu_info .type2 {
	width :245px;
	height : 51px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	padding: 0px 5px;
	/*background-color: #f00;*/
}
#qmenu_info .type3 {
	width :155px;
	height : 51px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	padding: 0px 5px;
	/*background-color: #ff0;*/
}
#qmenu_info .type4 {
	width :130px;
	height : 51px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	padding: 0px 5px;
	/*background-color: #ff0;*/
}
#qmenu_info .type5 {
	width : 410px;
	height : 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 5px;
}
#qmenu_info .type5 p {text-align: left;}
#qmenu_info .type5 p:nth-of-type(1) {width: 180px;}
#qmenu_info .type5 p:nth-of-type(2) {width: 57px;font-size: 16px;}
#qmenu_info .type5 p:nth-of-type(3) {width: 60px;}
#qmenu_info .type5 p:nth-of-type(4) {width: 60px;}

#qmenu_info .type6 div{
	width : 410px;
	height : 15px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
#qmenu_info .type6 div p:nth-of-type(1) {width: 38px;text-align: right;}
#qmenu_info .type6 div p:nth-of-type(2) {width: 20px;text-align: center;}
#qmenu_info .type6 div p:nth-of-type(3) {width: 32px;text-align: right;}
#qmenu_info .type6 div div{
	width: 40px;
	height: 100%;
	border: 2px solid #000;
}
#qmenu_info .type6 div:nth-of-type(1) div{background-color: red;}
#qmenu_info .type6 div:nth-of-type(2) div{background-color: yellow;}
#qmenu_info .type6 div:nth-of-type(3) div{background-color: orange;}
#qmenu_info .type6 div:nth-of-type(4) div{background-color: pink;}
#qmenu_info .type6 div:nth-of-type(5) div{background-color: lightpink;}
#qmenu_info .type6 div:nth-of-type(6) div{background-color: cyan;}
#qmenu_info .type6 div:nth-of-type(7) div{background-color: green;}
#qmenu_info .type6 div:nth-of-type(8) div{background-color: lightblue;}
#qmenu_info .type6 div:nth-of-type(9) div{background-color: blue;}
#qmenu_info .type6 div:nth-of-type(10) div{background-color: purple;}

#qmenu_reel,#qmenu_timecode {background-color: #000}

.qmenu.countval .title {
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: #222;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.qmenu.countval span {padding: 0 7px}
.qmenu.countval .values {
	position: absolute;
	left: 140px;
	top: 80px;
	width: 200px;
	height: 110px;
	/*background-color: #666;*/
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#qmenu_timecode .values {
	left: 80px;
	width: 320px;
	justify-content: space-between;
}
#qmenu_camid .values {justify-content: center;}
.qmenu.countval .values div {
	width: 40px;
	height: 40px;
	margin: 2px;
	border: 2px solid #333;
	color : #fa0;
	background-color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}
#qmenu_timecode .values div {
	width: 60px;
}
.qmenu.countval .values div.active{
	background-color: rgb(255,170,0);
	color: #000;
}
#qmenu_timecode .unit {
	position: absolute;
	left: 80px;
	top: 160px;
	width: 320px;
	height: 20px;
	/*background-color: #666;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qmenu_timecode .unit p {
	width: 60px;
	height: 20px;
	text-align: right;
}

.qmenu.countval .softbtns {
	position: absolute;
	left: 10px;
	top: 220px;
	width: 460px;
	height: 50px;
	/*background-color: #666;*/
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.qmenu.countval .softbtns .btn{
	width: 100px;
	height: 30px;
	margin: 2px;
	border: 2px solid #333;
	background-color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qmenu.countval .btn.active{
	background-color: rgb(255,170,0);
	color: #000;
}
/*#qmenu_reel .counter {visibility: visible;}*/
#qmenu_reel .counter,
#qmenu_camid .counter
{
	top: 98px;
	width: 46px;
	height: 70px;
}
#qmenu_reel .slot {height: 40px;line-height: 40px;}
#qmenu_reel .counter.v1 {left: 148px;}
#qmenu_reel .counter.v2 {left: 215px;}
#qmenu_reel .counter.v3 {left: 282px;}
#qmenu_camid .counter.v1 {left: 191px;}
#qmenu_camid .counter.v2 {left: 239px;}

#qmenu_timecode .counter {
	top: 93px;
	width: 66px;
	height: 80px;
}
#qmenu_timecode .slot {height: 40px;line-height: 40px;}
#qmenu_timecode .counter.v1 {left: 75px;}
#qmenu_timecode .counter.v2 {left: 162px;}
#qmenu_timecode .counter.v3 {left: 248px;}
#qmenu_timecode .counter.v4 {left: 334px;}

#fmenu_basic .contents {
	top: 40px;
	height: 230px !important;
	background-color: #000;
}
#fmenu_basic .contents .list {
	height: 230px;
}
#fmenu_basic .listline p {
	width: 240px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
#fmenu_basic .listline.cannot p:nth-of-type(2) {color: #a60;}

#project_details .details {
	width: 100%;
	height: 100%;
	background: #000 no-repeat center;
	background-image:url(../image/details/d_project.png);
}
#project_details .contents {
	position: absolute;
	left: 240px;
	top: 40px;
	width: 240px;
	height: 245px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#project_details .list
{
	width: 95%;
	height: 240px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: space-between;
}
#project_details .listline
{
	width: 100%;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#project_details .listline p{
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

#fmenu_basic .title,
#fmenu_infoline .title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 480px;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background-color: #444;
}
#fmenu_basic .first,
#fmenu_infoline .first {
	width: 200px;
	height: 32px;
	background-color: #000;
	display: flex;
	flex-direction: row;
	align-items: center;
	/*justify-content: center;*/
}
#fmenu_basic .second,
#fmenu_infoline .second {
	width: 265px;
	height: 32px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#fmenu_basic .second span:nth-of-type(2),
#fmenu_infoline .second span:nth-of-type(2) {
	width: 50px;
	height: 20px;
	color: #000;
	background-color: #fff;
}

#fmenu_basic .m7 {
	left: 214px;
	top: 188px;
	width: 262px;
	height: 66px;
}
#fmenu_basic .m8 {
	left: 214px;
	top: 72px;
	width: 262px;
	height: 182px;
}

#fmenu_infoline .listinfo {
	position: absolute;
	left: 0px;
	top: 38px;
	width: 480px;
	height: 45px;
	background-color: #000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#fmenu_infoline .listinfo div{
	position: relative;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#fmenu_infoline .listinfo div:nth-of-type(1){width: 260px;align-items: flex-end;}
#fmenu_infoline .listinfo div:nth-of-type(2){width: 205px;align-items: flex-start;}
#fmenu_infoline .contents {
	position: absolute;
	left: 0px;
	top: 86px;
	width: 480px;
	height: 184px;
	background-color: #000;
	display: block;
}
#fmenu_infoline .list {
	position: absolute;
	left: 5px;
	top: 4px;
	width: 460px;
	height: 180px;	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: space-between;
}
#fmenu_infoline .list.popup {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
#fmenu_infoline .listline {
	position: relative;
	width: 460px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#fmenu_infoline .bg {
	position: relative;
	width: 250px;
	height: 30px;
	background-color: #444;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 0 5px;
}
#fmenu_infoline .menuline {
	position: relative;
	width: 200px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#fmenu_infoline .listline .active {
	color: #000;
	background-color: rgb(255,170,0);
}
#fmenu_infoline .listline .active p {
	color: #000;
}
#fmenu_infoline .menuline p {padding: 0 5px;}
#fmenu_infoline .chk1,
#fmenu_infoline .chk2 {
	position: relative;
	width: 60px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#fmenu_infoline .chkbox {
	position: relative;
	width: 15px;
	height: 15px;
	color: transparent;
	background-color: #eee;
	border: 1px solid #888;
}
#fmenu_infoline .chkbox.chk {
	background: no-repeat center url(../image/icon/chk.png);
}
#fmenu_infoline .chkbox.non {
	color: #eee;
	background-color: transparent;
	border-style: none;
}
#fmenu_infoline .val {
	position: relative;
	width: 120px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#fmenu_infoline .val p {padding: 0 5px;}
#fmenu_infoline .selectmenu {
	top: 100px;
	left: 325px;
	width: 136px;
	height: 182px;
}
#fmenu_infoline .counter {
	top: 100px;
	left: 325px;
	width: 136px;
}
