@charset "utf-8";
*{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
} 
body {
	background-image: url(../img/bg_pc.png);
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a  {
	text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
a:hover  {
	opacity: 0.6;

}


p {
	font-size: 100%;
	line-height: 130%;
	color: #3D3D3D;
	font-family: 　"メイリオ", 
　"Meiryo", 
　"ヒラギノ角ゴ ProN W3",
  "Hiragino Kaku Gothic ProN",
　"ＭＳ Ｐゴシック", 
　"MS P Gothic", 
　Verdana, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: aliased;
}
ul {
	list-style-type: none;
}

.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: bold;
}
header #nav_box {
	margin-left: auto;
	margin-right: auto;
}

header nav {
	background-color: #A491F9;
	text-align: center;
}
header nav ul {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	list-style-type: none;
	max-width: 100%;
	height: auto;
}

header nav ul li {
	display: inline;
	line-height: 2.5em;
	margin-right: 1em;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li ul {
	display: none;
}
header nav ul li a {
	text-decoration : none;
	color: #FFFFFF;
	font-weight: bold;
}
header nav a:hover {
	color: #FFFFFF;
}
header nav a ,a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
