html {
	background-color: #111111;
	background-attachment: fixed;
	font-family: "メイリオ",Meiryo,verdana;
	-webkit-text-size-adjust: 100%;
	max-height: 100%;
}

a {color:#2ecfe8;
text-decoration: none;}
a:link {color:#2ecfe8;}
a:visited {color:#2ecfe8;}
a:hover {color:#ce3337;}
a:active {color:#ce3337;}

/*PC環境
--------------------------------------------------*/
@media only screen and (min-width: 780px) {
/* タイトル */
img.title{
	width: 80%;
	margin-top: 1em;
	margin-bottom: 3em;
}

.sp{ display: none; }
}

/*スマホ・タブレット環境
--------------------------------------------------*/
@media screen and (max-width: 779px) {
/* タイトル */
img.title{
	width: 90%;
	margin-top: 1em;
	margin-bottom: 2em;}

.pc{ display: none;}
}

/* FONT SIZE
--------------------------------------------------*/
	.size1 {font-size:10px;}
	.size2 {font-size:13px;}
	.size3 {font-size:16px;}
	.size4 {font-size:18px;}
	.size5 {font-size:24px;}
	.size6 {font-size:32px;}
	.size7 {font-size:48px;}

/* FONT COLOR
--------------------------------------------------*/
	.white {color:white;}
	.black {color:black;}
	.pumpkin {color:#DB5425;}
	.red {color:red;}
	.blue {color:blue;}
	.yellow {color:yellow;}
	.gray {color:gray;}
	.midori{color:#00793D;}

/* FONT
--------------------------------------------------*/
	.verdana {font-family: verdana;}
	.right { text-align:right; }
	.left { text-align:left; }

/*
--------------------------------------------------*/
	h1 { margin-top: 0; margin-bottom: 0; }
	h2 { margin-top: 0; margin-bottom: 0; }
	h3 { margin-top: 0; margin-bottom: 0; }
	h4 { margin-top: 0; margin-bottom: 0; }
	h5 { margin-top: 0; margin-bottom: 0; }
	h6 { margin-top: 0; margin-bottom: 0; }
