﻿@charset "utf-8";

/* ************************************************************************** */
/*  passwd_ncd_1.htm 用スタイルシート                                         */
/* ************************************************************************** */
div.content_body{
    padding-bottom      : 1em;
}
div.content_body strong{
    font-size           : 105%;
    font-weight         : bold;
}
div.content_body p{
    margin              : 0px 20px;
}

a.link{
    display             : inline-block;
    margin-left         : 0.5em;
    margin-right        : 0.5em;
    text-decoration     : underline;
}

a#contact_form{
    background-color    : #ffc6a4;
    border              : 1px #ff6000 solid;
    display             : inline-block;
    font-size           : 105%;
    font-weight         : bold;
    margin              : 0.5em 20px;
    padding             : 1em 1.5em;
}
a#contact_form:hover{
    background-color    : #ffddc8;
}

span#attention{
    color               : red;
}


/* ******************************************** */
/*  table#user_data                             */
table#user_data{
    border-collapse     : collapse;
    border-style        : none;
    margin              : 0.5em 12px 0em 12px;
}
table#user_data th, table#user_data td{
    background-color    : #e3eeff;
    border-bottom       : 1px white solid;
    padding-bottom      : 4px;
    padding-top         : 4px;
    vertical-align      : baseline;
}
table#user_data th, table#user_data td:nth-of-type(1){
    white-space         : nowrap;
}
table#user_data th{
    background-color    : #c8ddff;
    padding-left        : 8px;
    padding-right       : 8px;
    text-align          : right;
}
table#user_data td:nth-of-type(1){
    padding-left        : 8px;
    padding-right       : 0px;
}
table#user_data td:nth-of-type(2){
    padding-left        : 0px;
    padding-right       : 8px;
}

table#user_data ul{
    list-style-position : outside;
    margin              : 0px;
    padding-left        : 2em;
}

table#user_data small{
    color               : red;
    font-size           : 85%;
    line-height         : normal;
}
