.full-width {
		width: 1200px;
		margin: 0 auto;
	}

	.padding-none {
		padding: 0;
	}

	.padding-right-none {
		padding-right: 0px;
	}

	.padding-left-none {
		padding-left: 0px;
	}

	.pc-mt15 {
		margin-top: 15px;
	}

	.pc-mt5 {
		margin-top: 5px;
	}

	.p15 {
		padding-right: 15px;
	}

	header {
		background: url(../images/banner.png) no-repeat center top;
		background-size: auto;

		min-height: 600px;
	}

	
	header .top-bar {
		background: rgba(0,162,233,0.5);
		height: 130px;
	}
	nav {
		margin: 20px;
	}
	nav ul li{
		
		width:12.5%;
		font-size:16px;
	}
	nav ul li a{
		color:#fff;
	}
	nav ul li a:hover{
		color:#fff;
		font-weight: bold;
		text-underline: none;
	}
	.logo {
		margin:10px 20px 0 0;
		width:6%;
	}
	.cname {
		width:80%;
		text-align: left;
		color: #fff;
		margin-top: 5px;
	}
	.cname>h1{
		
		line-height: 20px;
	}
	.cname-en {
		width:80%;
		letter-spacing: 0.08em;
		text-transform:Uppercase;
		font-family: "arial narrow";
		text-align: left;
		color: #fff;
	}
	
	.profile{
		margin-top: 20PX;
		
	}
	.content p{
		margin-top: 20PX;
		text-indent:2em;
		line-height: 30px;
		font-size:16px;
		color:#666;
		letter-spacing: 0.1em;
	}

	/*flex */
	
	.flex {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.flex-v {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.flex-1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.flex-align-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.flex-pack-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.flex-pack-justify {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: space-between;
	}
	.flex-pack-end {
		-webkit-box-pack: end;
		-webkit-justify-content: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	
	.flex-flow-wrap {
		flex-flow: row wrap;
	
	}
	footer {
	    background-color: #4db7df;
	    padding: 25px 0;
	    color: rgba(255, 255, 255, 0.3);
	    text-align: center;
	}
	footer p {
		color: #fff;
	    font-size: 12px;
	    margin: 0;
	}