/*設定*/
audio:focus,video:focus {
	outline:0;
}
.header{
	background: url("../../../../image/hd_back_00.gif") repeat-x bottom;
	height: 70px;
	text-align: left;
}

.header img{margin-top: 13px; margin-left: 20px; height: 40px;}
/*注意書き用*/
	.caution{
		background: #FFF;
		max-width:100%;
		margin:0px auto;
		font-size:15px;
		border-radius: 10px; 
	}
	.caution h3{
		color:red;
		font-weight: bold;
		text-align: center;
		font-size:15px;
		margin-bottom: 0;
	}

/*ダウンロードリンク用*/
.apdl-link{
	text-align: center;
	padding: 20px 0 0;
	overflow: hidden;
	background: #030c7b;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.apdl-link span{
	display: block;
	text-align: center;
	width:200px;
	padding: 5px;
	margin: 0 7px 20px ;
	border-radius: 5px;
	border:4px double #FFF;
	background: #131da6;
	font-weight: bold;
	font-size:15px;
	transition: 0.5s;
}

.apdl-link span:hover{transform: scale(1.05)}

.apdl-link span:nth-of-type(4){margin: 0 0px 20px 0;}

.apdl-link span img{
	height: 70px;
}



.apdl-link2{
	display: block;
	text-align: center;
	width:200px;
	padding: 5px;
	margin: 0 7px 20px ;
	border-radius: 5px;
	border:4px double #FFF;
	background: #131da6;
	font-weight: bold;
	font-size:10px;
	transition: 0.5s;
	height: 70px;
}
.apdl-link2 p{
	width:150px;
	background: #FFF;
	border-radius: 3px;
	font-weight: bold;
	font-size:12px;
	color:#131da6;
	margin:0 auto 5px;
	transition: 0.2s;
}

.apdl-link2 p:hover{
	font-weight: bold;
	color: #FFF;
	background: rgba(66,158,235,1.00);
}

.apdl-link2 img{height: 60px;
	margin-top: 5px;
	margin-left: -5px;
}


/* アプリ名部分：共通 */
.ap{
	width:100%;
	margin:0 auto; 
	color:#000;
	background: #FFF;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	overflow: hidden;
}
.ap ul{
	display: flex;
	flex-wrap: wrap;
	min-width:960px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(85,85,85,0.20);
}
.ap li {
	width: 50%;
	background:#FFF;
	height: 40px;
	overflow: hidden;
	border-bottom: dotted 1px #5b5b5b;
		}
.ap li:last-child {
	border-bottom: none;
		}

.ap_name {
	width: 100px;
	height: 40px;
	float:left;
	background:#535fff;
	color:#FFF;
	text-align: center;
	overflow: hidden;
	line-height: 150%;
	margin: 0 10px 0 0;
	padding: 0px 0 0 0;
}

.ap_scon{
	height: 40px;
	overflow: hidden;
	padding: 0px 0 0 0;
}

.ap_scon2{
	height: 40px;
	overflow: hidden;
	padding: 3px 0 0 0;
}


.sm_f{font-size:10px;}

.sh a{}
/*商標の飾り部分*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.tri::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: rgba(26,120,180,1.00);
}
.tri::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}


.attention1 {
	text-align: center;
	font-size: 12px;}

.attention1 a{
	font-size: 12px;
	color:rgba(110,19,188,1.00);
}



.pg{margin: 0px auto 40px;}



.sns_list{
	background: #FFF;
	overflow: hidden;
}

.sns_btn{
	list-style: none;
	display: flex;
	justify-content: space-around;
	width:220px;
	margin: 15px auto;
}

.sns_btn img{
	width:45px;
}

/*===============================================================================*/
/*全体背景設定*/
.mainbody{background: #1a5660 url(../img/back.png);}

.li {margin:0px;}

.blk00{
	color:#000;
	line-height:1.7em;
	padding:5px;
	font-size:12px;
	letter-spacing:0.2em;
}

/*リンク設定*/
.link{text-decoration : none;}
.link:LINK{color : #FFFFFF;}
.link:VISITED{color : #FFFFFF;}
.link:HOVER{color : #f5d66c;}
.link:ACTIVE{color : #f5d66c;}

#wrap {
	margin-top:50px;
	margin-bottom:100px;
}

/*下部リンク設定*/
#ulink{
		background:#5f3416 url(../img/link_back.png) repeat-x bottom;
		height:40px;
	line-height: 120%;
}

/*TOPメニュー設定*/
#tmenu{
  margin: 0;
  padding: 0;
  height: 40px;
  width:948px;
  text-align:center;
}

#tmenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tmenu li{
  text-indent: -9999px;
  float:left;
  width: 237px;
  margin: 0;
  padding: 0;
}

#tmenu a{
  display: block;
  width: 100%;
  height: 40px;
  background-image:url(../img/t_menu.gif);
  background-repeat: no-repeat;
}

#tmenu1 a{background-position: 0 0;}
#tmenu2 a{background-position: -237px 0;}
#tmenu3 a{background-position: -474px 0;}
#tmenu4 a{background-position: -711px 0;}


#tmenu a:hover{
  background-image:url(../img/t_menu.gif);
  background-repeat: no-repeat;
}

#tmenu1 a:hover{background-position: 0 -40px;}
#tmenu2 a:hover{background-position: -237px -40px;}
#tmenu3 a:hover{background-position: -474px -40px;}
#tmenu4 a:hover{background-position: -711px -40px;}


/*メニュー設定*/
 #globalnavi{
  margin: 0;
  padding: 0;
  height: 40px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
  text-indent: -9999px;
  float:left;
  width: 189px;
  margin: 0;
  padding: 0;
}

#globalnavi a{
  display: block;
  width: 100%;
  height: 40px;
  background-image:url(../img/menu.gif);
  background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -189px 0;}
#menu3 a{background-position: -378px 0;}
#menu4 a{background-position: -567px 0;}
#menu5 a{background-position: -756px 0;}

#globalnavi a:hover{
  background-image:url(../img/menu.gif);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -40px;}
#menu2 a:hover{background-position: -189px -40px;}
#menu3 a:hover{background-position: -378px -40px;}
#menu4 a:hover{background-position: -567px -40px;}
#menu5 a:hover{background-position: -756px -40px;}




/* 下部コピーライト部分：共通 */
.copy{
	background:#FFFFFF;
	border-top:#F00 1px solid;
	color:#6a84b9;
	font-size:10px;
	text-align:right;
	padding-right:5px;}
	
.attention{
	background:#FFFFFF;
	color:#6a84b9;
	font-size:10px;
	margin:2px 5px;
	text-align:left;
}


/*TOP背景設定*/
.top00{
			background:#000000 url(../img/back_00.jpg) no-repeat top;
			height:640px;
			}

/*プロローグ背景設定*/
#pr00{
			background:#fff0a8 url(../img/back_01.jpg) no-repeat top;
			width:948px;
			margin:0 auto;
			height:720px;
			}


/*背景設定*/
.mct00{
			background:#fff0a8 url(../img/back_01.jpg) no-repeat top;
			width:948px;
			margin:0 auto;
			}


/*キャラクター背景設定*/
.cha00{
			background:#000000 url(../img/back_10.jpg) no-repeat top;
			height:80px;
			}
			.cha01{
			background:#000000 url(../img/back_11.jpg) no-repeat top;
			height:1220px;
			}