* {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    text-align: left;
    font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    line-height: 1.6;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {}
h4, h5, h6 {}
h4 {}
h6 {}
p {}

/*-----------------------------------------------
clearfix 
----------------------------------------------- */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0.1em;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
ul:after{
    content: ".";  
    display: block;
    height: 0;
    visibility: hidden;
}
dl:after{
    content: ".";  
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/** **/
.ui-datepicker-trigger {
    cursor: pointer;
    margin-left: 10px;
}