/* mobile */
/*
.tate,
.tate-side,
.tate-mixed {
	-webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
		      text-align: center;
}
.tate-mixed {
    text-orientation: mixed;
}
.tate-side {
    text-orientation: sideways;
}
.tate {
    text-orientation: upright;
}
*/
.tate br {
    display: none;
}
.sanka {
    display: inline-block;
    margin: 5px;
    border: solid 1px #000000;
    padding: 3px;
}
@media screen and (min-width: 768px)    /* tablet   */
{
    .tate-side,
	.tate-mixed,
    .tate {
            writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
        text-orientation: none;
        text-align: center;
	}
    .tate br {
        display: normal;
    }
}
@media screen and (min-width: 990px)    /* PC       */
{
}
