@charset "utf-8";

.pagetitle{
	background: url(../../partner/img/h2_bg.jpg) no-repeat center center #666;
}

.frame{
	width: 100%;
	display: table;
	border-bottom: 1px solid #333;
	table-layout: fixed;
}
.frame .title{
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 50px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frame .title .company{
	font-size: 20px;
	padding: 0 0 15px 0;
}
.frame .title .name{
	font-size: 18px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.frame .details{
	width: 500px;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width: 979px) {
.frame{
	table-layout: fixed;
}

.frame .title,
.frame .details{
	width: 50%;
}
}

@media screen and (max-width: 768px){
.frame{
	display: block;
	border-bottom: 0;
}
.frame .title{
	width: auto;
	display: block;
	padding: 20px 15px;
}
.frame .title .company{
	font-size: 20px;
	padding: 0;
}

.frame .details{
	width: auto;
	display: block;
	padding: 20px;
}
}
