* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {

}

body {
	width: 100%;
	font-size: 16px;
	/*//border-left: 5px solid black;*/
	/*//border-right: 5px solid black;*/
	/*//margin: auto;*/

	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
	background: repeating-linear-gradient(90deg, #f0f0f0, #f0f0f0 5px, #ffffff 0, #ffffff 10px);
}


header {
	width: 100%;
	height: 30px;
	background-color: #7ec2c2;
	margin: auto;
	margin-bottom: 80px;
	position: fixed;
	z-index: 100;
	top: 0;
	/*box-shadow: 0px 0px 10px #333333;*/
}

header a, header span {
	float: right;
	font-size: 0.8rem;
	color: white;
	margin-top: 5px;
	margin-right: 10px;

	text-decoration: underline;
	cursor: pointer;
}

footer {
	clear:both;
	width: 100%;
	height: auto;
	background-color:  #7ec2c2; //#6795c9;
	position: relative;
	padding: 4px;
	text-align: center;
	/*box-shadow: 0px 0px 10px #333333;*/
}

nav {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 25px;
	background-color: #9ddcdc;
	/*border: solid 2px black;*/
}

nav ul {
	list-style-type: none;
	display: block;
}

nav ul li {
	display: block;
	float: left;
	width: auto;
	height: 36px;
	font-size: 0.8rem;
	text-decoration: underline;
	padding: 15px 15px 15px 15px;
	margin-left: 25px;

	//text-align: center;
	//background-color: #9ddcdc;
	/*
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #79e845), color-stop(0.00, #c1f4a9));
	background: -webkit-linear-gradient(#c1f4a9, #79e845);
	background: linear-gradient(#c1f4a9, #79e845);
	*/
	
	/*border-top: solid 2px black;
	border-bottom: solid 2px black;
	border-right: solid 2px black;*/
}

nav ul li:last-child {
	border-right: none;
}

nav ul li a {
	display: block;
	text-decoration: none;
	height: auto;
	margin: auto;
	color: #222222;
	
}

.linkToTop {
	width: 880px;
	height: auto;
	border: 3px dashed #666;
	font-weight: bold;
	text-align: center;
	margin: 50px auto;
	padding: 15px;
	background-color: #fafafa;
}

.linkToTop a {
	color: black;
}

#maincontents {
	width: 880px;
	height: auto;
	background-color: #efefef;
	
	margin: auto;
	z-index: 10;
	padding-top: 10px;
	border-top: 5px solid black;
	border-left: 5px solid black;
	border-right: 5px solid black;

	overflow: auto;
}

small {
	margin: auto;
	margin-top: 3px;
	font-weight: bold;
	color: white;
}

h1 {
	font-size: 0.8rem;
	font-weight: bold;
	color: white;
	float:left;
	
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
}

.fortwitter {
	font-weight: bold;
	color: white;
}

.twitter-follow-button {
	float: right;
}

.bold {
	font-weight: bold;
}

.spacer {
	clear: both;
	width: 100%;
	height: 35px;
}

.spacer2 {
	clear: both;
	width: 100%;
	height: 5px;
}

.spacer3 {
	clear: both;
	width: 100%;
	height: 0;
}

.spacerad {
	width: 94%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

.spacerad3 {
	float: left;
	width: auto;
	margin: auto;
	margin-left: 45px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}


.spacerad4 {
	width: 94%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}

.ad970x250 {
	width: 1000px;
	height: auto;
	margin: 35px auto 10px auto;
	padding: auto;
	text-align: center;
	border: 3px solid  #666;
	background-color: #fefefe;
	overflow: hidden;
}

/*
h2 {
	font-size: 1rem;
	color: white;
	font-weight: normal;
	background-color: #999999;
	width: 92%;
	padding: 6px;
	margin: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
	border-left: 20px solid #333333;
}*/

h2 {
	width: 96%;
	font-size: 0.9rem;
	margin: 6px auto 24px auto;
	position: relative;
	padding: 0.5em;
	padding-left: 1rem;
	background: #e67a7a;
	font-weight: normal;
	color: white;
}

h2::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}


.gameul {
	width: 94%;
	list-style-type: none;
	display: block;
	margin: auto;
}

.gameul li {
}

.gamelink {

	border: 1px solid #7cb8dc;
	border-radius: 3px;
	background-color: #f9f9f9;
	display: block;
	float: left;
	width: 48%;
	height: 120px;
	padding: 3px 0 3px 3px;
	margin: 1%;
	line-height: 1.35;
	font-size: 0.75rem;
	box-shadow: 3px 3px #333333;
	color: #003266;
}

.gamelink section {
	float: left;
	width: 60%;
}

.gamelink .stars {
	padding: 3% 0 3% 8px;
	margin: 10px 6px;
	border-left: 3px solid #333;
	width: 36% !important;
	height: 88%;
	font-weight: bold;
}

.starFont {
	font-weight: bold;
	font-size: 16px;
	color: deeppink;
}

.gamelink3 {
	border: 1px solid #7cb8dc;
	border-radius: 3px;
	background-color: #f9f9f9;
	display: block;
	float: left;
	width: 31%;
	height: auto;
	padding: 3px;
	margin: 1%;
	line-height: 1.25;
	font-size: 0.75rem;
	box-shadow: 3px 3px #333333;
	font-weight: bold;
}

.gamelink2 {

	border: 1px solid #7cb8dc;
	border-radius: 3px;
	background-color: #f9f9f9;
	display: block;
	float: left;
	width: 31%;
	height: auto;
	padding: 15px;
	margin: 1%;
	line-height: 1.25;
	box-shadow: 3px 3px #333333;
	font-size: 0.75rem;
	line-height: 1.25;
}

.gamelink a {
	text-decoration: none;
	color: #222222;
	font-size: 0.8rem;
}


.gamelink2 a {
	display: block;
	margin: auto;
	color: #222222;
	font-weight: bold;
	font-size: 0.8rem;
}

.gamelink img {
	border: 1px solid #666;
	float: left;
	margin: 6px;
}


.gamelink3 a {
	text-decoration: none;
	color: #222222;
	font-size: 0.8rem;
}

.gamelink3 img {
	border: 1px solid #7cb8dc;
	float: left;
	margin: 6px;
}

h3 {
	text-decoration: underline;
	margin-top: 9px;
	margin-bottom: 5px;
	color: #333333;
	font-size: 0.8rem;
}

.exp {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

#flashinform {
	width: 90%;
	border: dashed 3px red;
	background-color: #fefefe;
	padding: 15px;
	margin: auto;
	font-size: 0.9rem;
}

h4 {
	font-size: 1.25rem;
	color: red;
}

#flashdisplay {
	cursor: pointer;
	width: 86%;
	margin: 15px auto 15px auto;
	font-weight: bold;
	text-decoration: underline;
}

#flashgame {
	display: none;
	margin: auto;
	overflow: hidden;
}

.dispnone {
	display: inline-block;
}



/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
	body {
		font-size: 16px;
	}

	.gamelink {
		width: 96%;

		/*border: 1px solid #7cb8dc;*/
		/*border-radius: 3px;*/
		/*background-color: #f9f9f9;*/
		/*display: block;*/
		/*float: left;*/
		/*width: 45%;*/
		/*height: 120px;*/
		/*padding: 3px;*/
		/*margin: 1%;*/
		/*line-height: 1.35;*/
		/*font-size: 0.75rem;*/
		/*box-shadow: 3px 3px #333333;*/
	}

	.ad970x250 {
		width: 680px;
		height: auto;
		margin: 35px auto 10px auto;
		padding: auto;
		text-align: center;
		border: 3px solid  #666;
		background-color: #fefefe;
		overflow: hidden;
	}

	.spacerad4 {
		width: 680px;
	}

	.gamelink2 {
		width: 45%;
	}

	#maincontents {
		width: 100%;
	}

	.linkToTop {
		width: 100%;
	}
}

/* smartPhone */
@media screen and (max-width: 640px) {
	body {
		font-size: 16px;
	}


	.ad970x250 {
		width: 100%;
		height: auto;
		margin: 35px auto 10px auto;
		padding: auto;
		text-align: center;
		border: 3px solid  #666;
		background-color: #fefefe;
		overflow: hidden;
	}

	.spacerad4 {
		width: 320px;
	}


	.dispnone {
		display: none;
	}

	.gamelink img {
		border: 1px solid #7cb8dc;
		float: left;
		margin: 6px;
		width: 45px;
		height: 45px;
	}

	.gamelink .dp {
		border: 1px solid deeppink !important;
	}

	.gamelink {

		width: 96%;

		/*border: 1px solid #7cb8dc;*/
		/*border-radius: 3px;*/
		/*background-color: #f9f9f9;*/
		/*display: block;*/
		/*float: left;*/
		/*width: 45%;*/
		/*height: 120px;*/
		/*padding: 3px;*/
		/*margin: 1.5%;*/
		/*line-height: 1.35;*/
		/*font-size: 0.45rem;*/
		/*box-shadow: 3px 3px #333333;*/
	}

	.gamelink section {
		width: 48%;
	}

	.gamelink .stars {
		width: 48% !important;
	}

	.gamelink2 {
		width: 45%;
	}

	#maincontents {
		width: 100%;
	}

	.linkToTop {
		width: 100%;
	}

	h3 {
		text-decoration: underline;
		margin-top: 9px;
		margin-bottom: 5px;
		color: #333333;
		font-size: 0.7rem;
	}

	.exp {
		font-size: 18px;
		line-height: 26px;
	}

}

#formname, #formmail {
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #333;
}

#formcontent {
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #333;
}

.egg-title {
	margin-left: 35px;
	font-weight: bold;
	font-style: oblique;
}