@import url(/resource/common.css);

@font-face{
   font-family: "ShipporiMincho-Regular";
   src: url(/resource/font/ShipporiMincho-Regular.ttf);
   font-display: swap;
}
div.row{
   display: flex;
}
div.row div.fr{
   height: auto;
}
div.fr{
   display: inline-block;
   vertical-align: top;
   border: solid 1px black;
   padding: 3px;
   height: 24px;
}
div.fr.conL{
   border-left: 0px;
}
div.fr.conT{
   border-top: 0px;
}
div.fr.allW{
   width: calc(567px - 2px - 6px);
}
div.fr.leftW{
   width: calc(150px - 2px - 6px);
}
div.fr.conL.rightW{
   width: calc(567px - 1px - 6px - 150px);
}
div.fr.leftWT{
   width: calc((150px - 2px - 6px) / 2 + 1px);
}
div.fr.conL.rightWT{
   width: calc((567px - 160px) / 2 - 1px - 6px);
}
div.fr.conL.rightWL{
   width: calc(567px - 1px - 6px - 80px);
}
div.fr.c{
   text-align: center;
}
div.fr.ans{
   font-family: ShipporiMincho-Regular, sans-serif;
   font-weight: normal;
}