@charset "shift_jis";

* {
  margin: 0;
  padding: 0;
}

div#proContents ul,
div#proContents li {
  list-style: none;
  list-style-position: outside;
}

div#proContents li img {
  vertical-align: bottom;
}

div#proContents a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

div#proContents .clearfix:after {
  content: "."; /* �V�����v�f����� */
  display: block; /* �u���b�N���x���v�f�� */
  clear: both;
  height: 0;
  visibility: hidden;
}

div#proContents .clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

#proContents {
  font-family: "Noto Sans Japanese", "���C���I", "Meiryo", "�q���M�m�p�S Pro W3",
    "Hiragino Kaku Gothic Pro", "�l�r �o�S�V�b�N", "MS PGothic", "osaka",
    sans-serif;
  line-height: 1.4;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

/*-----------------------------
    header
------------------------------*/

#header {
  background: #fff;
  /* padding: 10px 0; */
}
#header .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
#header .logo {
	text-align: center;
    width: 100%;
}

/*-----------------------------
    footer
------------------------------*/
/* #footer {
	background: #fff;
	padding: 10px 0;
} */
#footer .inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
#footer img {
	width: 100%;
}

/*-----------------------------
	contents
------------------------------*/
.contents {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.contents img {
	width: 100%;
}

/* .mv {
	margin-bottom: 80px;
} */

.link {
	display: block;
	margin: auto;
	text-align: center;
}

.link a {
	display: inline-block;
}

/* .link img {
	max-width: 1060px;
	width: 95%;
} */

/* .notes {
	margin: 80px 0;
} */