﻿body{
    font-size:18px;
    font-family:'メイリオ',Meiryo;
}
p.font-xx-small{
    font-size:0.3em;
}
p.font-x-small{
    font-size:0.5em;
}
p.font-small{
    font-size:0.8em;
}
p.font-medium{
    font-size:1.3em;
}
p.font-large{
    font-size:1.5em;
}
p.font-x-large{
    font-size:1.8em;
}
p.font-xx-large{
    font-size:2.0em;
}


/*スクロール*/
/*ヘッダー*/
#topnav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 40px;
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #ccc;
	padding: 10px;
	/*text-align: center;*/
    height:50px;
    
}
#topnav ul {
    text-align: right;
	list-style-type: none;
}
#topnav li {
	line-height: 1em;
	display: inline-block;
	margin-right: 20px;
}
/*
#topnav li a {
	font-family: 'Marvel', sans-serif;
	color: #000;
	text-decoration: none;
}
#topnav li .share {
	position: relative;
	top: 4px;
}*/
/*サイドバー*/
#sidenav {
	position: fixed;
	top: 100px;
	left: 10px;
}
#sidenav ul {
    list-style: outside none none;
}
#sidenav ul li a{
    /*下線消す*/
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
}
#sidenav ul li a:link{
    /*未訪問*/
    color:#000000;
}
#sidenav ul li a:hover{
    /*フォーカス*/
    color:#808080;
}
#sidenav ul li a:active{
    /*選択時*/
    color:#000000;
}
#sidenav ul li a:visited{
    /*訪問済*/
    color:#000000;
}

#content{
    text-align:center;
}
/*トップへボタン*/
#top2 {
	position: fixed;
	bottom: 0;
	right: 40px;
}
/*1ページあたりの最小高さ*/
.page {
    padding-top:100px;
    min-height: 1200px;
}
/*divでテーブル組む時の行*/
.div-row{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom:10px;
}
/*divでテーブル組む時の列1*/
.div-cell-1{
    display: table-cell;
    width: 50%;
}
/*divでテーブル組む時の列2*/
.div-cell-2{
    display: table-cell;
    width: 50%;
}

/*
body,ul,
li,h1,h2 {
	margin:0; 
	padding:0;
	font-size: 23px;
	line-height: 1em;
}
p {
	font-family: "ＭＳ Ｐ明朝", sans-serif;
	font-size: 23px;
	line-height: 1.3em;
}
a:hover {
	opacity: 0.3;
}



.click {
	position: relative;
	top: -580px;
	left: -40px;
	opacity: 0.3;
}*/




/*サイドバー*/
/*
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 13px;
  font-family: 'Verdana', 'Meiryo';
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  height: 100px;
  background-color: #F6F6F6;
  padding: 20px;
}
.footer {
  height: 500px;
  background-color: #F6F6F6;
  padding: 20px;
}
.wrapper {
  margin: 20px auto;
  width: 900px;
}
.side {
  float: right;
  position: relative;
  width: 240px;
}
.main {
  width: 640px;
  float: left;
  background-color: #FDC7B3;
  padding: 20px;
  margin: 10px 0;
}
.relnav, .fixnav {
  padding: 20px;
  width: 240px;
  margin: 10px 0;
}
.relnav {
  height: 290px;
  background-color: #DDEEA8;
}
.fixnav {
  background-color: #B3E8EE;
}

.scroll {
  position: fixed;
  right: 0;
  top: 0;
}
.button {
  height: 30px;
}
.button input {
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  background: #311d0a;
  color: #fff;
  border: none;
  outline: none;
  margin: 0 2px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
}*/
    