/* Design by http://www.dreamtemplate.com */
@charset "utf-8";

/***********************************/
/* Table 共通                      */
/***********************************/
.table_gyoumu{
width: 98%;
border-collapse: collapse; /* 隣接するセルのボーダーを重ねるか（collapse）、間隔をあけるか（separate） */
margin-top:10px;	/* 上マージン指定 */
margin-left:8px;	/* 左マージン指定 */
margin-bottom:40px;	/* 下マージン指定 */
}

/* Table 業務内容 */
.table_gyoumu td{
background-image: url("../images/sweet_home.png");
background-repeat: no-repeat;
background-position: right bottom;
text-align: left;
vertical-align: top;
border: 1px solid #b9b9b9;
padding: 15px;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
}


/***********************************/
/* 文字装飾                        */
/***********************************/
.text_underline{
font-weight: bold ;
font-size: 15px ;
border-bottom:1px dotted;
}

.text_align_20{
margin-top:10px;	/* 上マージン指定 */
margin-left:20px;	/* 左マージン指定 */
margin-bottom:20px;	/* 下マージン指定 */
}
