﻿* {
    margin: 0;
	padding: 0;
}

html {
	height: 100%;
    width: 100%;
}

body {
	background-color: #FFFFFF;
	overflow-x : hidden;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
    font-size: 1em;
	color: #3d3d3d;
	line-height: 1.4em;
}

section {
	/**/
}

/*コンテンツボディー*/
.contents_body {
	clear: both;
	font-size: 1em;
	max-height: 100%;
}
#slide {
    width: 100%;
	height: 100%;
}
#media_contents {
	text-align: center;
    /*border: solid 1px #F013E1;*/
}

/*メディア*/
video {
	background-color: #fff;
}

/*ポップアップウィンドウ*/
#popup_contents {
    position: absolute;
    top: 50%;
    left: 50%;
	padding: 0.5em;
    margin: 0;
	background-color: #fff;
	border: solid 4px #ea553a;
	border-radius: 1em;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
#popup_close {
	font-size: 1em;
	text-align: center;	
	margin: 0.5em;
}
#popup_close a {
	text-decoration: none;	
}

/*スワイプ・ローダ用*/
#loading{
	position:absolute; top:260px;
	width: 968px;
	text-align:center;
	z-index:100;
	display: none;
}
#loading span{
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:40px;
	padding:10px 20px;
	background-color: #FFF;
	color: #3d3d3d;
	opacity: 0.8;
	border: solid 0.15em #eb0000;
	border-top:0.15em solid #ff0000;
	border-bottom:0.15em solid #d30000;
	border-radius: 10px;
}

/*iOS対策*/
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
	position: static;
	margin: 10px 0 10px 0;
}
