.inner,.n-list {
	width: 960px;
	margin:0px auto;
	position: relative;
}

/* -+- header -+- */

header {
	height: 200px;
	background: url(../img/bg_header-sec.png) repeat-x;
}
header .inner {
	height: 400px;
}
header h1 {
	position: absolute;
	top: 10px;
	left: 0px;
}
header nav.hnav {
	position: absolute;
	top: 10px;
	right: 0px;
}
header nav.hnav ul li {
	height: 42px;
	padding: 5px 0px;
	float: left;
}
header nav.hnav ul li+li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dashed #333;
}
header p.message {
	position: absolute;
	right: 50px;
	bottom: 80px;
}

/* -+- wrapper -+- */

.wrapper {
	padding-bottom: 50px;
	background: url(../img/bg_wrapper.png);
}
.wrapper .inner {
	min-height: 350px;
}

.n-trait, .n-event {
    width: 600px;
    float: left;
}
.n-about,.n-flow {
    width: 341px;
    float: right;
}
section h1 {
	width: 960px;
	height: 100px;
  margin-bottom: 20px;
	display: table;
  background: #fff;
  font-size: 3.0em;
  color: #333;
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
}
section h1 em:before {
    content: "";
    width: 370px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 290px;
    z-index: -1;
    -webkit-filter: opacity(0.8);
		-moz-filter: opacity(0.8);
    -o-filter: opacity(0.8);
    -ms-filter: opacity(0.8);
    filter: opacity(0.8);
}
section h1 em:after {
    content: "";
    width: 362px;
    height: 72px;
    border: 1px dashed #000;
    position: absolute;
    top: 13px;
    left: 293px;
}
section h1 em {
	padding: 0px 15px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	color: #333;
	z-index: 10;
	letter-spacing: 0.2em;
}
#idh h1 {
	background: url(../img/bg_ns-idh.jpg) no-repeat;
}
#iwh h1 {
	background: url(../img/bg_ns-iwh.jpg) no-repeat;
}
#sjh h1 {
	background: url(../img/bg_ns-sjh.jpg) no-repeat;
}
#ysh h1 {
	background: url(../img/bg_ns-ysh.jpg) no-repeat;
}
section {
    padding: 20px 0px;
}
.n-about table th,.n-about table td {
    padding: 10px;
    vertical-align: middle;
    font-weight: normal;
    color: #fff;
}
.n-about tr+tr {
    border-top: 2px dashed #fff;
}
.n-trait {
	min-height: 150px;
	position: relative;
}
.n-trait:before {
	position: absolute;
	right: 0;
	bottom: -100px;	
}
#idh .n-trait:before {
	content: url(../img/bg_n-trait-idh.png);
	width: 208px;
	height: 182px;
}
#iwh .n-trait:before {
	content: url(../img/bg_n-trait-iwh.png);
	width: 182px;
	height: 170px;
}
#sjh .n-trait:before {
	content: url(../img/bg_n-trait-sjh.png);
	width: 182px;
	height: 173px;
}
#ysh .n-trait:before {
	content: url(../img/bg_n-trait-ysh.png);
	width: 200px;
	height: 198px;
}
.n-trait p {
    font-size: 1.2em;
    line-height: 2.0em;
    text-indent: 1.0em;
		position: relative;
		z-index: 10;
		text-shadow: 1px 1px 1px #82c478,1px 0px 1px #82c478,0px 1px 1px #82c478,-1px -1px 1px #82c478,-1px 1px 1px #82c478,1px -1px 1px #82c478;
}
section div h2 {
		margin-bottom: 10px;
    font-size: 1.8em;
    color: #fff;
		text-indent: 0.5em;
		border-bottom: 5px solid #a7d28d;
		position: relative;
}
section div {
    margin-bottom: 20px;
}
.n-flow table th,.n-flow table td {
    font-weight: normal;
    padding: 5px 10px;
}
.n-flow table {
    table-layout: fixed;
    background: #eee;
    border: 5px solid #eee;
}
.n-flow table tr:nth-child(even) {
    background: #ccc;
}
.n-event h2 {
  width: 370px;
}
.n-event table th,.n-event table td {
    padding: 20px;
    font-weight: normal;
    vertical-align: middle;
    font-size: 1.2em;
}
.n-event table+table {
    margin-top: 20px;
}
.n-event table th {
		width: 80px;
		height: 80px;
    font-size: 4.0em;
    text-align: center;
    transform: rotate(10deg);
    text-shadow: 2px 4px 3px #999;
		border-radius: 80px;
		color: #fff;
		font-weight: bold;
}
.n-event table th:after {
  	content: "";
	  border: 5px solid #fff;
  	position: absolute;
	  top: 0;
  	left: 0;
	  width: 110px;
  	height: 110px;
	  border-radius: 100px;
}
th.spr {
    background: #debecc;
}
th.smr {
    background: #bbdbf3;
}
th.aut {
    background: #e8c59c;
}
th.wnt {
    background: #ccc;
}
.n-event table td {
		font-size: 1.0em;
}
.n-event table td.smr,.n-event table td.wnt {
		text-align: right;
}
#claim h1 {
	background: none;
	text-align: center;
}
#claim h2 {
	font-size: 1.5em;
  color: #fff;
}
#claim p {
	padding: 5px 0px;
	line-height: 1.5em;
}
#claim table {
    margin: 0px auto 20px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
#claim table th+th,#claim table td+td {
    border-left: 1px solid #666;
}
#claim table th.head {
    border-right: 1px solid #666;
}
#claim table th,#claim table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

/* -+- footer -+- */

footer {
	height: 150px;
	margin-top: -30px;
	background: #efeee5;
}
.f-Lower {
	clear: both;
	height: 105px;
	padding: 10px 0px;
}
.f-Lower p {
	text-align: center;
}
.f-Lower .pg-anc-top {
	margin: 20px 0px;
}