@charset "UTF-8";
/* **************************************************

Name: cookiebar.css

Description: GDPR css

Create: 2018.05.31
Update: 2018.05.31

Copyright 2018	Hitachi High-Technologies Corporation.

***************************************************** */
#gdprBar {
	z-index: 9999;
	position: fixed;
	bottom: -150px;
	left: 0;
	width: 100%;
/*	height: 150px;*/
	background: rgba(0,0,0,0.9);
	color: #fff;
	box-sizing: border-box;
	border-top: #b1000e solid 2px;
	box-sizing: border-box;
}
#gdprBar .gdprinner {
	position: relative;
	padding: 25px 30px 20px 20px;
	box-sizing: border-box;
	font-size: 15px;
}
#gdprBar .gdprinner .close-modal-01{
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#gdprBar .gdprinner .close-modal-01:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
#gdprBar .gdprinner .gdbtnArea{
	font-size: 0;
}
#gdprBar .gdprinner button{
	padding: 5px 15px;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 0;
	font-size: 15px;
	display: inline-block;
    line-height: 1em;
}
#gdprBar .gdprinner button.leanBtn{
	background: #FFF;
	color: #222;
	margin-right: 10px;
}
#gdprBar .gdprinner button.agreeBtn{
	background: #b1000e;
	color: #FFF;
}
#gdprBar .gdprinner button:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	#gdprBar {
	bottom: -1000px;
	height: auto;
	}
	#gdprBar .gdprinner {
		width: 100%;
		font-size: 14px;
		padding: 15px;
	}
	#gdprBar .gdprinner p{
		padding-right: 15px;
	}
	#gdprBar .gdprinner .close-modal-01{
		font-size: 15px;
		top: 10px;
		right: 10px;
	}
	#gdprBar .gdprinner button{
	padding: 10px 15px;
	margin-top: 15px;
	width: 45%;
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	font-size: 14px;
}
#gdprBar .gdprinner button.leanBtn{
	background: #FFF;
	color: #222;
	margin-right: 10px;
}
}
