@charset "UTF-8";

/* common layout
------------------------------------------------------*/
body {
	color: #445FA3;
	font-size: 12px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Osaka",  "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
}

a {	text-decoration: underline; outline:none;}
a:link		{ color: #0080FF; font-weight:bold; }
a:visited	{ color: #0080FF; }
a:hover		{ color: #0080FF; }
a:active	{ color: #0080FF; }

nav {
  height: 41px;
  background: url(../images/common/bg_nav.png) repeat-x top;
}
nav ul {
  width: 1000px;
  margin: 0 auto;
}
nav ul li {
  display: block;
  float: left;
  margin-left: -9px;
  position: relative;
}
nav ul li:first-child {
  margin-left: 0;
}
nav .ico-new {
  position: absolute;
  left: 13px;
  top: 3px;
}
nav.snav {
  width: 1000px;
  background: none;
  margin: 0 auto;
}
nav.snav ul li{
  margin-left: 0;
  padding-right: 10px;
  position: relative;
}
nav.snav .ico-new {
  position: absolute;
  left: 2px;
  top: -5px;
}
article {
  background: url(../images/common/bg.jpg) no-repeat center top #E5F4FF;
  background-attachment: fixed;
}
section {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
h1 img {
  position: absolute;
  top: -2px;
  left: 0;
}
img#logo-10th {
  position: absolute;
  top: 7px;
  right: 0px;
}
h2 {
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 20px 0 10px 0;
}
#mainCol {
  padding-bottom: 50px;
}

.infoCol {
  width: 912px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  color: #666;
}
.infoCol h4 {
  font-size: 22px;
}
.infoCol p {
  font-size: 16px;
  padding-top: 14px;
}
.infoCol p span{
  color: #d80000;
  font-weight: bold;
}

/* footer
------------------------------------------------------*/

/* top footer ------------------*/
#footer-top{
  background: url(../images/common/footer_top.png) center top no-repeat;
  height: 33px;
  margin-top: -33px;
}
#top footer {
  height: 55px;
  background: url(../images/common/bg_footer.jpg) center top repeat-x;
}
#footer-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
ul#sns {
  float: left;
  width: 70px;
}
ul#sns li {
  float: left;
  padding-right: 5px;
}
#footer-box img{
  display:block;
  padding: 2px 0 0 10px;
}

#bnrCol {
  clear: both;
  background: #FFF;
}
#bnrCol ul {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#bnrCol ul li{
  float: left;
  padding-right: 10px;
}

/* common footer ------------------*/
footer {
  height: 40px;
  background: url(../images/common/bg_footer.jpg) center top repeat-x;
}
img#logo-ps4 {
  position: absolute;
  top: 1px;
  right: 0px;
}

/* fadeIn
------------------------------------------------------*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.ce-footer a, .pr-footer a {
  font-weight: normal;
}

/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.block_c {
	display: block;
	margin: 0 auto;
}

.relative { position: relative; }
.absolute { position: absolute; }

.fl-left { float: left !important; }
.fl-right { float: right !important; }

.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgb-5 { margin-bottom:5px !important; }
.mgb-10 { margin-bottom:10px !important; }

.pdt-5 { padding-top: 5px; }
.pdt-7 { padding-top: 7px; }
.pdt-10 { padding-top: 10px; }
.pdt-15 { padding-top: 15px; }
.pdt-20 { padding-top: 20px; }
.pdt-30 { padding-top: 30px; }

.pdb-10 { padding-bottom: 10px; }
.pdb-20 { padding-bottom: 20px; }