﻿@charset "UTF-8";

#main{
	padding:20px 0px; /* テンプレ重要 */
	background-color:#eeeeee;
}

#main #sentence_space{
	padding-top:10px;
	margin-left:20px;
	margin-right:50px;
}

#main #sentence_space p{
	padding-top:20px;
	font-size:120%;
	line-height:1.6em;
}

#main #sentence_space .center{
	display:block;
	width:100%;
	text-align:center;
	margin:20px auto;
}

#main #sentence_space li{
	line-height:1.5em;
}

#main #sentence_space table{
	border-collapse: collapse;
}

#main #sentence_space .table03 td{
	margin:2px;
	text-align:center;
	border: 2px #5555aa solid;
}

#main #sentence_space .table03 th{
	margin:4px;
	border: 2px #5555aa solid;
	border-bottom: 3px #5555aa double;
}

#main .limit{
	font-size:90%;
	margin-top:40px;
}

#main .intro{
	text-align:center;
	font-size:130%;
}

#main #all{
	text-align:center;
}

#main .cell{
	display:block;
	margin:20px auto;
}

#main .number{
	color:#333333;
	line-height:1.7em;
}

#main .title{
	text-decoration: none;
	color:#22aa22;
	font-weight:bold;
	font-size:170%;
}

#main .title:hover{
	color:#0000ff;
}

#main #display{
	font-size:120%;
	color:#5555ff;
	cursor:pointer;
	font-weight:bold;
	margin-top:100px;
}

#main #limit{
	display:none;
}

#main #hid{
	font-size:120%;
	color:#5555ff;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:100px;
}