#main {
	background-color: #175caa;
	padding: 30px 0;
	color: #fff;
}

#main h1 {
	font-size: 36px;
}

#main p {
	width: 500px;
}

h4.blueBar {
	font-size: 24px;
	line-height: 1.3;
	background-color: #284281;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 30px;
}

.w500 {
	width: 500px;
}

.w460 {
	width: 460px;
}

/* @group about */

#about .fr {
	margin-left: 30px;
}

#about h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3;
	color: #012b5f;
	font-weight: bold;
}

#about .w480 {
	width: 480px;
}

#about .box {
	float: left;
	width: 310px;
	margin-bottom: 25px;
	margin-right: 35px;
}

#about .box:nth-child(3n)  {
	margin-right: 0;
}

#about .box img {
	margin-bottom: 5px;
}

#about h2 {
	font-size: 18px;
	line-height: 1.3;
	background-color: #012b5f;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 30px;
}

#about #indonesia .w1000 {
	background: url(../about/img/map.gif) no-repeat 0 90px;
	min-height: 805px;
}

#about #indonesia .fr {
	width: 500px;
}

#about #indonesia .box {
	float: left;
	width: 240px;
	margin-bottom: 15px;
	margin-right: 20px;
	font-size: 12px;
}
#about #indonesia .box:nth-child(2n)  {
	margin-right: 0;
}


/* @end */


/* @group products */

#products h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3;
	color: #012b5f;
	font-weight: bold;
}

#products .photo {
	margin-left: 30px;
	float: right;
}

#products .photo.w500 {
	width: 500px;
}

#products .photo img {
	margin-bottom: 5px;
}

#products h2 {
	font-size: 28px;
	background-color: #012b5f;
	color: #fff;
	padding: 5px 20px;
	margin-bottom: 30px;
}

#products .roleNav {
	margin-bottom: 20px;
	margin-top: 10px;
}

#products .roleBg {
	padding: 30px;
	background-color: #dce7f2;
	position: relative;
	height: 180px;
}

#products .roleBg:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #dce7f2;
  z-index: 0;
}

#products #role01.roleBg:before {
	margin-left: 28px;
}
#products #role02.roleBg:before {
	margin-left: 150px;
}
#products #role03.roleBg:before {
	margin-left: 325px;
}
#products #role04.roleBg:before {
	margin-left: 522px;
}
#products #role05.roleBg:before {
	margin-left: 688px;
}
#products #role06.roleBg:before {
	margin-left: 825px;
}
#products #role07.roleBg:before {
	margin-left: 920px;
}

#products .roleBg .photo {
	float: left;
	margin: 0 30px 0 0;
}

#products .roleBg h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #175caa;
	font-weight: bold;
}

#products .roleBg .pl155 {
	padding-left: 155px;
}

#products .roleBg .pl202 {
	padding-left: 202px;
}

#products .roleBg .w520 {
	width: 520px;
	float: left;
	margin-right: 60px;
}

#products .roleBg .mt35 {
	margin-top: 35px;
}

#products #process h4 {
	color: #012b5f;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

#products #system .fr {
	width: 500px;
	margin-left: 30px;
}

#products #system .fr img, #products #system .box img {
	margin-bottom: 5px;
}

#products #system .box {
	float: left;
	width: 155px;
	margin-right: 17px;
	margin-top: 20px;
}

#products #system .box.last  {
	margin-right: 0;
}

#products #system h4 {
	font-size: 20px;
	line-height: 1.3;
	background-color: #175caa;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}

#products #system .fl {
}

#products #system .w770 {
	width: 770px;
	float: right;
}

/* @end */


/* @group profile */

#profile h1 {
	margin-bottom: 0;
}

#profile h2 {
	font-size: 24px;
	color: #012b5f;
	font-weight: bold;
	margin-bottom: 20px;
}

#profile .history th {
	width: 60px;
	padding: 15px 25px;
}

#profile .history th.month {
	text-align: right;
	width: 35px;
	padding-left: 0;
}

/* @end */


/* @group contact */

#inquiry .caution {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}

#inquiry .caution p {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
    color: #d70000;
}

#inquiry .caution li {
	position: relative;
	margin-left: 1.2em;
}

#inquiry .caution li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: #b5b5b6;
	border-radius: 100%;
}

#inquiry table {
	border-top: 2px solid #c9caca;
	border-bottom: 2px solid #c9caca;
}

#inquiry th {
	vertical-align: middle;
	width: 200px;
}

#inquiry input {
	font-size: 15px;
    border: 1px solid #b5b6b6;
    padding: 2px;
}

#inquiry select {
	font-size: 13px;
	padding: 2px;
}

#inquiry .font13 {
	font-size: 13px;
}

#inquiry .box80 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 80px;
}

#inquiry .box150 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 150px;
}

#inquiry .box250 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 250px;
}

#inquiry .box500 {
    border: 1px solid #b5b6b6;
    padding: 2px;
    width: 500px;
}

#inquiry textarea {
    border: 1px solid #b5b6b6;
    height: 100px;
    padding: 2px;
    width: 500px;
}

#inquiry .error, #inquiry .attention {
    color: #d70000;
	font-size: 12px;
}

#inquiry .btnBox {
	text-align: center;
	margin-top: 40px;
}

#inquiry .btnBox input {
	margin: 0 5px;
	display: inline-block;
}

#inquiry .btn {
	text-align: center;
	width: 250px;
	height: 60px;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	overflow: hidden;
	font-size: 24px;
	position: relative;
	background-color: #012b5f;
	cursor: pointer;
	border: 2px solid #012b5f;
	margin: 0 auto;
}

#inquiry .btn, #inquiry .backBtn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#inquiry .btn:hover {
	color: #fff;
	background-color: #175caa;
	border: 2px solid #175caa;
}

#inquiry .backBtn {
	width: 250px;
	height: 60px;
	line-height: 60px;
    color: #b8b8b8;
	font-size: 24px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
	border: 2px solid #b8b8b8;
}

#inquiry .backBtn:hover {
	color: #fff;
	background-color: #b8b8b8;
}

/* @end */