﻿@charset "utf-8";

/* ----段組み配置 ------------------ */
.contents1{
    position: relative;
	width: 99.5%;
	height: auto;
	border: 1px solid lightgray;
	background-color: transparent;
	margin: 2px;
	
}

.dsp-point1{
	position: relative;
    top: 20px;
	left:0px;
    width: 50%;
    height: auto;
    margin: 0 auto;
    
}
.dsp-img1{
	position: relative;
	width: 100%;
	height: auto;
	top: 5px;
	left:0px;	
}
.dsp-img1 img{
   width: 70%;
   height: auto;
   border: 1px solid gray; 
}


.dsp-point2{
	position: relative;
    top: 50px;
	left:0px;
    width: 80%;
    height: auto;
    margin: 0 auto;
   
}
.dsp-img2{
	position: relative;
	width: 100%;
	height: auto;
	top: 5px;
	left:0px;
}
.dsp-img2 img{
   width: 100%;
   height: auto; 
   border: 1px solid gray;
}
.footer{
	clear: left;
	margin-top: 2px;
	width: 100%;
	background-color: transparent;
	height : 44px;
	text-align: center;
}
/*--------------------------------------------------*/


