@charset "UTF-8";

/*
========================================

	form.css
    BOOLE JAPAN COMPOTE用Style
    
========================================
*/
body {
    color: #333;
}

#box {
	background: url(../img/contents/contents_bg.png) no-repeat center top,#f3f6f7;
}
/*#mainarea {
	background: url(../img/common/cmn_bg01.png) no-repeat center top;
}*/
div.headerBox {
    display: flex;
    align-items: center;
	height: 56px;
}
header {
	height: 56px;
	position: relative;
	border-bottom: #a9babd solid 3px;
}
@media (min-width: 992px) {
	div.headerBox {
		height: 77px;
	}
	header {
		height: 77px;
	}
}

header h1 {
	max-width: 380px;
    padding-left: 2rem;
}

header h1 img {
	width: 100%;
}
@media only screen and (max-width: 812px) {
	header h1 {
		max-width: 300px;
		padding-left: 1rem;
	}
}
footer {
	background: linear-gradient(to bottom,  rgb(29,43,48) 0%,rgb(22,33,37) 100%);
}
footer div.profile .logo {
    display: block;
    margin: 8px 0;
    max-width: 150px;
}
@media only screen and (max-width: 812px) {
	footer div.profile .logo {
		max-width: 100px;
	}
}
#promotiontool table.setsumon th span.hissu {
    background: #2e64ac;
	color: #fff;
}
#mainarea #contents table.setsumon tr.error th {
	background: rgba(228, 92, 102, .1);
	color: #e45c66;
    border-bottom: 2px solid rgba(228, 92, 102, .5);
}
#mainarea #contents table.setsumon tr.error td {
	background: rgba(228, 92, 102, .1);
}
#mainarea #contents table.setsumon tr.error td ul.error {
	color: #e45c66;
}
#mainarea #contents .submit input {
    background-color: #2e64ac;
	color: #fff;
	/*border: 3px #121212 solid;*/
	box-shadow: 0 2px 0 rgb(235 239 241);
	border-radius: 50px;
	line-height: 2;
	transition: background-color .3s, color .3s;
}
#mainarea #contents .submit input:hover {
    background-color: #fff;
	color: #2e64ac;
	/*opacity: .7;*/
}
#mainarea #contents .submit input[type="button"] {
    background: #ccc;
    color: #fff;
}
#promotiontool .setsumei {
    background: #fff;
}
