
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

body{
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 14px;
  width: 100%;
  max-width: 540px;
  letter-spacing: 2.5px;
  line-height: 1.7;
  margin: 0 auto;
  text-align:center;
  overflow-x:hidden;
  padding: 0;
}
	
a{
 color:#444;
 margin:5px;
 border-bottom:1px dashed #334466;
 text-decoration: none;
}

a:hover{
color: #ccc;
}
	
#main{
 font-size: 11px;
 width: 90%;
 margin:0 auto;
 padding: 10px;
}

h1{
 font-family:&#8218;&#205;&#8218;&#234;&#8218;&#204;&#8218;&#187;&#8218;&#231;&#8211;&#190;&#129;f&#169;,serif; 
 font-size: 23px;
 color:#334466;
 border-bottom:8px dotted #334466;
 padding-bottom:10px;
 margin-bottom:20px;
 display:inline-block;
}

h2{
 font-size: 15px;
 color:#334466;
 margin:20 0 5 0px;
}

.menu{
 position: relative;
 display: inline-block;
 font-weight: bold;
 padding: 0.5em;
 text-decoration: none;
 color: #fff;
 background: #334466;
 border-radius: 20px;
 transition: .4s;
}

 .menu:hover {
 background: #00bcd4;
 border-radius: 20px;
 color: white; 
}

.box{
 display: block;
 position: relative;
 text-align: justify;
 text-justify: inter-ideograph;
 -ms-text-justify: inter-ideograph;
 border: 1px solid #252c63;
 border-radius: 20px;
 z-index: 0;
 margin: 5px auto;
 padding: 15px;
 background:#fff;
 font-size:13px;
 text-align:left;
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
 box-sizing: border-box;
}

span.chapter-title {
    border-left: 3px solid #232f5f;
    border-bottom: 1px solid #232f5f;
    /* color: #fff; */
    padding: 1% 4% 0.5% 4%;
    margin: 2% 0 0 0;
}

header{
 height:30px;
 background-image: linear-gradient(-45deg,#fff 25%,#334466 25%, #334466 50%,#fff 50%, #fff 75%,#334466 75%, #334466);
  background-size: 20px 20px;
}

footer{
text-align:center;
font-size:14px;
margin:0;
}

input[type]
{
	background: #fff;
	box-shadow: none;
	color: #777;
	font-family: 'Baloo', cursive;
	font-size: 10pt;
	height: auto;
	margin: 0;
	padding: 3px;
}
input[type=text]
{
  border: #ddd solid 1px;
  width: 80px;
  margin:5px;
 text-align: center;
}
input[type=submit]{
   border: #ddd solid 1px;
   margin: 5px;
   padding: 2px 2px;
   width: auto;
}
.nameform a {
  color: #fff;
  background: #334466;
  padding: 5px 10px;
}

/**/
.gntm-L01-top {
	width: 80%;
	max-width: 300px;
	background: #ffffff;
	margin: 5% 0 0 0;
}
.gntm-L01-li1 {
	list-style: none;
	padding: 0 0 0 2em;
}