@charset "utf-8";

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	color:#333333;
	background:#ffffff;
}

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,
textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

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

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:''
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit
}

input,textarea,select {
	*font-size:100%
}

legend {
	color:#000;
}

/* base */
body {
  font: 13px/1.5 "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/* utility */
.l-bottom-small {
  margin-bottom: 8px !important;
}

.l-bottom-medium {
  margin-bottom: 16px !important;
}

.l-bottom-large {
  margin-bottom: 24px !important;
}

.l-bottom-xlarge {
  margin-bottom: 32px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 40px !important;
}

.l-align-center {
  text-align: center;
}

/*layout*/
.principle-list > li:not(:last-child) {
  margin-bottom: 8px;
}

/* header */
.header {
  background-color: #f4f4f4;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}

/* heading */
.heading {
  padding-left: 10px;
  border-left: 6px solid #4d2b08;
  border-bottom: 2px solid #ddd;
  font-size: 20px;
  font-weight: bold;
}

/* principle */
.principle {
  width: 640px;
  margin: 0 auto;
  padding: 60px 50px;
  font-size: 14px;
}

.principle-content {
  background-color: #edecda;
  padding: 50px;
}

.principle-heading {
  font-weight: bold;
  font-size: 16px;
}

.principle-heading-secondary {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.button {
  padding: 24px;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 4px;
  border-bottom: solid 4px #ccc;
  display: block;
  width: 560px;
  margin: 0 auto;
}

.button:hover {
  opacity: .7;
}

.button-text {
  font-size: 16px;
  font-weight: bold;
  color :#666;
}

.table {
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  color :#333;
}

.table th,
.table td {
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
}

.table th {
  width: 210px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-weight: bold;
}

.table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table tr:last-child td {
  border-bottom: 0px;
}

.heading-title {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
}