@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	はじめに

=================================================================== */
.main-area{
	padding:10px 130px 80px;
    /*background-color: #D992B0;
	
	background-image: 
		url(../../images/at_first/main-bg1.png),
		url(../../images/at_first/main-bg2.png);
	background-position: 
		right 0,
		left bottom;
	background-repeat: 
		no-repeat,
		no-repeat;
	color:#FFF;*/

}

.first-tbl{
	width:55%;
	margin:30px auto 50px;
	font-size:0.9em;
}

.first-tbl th{
	padding:5px 10px;
	font-weight:normal;
	vertical-align: top;
	border-bottom:1px solid #DDD;
	line-height: 1.8em;
	white-space: nowrap;
}

.first-tbl td{
	padding:5px 10px;
	vertical-align: top;
	border-bottom:1px solid #DDD;
	line-height: 1.8em;
}

@media screen and (max-width: 1024px) {
    .main-area {
        padding: 10px;
    }
    .first-tbl {
        width: 95%;
    }
    .first-tbl th, .first-tbl td {
        white-space: normal;
    }
}


