@charset "utf-8";
/* CSS Document */

/* pc */
@font-face { font-family: "Original Yu Gothic"; src: local("Yu Gothic Medium"), local("YuGothic-Medium");}
@font-face { font-family: "Original Yu Gothic"; src: local("Yu Gothic Bold")  , local("YuGothic-Bold") ; font-weight: bold; }
body { 
    font-family: YuGothic, "Original Yu Gothic", Meiryo, sans-serif;
    background-color: #fafaf7;
    color:#6E6060;
    position: relative;
	display: flex; /* ここから下フッタ対策 */
	flex-flow: column;
	min-height: 100vh;
	height: 100vh;
}
main {
	flex: 1; /* フッタ対策 */
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 1em 0;
    color:#333333;
	box-sizing: border-box;
}
/* forIE  */
@media all and (-ms-high-contrast:none){
body {
	display:block;
	min-height: 100vh;
	height: 100vh;
	position: relative;
	margin-bottom: 0;
	padding-botom:0;
}
/* 明らかにコンテンツが短い場合はon
footer {
	position: fixed;
	bottom:0;
} */
}
/* //forIE */
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mgntop1 {
    margin-top: 1em!important;
}
.mgntop2 {
    margin-top: 2em!important;
}
a:hover { /* リンク共通動作 */
  transition-duration: 0.3s!important;
}
/* ヘッダフッタ
--------------------- */
h1.header {
    display: block;
    width: 100%;
    height: auto;
    line-height: 3em;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #222222;
}
h1.header span {
    display: block;
    width: 1000px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
}
/* forIE 
@media all and (-ms-high-contrast:none){
#link h1 {
	display: block;
	padding: 0 0 0 0;
	font-size: 1.4em;
}

} */
/* //forIE */
/* 個別css
--------------------- */
#mypage {
    display: block;
	width: 1000px;
	margin: 0 auto 0;
	padding: 0 0 0 0;
}
#mypage dl {
    width: 100%;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.separate {
    margin: 2.5em 0 0 0;
    padding: 0 0 0 0;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
	-webkit-flex: 0 1 49%;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
#mypage dl dt {
    padding: 0.2em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #79677A;
}
#mypage dl dt.personal {
    background-color: #5BC0DE;
    letter-spacing: 0.5em;
    padding: 0.2em 0 0.2em 0.5em;
}
#mypage dl dt.group {
    background-color: #5CB85C;
}
#mypage dl dd {
    padding: 1em 1em 1.5em 1em;
    font-size: 1.1em;
}
#mypage dl dd a {
    display: block;
    width: 280px;
    max-width: 95%;
    text-align: center;
    background-color: #F0AD4E;
    color: #FFFFFF!important;
    text-decoration: none;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    margin: 1em auto 0;
    padding: 0 1em 0;
    border-radius: 4px;
    text-shadow: 1px 1px 0px #503919;
    
}
#mypage dl dd a:hover {
   background-color: #f04e60; 
}

/* ------------------------------------------------------
tab2 幅調整程度
------------------------------------------------------- */
@media screen and (max-width: 1024px) {
/* ヘッダフッタ
--------------------- */
h1.header span {
    width: 95%;
}
main {
	display: block;
	width: 100%;
}
/* 個別css
--------------------- */
#mypage {
	width: 95%;
	margin: 0 auto 0;
	
}

}
/* ------------------------------------------------------
 tab
------------------------------------------------------- */
@media screen and (max-width: 960px) {
body { font-family: YuGothic, "Original Yu Gothic", Meiryo, sans-serif; background-color: #fafaf7; color:#6E6060;}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ヘッダフッタ
--------------------- */


/* 個別css
--------------------- */
#mypage dl {
    width: 100%;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}
.separate {
    margin: 2.5em 0 0 0;
    padding: 0 0 0 0;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

}
/* ------------------------------------------------------
 sp
------------------------------------------------------- */
@media screen and (max-width: 560px) {
body { font-family: YuGothic, "Original Yu Gothic", Meiryo, sans-serif; background-color: #fafaf7; color:#6E6060;}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ヘッダフッタ
--------------------- */
h1.header {
    font-size: 0.9em!important;
}
/* 個別css
--------------------- */
.separate {
    margin: 1.5em 0 0 0;
}
#mypage dl dt {
    padding: 0.2em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #79677A;
}
#mypage dl dt.personal {
    background-color: #5BC0DE;
    letter-spacing: normal;
    padding: 0.2em 0 0.2em 0;
}
#mypage dl dt.group {
    background-color: #5CB85C;
}
}
