@charset "UTF-8";

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

body {
	padding: 0px;
	line-height: 1.5em;
	font-size: 16px;
}

.container {
	width: 900px;
}

#header {
	position: absolute;
	top: 0;
	z-index: 5;
	width: 100%;
	opacity: 0.9;
}
#header-logo {
	height: 84px;
	padding-top: 20px;
}

.navbar {
	min-height: inherit;
	-webkit-box-shadow: 0px 6px 5px 0px #ddd;
	box-shadow: 0px 6px 5px 0px #ddd;
	border-radius: 0px;
	background-color: #fff;
}

.navbar-nav {
	padding: 12px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
	font-size: 16px;
	font-weight: bold;
}
.navbar-nav li {
	margin: 0px 0.75em;
}
.navbar-nav li a {
	padding: 0;
	color: #000;
}
.navbar-nav li a:hover {
	background-color: #fff;
	color: #FED801;
}

#main-box {
	background: url(../img/main_bg.png) no-repeat;
	background-size: 100% auto;
	height: 490px;
	position: relative;
	top: 130px;
	z-index: 3;
}
#main-box h1 {
	width: 635px;
	height: 65px;
	background: url(../img/main_copy.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 180px;
	left: 225px;
	margin: 0;
}

h1.cont_title {
	font-size: 21px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: 0 0 30px 0;
}
h1.cont_title span {
	border-bottom: solid 1px #000;
}
.cont-box {
	padding: 65px 0px 30px;
	min-height: 490px;
}

#cont01-box {
	background: url(../img/phillosophy_bg.png) center no-repeat;
	background-size: 80%;
	background-position: 115px -20px;
	min-height: 490px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-top: 130px;
}
#photo-box {
}
#photo-box img {
	margin-bottom: 1em;
}
#photo-box .name {
	font-size: 14px;
	line-height: 1.2em;
}
.modal-profile {
	margin-top: 100px;
}
.modal-title {
	font-size: 14px;
}
.modal-body {
	padding: 20px 30px;
	font-size: 14px;
}
.modal-dialog {
	width: 480px;
}


#cont02-box {
	background: url(../img/profile_bg.png) no-repeat top;
	background-size: 100% auto;
}
#cont02-box table {
	width: 640px;
	margin: 0px auto 10px;;
}
#cont03-box {
	padding-bottom: 0px;
}
#cont03-box .row {
	margin-left: -5px;
	margin-right: -5px;
}
#cont03-box .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
#cont03-box .bis-box h2 {
	font-size: 16px;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.4em;
}
#cont03-box .bis01-box {
	background-color: #fef9fd;
	background-image: url(../img/business_img1.png);
}
#cont03-box .bis02-box {
	background: #fcfaf8;
	background-image: url(../img/business_img2.png);
}
#cont03-box .bis02-box h2 {
	width: 12em;
}
#cont03-box .bis03-box {
	background: #f8faf8;
	background-image: url(../img/business_img3.png);
}
#cont03-box .bis-box {
	padding: 160px 1em 1em;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 380px;
}
#cont03-box .bis_text {
	font-size: 14px;
	line-height: 1.5em;
}


#cont04-box {
	background: url(../img/recruit_bg.png) no-repeat top;
	background-size: 100% auto;
}
#cont04-box .row {
	margin-top: 75px;
}
#cont04-box .recruit_text {
	font-size: 14px;
}
#cont04-box .recruit-box {
	background-image: url(../img/recruit_img1.png);
	background-size: 200px;
	background-repeat: no-repeat;
	min-height: 200px;
	padding-left: 230px;
	margin:  70px 0 0 50px;
}

#cont05-box {
	background: url(../img/access_bg.png) no-repeat top;
}
#cont05-box .map_box {
	width: 500px;
	height: 300px;
	margin-bottom: 10px;
}
#cont05-box .map_text {
	font-size: 14px;
}

#cont06-box {}
#cont06-box.cont-box {
	min-height: initial;
}
#cont06-box .contact-box {
	border: 4px solid #fd9e3a;
	font-size: 28px;
	padding: 2em 0;
	margin: 60px;
}
#cont06-box .contact-box li {
	margin: 0 0.5em;
}
#cont06-box .contact-box li span {
	margin-right: 0.4em;
	color: #fd9e3a;
}

.table tbody tr th,
.table tbody tr td {
	border-top: none;
	border-bottom: 1px solid #333;
}

#footer {
	font-size: 12px;
	padding: 32px 0 0;
	background-color: #b5b5b5;
	color: #fff;
}
#footer #foot_logo {
	background-image: url(../img/candypot_logo-foot.png);
	background-repeat: no-repeat;
	width: 139px;
	height: 21px;
	background-size: 100%;
}
#footer #foot_navi {
	margin: 32px 0;
	line-height: 1;
}
#footer #foot_navi a {
	color: #fff;
}
#footer #copyright {
	background-color: #a5a5a5;
	line-height: 1;
	padding: 1em;
}
