﻿@charset "UTF-8";
/* ------------------------------
BASE
------------------------------ */
body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	background:#fff url(../img/body_bg.png) ;
	text-align:center;
	border-top:solid 3px #669FCA;/* 地方色 */
}
div ,p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,form ,li ,ul ,ol ,dl ,dd ,dt ,table {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}
table{
	font-size:100%;
}
img{
	vertical-align:top;
}

/* Micro clearfix */
.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* ------------------------------
汎用
------------------------------ */
.hid{
	display:none;
}
p{
	line-height:1.6;
}
.small{
	font-size:10px;
}
.large{
	font-size:14px;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}
.alignLeft{
	text-align:left;
}
.red{
	color:#FF3300;
}
img.right{
	float:right;
	margin:0px 0px 5px 10px;
}
img.left{
	float:left;
	margin:0px 10px 5px 0px;
}


/* ------------------------------
リンクの基本色
------------------------------ */
a:link { text-decoration:underline; color:#669FCA; }
a:visited { text-decoration:underline; color:#669FCA; }
a:active { text-decoration:none; color:#C2D9EA; }
a:hover { text-decoration:none; color:#C2D9EA;}


/* --------------------------------------------------------- contents */
#container{
	position:relative;
	width:1000px;
	margin:0px auto;
	text-align:left;
}

/* --------------------------------------------------------- header */
#header{
	position:absolute;
	top:0;
	left:310px;
	width:670px;
	font-size:10px;
}

#pankuzu{
	float:left;
	width:355px;
	padding:5px 0 0 0;
	font-size:12px;
}

.function{
	float:right;
	width:300px;
}
.function ul.link{
	width:150px;
	float:left;
	padding:5px 0 0 0;
}
.function ul.link li{
	float:left;
	list-style:none;
}
.function ul.link li a{
	display:block;
	padding:0 10px 0 15px ;
	background:url(../img/arrow_maincolor.png) no-repeat 0px 2px;
	color:#333;
	text-decoration:none;
}
.function ul.link li a:hover{
	color:#ccc;
}
.function ul.letterSize{
	float:right;
	width:146px;
	list-style:none;
}
.function ul.letterSize li{
	float:left;
}
.function ul.letterSize a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* --------------------------------------------------------- main */
#main{
	float:right;
	width:700px;
	min-height:2000px;
	padding:60px 0;
	background:#fff;
	-webkit-border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#main .wrap{
	width:660px;
	margin:0px 20px;
}
#main h1{
	margin:0 0 0px 0px;
	padding:17px 0px 15px 40px;
	font-weight:normal;
	font-size:150%;
	background:url(../img/2nd_h1_bg.png) no-repeat 0px 50%;
	line-height:1.3;
}
#main h2{
	margin:20px 0 20px 0px;
	padding:7px 0px 7px 35px;
	font-weight:normal;
	font-size:135%;
	background:url(../img/2nd_h2_bg.png) no-repeat 0px 100%;
	line-height:1.3;
}
#main h3{
	margin:40px 0 20px 0px;
	padding:10px 0px 8px 15px;
	font-weight:normal;
	font-size:120%;
	background:#E0ECF4;/* 地方色 */
	border-left:solid 3px #669FCA;/* 地方色 */
	-webkit-border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-ms-border-radius:0px 3px 3px 0px;
	-o-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;
	line-height:0.8;
}
#main h4{
	margin:20px 0 10px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:dotted 1px #669FCA;/* 地方色 */
	color:#669FCA;/* 地方色 */
	line-height:1.3;
	font-size:100%;
}


#main ul.navi{
	margin:10px 0 10px 0px;
	font-size:110%;
	list-style:none;
}
#main ul.navi li a{
	display:block;
	padding:0px 0px 0px 15px ;
	background:url(../img/arrow_maincolor.png) no-repeat 0px 50%;
	line-height:1.4;
}
#main ul.navi li{
	padding:5px 0px;

}
#main ul.navi li:first-child{
	padding:0px 0px 5px 0px;
}

/* 行間について */
#main .wrap {
	line-height:1.8;
}
#main .wrap p{
	line-height:1.8;
}

/* 罫線ありのtable */
#main .wrap table{
	width:100%;
	margin:10px 0px;
	border:solid 1px #ccc;
	border-collapse: collapse;
}
#main .wrap table th{
	padding:10px;
	background:#eee;
	border:solid 1px #ccc;
	white-space:nowrap;
}
#main .wrap table td{
	padding:10px;
	border:solid 1px #ccc;
}
/* 罫線なしのtable */
#main .wrap table.noborder{
	margin:10px 0px;
	border:solid 0px #ccc;
	border-collapse: collapse;
}
#main .wrap table.noborder th{
	padding:0px;
	background-color:transparent;
	border:solid 0px #ccc;
	white-space:normal;
}
#main .wrap table.noborder td{
	padding:0px;
	border:solid 0px #ccc;
}

/* 2nd コンテンツ内基本ulとol */
#main .wrap ul.basic,
#main .wrap ol.basic{
	margin:10px 0 10px 25px;
	line-height:1.4;
}
#main .wrap ul.basic li,
#main .wrap ol.basic li{
	padding:0px 0 1em 0;
}

/* 2nd コンテンツ内form */
#main .wrap .form{
	padding:10px 10px 10px 10px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
	background:#E0ECF4;/* 地方色 */
}
#main .wrap .formTTL{
	min-height:100px;
	padding:0 0 0 120px;
	background:url(../img/form_image01.png) no-repeat 10px 100%;
	font-size:16px;
}
#main .wrap .formTTL span{
	display:block;
	font-size:12px;
	line-height:1.4;
}
#main .wrap form table{
	width:100%;
	margin:0px 0px 10px 0px;
	border:solid 0px #ccc;
	border-top:solid 1px #fff;
	border-collapse: collapse;
}
#main .wrap form table th{
	padding:10px;
	background:transparent;
	border:solid 0px #ccc;
	border-bottom:solid 1px #fff;
	white-space:nowrap;
}
#main .wrap form table td{
	padding:10px;
	border:solid 0px #ccc;
	border-bottom:solid 1px #fff;
}
#main .wrap form textarea{
	width:100%;
	height:100px;

}
#main .wrap form .button{
	text-align:center;	
}

/* 当道府県毎の地域一覧 */
#main .wrap table.areaList{
	width:100%;
	margin:10px 0px;
	border:solid 1px #eee;
	border-collapse: collapse;
	line-height:1.3;
	font-size:10px;
	color:#888;
}
#main .wrap table.areaList th{
	width:130px;
	padding:5px 15px 5px 50px;
	background:#fff url(../img/2nd_arealist_bg.png) no-repeat 3px 50%;
	border:solid 0px #ccc;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
	height:60px;
}
#main .wrap table.areaList td{
	padding:5px;
	border:solid 0px #ccc;
}

/* 一覧画面 */
#main ul.list{
	margin:10px 0 10px 0px;
	padding:0 10px 30px 10px;
	list-style:none;
}
#main ul.list li{
	padding:5px 0px;
}
#main ul.list li a{
	display:block;
	padding:0px 0px 0px 15px ;
	background:url(../img/arrow_maincolor.png) no-repeat 0px 50%;
	line-height:1.4;
}
#main ul.list a:link { text-decoration:underline; color:#666; }
#main ul.list a:visited { text-decoration:underline; color:#666; }
#main ul.list a:active { text-decoration:none; color:#999; }
#main ul.list a:hover { text-decoration:none; color:#999;}

#main ul.list li:first-child{
	padding:20px 0px 5px 0px;
}

#main ul.left{
	width:49%;
	float:left;
}
#main ul.right{
	width:49%;
	float:right;
}


/* ページナビゲーション */
.pagenavi{
	clear:both;
	position: relative;
	overflow: hidden;
	margin:50px 0px 20px 0px;
	padding:10px 0px;
	border-top:dotted 1px #ddd;
	text-align:center;
}
.pagenavi ul{
	position: relative;
	left: 50%;
	float: left;
	font-weight:bold;
}
.pagenavi li{
	position: relative;
	left: -50%;
	float:left;
	list-style:none;
	margin:0 2px;
	padding:5px 5px;
	text-align:center;
}
.pagenavi a{
	padding:0 5px;
	font-weight:normal;
}


/* --------------------------------------------------------- side */
#side{
	float:left;
	width:280px;
}
#side li{
	list-style:none;

}
#side a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* ロゴ */
#side .logoArea{
	padding:0px 0px 20px 0px;
	margin:0 0 20px 0;
	background:#fff;
	-webkit-border-radius:0px 0px 8px 8px ; 
	-moz-border-radius: 0px 0px 8px 8px ;
	-ms-border-radius: 0px 0px 8px 8px ;
	-o-border-radius:0px 0px 8px 8px ;
	border-radius:0px 0px 8px 8px ;
	text-align:center;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#side .logoArea .read{
	padding:10px 10px;
	font-size:10px;
	line-height:1.2;
	color:#bbb;
	text-align:left;
}

/* サイドメニュー */
#side .menu{
	margin:0 0 20px 0;
	padding:0px;
	background:#fff;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#side .menu > li{
	border-bottom:solid 1px #F7F6E9;
	font-size:110%;
}
#side .menu > li a{
	display:block;
	padding:10px 0 10px 34px;
	background:#fff url(../img/arrow_maincolor.png) no-repeat 15px 50%;
text-decoration:none;
	color:#333;
}
#side .menu > li a:hover{
	background:#E0ECF4 url(../img/arrow_maincolor.png) no-repeat 15px 50%;/* 地方色 */
}
#side .menu > li:first-child a{
	-webkit-border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px;
	-ms-border-radius: 8px 8px 0px 0px;
	-o-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
}
#side .menu > li:last-child {
	border-bottom:solid 0px #F7F6E9;
}
#side .menu > li:last-child a{
	-webkit-border-radius:0px 0px 8px 8px ; 
	-moz-border-radius: 0px 0px 8px 8px ;
	-ms-border-radius: 0px 0px 8px 8px ;
	-o-border-radius:0px 0px 8px 8px ;
	border-radius:0px 0px 8px 8px ;
}
#side .menu > li span{
	display:block;
	padding:10px 0 0px 34px;
	background:#fff url(../img/arrow_maincolor.png) no-repeat 15px 15px;
}
#side .menu .sub{
	padding:3px 25px 3px 25px;
}
#side .menu .sub li a{
	display:block;
	padding:2px 10px 2px 10px;
	background:none;
	text-decoration:none;
	color:#999;
	font-size:12px;
}
#side .menu .sub li a:hover{
	color:#ddd;
}


/* お問い合わせフォーム */
#side .contact {
	margin:0 0 20px 0;
	padding:0px 0px 10px 0px;
	background:#E0ECF4 url(../img/side_form_image02.png) no-repeat 5% 99%;/* 地方色 */
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
}
#side .contact .image{
	margin:10px 0px 5px 8px;
}
#side .contact p.headCaution{
	margin:0px 10px 0px 10px;
	padding:0px 0px 10px 0px;
	font-size:10px;
	border-bottom:dotted 1px #fff;
}
#side .contact dl{
	padding:15px 10px 5px 10px;
	font-size:100%;
}
#side .contact dd{
	margin:0 0 10px 0;
}
#side .contact .budget{
	padding-left:90px;
}

#side .contact input[type="text"]{
	width:160px;
}
#side .contact textarea{
	width:260px;
	height:100px;
}
#side .contact p.caution{
	font-size:10px;
	color:#E55432;
}
#side .contact p.button{
	padding:10px 10px 0 80px ;
	text-align:right;
}

/* 関連記事 */
#side .relatedList{
	margin:0 0 20px 0;
	padding:0px;
	background:#fff;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#side .relatedList .ttl{
	margin:15px 0 0 10px;

}
#side .relatedList ul{
	padding:10px 0 10px 0;
	list-style:none;
}
#side .relatedList li{
	padding:1px 15px 1px 15px;
	line-height:1.4;
}
#side .relatedList li a{
	display:block;
	padding:0px 0 10px 15px;
	background:url(../img/arrow_maincolor.png) no-repeat 0px 3px;
}


/* フリーワード検索 */
#side .search{
	margin:0 0 20px 0;
	padding:10px;
	background:#E0ECF4;/* 地方色 */
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius::8px;
	border-radius:8px;
}
#side .search form{
	width:260px;
	margin:5px 0 0 0;
	padding:3px;
	background:#fff;
	border:solid 1px #669FCA;/* 地方色 */
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius::3px;
	border-radius:3px;
}
#side .search input[type="text"]{
	width:200px;
	height:24px;
	border:solid 0px #92DDC2;
	background:#fff url(../img/search_bg.png) no-repeat 0 50%;
}
#side .search input[type="text"]:focus{
	background:#fff;	
}

#side .search input[type="image"]{
	float:right;
}

/* 探偵興信所表示 */
#side .aboutus{
	padding:0 0 20px 0;
	text-align:center;
}

/* バナー表示 */
#side .banner{
	padding:0 0 10px 0;
}
#side .banner li{
	padding:0 0 10px 0;
}



/* --------------------------------------------------------- to PageTop */
#toTop{
	padding:30px 0 0 0 ;
	clear:both;
	text-align:right;
}

#toTop a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/* --------------------------------------------------------- footer */
#footer{
	clear:both;
	padding:20px 0 20px 0;
	font-size:12px;
	background:#669FCA;/* 地方色 */
	color:#fff;
}
#footer .wrap{
	width:1000px;
	margin:0 auto;
	text-align:left;
}


#footer .logoArea{
	float:left;
	width:280px;
	font-size:10px;
}
#footer .logoArea p{
	padding:0 0 5px 0;

}
#footer .logoArea .logo{
	display:block;
	margin:0 0 15px 0;
}

#footer .naviArea{
	float:right;
	width:660px;
}
#footer li{
	list-style:none;
}
#footer a{
	display:block;
	padding:0 0 0 15px ;
	background:url(../img/arrow_white.png) no-repeat 0px 4px;
}
#footer a:link { text-decoration:none; color:#fff; }
#footer a:visited { text-decoration:none; color:#fff; }
#footer a:active { text-decoration:none; color:#2963A0; }
#footer a:hover { text-decoration:none; color:#2963A0;}

#footer .navi3column ul{
	float:left;
	width:33%;
	margin:0 0 15px 0;
	padding:0 0 0 20px ;
	border-left:dotted 1px #fff;
	line-height:1.8;
}
#footer .navi3column ul:first-child{
	width:33%;
	padding:0 0 0 0px ;
	border-left:dotted 0px #fff;
}
#footer .navi3column ul:nth-child(2){
	width:36%;
}
#footer .navi3column ul:last-child{
	width:31%;
}

#footer .map{
	padding:10px 0;
	border-top:solid 1px #E0ECF4;/* 地方色 */
}
#footer .map li,
#footer .other li{
	float:left;
	margin:0 20px 0 0 ;
}

address{
	padding:20px 0px 20px 0px;
	font-size:10px;
	font-style:normal;	
}



/* sitemap */
.sitemap #main{
	float:none;
	width:100%;
	min-height:2000px;
	padding:60px 0;
	background:#fff;
	-webkit-border-radius: 0px 0px 10px 10px; 
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#main .wrap{
	width:auto;
	margin:0px 20px;
}

/* zenkokuLink */
.zenkokuLink{
	clear:both;
	margin-top: 10px;
	padding:15px 200px 15px 15px;
	background:#fff;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;

	background:#fff url(../img/bg_zenkokuLink.png) no-repeat 100% 50%;
	background-size:auto 100%;
}
.zenkokuLink h3{
	font-size:16px;
	margin-bottom: 10px;
}
.zenkokuLink ul{
}
.zenkokuLink li{
	display:inline-block;
	list-style:none;
	line-height:2;
}
.zenkokuLink li a:after{
	display:inline;
	content:" ";
	margin-left:0.5em;
	padding: 0 0 0 0;
	border-right: solid #ddd 1px;
	text-decoration:none;
	background-color:red;
}
.zenkokuLink li.border_none a:after{
	border-right: solid #ddd 0px;
}
.zenkokuLink li a{
	color: #666666;
}

/* information */
.information{
	clear:both;
	margin-top: 20px;
	padding:15px 200px 15px 15px;
	background:#fff;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #ccc;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-o-box-shadow: 0px 0px 5px #ccc;
	-ms-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;

	background:#fff;
	background-size:auto 100%;
}
.information h3{
	font-size:16px;
	margin-bottom: 10px;
}
.information ul{
}
.information li{
	display:inline-block;
	list-style:none;
	line-height:2;
}
.information li a:after{
	display:inline;
	content:" ";
	margin-left:0.5em;
	padding: 0 0 0 0;
	border-right: solid #ddd 1px;
	text-decoration:none;
	background-color:red;
}
.information li.border_none a:after{
	border-right: solid #ddd 0px;
}
.information li a{
	color: #666666;
}
.information .ml{
	margin-left:10px;
}
