@charset "utf-8";

/*各サイズ共通の装飾*/

/*背景*/
body{ background-color: #ffffcc; }

/*リンクの下線消去*/
a { text-decoration:none; }

/*文字の装飾*/
h1 { color:blue; }
p3 { color:blue; }
h2 { font-size:18px; }
p { font-size:13px; }
li { font-size:13px; }

.tabe10 th,td{ font-size:15px; }


/*お問い合わせボタン配置の切り替え調整*/
.tel{ display:none; 
}
.tel2{ display:inline;
}


.table02 {
	position: fixed ;
	bottom: 0;
	left: 0;
	width: 100%;
}

.img01{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}

.table03 {
	width: 60%;
}
.img02{
	width: 100%;
}


.table05{
width: 100%;
}

.table01{
width: 90
%;
}
/*ここまでスマホサイズ*/

/*ここからタブレットサイズ*/
@media screen and (min-width : 768px ){

h2 { font-size:25px; }
p { font-size:22px; }
li { font-size:22px; }

.tabe10 th,td{ font-size:23px; }


/*お問い合わせボタンの配置切り替え調整*/
.tel{ display:inline; 
}
.tel2{ display:none;
}




.table05{
width: 65%;
}
.table01{
width: 70%;
}





.table01 {
	position: fixed ;
	top: 0;
	right: 0;
	width: 20%;
}

.img01{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
}

.table03 {
	width: 40%;
}
.img02{
	width: 100%;
}



}/*ここまでタブレットサイズ*/

/*ここからパソコンサイズ*/
@media screen and (min-width : 960px ){



.table05{
width="80%"
}


}/*ここまでパソコンサイズ*/

