
.dis-pc-none {
	display: none;
}

* {
	box-sizing: border-box;
}

/* --------------------------------- */
/* サイトフレーム*/
/* --------------------------------- */
header, section {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
}

/* ------------------------------------------------------------------ */
/* ヘッダー*/
/* ------------------------------------------------------------------ */
header img {

}
header ul {
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
}
header li {
	margin-top: 0.5em;
	display: inline-block;
}

/* --------------------------------- */
/* フッター */
/* --------------------------------- */
footer {
	margin-top: 3em;
	text-align: center;
}
#copyright {
    text-align: center;
    color: #333;
    font-size: 0.7em;
    font-weight: 300;
    width: 100%;
    padding: 1em 0;
    vertical-align: middle;
    background-color: #eee;
}
/* --------------------------------- */
/* section */
/* --------------------------------- */
iframe {
	width: 468px;
	height: 60px;
	border: none;
}
section {
	line-height: 2.5em;
}
section ul {
	padding-right: 2em;
	list-style-type: none;
}

/* --------------------------------- */
/* 利用規約 */
/* --------------------------------- */

section#kiyaku-wrapper ul li {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}


/* --------------------------------- */
/* Jpcanada ロゴ　傾ける */
/* --------------------------------- */
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
          border: none;
}

