@charset "UTF-8";
/* CSS Document */


html {
	font-family:'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
    letter-spacing:0.02em;
  line-height: 180%;
	font-size: 16px;
	background-color:#FFF;
	color: #333;
	min-height:100%;
}

body {
  margin: 0 auto;
  max-width: 1000px;
}

div {
  display: inline-block;
}

a {
  color: #333;
  text-decoration: none;
  cursor: auto;
}
a:hover {
  color: #999;
}

.titlepage {
	margin-top: 50px;
	text-align: center;
}

.titlepage  a:hover {
	opacity: 0.5;
}

.titlepage .link_eria {
	margin: 60px 0;
	width: 580px;
	text-align: center;
}

.titlepage .link_eria img {
	width: 400px;
}

.titlepage .link_eria p {
	display: inline-block;
	margin: 20px;
	font-size: 16px;
}

.header {
	  width: 1000px;
	  height: 210px;
	  text-align: center;
	  display: block;
	  overflow: hidden;
	  background-color: #fff;
	  z-index: 100;
}

.title {
  margin: 50px auto 25px;
  width: 500px;
  display: block;
}

.logo {
	font-size: 48px;
	font-family: 'Black Ops One', cursive;
	line-height: 1.1;
}

.logo span {
	display: block;
	font-size: 23px;
	font-family: 'Permanent Marker', cursive;
}

.menu {
  margin: 10px auto;
}

.menu ul {
  list-style-type: none;
  overflow: hidden;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
}

.menu ul li {
  margin-right: 30px;
  float: left;
  font-size: 22px;
  font-family: 'Quicksand', sans-serif;
}

.menu ul li:last-child {
  margin-right: 0;

}

.container {
  position: relative;
  display: block;
  overflow: hidden;
}

h1 {
  font-size: 40px;
  font-family: 'Quicksand', sans-serif;
  border-bottom: solid 1px #999;
}

h2 {
  font-size: 20px;
  font-weight: normal;
   -webkit-margin-before: 0.5em;
   -webkit-margin-after: 0.5em;
}

/*タイルレイアウトを動かす領域の大きさ*/
.list{
  display: block;
  margin: 0 auto;
  width: 1000px;
}

/*タイルレイアウト上下左右の余白*/
.list-box{
    margin: 5px 10px 0 0;
}

/*画像の大きさ widthは必須。heightを指定しないこと。*/
.list-img img {
  width: 480px;
}



table {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

th,td {
  padding: 5px 20px;
  text-align: center;
}

thead th {
  font-weight: normal;
  background-color: #eaeaea;
}
table,td,th {
    border-collapse: collapse;
    border:1px solid #ccc;
    }

.advertising {
  box-sizing: border-box;
  background-color:#eaeaea;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  display: block;
  overflow: hidden;
}

.profile {
  float: left;
  margin: 0 20px 0 0;
}

.profile_read {
  display: inline;
}


.AnnoDomini {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  color: #999;
}


.red {
  color: crimson;
}

.button {
	display: inline-block;
    margin: 50px 0;
    font-size: 20px;
	width: 100%;
	height: 74px;
	text-align: center;
	text-decoration: none;
	line-height: 74px;
	outline: none;
    border-radius: 3px; 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:3px;   /* Firefox用 */ 
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid crimson;
	color: crimson;
	line-height: 70px;
	overflow: hidden;
}
.button:hover {
	color: #fff;
}
.button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button:hover::after {
	background: crimson;
	-webkit-transform: scale(1);
	transform: scale(1);
}



.footer {
  position: relative;
  bottom:0;
  padding:30px 0 20px 0;
  width:100%;
  height:24px;
  text-align:center;
  vertical-align:middle;
  font-size:12px;font-weight: nomal;line-height: 100%;
  color:#000;
  background-color:#fff;
  z-index: 90;
}






