@charset "utf-8";
/* CSS Document */

body{
    margin: 20px 20px 30px;
    padding: 0;
    background: url(../img/bg_paper.jpg);
}

img{
    vertical-align: bottom;
}

#DT_title{
    overflow: hidden;
    text-align: center;
}


#DT_title .pref{
    position: absolute;
    top: 20px;
    width: 50px;
    padding: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 5px;
}


#DT_title .color_1{ background-color: #02b7cc;}
#DT_title .color_2{ background-color: #e46dbb;}


#DT_title .ttl_eng{
    margin: 0;
    padding: 0;
    font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
    font-size: 35px;
    line-height: none;
    letter-spacing: 1px;
}




#DT_cnt{
    margin-top: 0px;
    overflow: hidden;
}

#DT_cnt .pic{
    position: relative;
    width: 590px;
    text-align: center;
    margin-bottom: 20px;
}

#DT_cnt .pic .image{
}

#DT_cnt .pic .pref{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#DT_cnt .pic .icon{
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
}



#DT_cnt > P{
    width: 590px;
    margin: 0 auto;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.4;
}




#DT_info{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 30px;
    overflow: hidden;
}

#DT_info .prd{
    float: left;
    margin: 0 20px 0 10px;
}

#DT_info .prd img{
    float: left;
}

#DT_info .info{
    float: left;
}

#DT_info .info .color{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: ;
}

#DT_info .info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#DT_info .info li{
    margin: 5px 0;
    font-size: 20px;
}























