@charset "UTF-8";
/* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */

/* {{{ example_all */

#example {
color: #47413D;
}

/* }}} */

/* {{{ example_factory */

#example_factory {
color: #47413D;
}
#example_factory h4 {
font-size: 100%;
border-bottom: 1px dotted #ccc;
padding: 10px 0 0 0;
}

#example_factory h4.l {
clear: right;
} 
#example_factory h4.r {
clear: left;
}
#example_factory p.c {
font-size: 100%;
vertical-align: top;
} 

/* }}} */
/* {{{ example_view  */

#example_view {
color: #47413D;
}

#example_view h4 {
margin: 0 0 5px 0;
font-size: 120%;
} 
#example_view td.ev_list_img {
padding: 0 10px 0 0;
} 

#example_view td.ev_list {
vertical-align: top; 
font-size: 90%;
} 
#example_view dl.ev_detail {
margin: 20px 0 10px 0;
font-size: 90%;
clear: left;
}
#example_view dt {
width: 50px;
float: left;
}
#example_view dd {
margin: 0 0 3px 60px;
}

#example_view dd.ev_list_description, 
#example_view dd.ev_detail_description {
font-size: 105%; 
font-weight: bold;
margin-bottom: 10px;
} 
#example_view dd.ev_list_material,
#example_view dd.ev_detail_material {
font-size: 90%; 
color: #99a;
} 

#example_view div.btn_detail {
clear: both;
padding: 5px 0;
margin: 0 0 10px 0;
border-bottom: 1px dotted #ECE9E6;
}
/* }}} */
/* {{{ example_links  */

#example_links {
color: #47413D;
}

#example_links ul.t_link {
list-style: none;
margin: 5px 0 0 30px;
}
#example_links p.description {
padding: 0 0 10px 30px;
font-size: 90%; 
} 
/* }}} */

