@charset "UTF-8";
html{
    color:#000;background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; 
}
#groupe{
	width: 960px;
	margin: 0 auto;
	border-right: dotted 2px  #8B4EBF;
	border-left: dotted 2px #8B4EBF;
	}
#groupe img{
	float: left;
	padding: 20px 40px 20px 40px;
	clear: both;
}
h2{
	font-size: 30px;
	color: #8B4EBF;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #8B4EBF;
	margin-bottom: 20px;
	line-height: 1.2em;
}
h3{
	color: #000;
	font-weight: bold;
	padding: 16px;
	margin-bottom: 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
p{
	line-height: 1.6em;
	}
.text{
	padding: 40px;
}
.text p{
	padding-bottom: 30px;
	letter-spacing: 4px;
}
.text p:first-letter{
	font-size: 28px;
	color:#8B4EBF;
}
a{
	color: #8B4EBF;
	text-decoration: none;
}
#nav{
	margin: 20px 0;
	height: 40px;
	width: 100%;
}
#nav li{
	color: #FFF;
	text-align: center;
	width: 192px;
}
#nav li a:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#nav > li{
	float: left;
	position: relative;
}
#nav a{
	color: #FFF;
	display: block;
	padding: 20px 10px;
	font-size: 14px;
	background-color: #8B619B;
}
#nav > li > ul {
	display: none;
}
#nav > li > ul > li{
	position: absolute;
	top: 61px;
	left: 0;
}
#nav > li:hover > ul{
	display: block;
}
#nav > li > ul > li a{
	background-color: #633A90;
}
#footer{
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	background-color: #E9D9E9;
}
h1{
	color: #AE60BF;
	font-size: 38px;
	padding: 20px 0;
}
.head{
	margin: 0 20px;
}
.relation{
	padding: 40px;
}
.relation ul{
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relation ul li {
     -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
	border-bottom: 1px dotted #CCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
}
.relation p{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}
.relation ul li a{
	font-size: 20px;
	font-weight: bold;
}
