@charset "UTF-8";

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #111111;
	line-height: 20px;
	width: auto;
}

a {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
}

.nobr {
	white-space: nowrap;  
}

article {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: hidden;
	position: relative;
}

#head_nav {
	margin-top: 0px;
	padding-top: 20px;
}

#head_nav h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	border-left: 10px solid#AD9090;
	padding-left: 10px;
	line-height: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 1024px;
}
#head_nav p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	color: #333;
	margin-left: 20px;
	line-height: 1.8rem;
	margin-top: 20px;
	max-width: 1024px;
}

#container {
  max-width: 1026px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#head_nav {
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
}

#slide .btn{opacity:0;}
#slide .btn:hover {
  cursor: default;
  /*opacity: 1;*/
}
