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

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

h3{
	margin-top: 30px;
}

.box_ct_top{
	text-align: center;
	margin: 20px 0px 10px;
}
	.box_ct_top img{
		margin: 10px 10px;
	}

.box_ct_set_main{
	margin: 10px 0px;
}
	.box_ct_set{
		display: inline-block;
		vertical-align: top;
		margin: 10px 10px;
		background-color: #000;
		color: #fff;
	}
		.box_ct_set img{
			width: 100%;
		}
		.box_ct_set p{
			display: inline-block;
			padding: 10px 15px;
		}
		.box_ct_set div{
			display: inline-block;
		}
	.box_ct_set2{
		display: inline-block;
		margin: 10px 10px 0px;
	}
		.box_ct_set2 img{
			width: 100%;
		}

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

			.box_ct_set{
				width: 100%;
				margin: 5px 0px;
			}
			.box_ct_set2{
				width: 100%;
				margin: 10px 0px 0px;
			}

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

			.box_ct_set{
				width: 275px;
				height: 265px;
			}
			.box_ct_set2{
				width: 275px;
			}

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

