*{
	box-sizing:border-box;
}

html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body{
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
}

a{
	color:#000
}

main,header{
	width:95%;
	margin:auto;
	text-align:center;
}

@media screen and (min-width:50em){
	main{
		width:60%;
	}
}

main p{
	font-size:1.1em;
	line-height: 2.2em;
}

h1{
	font-size:1.3em;
	font-weight:normal;
}

.contact{
	margin-top:1.5em
}

.date{
	font-size:0.95em;
	margin-top:3em;
}

img{
	display:block;
	margin:auto;
}

.img-top{
	margin-top:5em;
}

.logo{
	margin-top:5em
}

/*
   CA_EN
   ========================================================================== */

main ul{
	font-size:1.1em;
	line-height: 2.2em;
}

main section{
	text-align: left;
}

main section h1{
	text-align: center;
	margin-top: 2em;
}

main section h1 span{
	display: block;
	font-size: .75em;
}

main section h2{
	text-align: center;
	font-size:1.2em;
	font-weight:normal;
	margin-top: 2em;
}

address{
	padding-left: 2em;
	line-height: 1.5;
}

address span{
	display: block;
	font-style: normal;
}

.logo.hermes{
	margin-bottom: 3em;
}
