/************************************************************************************
	
	CSS CARTINFO
		
*************************************************************************************/
.cartinfo{
    display: none;
}

/************************************************************************************
	
	CSS OPENTION BANNER
		
*************************************************************************************/
#bottom-banner-bar{
	position: absolute;
	width: 100%;
	height: 110px;
	background: rgba(0,0,0,0.1);
	bottom: 100px;
	display: none;
}
.banner-img-contents{
	width: 100%;
	height: 90px;
	margin: 10px 0;
}
.banner-img-contents img{
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*phone*/
@media all and (max-width : 560px) {
	#bottom-banner-bar{
		height: 50px;
	}
	
	.banner-img-contents{
		height: 40px;
		margin: 0;
		margin-top: 5px;
	}
}
@media all and (max-width : 760px)  and (orientation: landscape) {
	#bottom-banner-bar{
		height: 50px;
	}
	
	.banner-img-contents{
		height: 40px;
		margin: 0;
		margin-top: 5px;
	}
}

/************************************************************************************
	
	CSS OPENTION TOC
		
*************************************************************************************/
#view-toc-table{
	position: relative;
	margin-top: 10px;
	width: 100%;
}

.phone #view-toc-table{
	margin-top : 0;
}

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { 
	display: block; 
	position: relative; 
	margin: 0; 
	padding: 0; 
	min-height: 20px;
	
	font-size: 13px; 
	line-height: 20px; 
}

.dd-handle { 
	width: 100%;
	min-height: 25px;
	margin-top: 5px;
	padding: 0px;
	color: #FFF;
	text-decoration: none;
	font-size: 1.05em;
	line-height: 22px;
	
	/*
border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
*/
}



.toc-list{
	position: relative;
	width: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.toc-title{
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

    word-break:break-all;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.toc-number{
	width: 20px;
		
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;

	-moz-box-pack: center;   
	-webkit-box-pack: center;      
	-ms-flex-pack: center;   
	-moz-justify-content: center;   
	-webkit-justify-content: center;   
	justify-content: center;
}

.dd-handle:active { color: #ffffff; background: #2b90ff; }

.dd-item > .collapse-expand {
	position: relative; 
	cursor: pointer; 
	float: left; 
	width: 25px; 
	height: 25px; 
	padding: 0; 
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden; 
	border: 0; 
	background: transparent; 
	font-size: 1.1em;
	line-height: 1px;
	font-weight: normal;
	color: #FFF;
	border: none;
}

/*
.dd-item > .collapse-expand:before { content: 'Δ';-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);   display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; margin-top: -1px;}
.dd-item > .collapse-expand[data-action="collapse"]:before { content: 'Δ'; -webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg); }
*/
.dd-item > .dd-handle{ padding-left: 30px; }
.dd-item > .collapse-expand:before { content: '◢';-webkit-transform: rotate(315deg);-ms-transform: rotate(315deg);transform: rotate(315deg); display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; margin-top: -1px;}
.dd-item > .collapse-expand[data-action="collapse"]:before {  content: '◢'; -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}
.dd-item > .collapse-expand:active{
	color: #2b90ff;
}

/************************************************************************************
	
	CSS OPENTION THUMBNAILE
		
*************************************************************************************/
#view-thumb-table{
	position: relative;
	margin-top: 20px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.phone #view-thumb-table{
	margin-top: 0;
}

.rtl #view-thumb-table{
	-moz-flex-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.double-thumb-items{
	position: relative;
	float: left;
	width: -webkit-calc( (100% - 4.5%) / 3);
	width: calc( (100% - 4.5%) / 3);
	height: 200px;
	margin-left: 1.5%;
	margin-top: 1%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.next-contents-items{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	position: relative;
	float: left;
	width: -webkit-calc( (100% - 7%) / 4);
	width: calc( (100% - 7%) / 4);
	height: 252px;
	margin-left: 1.5%;
	margin-top: 1%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.single-thumb-items{
	width: 130px;
	height: 215px;
	margin-left: 1%;
	margin-top: 1%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.rtl .double-thumb-items{
	margin-right: 1%;
	margin-left : 0;
}

.rtl .single-thumb-items{
	margin-right: 2%;
	margin-left : 0;
}


.view-item-thumb-double1,
.view-item-thumb-double2{
	position: relative;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.view-item-next-contents{
	position: relative;
	/*width: -webkit-calc(100% / 2);*/
	/*width: calc(100% / 2);*/
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.view-item-next-contents-wrap{
	position: relative;
	width: 100%;
	height: 100%;
}

.view-item-thumb-wrap{
	position: relative;
	width: 100%;
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
}

.view-item-thumb{
	position: absolute;
	width: 100%;
	height: 100%;
}

.view-item-thumb-img{
	position: absolute;
    height: auto;
	width: 100%;
	bottom: 0px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-align: flex-end;
	-moz-align-items : flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.firefox .view-item-thumb-img{
    position: relative;
    height: 100%;
}

.view-item-thumb img{
	min-width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.view-item-thumb-status{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.view-item-next-contents-status{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.view-item-thumb-status.selected{
	background: rgba(85, 121, 255, 0.4);
	border: 1px solid #3b79f8;
}

.view-item-thumb-status:not(.selected):not(.thumb-noimage):active{
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}

.view-next-contents-item-title{
	position: absolute;
	width: 100%;
	height: 20px;
	max-height: 20px;
	color: white;
	font-weight: normal;
	/*line-height: 22px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	bottom: 0;
	left: 0;
	padding: 0px 5px;
}

.view-item-title{
	position: relative;
	width: 100%;
	height: 30px;
	max-height: 30px;
	padding-left: 2px;
	padding-right: 2px;
	
	color: #c0c0c0;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.view-item-thumb-double1 .view-item-title{
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}


.view-item-thumb-double2 .view-item-title{
	-moz-flex-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.single-thumb-items .view-item-title{
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;

	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

@media all and (max-width: 600px) and (orientation: portrait) {
	/*ipd size*/
	.next-contents-items{
		width: -webkit-calc( (100% - 7%) / 3);
		width: calc( (100% - 7%) / 3);
		height: 255px;
	}
}

@media all and (max-width: 414px) and (orientation: portrait) {
	/*ipd size*/
	.next-contents-items{
		width: -webkit-calc( (100% - 7%) / 3);
		width: calc( (100% - 7%) / 3);
		height: 175px;
	}
}

@media all and (min-width: 1024px) and (orientation: landscape) {
	/*ipd size*/
	.double-thumb-items{
		width: -webkit-calc( (100% - 6%) / 4);
		width: calc( (100% - 6%) / 4);
	}

	.next-contents-items{
		width: -webkit-calc( (100% - 7%) / 3);
		width: calc( (100% - 7%) / 3);
		height: 215px;
	}

	.single-thumb-items{
		width: 140px;
		height: 225px;
	}
}

@media all and (min-width: 1200px) and (orientation: landscape) { 
    /*nexus 10*/
    .double-thumb-items{
        height: 230px;
    } 
    .view-item-thumb-img{
        height: 100%;
    }
}

@media all and (max-width : 560px) {
	/*phone*/
	.double-thumb-items{
		width: -webkit-calc( (100% - 3%) / 2);
		width: calc( (100% - 3%) / 2);
		height: 130px;
		margin-left: 1.5%;
	}
	
	.view-item-title{
		line-height: 15px;
		height: 15px;
		max-height: 15px;
	}
	
	.single-thumb-items{
		width: 90px;
		height: 150px;
	}
}

@media all and (max-width : 760px)  and (orientation: landscape) {
	.double-thumb-items{
		width: -webkit-calc( (100% - 6%) / 3);
		width: calc( (100% - 6%) / 3);
		height: 150px;
		margin-left: 2%;
	}
	
	.view-item-title{
		line-height: 15px;
		height: 15px;
		max-height: 15px;
	}
	
	.single-thumb-items{
		width: 80px;
		height: 140px;
		margin-left: 1.5%;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px){
	/*phone landscape android iphone5*/
	.double-thumb-items{
		height: 150px;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape){
	/*phone landscape android iphone6 and 6 plus*/
	.double-thumb-items{
		height: 170px;
	}
}


/************************************************************************************
	
	CSS OPENTION BOOKMARK
		
*************************************************************************************/
.view-popup-bookmark .view-subnavbar{
	height: 110px;
}
.view-popup-bookmark .view-on-center{
	padding-top: 170px;
}
.phone .view-popup-bookmark .view-on-center{
	padding-top: 0;
}

.veiw-bookmark-controller{
	padding: 15px;
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;

	
	background-color:rgba(70,70,70,0.8);
}

.bookmark-module-select-block,
.bookmark-select-block{
	width: -webkit-calc(100% - 5px);
	width: calc(100% - 5px);
	height: 35px;
}

.bookmark-select-block{
	margin-top: 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.phone .bookmark-select-block{
	margin-top: 5px;
}

.bookmark-dir-select-block{
	width: 300px;
}
.bookmark-delect-block{
	width: 200px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.view-bookmark-row{
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
}

.bookmark-delete.disable{
	color: #6e6e6e;
	cursor: default;
}

.bookmark-delete{
	margin-right: 7px !important;
	color: #fff;
	-ms-flex-align: flex-start !important;
	-moz-align-items : flex-start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}

.bookmark-edit,
.bookmark-cancel{
	display: none;
}

.bookmark-edit.selected,
.bookmark-cancel.selected{
	display: block;
}

.bookmark-cancel{
	background: #2b90ff;
	color: #fff;
}

#view-bookmark-table{
	position: relative;
	
	padding-top: 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.bookmark-disable-thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	display: none;
}

.bookmark-check-mark{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}

.bookmark-check-mark a{
	position: absolute;
	width:30px;
	height:30px;
	bottom:5px;
	right:5px;
	color: #1885f9;
	display: none
}
.bookmark-check-mark.selected a{
	display: block;
}

/*phone*/
@media all and (max-width : 560px) {
	.bookmark-select-block{
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
		height: 100%;
		margin: 0;
	}
	
	.veiw-bookmark-controller{
		padding: 0;
		-moz-box-pack: justify;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		
		-moz-justify-content : space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.view-popup-bookmark .view-subnavbar{
		height: 40px;
	}
	.view-popup-bookmark .view-page-contents{
		padding-top: 100px;
	}
	
	.bookmark-dir-select-block{
		margin-top: 3px;
		margin-right: 5px;
		width: 160px;
	}
	.bookmark-delect-block{
		width: 130px;
	}
	
	.view-bookmark-row{
		width: 100%;
		margin-top: 3px;
		-ms-flex-item-align: flex-start;
		-webkit-align-self: flex-start;
		align-self: flex-start;
	}
	
	.bookmark-save,
	.bookmark-edit,
	.bookmark-cancel{
		font-size: 13px !important;
	}
	
	.bookmark-delete{
		margin-right: 0px !important;
		-ms-flex-align: center !important;
		-moz-align-items : center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
}

@media all and (max-width : 760px)  and (orientation: landscape) {
	.bookmark-select-block{
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
		height: 100%;
		margin: 0;
	}

	.veiw-bookmark-controller{
		padding: 0;
		-moz-box-pack: justify;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		
		-moz-justify-content : space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.view-popup-bookmark .view-subnavbar{
		height: 40px;
	}
	.view-popup-bookmark .view-page-contents{
		padding-top: 100px;
	}
	
	.bookmark-dir-select-block{
		margin-top: 3px;
		width: 180px;
	}
	.bookmark-delect-block{
		width: 130px;
	}
	
	.view-bookmark-row{
		width: 100%;
		margin-top: 3px;
		-ms-flex-item-align: flex-start;
		-webkit-align-self: flex-start;
		align-self: flex-start;
	}
	
	.bookmark-save,
	.bookmark-edit,
	.bookmark-cancel{
		font-size: 13px !important;
	}
	
	.bookmark-delete{
		margin-right: 0px !important;
		-ms-flex-align: center !important;
		-moz-align-items : center !important;
		-webkit-align-items: center !important;
		align-items: center !important;
	}
}

/************************************************************************************
	
	CSS OPENTION MEMO, PEN
		
*************************************************************************************/
.view-controlbar-option-memo,
.view-controlbar-option-pen{
	height: 60px;
	bottom: 0;
	top : inherit;	
}

.center-link-button{
	position: relative;
	width: 45px;
	max-width: 40px;
	height: 40px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.center-link-button.selected{
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	
	color: #1b95e4;
	border: 1px solid #fff;
	/*
background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #7d7d7d),
		color-stop(1, #3C3C3C)
	);
	background-image: -o-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -moz-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -webkit-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -ms-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: linear-gradient(to bottom, #7d7d7d 0%, #3C3C3C 100%);

	border: 1px solid #080808;
	border-radius:2px;
*/
}

.center-link-button-pen{
	position: relative;
	width: 55px;
	max-width: 50px;
	height: 40px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.phone .center-link-button-pen{
	width: 45px;
	max-width: 40px;
}

.center-link-button-pen.selected{
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
	
	color: #1b95e4;
	border: 1px solid #fff;
	/*
background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #7d7d7d),
		color-stop(1, #3C3C3C)
	);
	background-image: -o-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -moz-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -webkit-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: -ms-linear-gradient(bottom, #7d7d7d 0%, #3C3C3C 100%);
	background-image: linear-gradient(to bottom, #7d7d7d 0%, #3C3C3C 100%);

	border: 1px solid #080808;
	border-radius:2px;
*/
}

.center-link-color{
	width: 22px;
	height: 22px;
	/*border: 1px solid rgba(50,50,50,0.7);*/
}

.phone .center-link-color{
	width: 20px;
	height: 20px;
}

.color-yellow{
	background: #fffc0a;
}

.color-green{
	background: #4eff00;
}

.color-blue{
	background: #499efd;
}
.color-pink{
	background: #FF28BB;
}
.color-red{
	background: #fc1e00;
}

.center-link-trans{
	width: 70% !important;
}


.trans-box-check{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	z-index: 1;
	
	height: 22px;
	width: 22px;
	border: 1px solid rgba(201,201,201,1);
	/*
background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, rgba(87, 87, 87, 0.8)),
		color-stop(1, rgba(81, 81, 81, 0.8))
	);
	background-image: -o-linear-gradient(right bottom, rgba(87, 87, 87, 0.8) 0%, rgba(81, 81, 81, 0.8) 100%);
	background-image: -moz-linear-gradient(right bottom, rgba(87, 87, 87, 0.8) 0%, rgba(81, 81, 81, 0.8) 100%);
	background-image: -webkit-linear-gradient(right bottom, rgba(87, 87, 87, 0.8) 0%, rgba(81, 81, 81, 0.8) 100%);
	background-image: -ms-linear-gradient(right bottom, rgba(87, 87, 87, 0.8) 0%, rgba(81, 81, 81, 0.8) 100%);
	background-image: linear-gradient(to right bottom, rgba(87, 87, 87, 0.8) 0%, rgba(81, 81, 81, 0.8) 100%);
*/
}

/************************************************************************************
	
	memo only
		
*************************************************************************************/
/*memo item*/
.memo-view{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	min-width: 180px;
	min-height: 180px;
	max-width: 300px;
	max-height: 300px;
	z-index: 8888;
}

.mini-on-status.memo-view{
	width: 40px;
	height: 40px;
	min-width: 0px;
	min-height: 0px;
}

.memo-navi{
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0;
	z-index: 500;
}

.memo-inner{
	position: absolute;
	padding: 0 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.memo-navi .left, 
.memo-navi .right, 
.memo-navi .left, 
.memo-navi .right {
	margin-top: 5px;
	color: #000;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.memo-through{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
}

.memo-on-center {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.memo-page-contents{
	height: 100%;
	padding: 35px 5px 5px 5px;
}

.memo-page-contents textarea{
	width: 100%;
	height: 100%;
	
	border: none;
	overflow: auto;
	padding: 5px;
	margin: 0;
	
	resize: none;
}

.memo-title{
	font-size: 0.7em;
}

.memo-page-contents .memo-text{
	width: 100%;
	height: 100%;
	
	overflow: auto;
	-webkit-overflow-scrolling: touch; 
	padding: 5px;
	margin: 0;
	color: #000;
	word-break:break-all;
}

.memo-icon{
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-left: 2px;
	font-size: 28px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.memotrans.memo-coloryellow{
	background: rgba(255, 225, 0, 0.7);
}

.memotrans.memo-colorgreen{
	background: rgba(0, 255, 0, 0.7);
}

.memotrans.memo-colorblue{
	background: rgba(3, 164, 255, 0.7);
}
.memotrans.memo-colorpink{
	background: rgba(243, 6, 148, 0.7);
}
.memotrans.memo-colorred{
	background: rgba(252, 30, 0, 0.7);
}

.memonotrans.memo-coloryellow{
	background: rgb(255, 225, 0);
}
.memonotrans.memo-colorgreen{
	background: rgb(0, 255, 0);
}
.memonotrans.memo-colorblue{
	background: rgb(3, 164, 255);
}
.memonotrans.memo-colorpink{
	background: rgb(243, 6, 148);
}
.memonotrans.memo-colorred{
	background: rgb(252, 30, 0);
}

.memo-coloryellow .memo-icon{
	color: #a87e00;
}
.memo-colorgreen .memo-icon{
	color: #1b8f01;
}
.memo-colorblue .memo-icon{
	color: #015ba3;
}
.memo-colorpink .memo-icon{
	color: #7d014f;
}
.memo-colorred .memo-icon{
	color: #800000;
}


.memo-coloryellow .memo-text{
	background: rgb(255,245,166);
}
.memo-colorgreen .memo-text{
	background: rgb(161,255,161);
}
.memo-colorblue .memo-text{
	background: rgb(160,221,255);
}
.memo-colorpink .memo-text{
	background: rgb(255,165,219);
}
.memo-colorred .memo-text{
	background: rgb(255,170,158);
}

.ui-icon{
	width: 20px;
	height: 20px; 
}
.memo-coloryellow .ui-icon{
	background: url(../v2_images/memo/memo_slicebar_bottom_yellow.png);
	background-position :none;
	background-size: contain;
}
.memo-colorgreen .ui-icon{
	background: url(../v2_images/memo/memo_slicebar_bottom_green.png);
	background-position :none;
	background-size: contain;
}
.memo-colorblue .ui-icon{
	background: url(../v2_images/memo/memo_slicebar_bottom_blue.png);
	background-position :none;
	background-size: contain;
}
.memo-colorpink .ui-icon{
	background: url(../v2_images/memo/memo_slicebar_bottom_pink.png);
	background-position :none;
	background-size: contain;
}
.memo-colorred .ui-icon{
	background: url(../v2_images/memo/memo_slicebar_bottom_red.png);
	background-position :none;
	background-size: contain;
}


.full-textarea-body{
	position:absolute;
	width:100%;
	height:100%;
	min-height: 100%;
	max-height: 100%;
	
	background:#fff;
	z-index:-1;
	top:0;
	left: 0;
	visibility: hidden;
}

.full-textarea-navbar{
	position: fixed;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 500;
	border-bottom: 1px solid #c4c4c4;
	
	-moz-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-webkit-transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0,0,0);
	transform : translate3d(0,0,0);
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.full-textarea-inner{
	position: absolute;
	background:#fff;
	padding: 0 10px;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	color: #007aff;
}

.full-textarea-navbar .left,
.full-textarea-navbar .right{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.full-textarea-through{	
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
}

.full-textarea-on-center{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	opacity: 1;	
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);	
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.full-textarea-page-contents{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.fullTextarea{
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	width:100%;
	
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	
	border:none;
	font-size: 20px;
	resize: none;
}

#phone-memo-list-body{
	position: absolute;
	display: none;
	right: 5px;
	bottom : 105px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.8);
	padding: 5px;
	z-index: 9999;
}

/* mobile phone only */
.phone-memo-list-icon{
	position: relative;
	padding-top: 9px;
	width: 40px;
	height: 40px;
	
	background: url(../v2_images/memo/icon_memo.png);
	background-size: cover;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: visible;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.phone-memo-list-icon:active{
	opacity: 0.3;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

.phone-memo-list-count{
	color: #fff;
	font-size: 0.8em;
}

/************************************************************************************
	
	PEN only
		
*************************************************************************************/
.pen-line{
	width: 80px;
	max-width: 80px;
	height: 35px;
	padding: 2px;
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pen-line > div{
	width: 100%;
	margin: 2px 0;
	background: #356290;
}

.pen-line div:nth-child(1){
	height: 2px;
}

.pen-line div:nth-child(2){
	height: 5px;
}

.pen-line div:nth-child(3){
	height: 7px;
}


.pen-thick-popover,
.pen-color-popover{
	width: 130px;
	height: 100px;
}

.pen-color-popover{
	height: 150px;
}


.pen-popover-pages{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius:7px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pen-popover-pages > .view-popover-page{
    padding-top: 15px;
}

.pen-block{
	background: #ffffff;
}
.pen-block li{
	position: relative;
}

.pen-item-content{
	position: relative;
	height: 25px;
	padding: 0 5px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}
.pen-item-link{
	position: relative;
	height: 25px;
	width: 97%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;

	padding:0 5px;
}

.pen-popover-thick-line{
	background: #000;
	width: 100%;
}
.pen-popover-thick-line-r{
	height: 3px;
}
.pen-popover-thick-line-m{
	height: 6px;
}
.pen-popover-thick-line-b{
	height: 12px;
}

.pen-color-item{
	position: relative;
	width: -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
	height: 15px;
	border: 1px solid #79797b;
}

.pen-item-link.selected{
	color: #0061e6;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FEFDFF),
		color-stop(1, #C2DDF6)
	);
	background-image: -o-linear-gradient(bottom, #FEFDFF 0%, #C2DDF6 100%);
	background-image: -moz-linear-gradient(bottom, #FEFDFF 0%, #C2DDF6 100%);
	background-image: -webkit-linear-gradient(bottom, #FEFDFF 0%, #C2DDF6 100%);
	background-image: -ms-linear-gradient(bottom, #FEFDFF 0%, #C2DDF6 100%);
	background-image: linear-gradient(to bottom, #FEFDFF 0%, #C2DDF6 100%);

	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(top, #afb5bc 0%, #959aa1 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #afb5bc 0%, #959aa1 100%);
    border-image: linear-gradient(to bottom, #afb5bc 0%, #959aa1 100%);
    border-image-slice:1;
}

@media all and (max-width : 560px) {
	.center-link-button{
		width:35px;
		max-width: 35px;
		height: 35px;
	}
	.pen-line{
		width: 50px;
		max-width: 50px;
	}
}
@media all and (max-width : 760px)  and (orientation: landscape) {

}


/************************************************************************************
	
	CSS OPENTION SEARCH
		
*************************************************************************************/
.view-popup-search .view-subnavbar{
	height: 130px;
}

.view-popup-search .view-on-center{
	padding-top: 200px;
}

.veiw-search-controller{
	position: absolute;
    width: 93%;
    height: 100%;
    padding: 5px 10px;
    
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
	-moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    
	ms-flex-align: start;
    -moz-align-items: start;
    -webkit-align-items: start;
    align-items: start;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
	background-color: rgba(70,70,70,0.8);
}

#search-textarea{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	line-height: 1.3;
	
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 5px;
	font-family: inherit;
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

.search-button-controller{
	height: 30px;
	margin-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media all and (max-width : 560px) {
	/*phone*/
	.view-popup-search .view-subnavbar{
		height: 150px;
	}
	
	.veiw-search-controller{
		padding: 5px 10px;
	}
	
	.search-button-controller{
		height: 30px;
		margin-top: 10px;
	}
	
	.search-type-controller{
		height: 20px;
		margin-top: 10px;
	}
	
	.search-panel-view .view-through{
		background: #000;
	}
}

@media all and (max-width : 760px)  and (orientation: landscape) {
	.view-popup-search .view-subnavbar{
		height: 180px;
	}
	
	.veiw-search-controller{
		padding: 10px 0;
	}
	
	.search-button-controller{
		height: 30px;
		margin-top: 10px;
	}
	
	.search-type-controller{
		height: 20px;
		margin-top: 10px;
	}
	
	.search-panel-view .view-through{
		background: #000;
	}
}


.search-button{
	width: 120px;
	margin-right: 10px;
}

.phone .search-button{
	margin-right: 5px;
}

.view-search-type{
	margin-left: 10px;
}

.phone .view-search-type{
	margin-right: 5px;
}

#view-search-table{
	position: relative;
	padding-top: 10px;
	width: 100%;
}

.search-total-count,
.view-search-list{
	position: relative;
	width: -webkit-calc(100% - 1.5%);
	width: calc(100% - 1.5%);
}

.search-total-count{
	height: 30px;
	color: #c0c0c0;
	font-size: 1.0em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-flex-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;	
}

.view-search-item{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.view-search-result{	
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.view-search-number{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
	color: #e2e2e2;
	background: #5D5D5D;
	border:1px solid #626262;
	
	margin-right: 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.view-search-text{
	position: relative;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	
	color: #b9b9b9;
	font-size: 15px;
	padding: 0px 5px 20px 7px;
	word-break:break-all;
	font-weight:normal;
	font-family: sans-serif;
	border-bottom: 1px solid #2d2d2d;
}

/************************************************************************************
	
	CSS OPENTION SHARE
		
*************************************************************************************/
#view-share-table{
	color:#000;
	font-family:"ＭＳ Ｐゴシック";
	position: relative;
	background-color: rgba(242,242,242,.9);
}

#view-share-table li{
	position: relative;
}

.share-items{
	width: 100%;
	padding: 0 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-justify-content : flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	-moz-box-pack: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.share-items input[type="text"]{
	width: 100%;
	border:1px solid #c8c7c7;
	font-size:12px;
	color:#9c9c9c;
	border: 1px solid #c8c7c7;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	width: 100%;
	height: 30px;
	color:#747373;
}

.share-item-icons{
	height: 80px;
}

.facebook-icon,
.twitter-icon{
	width: 48px;
	height: 48px;
}

.facebook-icon{
	margin-right: 10px;
	background: url(../v2_images/sns/share_facebook.png);
	background-size:cover;
}

.twitter-icon{
	background: url(../v2_images/sns/share_twitter.png);
	background-size:cover;
}

.share-linkarea{
	height: 55px;
}

.share-linklist{
	width: 100%;
	height: 70px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.share-mailinfo-area{
	width: 100%;
}

.mailinfo-area-title{
	margin-bottom: 5px;
}

.share-mailinfo-area input[type="text"]{
	margin-bottom: 5px;
}

.share-mailinfo-area textarea{
	border: 1px solid #c8c7c7;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	width: 100%;
	height: 75px;
	font-size: 12px;
	resize: none;
	color:#9c9c9c;
	margin-bottom: 10px;
}
.share-send-button-area{
	width: 100%;
	height: 40px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-justify-content : flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	
	-moz-box-pack: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.mail-send-btn btn-mail-css{
	width: 30px;
}

/************************************************************************************
	
	PRINTER CSS
		
*************************************************************************************/
#tool-printer{
	position: absolute;
	display: none;
	width: 320px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -160px;
	background: rgba(233,233,233,.9);
	z-index: 10000;
	overflow: hidden;

	border:1px solid #777777;
	box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.3);
}

.printer-contents{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.printer-title-icon{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	
	-moz-justify-content : flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.printer-navbar{
	position: absolute;
	width: 100%;
	height: 45px;
	z-index: 1;
}

.printer-inner{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 5px 0 10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	
	-moz-justify-content : space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.printer-through{
	position: absolute;
	padding-top: 45px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.printer-on-center{
	position: relative;
	width: 100%;
	height: 100%;
	padding:0 10px 5px 10px;
}

.printer-thumb-area{
	position: relative;
	width: 100%;
	height: 200px;
	background: #5f5f5f;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.printer-thumb-contents{
	position: relative;
	width: 230px;
	height: 150px;
	top: 15px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.printer-left-thumb,
.printer-right-thumb{
	position: relative;
	width : -webkit-calc(100% / 2);
	width: calc(100% / 2);
	height: 100%;
	max-height: 100%;
	background: transparent;
}

.printer-single-thumb{
	position: relative;
	width: 115px;
	max-height: 100%;
	background: #fff;
	display: block;
}

.onepage .printer-left-thumb,
.onepage .printer-right-thumb{
	display: none;
}

.twopage .printer-single-thumb{
	display: none;
}

.printer-thumb-disable{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.7);
	display: none;
}

.not-printer-status .printer-thumb-disable{
	display: block;
}

.printer-thumb-img{
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.printer-thumb-img img{
	min-width: 100%;
    max-width: 100%;
    max-height: 150px;
}

.printer-radio-button{
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 35px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
	
	-moz-flex-direction : row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*
.rtl .printer-thumb-contents,
.rtl .printer-radio-button{
	-moz-flex-direction : row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
*/

.onepage #printer-left-selecter,
.onepage #printer-right-selecter,
.onepage label[for='printer-left-selecter'],
.onepage label[for='printer-right-selecter']{
	visibility: hidden;
}

.twopage #printer-left-selecter,
.twopage #printer-right-selecter,
.twopage label[for='printer-left-selecter'],
.twopage label[for='printer-right-selecter']{
	visibility: visible;
}

.radio-hide-left #printer-left-selecter,
.radio-hide-right #printer-right-selecter,
.radio-hide-left label[for='printer-left-selecter'],
.radio-hide-right label[for='printer-right-selecter'],
.radio-hide-center #printer-center-selecter,
.radio-hide-center label[for='printer-center-selecter']{
	visibility: hidden;
}

.printer-radio-button label{
	color: white;
	font-size: 0.9em;
	margin-right: 10px;
}

/*
.rtl.twopage .printer-radio-button label{
    margin-right : 0;
    margin-left: 10px;
}
*/

.printer-button-area{
	position: relative;
	width: 100%;
	height: 50px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-moz-box-align : center;
	-webkit-box-align: center;
	box-align : center;
	
	-ms-flex-align: center;
	-moz-align-items : center;
	-webkit-align-items: center;
	align-items: center;
}

.print-icon-popup{
	font-size: 1.8em;
	padding:5px 8px 0 2px;
	color: #6E6E6E;
}

.print-popup-txt{
	font-size: 1.3em;
	line-height: 35px;
	padding-top:5px;
	color: #6E6E6E;
}

.close-space{
	padding-top:5px;
}

.btn-print-css{
	width: 100px;
	height: 30px;
	font-size: 15px;
	color:#4f5459;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F9FAFB),
		color-stop(1, #C3C5CE)
	);
	background-image: -o-linear-gradient(bottom, #F9FAFB 0%, #C3C5CE 100%);
	background-image: -moz-linear-gradient(bottom, #F9FAFB 0%, #C3C5CE 100%);
	background-image: -webkit-linear-gradient(bottom, #F9FAFB 0%, #C3C5CE 100%);
	background-image: -ms-linear-gradient(bottom, #F9FAFB 0%, #C3C5CE 100%);
	background-image: linear-gradient(to bottom, #F9FAFB 0%, #C3C5CE 100%);

	border:1px solid #8e9098;

	border-radius:4px;

	cursor: pointer;

	margin-top:3px;
}

.btn-print-css:active{
	color:#014a9a;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #f8fbff),
		color-stop(1, #b3ddfe)
	);
	background-image: -o-linear-gradient(bottom, #f8fbff 0%, #b3ddfe 100%);
	background-image: -moz-linear-gradient(bottom, #f8fbff 0%, #b3ddfe 100%);
	background-image: -webkit-linear-gradient(bottom, #f8fbff 0%, #b3ddfe 100%);
	background-image: -ms-linear-gradient(bottom, #f8fbff 0%, #b3ddfe 100%);
	background-image: linear-gradient(to bottom, #f8fbff 0%, #b3ddfe 100%);

	border: 1px solid #2a76cc;
}

@media all and (max-width : 560px) {
	#tool-printer{
		width: 250px;
		height: 250px;
		margin-top: -150px;
		margin-left: -125px;
	}
	
	.printer-thumb-area{
		height: 150px;
	}
	
	.printer-single-thumb{
		width: 75px;
	}
}

/************************************************************************************
	
	CSS OPENTION help
		
*************************************************************************************/
.view-help-contents{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
}

#view-help-table{
	width: 700px;
}

#view-help-table table{
	width: 100%;
}

.help-title{
	font-size:140%;
	color:#fff;
	padding-bottom:7px;
}

.help-contents-img{
	text-align:center;
	padding-bottom:14px;
}

.help-contents-text{
	font-size:0.9em;
	font-weight:normal;
	padding-left:15px;
	color:#c0c0c0;
	line-height:20px;
}

@media all and (max-width : 560px) {
	/*phone*/
	#view-help-table{
		width: 100%;
	}
	
	.help-contents-text{
		padding-left:10px;
		font-size:0.9em;
		line-height:17px;
	}

	.help-title{
		font-size:130%;
		padding-bottom:5px;
	}
}

@media screen and (device-width: 320px)  and (device-height: 640px) and (orientation: landscape) {
	/*phone landscape android*/
	#view-help-table{
		width: 600px;
	}
	
	.help-contents-text{
		padding-left:10px;
		font-size:0.9em;
		line-height:17px;
	}

	.help-title{
		font-size:130%;
		padding-bottom:5px;
	}
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape){
	/*phone landscape android iphone5*/
	#view-help-table{
		width: 550px;
	}
	
	.help-contents-text{
		padding-left:10px;
		font-size:0.9em;
		line-height:17px;
	}

	.help-title{
		font-size:130%;
		padding-bottom:5px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape){
	/*phone landscape android iphone6 and 6 plus*/
	#view-help-table{
		width: 630px;
	}
	
	.help-contents-text{
		padding-left:10px;
		font-size:0.9em;
		line-height:17px;
	}

	.help-title{
		font-size:130%;
		padding-bottom:5px;
	}
}

/************************************************************************************
	
	CSS OPENTION TEXT POPUP
		
*************************************************************************************/


/*.textpopup-view{
	margin:0;
	position:absolute;
	z-index:10000;
	width: 330px;
	height: 300px;
	margin-left: -165px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
}
.text-popup-value{
	width: 100%;
	height: 100%;
	
	overflow: auto;
	-webkit-overflow-scrolling: touch; 
	padding: 5px;
	word-break:break-all;
	font-size: 1.5em;
    line-height: 1.2em;
}*/

/*phone*/
/*@media all and (max-width : 560px) {
	.textpopup-view{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin : 0;
	}
}

@media all and (max-width : 760px)  and (orientation: landscape) {
	.textpopup-view{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin : 0;
	}
}*/

.popuptext-view{
	margin:0;
	position:absolute;
	min-width: 100px;
	min-height: 100px;	
}
.popup-text-value{
	width: 100%;
	height: 100%;
	
	resize : none;
	border: none;
	overflow: auto;
	font-size: 1.3em;
    line-height: 1.3em;
}

.popuptext-navi{
	position: absolute;
	width: 100%;
	height: 25px;
	margin: 0;
	z-index: 500;
}

.popuptext-inner{
	position: absolute;
	padding: 0 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-box-pack: justify;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.popuptext-navi .left, 
.popuptext-navi .right, 
.popuptext-navi .left, 
.popuptext-navi .right {
	color: #000;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-moz-box-align: center;
	-webkit-box-align: center;
	box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.popuptext-through{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: none;
}

.popuptext-on-center {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.popuptext-page-contents{
	height: 100%;
	padding: 35px 5px 5px 5px;
}

.popuptext-page-contents textarea{
	width: 100%;
	height: 100%;
	
	border: none;
	overflow: auto;
	padding: 5px;
	margin: 0;
	
	resize: none;
}

.popuptext-title{
	font-size: 0.7em;
}

.popuptext-page-contents .popuptext-value{
	width: 100%;
	height: 100%;
	
	overflow: auto;
	-webkit-overflow-scrolling: touch; 
	padding: 5px;
	word-break:break-all;
	font-size: 1.5em;
    line-height: 1.2em;
}

/* ------------------------------------------------------------
	CSS OPENTION VEDIO
------------------------------------------------------------ */
.meida-view {
	display:none;
	position:absolute;
	background-color:#000;
	border:1px solid #484848;
	z-index:1000000;
}

/************************************************************************************
	
	CSS OPENTION PRODUCTSEARCH
		
*************************************************************************************/
#view-productsearch-table{
    color: #fff;
}

.view-productsearch-subnavbar{
    height: 245px;
    position: absolute;
    width: 100%;
    padding: 0 0px;
    left: 0;
    top: 50px;
    z-index: 500;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content : space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    
    ms-flex-align: center;
    -moz-align-items : center;
    -webkit-align-items: center;
    align-items: center;
}

.veiw-productsearch-controller{
    width: 100%;
    height: 100%;
}

.productsearch-controller-inner{
    width: 100%;
    height: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;    
    
    -webkit-align-content: space-around; 
    align-content: space-around; 
    
    -moz-flex-flow :wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    
    background-color: rgba(50,50,50,0.8);

	padding: 12px 0;
}
.productsearch-items{
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
	
	-webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
}

.productsearch-controller-title{
    width: 150px;
    color: #4f5459;
    margin-right: 2px;
    border: 1px solid #535353;
    border-right: none;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5px 0 0 5px;
    line-height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 0 10px;
    margin: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
    font-family: inherit;
    cursor: default;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FAFBFC), color-stop(1, #D5D8DE) );
    background-image: -o-linear-gradient(bottom, #FAFBFC 0%, #D5D8DE 100%);
    background-image: -moz-linear-gradient(bottom, #FAFBFC 0%, #D5D8DE 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFBFC 0%, #D5D8DE 100%);
    background-image: -ms-linear-gradient(bottom, #FAFBFC 0%, #D5D8DE 100%);
    background-image: linear-gradient(to bottom, #FAFBFC 0%, #D5D8DE 100%);
}

.productsearch-inputtext,
.productsearch-select{
    margin-top: 1px;
    margin-left: 2px;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    height: 36px;
    padding: 0 10px;
    line-height: 1.3;
    
    font-family: inherit;
    color: #000;
    font-size: 1em;
    font-weight: normal;
    border: none;
    border-radius : 0;
}

.productsearch-select{    
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
}

.productsearch-items-price-area{
    padding-left: 10px;
    -moz-box-pack: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	
	-moz-justify-content : flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.productsearch-items-button-area{
    padding-right: 10px;

	padding-top: 15px;
    -moz-box-pack: end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	
	-moz-justify-content : flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.productsearch-items-button-area a{
    width: 120px;
    margin-left: 5px;
    
}

.productsearch-price-inputtext{
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}

.productsearch-price-bound,
.productsearch-price-money{
    width: 32px;
    line-height: 36px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-pack: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	
	-moz-justify-content : center;
	-webkit-justify-content: center;
	justify-content: center;
    
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;

}

.view-through .view-on-center.with-productsearch-subnavbar{
	padding-top: 300px;
}

.view-through .view-on-center.with-productsearch-subnavbar .view-page-contents{
    padding: 0 10px;
}

/*productsearch item css*/
.productsearch-item-infos{
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-top: 10px;
    color: #fff;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    
    /*background-color: rgba(70,70,70,0.8);*/

	border-bottom:1px solid #2d2d2d;
}

/*min*/
.productsearch-item-infos:active{
    
}    

.productsearch-item-thumbinfo{
    position: relative;
    width: 160px;
    padding: 10px;
}

.productsearch-item-thumb{
    width: 100%;
    height: 200px;
    
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-ms-flex-item-align: start;
	-webkit-align-self: start;
	align-self: start;
		
	-ms-flex-align: flex-start;
	-moz-align-items : flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.productsearch-item-thumb img{
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;

	border: 1px solid #2d2d2d;
}

.productsearch-item-item-infolist{
    width: -webkit-calc(100% - 160px); 
    width: calc(100% - 160px);
    padding: 10px 10px 0 10px;
}
.productsearch-item-info{
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-align : start;
	-webkit-box-align: start;
	box-align : start;
	
	-ms-flex-align: flex-start;
	-moz-align-items : flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
	-ms-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
    
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.productsearch-product{
    padding-bottom: 20px;
}

.productsearch-panel-view .view-through{
	background: #000;
}

.product-search-titletxt{
	font-size: 1.05em;
    line-height: 1.35em;
    padding: 5px 0px;
    font-weight: normal;
}
.productsearch-numtop-txt{
	font-size: 1.0em;
    line-height: 1.5em;
    padding-top:10px;
    color: #8e8e8e;
    font-weight: normal;
}

.productsearch-num-txt{
	font-size: 1.0em;
    line-height: 1.5em;
    color: #8e8e8e;
    font-weight: normal;
}

@media all and (max-width : 560px) {
    .view-productsearch-subnavbar{
        height: auto;
    }

	.productsearch-controller-inner{
		background-color: rgba(50,50,50,0.8);

		padding: 12px 10px;
	}

    .productsearch-items{
        -moz-box-pack: start;
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	
    	-moz-justify-content : start;
    	-webkit-justify-content: start;
    	justify-content: start;
    	
    	-webkit-box-lines: inherit;
        -moz-box-lines: inherit;
        box-lines: inherit;
        
        -ms-box-orient: horizontal;
    	-moz-box-orient: horizontal;
    	-webkit-box-orient: horizontal;
        
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .productsearch-controller-title{
        width: 100%;
        max-width: 100%;
        padding:5px 0 0 1px;
        margin: 0;
        background: none;
        color: #fff;
        border-radius: 0;
		border: 0px solid #535353;

		text-align:left;
    }
    
    .productsearch-inputtext,
    .productsearch-select{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .productsearch-items-price-area{
        padding : 0;
        
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        
        
        -ms-flex-item-align: center;
    	-webkit-align-self: center;
    	align-self: center;
    		
    	-ms-flex-align: center;
    	-moz-align-items : center;
    	-webkit-align-items: center;
    	align-items: center;
        
        -ms-box-orient: vertical;
    	-moz-box-orient: vertical;
    	-webkit-box-orient: vertical;
        
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .productsearch-items-price-area input{
        width: -webkit-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
    }
    
    .productsearch-items-button-area{
        padding:10px 0;
        
        -moz-box-pack: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        
        -moz-justify-content : flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        
        -ms-box-orient: vertical;
    	-moz-box-orient: vertical;
    	-webkit-box-orient: vertical;
        
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .productsearch-item-thumbinfo{
        position: relative;
        width: 100px;
        padding: 5px;
    }
    
    .productsearch-item-thumb{
        width: 100%;
        height: 130px;        
    }
    .productsearch-item-item-infolist{
        width: -webkit-calc(100% - 100px); 
        width: calc(100% - 100px);
        padding: 5px 0 5px 5px;
    }

	.productsearch-items-button-area a{
		margin:10px 5px 0 0px;
		
	}

	.product-search-titletxt{
		font-size: 1.0em;
		line-height: 1.15em;

		padding: 0px;
	}
	.productsearch-numtop-txt{
		font-size: 0.95em;
		line-height: 1.2em;

		padding-top:5px;
	}

	.productsearch-num-txt{
		font-size: 0.95em;
		line-height: 1.2em;
	}
}

@media all and (max-width : 760px)  and (orientation: landscape) {
    .view-productsearch-subnavbar{
        height: auto;
    }

    .productsearch-items{
        -moz-box-pack: start;
    	-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	
    	-moz-justify-content : start;
    	-webkit-justify-content: start;
    	justify-content: start;
    	
    	-webkit-box-lines: inherit;
        -moz-box-lines: inherit;
        box-lines: inherit;
        
        -ms-box-orient: horizontal;
    	-moz-box-orient: horizontal;
    	-webkit-box-orient: horizontal;
        
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .productsearch-controller-title{
        width: 100%;
        max-width: 100%;
        padding:5px 0 0 1px;
        margin: 0;
        background: none;
        color: #fff;
        border-radius: 0;

		border: 0px solid #535353;
		text-align:left;
    }
    
    .productsearch-inputtext,
    .productsearch-select{
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    .productsearch-items-price-area{
        padding : 0;
        
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        
        
        -ms-flex-item-align: center;
    	-webkit-align-self: center;
    	align-self: center;
    		
    	-ms-flex-align: center;
    	-moz-align-items : center;
    	-webkit-align-items: center;
    	align-items: center;
        
        -ms-box-orient: vertical;
    	-moz-box-orient: vertical;
    	-webkit-box-orient: vertical;
        
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .productsearch-items-price-area input{
        width: -webkit-calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
    }
    
    .productsearch-items-button-area{
        padding:10px 0;
        
        -moz-box-pack: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        
        -moz-justify-content : flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        
        -ms-box-orient: vertical;
    	-moz-box-orient: vertical;
    	-webkit-box-orient: vertical;
        
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .productsearch-item-thumbinfo{
        position: relative;
        width: 100px;
        padding: 5px;
    }
    
    .productsearch-item-thumb{
        width: 100%;
        height: 130px;        
    }
    .productsearch-item-item-infolist{
        width: -webkit-calc(100% - 100px); 
        width: calc(100% - 100px);
        padding: 5px 0 5px 5px;
    }
	
	.product-search-titletxt{
		font-size: 1.05em;
		line-height: 1.25em;
		padding: 0px 0px 5px 0;
	}
	.productsearch-numtop-txt{
		font-size: 1.0em;
		line-height: 1.4em;
		padding-top:5px;
	}

	.productsearch-num-txt{
		font-size: 1.0em;
		line-height: 1.4em;
	}
}

.mobile-memo-closebtn{
    margin-left: 20px;
    margin-right: 10px;
}