@charset "UTF-8";






/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1024px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {





}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ690px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 690px){

img{
	max-width: 100%;
}

/* ----------------- 枠組み */
#container{
	width:100%;
}



/* ----------------- header */
#header{
	position:relative;
	top:0;
	left:0px;
	width:100%;
	font-size:14px;
}

#pankuzu{
	float:none;
	width:98%;
	margin:0em auto;
	padding:0px 0 0 0;
	font-size:14px;
}

.function{
	display: none;
}

/* ----------------- main */
#main{
	float:none;
	width:98%;
	min-height:300px;
	margin:160px auto 1em auto;
	padding:1em 1em;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
}
#main .wrap{
	width:100%;
	margin: 0;
	padding: 0;
}

/* 一覧画面 */
#main ul.list{
	margin:0px 0 0px 0px;
	padding:0 10px 0px 10px;
}
#main ul.list li{
	padding:10px 0px 10px 0px;
}

#main ul.list li:first-child{
	padding:0px;
}
#main ul.left{
	width:100%;
	float:none;
	margin-top:20px;
}
#main ul.right{
	width:100%;
	float:none;
}

/* ----------------- side */
#side{
	float:none;
	width:100%;
}
/* サイドメニュー */
#side .menu{
	display: none;
}
#side .banner{
	display: none;
}
/* ロゴ */
#side .logoArea{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding:0px 0px 20px 0px;
	margin:0 0 0px 0;
	border-bottom: solid 1px #ddd;
}



/* お問い合わせフォーム */
#side .contact {
	width:98%;
	margin:1em auto;
	padding:0.5em 0 0 0;
	background-image: none;
}
#side .contact img{
	display: block;
	margin: 0em auto;
	border-radius:5px ;
}
#side .contact .image{
	display: block;
	margin: 1em auto;
}
#side .contact p.headCaution{
	margin: 0;
	padding:0em 2%;
	font-size:10px;
	border-bottom:dotted 0px #fff;
}
#side .contact dl{
	padding:1em 2%;
	font-size:100%;
}
#side .contact dd{
	margin:0 0 1em 0;
}
#side .contact .budget{
	padding-left:0px;
}
#side .contact input[type="text"]{
	width:200px;
}
#side .contact textarea{
	width:100%;
	height:100px;
}
#side .contact p.caution{
	font-size:12px;
}
#side .contact p.button{
	padding:0em 1em 1em 1em ;
	text-align:center;
}

/* 関連記事 */
#side .relatedList{
	width:98%;
	margin:1em auto;
}
#side .relatedList ul{
	padding:2% 0;
}


/* フリーワード検索 */
#side .search{
	width:98%;
	margin:1em auto;
	padding:1em 2%;
}
#side .search form{
	width:100%;
	margin:5px 0 0 0;
	padding:5px;
}

/* 探偵興信所表示 */
#side .aboutus{
	display: none;
}



/* ------------------ to PageTop */
#toTop{
	display: none;
}
/* ----------------- footer */
#footer{
	padding:0px 0 0px 0;
}
#footer .wrap{
	float:none;
	width:100%;
	margin:0 auto;
	text-align: center;
}


#footer .logoArea{
	float:none;
	width:100%;
	padding: 2em 0 2em 0;
	font-size:10px;
}
#footer .logoArea .logo{
	display:inline;
}
#footer .logoArea a{
	border:0; 
}

#footer .naviArea{
	float:none;
	width:100%;
	text-align: left;
	font-size: 14px;
}
#footer .naviArea ul{
	line-height: 1;
}

#footer .navi3column ul{
	float:none;
	width:100%;
	margin:0 0 2em 0;
	padding:0 0 0 0px ;
	border-bottom:solid 1px #FFCEDC;/* 専門カラー */
	border-left:dotted 0px #fff;
	line-height:1;
	font-size: 14px;
}
#footer .navi3column ul:first-child{
	width:100%;
}
#footer .navi3column ul:nth-child(2){
	width:100%;
}
#footer .navi3column ul:last-child{
	width:100%;
}
#footer li strong{
	display: block;
	padding: 0.5em 10px;
}
#footer a{
	display:block;
	padding:1.5em 0 1.5em 25px ;
	background:url(../img/arrow_white.png) no-repeat 10px 50%;
	border-top:solid 1px #FFCEDC;/* 専門カラー */
}

#footer .map{
	padding:0px 0;
	border-top:solid 0px #FFCEDC;/* 専門カラー */
}
#footer .map li,
#footer .other li{
	float:none;
	margin:0 ;
}


address{
	padding:1em 0px 1em 0px;
}


/* zenkokuLink */
.zenkokuLink{
	width: 96%;
	margin: 10px auto 50px auto;
	padding:15px 15px 15px 15px;

	background:#fff url(../img/bg_zenkokuLink.png) no-repeat 100% 100%;
	background-size:50% auto ;
}


}
