@charset "utf-8";
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#414143;
	background-color:#FFF;
}
h1 {
	margin:0;
	padding:0;
}
a {
	color:#414143;
	text-decoration:none;
	outline: none;
	display:inline;
}
a:link, a:visited {
	color:#414143;
}
a:hover, a:active {
	text-decoration:none;
	color:#414143;
}
img {
	display:block;
}
a img {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
strong{
	font-weight:bold;
	font-weight:600;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  

.clearfix {
  min-height: 1px;
}

/* :::::::::: CSS Reset End :::::::::: */

.pcn {
	display:none;
}