@charset "UTF-8";
/*   
Theme Name: Default
Theme URI: 
Description: 
Author: Daisuke Ushio
Author URI: localhost
Template: 
Version: 
.
コメント／利用許諾の記述 (あれば)
.
*/
/*
  Basic Styling
*/
html, body {
  position: absolute;
  left: 0;
  top: 0;
  zoom: 1;
  font-size: 13px;
  line-height: 1.7em;
}

html {
  font-family: Meiryo, メイリオ, ＭＳ Ｐゴシック, sans-serif;
  background: #fff;
}

body > * {
  background: #fff;
}

/*
  Site-Navigation
*/
#navigation {
}

#navigation ul {
  list-style: none;
  margin: 0;
  zoom: 1;
  display: inline-block;
  width: 100%;
  background: #ccc;
}

#navigation li {
  float: left;
  background: #aaa;
  padding: 0.2em;
}

/*
  Main
*/
#main-bundle {
  width: 100%;
  text-align: center;
}

#main-bundle > * {
  text-align: left;
}

#main-bundle > .wfx {
  display: inline-block;
  position: relative;
}

#content {
}



/*
  Footer
*/
#footer {
}

/*
  Width Fixer
*/
.wfx {
  width: 606px;
  margin: auto;
}

body > * > .wfx {
  
}

/*
  Path
*/
#path ol {
  display: inline-block;
  list-style: none;
  margin: 0;
}

#path ol li {
  float: left;
}

#path ol li:after {
  content: '>';
  padding: 0 0.5em;
}

#path ol li:last-child:after {
  content: '';
}


/*
  Table
*/
table {
  background-color: #888;
  border-collapse: separate;
  border-spacing: 1px;
}

tbody td {
  background: #fff;
}

tbody th,
tbody td {
  padding: 0.5em;
}

/*
  Section
*/
section {
  margin-bottom: 2em;
}