/* [ layout_sp_karei.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;
}

/* ----------------------------------------------- */

h2.repeat{
	margin-top: 20px;
}

h3{
	margin-top: 20px;
}

.box_sub_esa{
	background-color : #ffffcc;
	border : 1px #aaaaaa solid;
	padding : 5px 15px 4px;
	margin-top : 10px;
}

.pic_esa{
	margin: 15px 0px 10px;
}


