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

body { font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif; }

#header{
	z-index: 1;
	margin-left: 0px;
	padding: 0px 15px -3px 20px;
	background-color: #E80727;
	position: fixed;
	width: 100%;
}

#rogo{
	margin-left: 5px;
	width: 100px;
	margin-top: 5px;
}

#choco{
	max-width: 100%;
	margin: 0 auto;

	margin-top: 120px;
	margin-bottom: 20px;
}
h2{
	margin-top: 50px;
}

h2 {
  position: relative;
  padding: 1em 0;
}
h2::before,
h2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h2::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
h2::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.center{
	text-align: center;
}

p{
	line-height: 35px;
}

.top{
	margin-top: 40px;
}

.bottom{
	margin-bottom: 100px;
}

#ice{
	max-width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: -20px;
}

#site{
	max-width: 50%;
	margin: auto;
	display: block;
	margin-bottom: 40px;

}