@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  text-align: justify;
  border-top: 17px  solid #f3f1e3;
  min-width: 960px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

img {
  max-width: 100%;
  height: auto; }

.red {
  color: #d80000; }

.bold {
  font-weight: bold; }

.sp {
  display: none; }

.pc {
  display: inline-block; }

.cmn_w {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  position: relative; }

.leftLine {
  background-color: #666666;
  width: 1px;
  min-height: 100vh;
  position: absolute;
  top: -33px;
  left: 185px; }

#header {
  background-color: #f3f1e3;
  height: 135px;
  margin-bottom: 4px;
  margin-top: 15px; }
  #header .content {
    display: table;
    padding: 38px 0 0px 30px; }
    #header .content p {
      width: 300px;
      display: table-cell;
      margin-left: 68px;
      vertical-align: middle; }
    #header .content h1 {
      width: 300px;
      display: table-cell;
      vertical-align: middle; }

article {
  clear: both; }

.side {
  float: left;
  width: 184px;
  text-align: right;
  padding-right: 20px; }

.content {
  float: right;
  width: 775px;
  /*border-left:1px solid #666666;*/
  padding-left: 30px; }
  .content p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8; }
  .content .jp {
    width: 300px;
    float: left; }
  .content .en {
    width: 300px;
    float: left;
    margin-left: 68px; }

#top01 {
  clear: both; }
  #top01 .side,
  #top01 .content {
    padding-top: 85px; }

#top02 {
  clear: both; }
  #top02 .side,
  #top02 .content {
    padding-top: 85px; }
  #top02 .content p {
    padding-bottom: 140px; }
  #top02 .content ul {
    padding-bottom: 40px; }
    #top02 .content ul li {
      display: inline-block;
      width: 50%; }

#news {
  clear: both; }
  #news .side {
    padding-top: 85px; }
  #news .content {
    padding-top: 75px; }

#outline {
  clear: both; }
  #outline h3 {
    color: #009583;
    font-size: 16px;
    padding-bottom: 18px; }
  #outline p {
    font-size: 12px; }
  #outline dl {
    font-size: 12px;
    padding-bottom: 8px; }
    #outline dl dt {
      float: left;
      clear: both;
      width: 110px; }
    #outline dl dd {
      padding: 0 0 0 115px; }
  #outline .side,
  #outline .content {
    padding-top: 40px;
    padding-bottom: 30px; }

.line {
  border-bottom: 1px solid #cccccc;
  clear: both; }

.lineT {
  /*border-top:1px solid #cccccc;*/ }

#footer {
  background-color: #f3f1e3;
  clear: both;
  overflow: hidden; }
  #footer .content {
    text-align: right;
    padding: 35px 0 60px 0; }

/*# sourceMappingURL=style.css.map */
