@charset 'UTF-8';

/*  company
--------------------------------------- */

/*  greeting
--------------------------------------- */

.greeting .date {
margin: 0 0 5px;
font-size: 14px;
line-height: 1.58;
text-align: right;
}

.greeting .name {
width: 129px;
margin: 0 0 0 auto;
}

@media screen and (max-width: 750px) {

.greeting .date {
margin: 0 0 5px;
font-size: 12px;
line-height: 1.59;
text-align: right;
}

.greeting .name {
width: 31%;
margin: 0 0 0 auto;
}

}

/* officer の設定
-------------------------------*/

.officer .parent {
display: flex;
justify-content: space-between;
}

.officer .child {
padding: 0 10px;
text-align: center;
width: 250px;
}

.officer .child img {
padding: 0 0 10px;
}
.officer .child span {
}

.officer .pcHide {
	display:none;
}

@media screen and (max-width: 750px) {

.officer .pcHide {
display: flex;
justify-content: space-between;
}

}


/* athletes link の設定
-------------------------------*/

p.link {
	margin:0 0 5px;
	padding:0 0 0 25px;
	background:url("/ja/assets/img/ico_link2.gif") no-repeat left 0.3em;
}

p.link a {
	color:#000099;
	text-decoration:none;
}

p.link a:hover {
	text-decoration:underline;
}