﻿@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-syncer{
cursor:pointer;
}
#modal-overlay {
	z-index: 3 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.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: 5 ;
border-radius:5px;
}
.sp .modalcont-title{
padding:10px 1.0em;
border-radius:5px 5px 0 0;
}
.sp .modalcont-inner{
padding:10px 1.0em;
}
.sp .modal2btn{
text-align:center;
width:46%;
margin:10px 2% !important;
float:left;
}
.sp .modalclosebtn{
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;
}
.sp.imgupload{
	width:80%;
}
.sp .modal-search-form{
padding:1.0rem;
}




/* 追記css PC用 */
.modal-content.pc {
width: 60% ;
max-width:800px;
margin: 0 ;
background: #fff ;
position: fixed ;
display: none ;
z-index: 102;
border-radius:5px;
}
.pc .modalcont-title{
padding:10px 1.0em;
border-radius:5px 5px 0 0;
font-size:1.2rem;
}
.pc .modalcont-title i{
margin-right:0.5rem;
}
.pc .modalcont-inner{
padding:20px 2.0em;
}
.pc .modal2btn{
text-align:center;
width:46%;
margin:10px 2% !important;
float:left;
}
.pc .modalclosebtn{
position: absolute;
top: 0;
right: 0;
padding: 0.5rem 1.0rem;
font-size: 1.4rem;
color: #fff;
text-align: center;
display: block;
}
.pc .modalclosebtn:hover{
opacity:0.7;
}

.pc.imgupload{
	width:40%;
}
.pc .modal-search-form{
padding:1.0rem;
}

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