@charset "UTF-8";

/*CSSのリセット*/
@import "reset.css";

/*デザイン用CSS*/
@import "design.css";



/*追加CSS*/

#c_pad .item_tbl{
 width:95%;
 clear:both;
 margin:40px 0px 20px 20px;
}

#c_pad .item_tbl img{
 margin:5px 20px 0 0px;
 border:none;
}

#c_pad .item_tbl th,
#c_pad .item_tbl td{
 vertical-align:bottom;
 border-bottom:1px dotted #ccc;
}

#c_pad table .cell1{
 border-bottom:none;
}

#c_pad table .cell2{
 padding-left:15px;
}

#c_pad table .head_cell{
 background:url(http://www.mamirou-cosme.net/img/item_tbl_head.jpg);
 border-bottom:none;
 height:28px;
}