@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: first.css
description: 初めてのお客様へ専用スタイルシート

1.レイアウト
2.スマホ版

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */

.boxService {
	border-bottom: 1px dotted #5a5250;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.blockTxtService {
	width: 440px;
	float: left;
	margin-right: 20px;
}

.blockImgService {
	width: 160px;
	float: left;
}

#boxApplicationService {
	background: url(../images/bg_application.gif) left top no-repeat;
	padding-left: 300px;
	padding-top: 92px;
	width: 320px;
	height: 63px;
}

a#btnContact {
	display: block;
	width: 290px;
	height: 32px;
	background: url(../../images/btn_contact.gif) left top no-repeat;
	text-indent: -9999px;
}

a#btnContact:hover {
	background-position: left -32px;
}

/* ===========  2.599px以下スマホ縦横 =========== */
@media screen and (max-width: 599px) {

.blockTxtService {
	width: 100%;
	float: none;
	margin-right: 0;
}

.blockImgService {
	width: 100%;
	float: none;
	text-align: center;
}

.boxService {
	margin-left: 0;
	margin-right: 0;
}

#boxApplicationService {
	display: none;
}

.lastchild {
	border-bottom: none;
}

}