@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - CSS for Common
//////////////////////////////////////////////////////////*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

blockquote,
q {
	quotes: '''';
}

abbr,
acronym {
	border: 0;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

li img,
dt img,
dd img {
	vertical-align: bottom;
}

.clear {
	clear: both !important;
}

.hidden {
	display: none !important;
}

.floatleft {
	float: left !important;
}

.floatright {
	float: right !important;
}

.textright {
	text-align: right !important;
}

.textcenter {
	text-align: center !important;
}

.vmargin0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.vmargin5 {
	margin-top: 5px;
}

.vmargin10 {
	margin-top: 10px;
}

.vmargin15 {
	margin-top: 15px;
}

.vmargin20 {
	margin-top: 20px;
}

.vmargin25 {
	margin-top: 25px;
}

.vmargin30 {
	margin-top: 30px;
}

.vmargin35 {
	margin-top: 35px;
}

.vmargin40 {
	margin-top: 40px;
}

.vmargin45 {
	margin-top: 45px;
}

.vmargin50 {
	margin-top: 50px;
}

.vmargin60 {
	margin-top: 60px;
}

.vmargin70 {
	margin-top: 70px;
}

.vmargin80 {
	margin-top: 80px;
}

.vmargin90 {
	margin-top: 90px;
}

.vmargin100 {
	margin-top: 100px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.brake {
	display: block;
}

.iframe {
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding-top: 56.25%;
	-webkit-overflow-scrolling: touch;
}

.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	-webkit-overflow-scrolling: touch;
}

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("https://0000r-img.s3.ap-northeast-1.amazonaws.com/wait.gif") center center no-repeat;
}