p#hstaff1 {
    margin-bottom : 50px;
}

p#hstaff1 img {
	border-radius: 10px;
}

p#hstaff2 {
    display : none;
}

#msg {
    width : 1054px !important;
	width /**/: 1200px;
    margin-bottom : 30px;
    padding : 40px 70px 55px 70px;
    border : solid 3px #dcdcdc;
    border-radius : 12px;
}

#msg img {
    float : left;
    margin : 20px 35px 25px 0;
}

#msg h3 {
    margin-bottom : 20px;
    font-size : 160%;
    font-weight : 600;
}

#msg h3 span {
    display : block;
    font-size : 70%;
    font-weight : 400;
    text-align : right;
    letter-spacing : 0;
}

#msg p {
    margin-bottom : 25px;
    line-height : 1.6em;
}

#msg h4 {
    padding : 12px 0 15px 0;
    font-size : 130%;
    font-weight : 600;
    text-align : center;
    background : #f5e6be;
    border-radius : 36px;
}

h3#pindex {
    clear : both;
    margin-bottom : 30px;
    font-size : 160%;
    font-weight : 600;
    text-align : center;
}

ul#point {
    list-style : none;
    overflow : hidden;
    width : 1251px;
    margin-bottom : 70px;
    z-index : 999;
}

ul#point li {
    float : left;
    width : 366px;
    height : 540px;
    margin-right : 51px;
    background : #d7ebc3;
    border-radius : 12px;
}

ul#point li img {
    margin-bottom : 23px;
    border-top-left-radius : 12px;
    border-top-right-radius : 12px;
}

ul#point li h4 {
    color : #507d23;
    font-size : 130%;
    text-align : center;
}

ul#point li p {
    margin : 17px 30px 0 30px;
}

/*----------TABNAVI----------*/

ul#tabnavi {
	list-style : none;
	overflow : hidden;
    width : 1200px;
    margin-left : auto;
    margin-right : auto;
    text-align : center;
    font-size : 105%;
    background : url(../../common/tabbg.png);
    border-top-left-radius : 7px;
    border-top-right-radius : 7px;
}

ul#tabnavi li {
    display : inline-block;
	width : 400px;
	text-align : center;
    border-top-left-radius : 8px;
}

ul#tabnavi li a {
	display : block;
	width : 400px;
    padding : 15px 0 15px 0;
	color : #ffffff;
	text-decoration : underline;
    border-right : solid 1px #37a5f0;
    box-sizing : border-box;
}

ul#tabnavi li a:hover {
	display : block;
	width : 400px;
    padding : 15px 0 15px 0;
	color : #ffffff;
	background : #0f6eaf;
	text-decoration : none;
    border-right : solid 1px #37a5f0;
    box-sizing : border-box;
}

ul#tabnavi li p {
	width : 400px;
    padding : 15px 0 15px 0;
	background : #ffffff;
    border-right : solid 1px #ffffff;
    box-sizing : border-box;
}