/**************************************************
**
**	ENTRY
**	-----------------------------------------------
**	ENTRY SETTING
**
***************************************************/


/**************************************
**
**	MODAL
**
**************************************/

.modalScreen{
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 800;
	display: none;
}

.modalContentsArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 90%;
	height: 90%;
	font-size: 12px;
	border-radius: 10px;
	z-index: 1000;
}

.modalContentsArea section{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.lineModalContentsArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 50%;
	font-size: 12px;
	z-index: 1000;
}

.lineModalContentsArea section{
	width: 100%;
}

@media (min-width: 1000px) {
    .lineModalContentsArea {
        width: 480px;
    }
}

.modalPadding{
	padding: 8px;
}

.modalHeader{
	position: relative;
	background: linear-gradient(#FF9933, #EEC362);
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.modalHeader h1{

}

.modalContentsList{
	color: #888888;
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}

.modalContentsList h1{
	color: #222222;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	padding-bottom: 15px;
}


.closeBlack {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -10px;
	right: -10px;
	background-color: #000000;
	font-size: 150%;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	z-index: 20;
	border: 2px solid #000000;
	border-radius: 50px;
	display: block;
}
.closeBlack:hover,
.closeBlack:focus {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=7);
	opacity: .7;
}



/**************************************
**
**	DIALOG
**
**************************************/

#dialogBox{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	display: none;
	padding-top: 15px;
	text-align: center;
	text-align: center;
	z-index: 1999;
}

#dialogError{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	display: none;
	z-index: 1000;
	color: #FF0000;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}

#dialogArea{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 1px;
	display: block;
}

.ui-dialog {
	z-index: 9999 !important;
}



/***********************************
**
**	SCROLLING STOP
**
***********************************/

.stopScrolling {
	height: 100%;
	overflow: hidden;
}



/**************************************************
**
**	FRAME
**	-----------------------------------------------
**	FRAME SETTING
**
***************************************************/

.frameList{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.frameList ul{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table-row;
	clear: both;
}

.frameList ul.space{
	height: 15px;
}

.frameList ul li{
	vertical-align: middle;
	margin: 0px 0px 20px;
	padding: 8px 8px 8px 16px;
	display: table-cell;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.frameList ul li.title{
	background-color: #E6E7EB;
	width: 110px;
}

.frameList ul li.subject{
	background-color: #E6E7EB;
}


/**************************************
**
**	BUTTON
**
**************************************/

.submitButton{
	background: linear-gradient(#FF9933, #EEC362);
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 50px;
	margin: 20px auto 20px;
	border-radius: 25px;
	display: block;
	clear: both;
}

.submitButton a{
	color: #FFFFFF;
}


/**************************************
**
**	WARNING CONTENTS
**
**************************************/

#warning {
	background-color: #FFFFFF;
	width: 80%;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	line-height: 22px;
	word-wrap: break-word;
}


#lineButtonArea{
	width: 80%;
	margin: 0 auto;
}

#lineButtonArea img{
	width: 100%;
}

#lineBannerArea{
	width: 90%;
	margin: 0 auto;
}

#lineBannerArea img{
	width: 100%;
}


/**************************************************
**
**	OPTION
**	-----------------------------------------------
**	OPTION SETTING
**
***************************************************/

#loading{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	line-height: 50px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
	border-radius: 10px;
	z-index: 9999;
}

#loading i{
	color: #FFFFFF;
	margin-top: 15px;
}

