/* 共通 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


h1 {
	text-align: center;
	font-size: 16px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0;
	padding:10px 0 10px 0;
}

h2 {
	font-size: 15px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin :50px 0 0;
	padding:10px 10px 0 10px;
}

.wapper{
/*	width:768px; */
}

.contents {
	background:	#FFF;
	text-align:left;
	line-height:160%;
	width: 320px;
}

.contents p{
	padding:0 10px 0 10px;

}

.footer {
	font-size: 10px;
	color:#666;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 30px 0 0 0;
}

.startbutton{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #ccc;
    border-style: none;
}


.submitbutton{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #ccc;
    border-style: none;
}


input[type=text] {
	font-size: 0.8em;
	width: 80px;
	height: 20px;
}


button{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #ccc;
    border-style: none;
}



/* HTML */

.linkbutton{
	text-align:center;
	font-size: 16px;
	color:#fff;
    font-weight: bold;
	width:320px;
	padding:0;
	margin:30px 0 30px 0;
    background-color: #eee;
    border-style: none;
}

.linkbutton a {
	text-decoration:none;
	display:block;	
}



/* result 共通 */

.tweet {
	margin:30px 0 30px;
}


form{
	padding:30px 0 0 0;
}

.rankinglist{
	margin:0 0 0 10px;
	font-size:12px;
	text-align:left;
}


.rankingbutton{
	font-size: 12px;
    font-weight: bold;
	width:320px;
	height:30px;
	margin:10px 0 0 0;
    background-color: #ccc;
    border-style: none;
}

.backbutton{
	text-align:center;
	margin:30px 0 30px;
}


/* けいさん10もん用 */

.calcform {
	font-size:24px;
}


input[type=number] {
	font-size: 0.8em;
	width: 80px;
	height: 30px;
}



/* あいうえおタッチ用 */

.setsumei{
	text-align:left;
	margin:30px 0 0 0;
	line-height:160%;
	font-size:16px;	
}

.gamearea {
	width:300px;
	height:300px;
	background:#F2F2F2;
	margin:30px 0 20px 0;

}

.gamearea div{
	display:block;
	text-align:center;
	padding:10px 10px 10px;
	font-size: 40px;
	background-color:#fff;
}

/*　つかうかわからない */

.endbutton{
	font-size: 12px;
	color:#fff;
    font-weight: bold;
	width:320px;
	height:50px;
	margin:30px 0 0 0;
    background-color: #FF0000;
    border-style: none;
}
