html{
	margin:0 auto;
	padding: 0;
}

body{
	background:#F5F5F5;
	color:#3E4048;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font: 16px;
	line-height: 1.6;
}


img {
	max-width: 100%;
}

section{
	border:none;
	box-shadow: 0 0 8px gray;
	background: #FFFFFF;
	padding: 30px;
	margin: 20px;
	border-radius: 10px;
}

h1{font-size: 30px;
margin-top:30px;
border-bottom: #ccc 6px double;}
h2{font-size: 22px;
margin-top:30px;
border-bottom: #ccc 2px solid;}

h3{
	color:#444;
	margin-top: 30px;
}
h3::before
{content: '●';
	font-size: 80%;
	vertical-align: middle;
	color: #ccc;
margin-right:5px;}

h3 span{
	font-size: 80%;
	color: #FF5C1A;
	margin-left: 5px;
}

h4{
	margin: 20px 0px -5px 0px;
}

li{margin-bottom: 8px;}

pre{
	background:#EEEEEE;
	padding: 10px;
	color: #3A3A3A;
	white-space: pre-wrap;
	font-size: 100%;
}

pre p{
	width: 100%;
}

span{
	color: red;
}

aside{
	width: auto;
	padding: 0px 20px 10px;
	border:2px solid #04A299;
	background: #FFF2C3;
	border-radius: 8px;
	font-size: 100%;
}

aside h1{
	margin-bottom: 10px;
}


aside span{
	font-weight: bold;
}

ol{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0em 2em 0.3em 0.3em;
}
ol li{
  position:relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-size:14px;
  border-bottom:dashed 1px #555;
}
ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #555;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ol ul li{
	list-style: none;
}


section table{
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
section table th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #FF8200;
	border: 1px solid #ccc;
}
section table td {
	width: 70%;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}


/*index*/

.spacer{
	margin-top: 100px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.weblist {
	list-style: circle;
	line-height: 1.7;
	font-size: 120%;
	margin-top: -30px;
}

td, th {
padding: 10px 15px;
}

td.list1 { background-color: #ccc; }
td.list2 { background-color: #eee; }


td.SmallText{
	font-size: 12px;
	color: #B7A081;
}

td{border-bottom: 1px solid #B6B6B6;}
