﻿@charset "utf-8";


/* ************************************************************************** */
/*  index.html の専用スタイルシート */

fieldset > ul{
    margin     : 0px;
}

/* table#flow */
table#flow > thead > tr:nth-of-type(1) > td:nth-of-type(2),
table#flow > thead > tr:nth-of-type(2) > td:nth-of-type(1),
table#flow > thead > tr:nth-of-type(2) > td:nth-of-type(2){
    text-align : center;
}
table#flow > tbody > tr > td:nth-of-type(2),
table#flow > tbody > tr > td:nth-of-type(3){
    text-align : center;
    width      : 70px;
}
