﻿@charset "utf-8";

.text{
	font-size: 30px;
}

.border {
	border: 5px solid #333;
}

.oya {
	width: 500%;
	height: 500px;
	background: #ccc;
	/*max-width: 700px;
	min-width: 500px;
	padding-left: 50px;
	padding-top: 50px;*/
	padding:50px 0px 0px 50px;
	margin-left: 50px;
}

.kodomo {
	width: 200px;
	height: 200px;
	background: #444;
}

.margin {
	width: 500px;
	height: 500px;
	background: #1a1;
	/*margin-left: -100px;*/
	margin: 0px auto;
}

.display{
	width: 500px;
	height: 500px;
	background: blue;
}

.display p {
	background: #bbb;
	display: inline-block;
	
}

.ue{
	width: 500px;
	height: 500px;
	background: #444;
	margin-bottom: 100px;
}

.shita{
	width: 500px;
	height: 100px;
	background: #bbb;
	margin-top: 50px;
	overflow: scroll;
}

.boxsizing {
	width: 500px;
	height: 500px;
	background: #444;
	padding-left: px;
}