@charset "UTF-8";
/*========== あゆみページ独自のスタイル設定 ========== */



table.ayumi           { 
                        margin:50px auto;
                        border-collapse:collapse;
                        border:1px solid #3333ff;
                        font-family:HG正楷書体-PRO;
                        font-size:14px; }

table.ayumi th        { color:#333333;
                        padding:6px;
                        background-color:#f0ffff;
                        border:1px solid #3333ff; }



table.ayumi th.fix1   { width:70px; }

table.ayumi th.fix2   { width:110px; }

table.ayumi th.fix3   { width:100px; }



table.ayumi td        { padding:6px;
                        border:1px solid #3333ff; }



@media screen and (max-width:767px) {
	table.ayumi           { font-size:11px; }
	
	table.ayumi th.fix1   { width:3em; }

	table.ayumi th.fix2   { width:7em; }

	table.ayumi th.fix3   { width:6.5em; }

}