﻿@charset "UTF-8" ;

/********************************************************************************

	SYNCER ? 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/jquery-modal-window

	* 最終更新日時
	2015/08/17 15:38

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/


@charset "UTF-8";

.modal-content {
	width: 80% ;
	margin: 0 ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 5 ;
	border-radius:5px;
}
  
#modal-overlay {
	z-index: 999;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url("../usrimg/dot01.png");
}

.button-link {
font-size:0.8rem;
}
 
.button-link:hover {
}

/* 追記css SP用 */
.modal-content.sp {
width: 80% ;
margin: 0 ;
background: #fff ;
position: fixed ;
display: none ;
z-index: 102;
border-radius:5px;
}
.sp .modalcont-title{
font-size: 1.6rem;
text-align: center;
margin-bottom: 1.5rem;
}
.sp .modalcont-inner{
padding:0.5rem 0;
}
.sp .modal2btn{
text-align: center;
width: 46%;
margin: 1.0rem 2% !important;
float: left;
padding: 0.8rem 0.5rem;
border: 1px solid;
}
.sp .modalclosebtn {
position: absolute;
top: 0.5rem;
right: 0.5rem;
padding: 0.5rem;
display: inline-block;
font-size: 2.0rem;
line-height: 1;
color: #555555;
}
.sp .modalclosebtn.gacha{
position: absolute;
top: 0;
right: 0;
padding: 0.5rem 1.0rem;
font-size: 1.4rem;
line-height:1.0;
color: #fff;
text-align: center;
display: block;
}





/* 追記css PC用 */
.modal-content.pc {
	width: 60% ;
	max-width:600px;
	margin: 0 ;
	padding: 1.0rem 3.0rem 2.0rem 3.0rem;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 1000;
	border-radius:5px;
}
.pc .modalcont-title{
	font-size:2.0rem;
	text-align:center;
	margin-bottom:1.5rem;
}
.pc .modalcont-title i{
	margin-right:0.5rem;
}
.pc .modalcont-inner{
	font-size:0.8rem;
	margin-bottom:1.5rem;
	line-height: 1.3rem;
}
.pc .modal2btn{
	font-size: 1.0rem;
	display: inline-block !important;
	text-align: center;
	padding: 1.0rem 4.0rem !important;
	border: 1px solid #222222;
	margin: 2rem 1.0rem 0 !important;
	transition: 0.2s;
	position: relative;
	width:42%;
}
.pc .modalclosebtn{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	padding: 0.5rem;
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1;
	color: #555555;
}
.pc .modalclosebtn:hover{
	opacity:0.7;
}

/* ガチャ用で追記 */
/* SPガチャ */
.modalclosebtn-spgacha{
position: absolute;
top: 0;
right: 0.5rem;
z-index: 9999;
color: #ffffff;
font-size: 1.8rem;
}
