@charset "UTF-8";


/* About
------------------------------------------------------------*/

/* h2 */
.slide.h2Area{
	background: url(../../../uploads/about/h2_bg.jpg) no-repeat center center;
	background-size: cover;
}
.slide#contents{
	background: #ffffff url(../../../uploads/common/contents_bg-wh.jpg) repeat center top;
}

table.outline_tbl{
	width: 100%;
	border-collapse: collapse;
}
table.outline_tbl th,
table.outline_tbl td{
	padding: 20px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 2.0em;
	vertical-align: top;
}
table.outline_tbl th{
	white-space: nowrap;
	font-weight: bold;
	padding-right: 40px;
}

/*****************************************/
/*				 Tablet					 */
/*****************************************/

@media screen and (max-width: 960px) {

}

/*****************************************/
/*				 Mobile					 */
/*****************************************/

@media screen and (max-width: 680px) {

.centering_wide{
	width: 100%;
}
table.outline_tbl th{
	padding-right: 20px;
}

}


