/* [ layout_sp_knot.css ] スマートフォン用スタイルシート */

h1{
	background : url(image/bg_h1.jpg);
	background-size : cover;
}
h2{
	background : url(image/bg_h2.jpg);
	background-position : center left;
	background-size : 200px 100px;
	background-repeat : no-repeat;
	background-color : #000000;
}

.button_menu1{
	background : url(image/bg_menu1.jpg);
	background-position : center right;
	background-size : 200px 100px;
	background-repeat : no-repeat;
	background-color : #000000;
}

/* ----------------------------------------------- */
@media screen and (max-width: 480px){

	#box_knot_menu{
		padding: 20px;
		text-align: center;
	}
		#box_knot_menu img{
			margin: 10px;
		}

}
@media screen and (min-width: 481px){

	#box_knot_menu{
		padding: 20px;
		text-align: center;
	}
		#box_knot_menu img{
			margin: 20px;
		}

}
/* ----------------------------------------------- */

/* ----------------------------------------------- */
@media screen and (max-width: 560px){

	#box_knot{
		padding: 10px 10px 0px;
		text-align: center;
	}
		#box_knot img{
			margin-bottom: 10px;
			width: 100%;
		}

}
@media screen and (min-width: 561px){

	#box_knot{
		padding: 10px 10px 0px;
		text-align: center;
	}
		#box_knot img{
			margin: 0px 10px 10px;
		}

}
/* ----------------------------------------------- */


