@charset "utf-8";

/*========================

1．ホーム
2．よくあるご質問
3．お客様の声
4．99バスターズについて
5．害鳥による被害例
6．害鳥の種類
7．お問い合わせ

========================*/

/*----------------------------------------------------
■ 1．ホーム
----------------------------------------------------*/

#home header {
	position: relative;
}
/* ホームタイトル */
#home header p  {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo001.png) 
		50% 0px 
		no-repeat;
	background-size:100% 100%;
}
#home header ul li {
	padding-bottom: 10px;
}

#home #mainImage {
	margin: 0px;
	padding: 0px;
}
#home #mainImage img {
	padding-bottom: 0px;
}

#home article section h2 {
	margin: 0px;
	padding: 0px;
}

#home .row01 {
	margin: 0px 10px;
	padding: 0px;
}
#home .row01 h2 {
	padding: 0px;
}
#home .row01 h2#feature {
	padding-top: 30px;
}
#home .row01 p {
	padding: 0px 20px;
}
#home .row01 ul {
	text-align: center;
}
#home .row01 ul li {
	padding-top: 10px;
}

#home article section .anshin {
	background: #fffbec;
}
#home article section .anshin p {
	padding: 0px 20px 20px;
}

#home article section#flow ul li {
	text-align: center;
}

#home article section#service ul {
	margin: 0px auto 20px;
}
#home article section#service ul li {
	width: 17em;
	margin: 10px auto;
	line-height: 130%;
	text-align: center;
}

#home article section#service .wrap img {

}

#home article section#service .service li {
	margin-bottom: 40px;
}
#home article section#service .service img {
	padding-bottom: 10px;
}

#home article section#service .syoudoku h4 {
	padding: 10px 0px;
	color: #ea0000;
	font-size: 1.5em;
	font-weight: bold;
}
#home article section#service .syoudoku p {
	margin-bottom: 10px;
}

#home article section#after {
	margin: 50px 0px 80px;
}


/* aside ホーム用ボタン ------------------------------ */

#home article section ul#asideBt {
	padding: 0px 0px 40px;
}
#home article section ul#asideBt li {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: center;
}


/*===============================
■ media Queries 【PC用】
=================================*/
@media only screen and (min-width: 840px) {

#home header {
	padding-bottom: 0px;
}
/* ホームタイトル */
#home header p  {
	background: none;
	text-indent:0px;
}
#home header .wrapper {
	position: relative;
}
#home header .wrapper h1 {
	padding: 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
#home header ul {
	position: absolute;
	top: -8px;
	right: 0px;
}
#home header ul li {
	padding-bottom: 7px;
	text-align: right;
}

#home #content article {
	float: none;
	width: 100%;
	margin-right: 0px;
}
#home nav {
	background: url(../../images/index_bg001.png) 
		0px 0px 
		repeat-x;
}

#home #mainImage {
	width: 100%;
	height: 386px;
	margin: 0px auto;
	background: url(../../images/index_bg004.png) 
		0px 0px;
	text-align: center;
}

#home .row01 {
	margin: 10px 0px 40px;
}
#home .row01 h2 {
	margin-bottom: 0;
}
#home .row01 p {
	padding: 0px 40px;
	font-size: 1.15em;
}
#home .row01 ul {
	margin: 10px auto 5px;
}
#home .row01 ul li {
	float: left;
	padding-right: 16px;
	box-sizing: border-box;
	text-align: center;
}
#home .row01 ul li:nth-child(3),
#home .row01 ul li:nth-child(6) {
	padding-right: 0;
}

#home article section#check {
	margin-bottom: 60px;
	padding-bottom: 20px;
	background: #ffffe2;
}

#home article section#flow {
	padding-bottom: 50px;
}
#home article section#flow ul {
	margin-top: 20px;
	zoom: 1;
}
#home article section#flow ul:after {
	content: "";
	display: block;
	clear: both;
}
#home article section#flow ul li {
	float: left;
	padding-right: 20px;
	background: url(../../images/index_ex001.png) 
		right 50% 
		no-repeat ;
}
#home article section#flow ul li:nth-child(5) {
	padding-bottom: 45px;
	background: url(../../images/index_ex002.png) 
		50% 100% 
		no-repeat;
}
#home article section#flow ul li:nth-child(6),
#home article section#flow ul li:nth-child(7),
#home article section#flow ul li:nth-child(8),
#home article section#flow ul li:nth-child(9),
#home article section#flow ul li:nth-child(10) {
	float: right;
	padding-right: 20px;
	background: url(../../images/index_ex003.png) 
		103% 50% 
		no-repeat ;
}
#home article section#flow ul li:nth-child(6) {
	background: none;
}
#home article section#flow ul li.last {
	padding-right: 0px;
}

#home ul#image li:nth-child(2) {
	padding-top: 80px;
}

#home article section.inquiry {
	margin-bottom: 60px;
}

#home article section#service .wrap {
	margin-bottom: 40px;
	padding-top: 30px;
	background: #fffdf4;
	border-style: solid;
	border-width: 0px 10px 10px;
	border-color: #ff8400;
}
#home article section#service .wrap h3 {
	margin: 0px 0px 30px;
	padding: 0px;
	text-align: center;
	background: #ffff8dc;
}
#home article section#service .anshin {
	width: 960px;
}
#home article section#service .anshin h4 {
	padding-bottom: 10px;
	font-size: 1.5em;
	text-align: center;
}
#home article section#service .anshin p {
	width: 640px;
	margin: 0px auto 20px;
	line-height: 150%;
	text-align: left;
}

#home article section#service .service ul li {
	width: 100%;
	font-size: 1.25em;
	font-weight: bold;
}

#home article section#service .syoudoku {
	margin: 0px 30px 40px;
	zoom: 1;
}
#home article section#service .syoudoku:after {
	content: "";
	display: block;
	clear: both;
}
#home article section#service .syoudoku .photo {
	float: left;
	padding-right: 20px;
}

/* aside ホーム用ボタン ------------------------------ */

#home article section ul#asideBt li {
	float: left;
	width: 50%;
	margin: 10px 0px 0px;
	padding: 0px;
}

} /* PC用 */



/*----------------------------------------------------
■ 4．99バスターズについて
----------------------------------------------------*/

#about article section dl {
	margin: 0px 10px;
}
#about article section dl dt,
#about article section dl dd {
	padding: 5px 10px;
}
#about article section dl dt {
	background: #fedd00;
	font-weight: bold;
}
#about article section dl dd {
}

/*----------------------------------------------------
■ 5．害鳥による被害例
----------------------------------------------------*/

#higai article h3 {
	margin-bottom: 20px;
	padding: 8px 15px;
	background: #d80000;
	border-radius: 6px;
	color: #ffffff;
	font-size: 1.5em;
}
#higai article ul {
	margin: 0px auto;
}
#higai article ul li {
	margin-bottom: 30px;
}
#higai article ul li img {
	padding-bottom: 5px;
}
#higai article ul li strong {
	display: block;
	padding: 0.5em 0;
	font-size: 1.5em;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
}
#higai article ul li.alert {
	margin-left: 1em;
	color: #cc0000;
	font-weight: bold;
	text-indent: -1em;
}

#higai article dl {
	margin: 0px 20px;
}
#higai article dl dt {
	margin-bottom: 10px;
	padding-left: 5px;
	border-bottom: solid 3px #333333;
	color: #d80000;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	font-size: 1.25em;
	font-weight: bold;
}
#higai article dl dd {
	margin-bottom: 20px;
}

/*===============================
■ media Queries 【PC用】
=================================*/
@media only screen and (min-width: 840px) {
#higai article h3 {
	width: 610px;
	margin: 0px auto 30px;
}

#higai article ul {

}
#higai article dl {
	width: 600px;
	margin: 0px auto;
}
#higai article dd {
	font-size: 1.15em;
	line-height: 150%;
}

}/* PC用 */


/*----------------------------------------------------
■ 7．お問い合わせ
----------------------------------------------------*/

#inquiry article dl {
	margin: 0px 20px 0px 10px;
	font-size: 1.15em;
}
#inquiry article dl dt {
	font-weight: bold;
}
#inquiry article dl dt strong {
	padding-left: 5px;
	color: #d80000;
}
#inquiry article dl dd {
	padding: 0px 0px 10px;
}
#inquiry article dl dd input {
	padding: 5px;
	font-size: 1.25em;
}
#inquiry article dl dd input,
#inquiry article dl dd textarea {
	width: 100%;
}
#inquiry article dl dd.kaitou input {
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: bottom;
}
#inquiry article dl dd dl {
	margin: 10px 0px 10px 30px;
}

#inquiry article p.conf input {
	margin-bottom: 30px;
	padding: 1em 1em 1em 2em;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 1em;
}
#inquiry article p.reset input {
	padding: 0.5em;
}

#formWrap dt {
	border-top: dotted 1px #333333;
}

@media only screen and (min-width: 840px) {

#inquiry article dl {
	width: 70%;
	margin: 0px auto;
}

}/* 