@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: service.css
description: サービス一覧ページ専用スタイルシート

1.サービス一覧

///////////////////////////////////////////////////////// */

/* ===========  1.サービス一覧  =========== */
.titleService01 {
	border-bottom: 1px dotted #626262;
	padding-bottom: 5px;
}

.titleService02 {
	color: #e60012;
	font-weight: bold;
	font-size: 128.6%;
}

.boxService01 {
	float: left;
	width: 490px;
	margin-right: 20px;
}

.boxServiceVP {
	float: left;
	width: 130px;
	background: url(../images/bg_vp.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServicePD {
	float: left;
	width: 130px;
	background: url(../images/bg_pd.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServiceGM {
	float: left;
	width: 130px;
	background: url(../images/bg_gm.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServiceCD {
	float: left;
	width: 130px;
	background: url(../images/bg_cd.jpg) left top no-repeat;
	padding-top: 80px;
}

a.btnService {
	background: url(../images/btn_service.gif) left top no-repeat;
	display: block;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
}

a.btnService:hover {
	background-position: left -30px;
}


/*599px以下スマホ縦横*/
@media screen and (max-width: 599px) {
.spBlock {
	display: block;
}

.boxService01 {
	float: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 20px;
}

.boxServiceVP {
	float: none;
	width: 130px;
	margin: 0 auto;
}

.boxServicePD {
	float: none;
	width: 130px;
	margin: 0 auto;
}

.boxServiceGM {
	float: none;
	width: 130px;
	margin: 0 auto;
}

.boxServiceCD {
	float: none;
	width: 130px;
	margin: 0 auto;
}

h2.titleService01 img {
	height: 26px;
	width: auto;
}

}


/*スマホ横*/
@media only screen and (max-device-width:480px) and (orientation:landscape) {
.spBlock {
	display: inline;
}

.boxService01 {
	float: left;
	width: 390px;
	margin-right: 20px;
	margin-bottom: 0;
}

.boxServiceVP {
	float: left;
	width: 130px;
	background: url(../images/bg_vp.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServicePD {
	float: left;
	width: 130px;
	background: url(../images/bg_pd.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServiceGM {
	float: left;
	width: 130px;
	background: url(../images/bg_gm.jpg) left top no-repeat;
	padding-top: 80px;
}

.boxServiceCD {
	float: left;
	width: 130px;
	background: url(../images/bg_cd.jpg) left top no-repeat;
	padding-top: 80px;
}

h2.titleService01 img {
	height: auto;
	width: auto;
}

}