/*===============================================
●ボタン位置調整中のためPCで見た時もずれるかもしれません
===============================================*/

#center_obo {
	width:305px;
	margin:0 auto;
}

.ma_100{
	height:100px;
}


h2{
	font-size:160%;
	text-align:center;
}
div#header_wrapper {
	height:84px;
	background: url("../common/images/bg_header.gif") repeat-x left top;
}

h1#logo {
	padding-top:19px;
	text-align:center;
}

#frame_form{
	width:570px;
}

.relative{
    position: relative;
}



/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
	.entryContents{
		width:580px;
		margin:0 auto;
		border:1px dotted #494949;
		padding:20px;
	}

	div.adress_caution{
		width:480px;
		margin:0 auto;
	}

	#center_image{
		width:580px;
		margin:0 auto;
	}

	.center_img{
		width:580px;
		margin:0 auto;
	}

	img.buttonsodan{
						position: absolute;
			top: 2620px;
			left: 18px;
	}

				img.button_nextpage{
						position: absolute;
			top: 2505px;
			left: 108px;
	}
			 img.button_hirose{
						position: absolute;
			top: 2160px;
			left: 33px;
	}
			 img.button_takayama{
						position: absolute;
			top: 2288px;
			left: 33px;
	}
			 img.button_komori{
						position: absolute;
			top: 2449px;
			left: 33px;
	}



}


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
	#center_image{
		width: 95vw;
		margin:0 auto;
	}15:41 2016/10/18

	.center_img{
		width: 95vw;
		margin:0 auto;
	}

	div.adress_caution{
		width:350px;
		margin:0 auto;
	}

	#frame_form{
		width: 95vw;
	}

	img.center_image{

	}

	img.buttonsodan{
	    position: absolute;
	    bottom: 30vw;
	    left: 17px;
            width:83vw;
	}

        img.button_nextpage{
	    position: absolute;
	    bottom: 52vw;
	    left: 16vw;
            width:65vw;
	}
        img.button_hirose{
            position: absolute;
	    bottom: 110vw;
	    left: 19px;
            width: 83vw;
	}
       img.button_takayama{
            position: absolute;
	    bottom: 86vw;
	    left: 19px;
            width: 83vw;
	}
       img.button_komori{
           position: absolute;
	    bottom: 63vw;
	    left: 19px;
            width: 83vw;
	}




}
