@charset "UTF-8";

/*
福井県自動車整備振興会 2015
石田自動車工業（株）
*/

/* SERVICE
---------------------------------------------------- */

header #org {
	width:100%;
	background: #c3e9fc url(./img/header.jpg) center 0 no-repeat !important;
	background: #c3e9fc !important;
}


/* PICKUP
---------------------------------------------------- */

.pktxt03 {
	position:relative;
	width: 620px;
	height: 680px;
	background: url(./img/pkup_03.png) no-repeat 0 0 !important;
}
.pktxt03 p  {
	position: absolute;
	font-size: 1.00em;
	color:#333;
	line-height: 1.5em;
}
.pktxt03 p.txt01  {
	top: 190px;
	left: 76px;
	width: 380px;
	padding: 0;
}
.pktxt03 p.txt02  {
	top: 380px;
	left: 193px;
	width: 380px;
	padding: 0;
}
.pktxt03 p.txt03  {
	top: 565px;
	left: 68px;
	width: 380px;
	padding: 0;
}

.pkimg05 {
	margin: -20px 0 0;
}




/* ==================================================================================
 横幅768px以下用スタイル
================================================================================== */

@media screen and (max-width: 768px) {

header #org {
	background-size: auto 240px !important;
}

.pktxt03 {
	position:relative;
	width: 100%;
	margin: 0;
	height: 680px;
}

}


