/*おんぼろ木箱*/
h2{color: maroon;}
.back{background-color: chocolate;}
.box{
    padding: 0.5 1em ;
    margin: 2em 0;
    border: solid 3px #000000;
    border-radius: 3em;
    background-color:lemonchiffon;
    width: 300px;
    text-align: center;}
.aa p{
    background-color: lemonchiffon;
}
.home {
    cursor: cell;
    margin: 0;
    padding: 16px;
    font-size: 1em;
    text-align: center;
    background: #fff;
    transition: font-size 1s;
    color: blue;
    background-color: lemonchiffon;}
.home:hover {font-size: 5em;}
.rady{
    cursor: se-resize;
    margin: 0;
    padding: 16px;
    font-size: 1em;
    text-align: center;
    background: #fff;
    transition: font-size 1s;
    color: red;
    background-color: lemonchiffon;}
.main p{
    display: inline-block;
    background: white;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    background-color:lemonchiffon;}
.color1 {
    color: blue;
    transition: color 1s;}
.color1:hover { color: white;}
.color2 {
    color: #000000;
    transition: color 1s;}
.color2:hover {color: red;}
.color3 {
    color: red;
    transition: color 1s;}
.color3:hover { color: blue;}
.color4 {
    color: white;
    transition: color 1s;}
.color4:hover {color: green;}
.color5 {
    color: red;
    transition: color 1s;}
.color5:hover {color: yellow;}
.color6 {
    color: blue;
    transition: color 1s;}
.color6:hover {color: green;}
.color7 {
    color: yellow;
    transition: color 1s;}
.color7:hover { color: blue;}
.color8 {
    font-size: 20px;
    transition:font-size 1s;}
.color8:hover { font-size: 5em;}
.color10 {
    color: purple;
    transition:font-size 1s;}
.color10:hover {color: black;}
.deppa{
    cursor: not-allowed;
    transition: font-size 1s;
    font-weight: bold ;
    color: darkgreen;}
.deppa:hover{ font-size: 5em;}
.gool {text-decoration: none;}
.gool:visited {
color: #000000;}
.twitter {
	color: white;
 background-color: #1da1f2;
	text-decoration: none;}
.facebook {
	color: white;
 background-color: #3b5998;
	font-weight: bold;
	text-decoration: none;}
.line {
	color: white;
 background-color: #00c300;
	text-decoration: none;}
.hatena {
	color: white;
 background-color: dodgerblue;
	font-weight: bold;
	text-decoration: none;}
body{
user-select:none;
touch-callout:none;
-webkit-user-select:none;
-webkit-touch-callout:none;
-webkit-user-drag:none;
-moz-user-select:none;
-kthml-user-select:none;
-kthml-user-drag:none;}