@charset "utf-8";

/*　　タイトル
-------------------------------------------------------*/
.pagetitle {
	height: 260px;
	background-image: url(../images/invoice/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .bg2 {
	height: 260px;
	background-image: url(../images/common/pagetitle_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle h1 {
	position: absolute;
	top: 90px;
	left: 90px;
	font-size: 30px; font-size: 3.0rem;
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 2px 3px #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 190px;
}
.pagetitle .bg2 {
	height: 190px;
}
.pagetitle h1 {
	position: absolute;
	top: 60px;
	left: 95px;
	font-size: 24px; font-size: 2.4rem;
}

}

@media screen and (max-width: 767px){
.pagetitle {
	height: 102px;
	margin-bottom: 60px;
}
.pagetitle .bg2 {
	height: 102px;
	background-image: none;
}
.pagetitle h1 {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px;
	background-color: #014099;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}




/*　　コンテンツ
-------------------------------------------------------*/
.bg-kaihou {
	padding: 15px;
	background-color: #f3f3f3;
}
.img-kaihou {
	margin-top: 20px;
}
.img-kaihou img {
	border: 1px solid #ccc;
}
.img-kaihou img:hover {
	border: 1px solid #00a0e9;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
}

@media screen and (max-width: 767px){
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}





