@charset "utf-8";


/*　　タイトルイメージ
-------------------------------------------------------*/

#pagetitle {
	position: relative;
	height: 340px;
	background-image: url(../images/qualification/pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#pagetitle .tit {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	padding: 28px 0 0;
	font-size: 32px; font-size: 3.2rem;
	color: #fff;
	text-align: center;
	background-image: url(../images/common/bg_pagetitle.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	-moz-text-shadow: 1px 1px 5px #000;
	-webkit-text-shadow: 1px 1px 5px #000;
	text-shadow: 1px 1px 5px #000;
}

@media screen and (min-width: 737px) and (max-width: 1240px){
#pagetitle {
	height: 260px;
}
#pagetitle .tit {
	height: 80px;
	padding: 18px 0 0;
	font-size: 28px; font-size: 2.8rem;
}
}

@media screen and (max-width: 736px){
#pagetitle {
	height: 180px;
}
#pagetitle .tit {
	height: 50px;
	padding: 10px 0 0;
	font-size: 20px; font-size: 2.0rem;
}
}

@media screen and (max-width:736px) and (orientation : landscape) {
#pagetitle {
	height: 220px;
}
}




/*　　コンテンツ
-------------------------------------------------------*/
.table1 {
	width: 100%;
}
.table1 tr th {
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 15px;
	background-color: #ecf6ff;
}
.table1 tr td {
	border: 1px solid #ccc;
	padding: 15px;
}
.table1 .data1 {
	width: 40%;
}


@media screen and (min-width: 737px) and (max-width: 1240px){
}

@media screen and (min-width: 737px) and (max-width: 1240px) and (orientation : landscape) {
}

@media screen and (max-width: 736px){
.table1 tr th {
	padding: 10px;
}
.table1 tr td {
	padding: 10px;
}
}