@charset "UTF-8";
/*===================================================
*
*	Layout Style CSS
*	Site:
*	Type: Common Layout
*
*	1.div.headLineBox
====================================================*/


/* 1.div.headLineBox
====================================================*/
#contents .main table.profile {
	margin-left: 15px;
    background-color: #FFFFFF;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 1em;
}

#contents .main table.profile th {
    line-height: 120%;
    padding: 6px 3px 6px 6px;
    text-align: left;
    vertical-align: top;
    width: 110px;
}

#contents .main table.profile td {
    line-height: 120%;
    border-left: 2px solid #CCC;
    padding: 6px 0 6px 6px;
    text-align: left;
    vertical-align: top;
}

#contents .main table.hours {
	background-color: #d9d8da;
	margin-left: 15px;
}

#contents .main table.hours th {
    background-color: #336799;
	width: 50px;
	height: 35px;
	color: #FFF;
    text-align: center;
}

#contents .main table.hours td {
    background-color: #ffffff;
	height: 35px;
	padding: 0 5px;
    text-align: center;
}

#contents .main h4 {
	background: url(../images/common/parts/arrow02.png) no-repeat left;
	padding-left:18px;
}
