/* head of Groupcom */
#container {
    width : 950px;
    margin:0 auto;
	padding:0;
    display: inline-block;
}

#head {
    background-color: #E3F3F4;
}

/* part one of head head1*/
#head1 {
    width : 950px;
    height: 60px;
    margin:0 auto;
	padding:0; 
    background-image: url("image/back-h-1.jpg");
    display: flex;  
    justify-content: space-around;
    padding-bottom: 5px;
}

img.icon{
    height: 30px;
    width: 30px;
    margin: 10px;
}

div.h.h1, div.h.h2, div.h.h3 {
    display: flex;
    justify-content: space-around;
    height: 50px;
    margin-top: 10px;
}

div.h.h2 > p > a { 
    text-decoration: none;
    color: #253D73;
    font-weight: bold;
    font-family: Questrial-Regular;
}
div.h.h2 > p {
    font-family: sinkin-sans-400;
    font-size: 12pt;
}

div.h.h3 > form {
    height: 22px;
    margin-top: 13px;
}

div.h.h3 > form > input {
    border: 2px solid #7DA1BE;
}
div.h.h3 > p.tel_head {
    font-size: 12pt;
    font-weight: bolder;
    font-family: Questrial-Regular;
    margin-top: 20px;
}

/* part one of head head2*/
#head2 {
    width : 950px;
    height: 110px;
    margin:0 auto;
	padding:0; 
    background-image: url("image/back-h-2.jpg"); 
    margin-top: 10px;
}
div.h2 {
    height: 102px;
}
div.h2 > center {
    height: 102px;
}
div.h2 > img.logo_groupcom {
    width: 130px;
    height: 103px;
    display: block;
    margin: auto;
}
div.h2 > a > img.logo_groupcom {
    width: 130px;
    height: 103px;
    display: block;
    margin: auto;
}
/* part one of head head3*/
#head3 {
    width : 946px;
    height: 45px;
    margin:0 auto;
	padding:0; 
    background-image: url("image/back-h-3.jpg"); 
    margin-top: 10px;
}

div.menu > center{
    display: flex;
    width: 950px;
    height: 45px;   
}

div.m1, div.m2, div.m3, div.m4, div.m5 {
    font-family: Questrial-Regular;
    padding-left: 40.4px;
    padding-right: 40.4px;
    border: 1px solid #E3F3F5;
}
div.menu > center >  div {
    text-decoration: none;
    color: #253D73;
    font-weight: bold;
    font-size: 11pt;
    font-family: sinkin-sans-400;
    line-height: 3;
    cursor: pointer
}
div.menu > center > div:hover {
    background-color: #253D73;
    color: white;
}

