
/*-- common_css --*/

#wrapper{
	width:100%;
	margin:0 auto;
	background-color:white;
	overflow: hidden;
}
#body {
	width: 900px;
	margin: 0 auto;
	padding: 0 25px;
}
p{
	font-size:14px;
}
p.top{
	float: right;
}
h2{
	letter-spacing:0.2em;
	border-left:20px darkblue solid;
	margin-bottom:25px;
	font-size:18px;
	padding:5px;
	line-height:18px;
	font-weight:bold;
}
h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}
.clearfix{
	clear:both;
	margin-bottom: 15px;
}
p.height{
	line-height:20px;
}
p.space{
	margin-left:75px;
}

.section_body{
	padding: 0 25px;
}
img.imgfloat{
	float:left;
	margin-right:10px;
	}
a:link{
	text-decoration:none;
	color: blue;
	}
#nav a,.top a:link{
	text-dacoration: none;
	color: darkslategrey;
}
a:visited{
	text-decoration:none;
	color: darkslategrey;
	}
a:hover,a:active{
	text-decoration:underline;
	color:darkgrey;
	}

/*-- header_css --*/

#header {
	width:100%;
}
li.slide {
	padding: 0 10px;
}

/*-- menu_css --*/

#menu{
	background:lightcyan;
	margin:0 0 20px 0;
	padding:5px 0;
	text-align:center;
	color:silver;
	}
#nav li{
	display:inline;
	color:black;
	padding:0 10px;
	font-size:16px;
	margin: 0 auto;
	}

/*-- page1_css --*/

#page1 {
	margin-bottom: 40px;
	font-size: 14px;
}
.page1_youkou li{
	font-size:14px;
	padding: 0 0 5px;
}
.page1_youkou_li {
	font-weight: bold;
}

/*-- page2_css --*/

#page2 {
	margin-bottom: 40px;
	font-size: 14px;
}

/*-- page3_css --*/

#page3 {
	margin-bottom: 40px;
	font-size: 14px;
}
p.page3_url{
	font-size: 15px; 
	font-weight:bold;
	margin-bottom: 30px;
}
.syasin{
	margin-bottom: 10px;
}

/*--page4_css --*/

#page4 {
	margin-bottom: 40px;
	font-size: 14px;
}
.page4_li li{
	margin-bottom: 30px;
}

ul.form_youkou{
	margin-bottom: 10px;
}

/*-- colorbox_css --*/
.imgcaption{
	text-align:center;
	font-size:0.8em;
	float:left;
	width:150px;
	margin-right:20px;
	margin-bottom:20px;
	}
.imgcaption img{
	margin-bottom:5px;
	}
.imgcaption p{
	margin:0;
	}
.imgcaption a{
	width: 700px;
}

/*-- table_css --*/
table{
	width:100%;
	margin-bottom: 30px;
	}
th,td{
	border:dotted 1px lightskyblue;
	border-collapse: collapse;
	font-size:0.9em;
	padding:8px 12px;
	}
thead th{
	font-weight:bold;
	background-color: lightcyan;
	color:black;
	}
th.long{
	width:40%;
	}
th.short{
	width:30%;
}
.th_p{
	font-size: 12px;
	color: red;
}
.form_table th{
	background-color: lightcyan;
	font-weight: bold;
	width: 30%;
}
input{
	border-left:1px solid gray;
	border-top:1px solid gray;
	width:100%;
	height:20px;
	}
textarea{
	line-height:18px;
	border-left:1px solid gray;
	border-top:1px solid gray;
	width:100%;
	height:100px;
	}
input.check1{
	width:100px;
	margin-left:320px;
	margin-right:20px;
	margin-bottom:20px;
	}
input.check2{
	width:100px;
	}

/*-- footer_css --*/

#footer{
	clear:both;
	border-top:solid 1px darkblue;
	padding:10px 0 30px 0;
	text-align:right;
	}
#footer ul{
	width: 950px;
	margin: 0 auto;
}


/*-- min-width 769px --*/

@media screen and (min-width: 769px){
	
	/*-- display: none; --*/
	p.form{
		display: none;
	}
	p.syasin{
		display: none;
	}
	.slide_wrap2{
		display: none;
	}
	.sankakigyou_1{
	display:none;
} 
}
/*-- max-widh 768px --*/
@media screen and (max-width : 768px){
	
/*-- common --*/
	
#wrapper{
	width:100%;
	margin:0 auto;
	background-color:white;
	}
#body {
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
}
h2{
	letter-spacing:0.2em;
	border-left:20px darkblue  solid;
	margin-bottom:25px;
	font-size:18px;
	padding:5px;
	line-height:18px;
	font-weight:bold;
}
h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
img.imgfloat{
	float:left;
	margin-right:10px;
	}	
p{
	font-size:15px;
}
p.height{
	line-height:20px;
}
li{
	font-size: 15px;
}

/*-- menu_css --*/

#menu{
	background:lightcyan;
	margin:0 0 25px 0;
	padding:5px 0;
	text-align:center;
	color:silver;
}
#nav li{
	display: block;
	color:black;
	padding:0 20px;
	font-size:20px;
	margin: 10px 0;	
}



/*-- page1_css --*/

.page1_youkou li{
	font-size:15px;
	padding: 0 0 5px;
}

/*-- page3_css --*/
.syasin a{
	font-weight:bold;
	font-size:15px;
}
p.page3_url{
	font-size: 15px; 
	font-weight:bold;
	margin-bottom: 30px;
}
p.page3_setumei{
	display: none;
}

/*-- page4_css --*/

.form{
	margin-bottom: 15px;
}
#jikkou{
	margin: 0 auto;
	font-size:8px;
}

/*-- slider_css　--*/

#slider img {width:100%;
		}
.slide_wrap{
		display: none;
	}
.bx-controls-direction,.bx-pager {
	text-align: center;height: 25px;
	}
.bx-controls-direction a,.bx-pager-item {
	display: inline-block;
	}
.bx-pager-item a{
	display: block; height: 10px; width: 10px;
	text-indent: -9999px; 
	background: #000; 
	border-radius: 10px; 
	margin:10px 2px 0 2px;
	}
.bx-pager-item a.active {
	opacity: 0.3;
	}
.bx-controls-direction a{
	text-decoration: none; 
	color: #000; 
	padding:0 5px;
	}
.bx-controls {
	position: relative;
	bottom: 5px;
	z-index: 100;
	width: 100%;
}

/*-- table_css --*/ 

table{
	width:100%;
	padding: 5px;
	border:dotted 1px lightskyblue;
	}
	
th,td{
	border:dotted 1px lightskyblue;
	border-collapse: collapse;
	font-size:15px;
	padding:8px 12px;
	}
thead th{
	width: 20%;
	font-weight:bold;
	background-color: lightcyan;
	color:black;
	}
.sankakigyou{
	display:none;
} 

/*-- footer --*/

#footer{
	clear:both;
	border-top:solid 1px darkblue;
	padding:10px 0 30px 0;
	text-align:right;
	}
#footer ul{
	width: 100%;
	margin: 0 auto;
}

/*-- display:none; --*/

span{
	display: none;
}
p.top{
	display: none;
}

table.company{
	display:none;
}
.imglist{
	display: none;
}
p.setumei{
	display: none;
}

#form{
	display: none;
}

}