﻿body,div,h1, h2, h3, h4, h5, h6, p, address,ul, ol, li, dl, dt, dd,table, caption, th, td, img, form 
	{
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	line-height:1.4em;
	text-align:center;
	list-style-type:none;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
		font-family: 'Cinzel Decorative', serif;
	}
ol, ul{
   	list-style:none;
	}
a,img{
	list-style:none;
	border:none;
	text-decoration: none;
	}
a,a:visited, a:active, a:hover{ color: #161616; cursor: hand;}
a {
-o-transition: all 0.15s ease;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
transition: all 0.15s ease;
}
a:hover {
-o-transition: all 0.24s ease;
-webkit-transition: all 0.24s ease;
-moz-transition: all 0.24s ease;
transition: all 0.24s ease;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
	
h1
	{
	margin:20px 0;
	padding:20px 0;
	border:none;
	font-style:normal;
	font-weight:bold;
	font-size:35px;
	line-height:1.4em;
	text-align:center;
	list-style-type:none;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
		font-family: 'Cinzel Decorative', serif;
	}

@media only screen and (max-width: 768px) {
h1
	{
	margin:20px 0;
	padding:20px 0;
	border:none;
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	line-height:1.4em;
	text-align:center;
	list-style-type:none;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
		font-family: 'Cinzel Decorative', serif;
	}

}