@charset "utf-8";

/*
コンテンツ営業課 202201
 */



/*
base tag setting
--------------------*/

.mypage header,
.mypage footer{
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.75;
     box-sizing: border-box;
    font-size:1.2em;
}
.mypage header *,
.mypage footer *{
	margin: 0;
	padding: 0;
	list-style:none;
    box-sizing: border-box;
}

.mypage header p + p{
    margin: 0;
}

.mypage header img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

