@charset "UTF-8";

/* 20180604 ADD : include settings
**************************************************************/

/* cookie */
#cookieSetting {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	display: none;
	width: 100%;
	padding: 10px 20px;
	background-color: #f3f3f3;
	webkit-box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#cookieSetting #cookieSettingIn {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
#cookieSetting #cookieSettingIn .csText {
	margin: 0 0 10px 0;
	line-height: 160%;
	color: #333333;
}
#cookieSetting #cookieSettingIn .csText a {
	text-decoration: underline;
	font-weight: bold;
	color: #c7081c;
}
#cookieSetting #cookieSettingIn .csText a:hover {
	text-decoration: none;
}
#cookieSetting #cookieSettingIn .csBtn {
	display: inline-block;
	margin: 0;
	padding: 5px 20px;
	background-color: #c7081c;
	vertical-align: bottom;
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
}
#cookieSetting #cookieSettingIn .csBtn:hover {
	background-color: #222222;
}
