/*----------------------------------------------------
|
|	CONTENTS
|	--------------------------------------------------
|	CONTENTS CSS SETTING
|	--------------------------------------------------
|	AUTHOR	: 
|
-----------------------------------------------------*/


/**************************************
**
**	CONTAINER
**
**************************************/

#container{
	position: relative;
	top: 110px;
	height: calc(100% - 110px);
}

#contentsArea{
	position: relative;
	padding: 40px 35px 65px 35px;
}

#contentsLeftArea{
	width: 57%;
}

#contentsRightArea{
	position: fixed;
	top: 170px;
	right: 30px;
	background-color: rgba(200,200,200,0.1);
	width: 40%;
	height: calc(100% - 360px);
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	overflow: hidden;
}

#contentsRightArea section{
	position: relative;
	height: 100%;
	overflow: auto;
}


#contentsRightAreaNoBorder{
	position: fixed;
	top: 170px;
	right: 30px;
	background-color: #FFFFFF;
	width: 40%;
	height: calc(100% - 230px);
	overflow: hidden;
}

#contentsRightAreaNoBorder section{
	position: relative;
	height: 100%;
	overflow: auto;
}

#contentsRightAreaNoBorder .frame{
	width: 95%;
}

.contentsLeftArea{
	width: 57%;
}

.contentsRightArea{
	position: fixed;
	top: 170px;
	right: 30px;
	background-color: rgba(200,200,200,0.1);
	width: 40%;
	height: calc(100% - 360px);
	border: 1px solid #CCCCCC;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.contentsRightArea section{
	position: relative;
	height: 100%;
	overflow: auto;
}

#controllArea{
	position: fixed;
	right: 30px;
	bottom: 60px;
	width: 40%;
}

#controllAreaTop{
	position: fixed;
	top: 180px;
	right: 30px;
	width: 40%;
}

#formFrameArea{
	background-color: rgba(0,0,0,0.9);
	color: #FFFFFF;
	width: 90%;
	margin: 15px auto;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

#formFrameArea textarea{
	height: 100px;
}

#formFrameAreaMargin{
	/* height: 320px; */
}

.imageUploadArea{
	background-color: #EBECF0;
	height: 100px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 10px;
	border-radius: 10px;
	word-wrap: break-word;
}



/**************************************
**
**	PAGE TITLE
**
**************************************/

#pageTitle{
	position: fixed;
	top: 60px;
	left: 0;
	background-color: rgba(250,250,250,0.8);
	width: 100%;
	height: 50px;
    font-size: 150%;
    font-weight: normal;
    text-align: center;
	line-height: 50px;
	margin-bottom: 40px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	z-index: 200;
}

#pageTitle i{
	color: #0099FF;
	margin-right: 15px;
}

#pageTitle ul li{
	width: 33%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	float: left;
}

#pageTitle p{
	position : absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

#pageTitle #returnPrevious{
	position : absolute;
	top: 10px;
	right: 10px;
	bottom: 0;
	background-color: #999999;
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	z-index: 1;
}

#returnPrevious a{
	color: #FFFFFF;
	font-size: 12px;
	display: block;
}

#returnPrevious i{
	color: #FFFFFF;
	margin-right: 5px;
}

#headerSearchArea{
	position : absolute;
	top: 10px;
	right: 140px;
	bottom: 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#headerSearchArea input[type="text"]{
	position : relative;
	top: -5px;
}

#headerSelectArea{
	position : absolute;
	top: 0px;
	right: 0px;
	bottom: 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#headerSelectArea select{
	position : absolute;
	top: 5px;
	right: 25px;
}

#headerSelectColumnArea{
	position : absolute;
	top: 0px;
	right: 0px;
	bottom: 0;
	width: 300px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 2;
	margin: 0;
	padding: 5px 0px 0px 0px;
}

#headerSelectColumnArea select{
	display: inline;
	margin-right: 5px;
	float: right;
}

.indexTitle{
	background-color: rgba(0,153,255,0.8);
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto 20px;
	border-radius: 20px;
}

.contentsTitle{
	background-color: rgba(200,200,200,0.1);
	height: 30px;
    font-size: 150%;
    font-weight: normal;
    text-align: center;
	margin-bottom: 40px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.contentsTitle i{
	color: #0099FF;
	margin-right: 10px;
}

.stepSelectArea{
	position : absolute;
	top: 0;
	left: 30px;
	z-index: 2;
}

.stepSelectArea a{
	color: #777777;
}

.stepBox{
	background-color: #CCCCCC;
	width: 100px;
	height: 30px;
	color: #777777;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin: 10px 0 0 -1px;
	border-radius: 20px;
	display: block;
	z-index: 10;
	float: left;
}

.stepBox i{
	margin-right: 5px;
}

.stepBoxBlue{
	background-color: #0099FF;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin: 10px 0 0 -1px;
	border-radius: 20px;
	display: block;
	z-index: 10;
	float: left;
}

a.stepBoxBlue{
	color: #FFFFFF;
}

a.stepBoxBlue i{
	color: #FFFFFF;
	margin: 0px;
}

.stepPipe{
	background-color: #CCCCCC;
	width: 20px;
	height: 10px;
	margin: 20px 0 0 -1px;
	z-index: 1;
	float: left;
}

.stepPipeNone{
	width: 20px;
	height: 10px;
	margin: 20px 0 0 -1px;
	z-index: 1;
	float: left;
}

#linkReturnArea{
	position : absolute;
	top: 20px;
	left: 35px;
	bottom: 0;
	background-color: #999999;
	width: 120px;
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	z-index: 1;
}

#linkReturnArea a{
	color: #FFFFFF;
	font-size: 12px;
	display: block;
}

#linkReturnArea i{
	color: #FFFFFF;
	margin-right: 5px;
}



/**************************************
**
**	SUB TITLE
**
**************************************/

.subTitle{
	background-color: #EBECF0;
	text-align: center;
    font-size: 150%;
    font-weight: normal;
	margin-bottom: 15px;
	padding: 20px;
}

.subTitle ul li{
	width: 33%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	float: left;
}

.subTitle p{
	position : absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}



/**************************************
**
**	CONTENTS BOX
**
**************************************/

.contentsBox{
	padding: 10px;
}

.contentsBoxLeft{
	width: 49%;
	float: left;
}

.contentsBoxLeft section{
	padding: 10px;
}

.contentsBoxRight{
	width: 49%;
	float: right;
}

.contentsBoxRight section{
	padding: 10px;
}



/**************************************
**
**	SEARCH FORM
**
**************************************/

#searchArea{
	background-color: #EBECF0;
	margin-bottom: 15px;
	padding: 15px;
}

#searchForm{
	width: 48%;
	list-style: none;
	overflow: hidden;
	float: left;
}

#searchForm input[type="text"]{
	width: 60%;
}

#searchForm select{
	height: 38px;
}

#searchForm input[type="submit"]{
	background: linear-gradient(#333333, #666666);
	width: 70px;
	height: 38px;
	color: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	font-size: 14px;
	margin: none;
	border: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

#sortArea{
	width: 48%;
	list-style: none;
	float: right;
}

#sortArea ul li{
	background-color: #656F82;
	width: 22%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	list-style: none;
	float: left;
}

#sortArea ul li a{
	display: block;
	color: #FFFFFF;
}

#sortArea ul li.sortSelected{
	background-color: #999999;
}



/**************************************
**
**	LIST
**
**************************************/

ul.listBox{


}

ul.listBox li{
	margin: 0 0 30px;
	padding: 20px;
	border: 1px solid #EEEEEE;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.listImage{
	position: relative;
	width: 250px;
	flex-basis: 250px;
}

.listImageBox{
	background-color: #EEEEEE;
	width: 210px;
	height: 140px;
	color: #777777;
	text-align: center;
	line-height: 140px;
	border: 10px solid #EEEEEE;
	overflow: hidden;
}

.listImageBox img{
	width: 100%;
}

.listContents{
	flex-grow: 2;
}

.listImageBox span img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.imageName{
	background-color: #EEEEEE;
	width: 230px;
	height: 30px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin: 0px auto 15px;
}

.contractWord{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(255,255,255,0.6);
	width: 50px;
	height: 50px;
	color: #FF0000;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	border: 4px solid #FF0000;
	border-radius: 10px;
}

.listControll{
	width: 150px;
	flex-basis: 150px;
}

.listTitle{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.listSubTitle{
	background-color: #EEEEEE;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
}

.listSubContents{
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 5px;
}

.listLine{
	padding-bottom: 10px;
}

.listCheckTitle{
	background-color: #EEEEEE;
	color: #222222;
	text-align: center;
	margin-right: 4px;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.listCheckContents{
	margin-right: 12px;
	padding: 3px;
}

.option{
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.listLink{
	padding: 15px 0 15px;
}

.listLink a{
	background-color: #0099FF;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
	border-radius: 20px;
	display: block;
	float: left;
}

.listControll a{
	background-color: #0099FF;
	width: 120px;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin: 0 0 15px;
	border-radius: 20px;
	display: block;
}

.frame .listControll {
	width: 300px;
}

.frame .listControll a{
	margin: 0 15px 0;
	float: left;
}

a.editLink{
	background-color: #0099FF;
}

a.deleteLink{
	background-color: #999999;
}

a.publishLink{
	background-color: #FF9900;
}

a.displayLink{
	background-color: #00FF66;
}

a.undisplayLink{
	background-color: #000000;
}

a.recommendLink{
	background-color: #FF9900;
}

a.unrecommendLink{
	background-color: #000000;
}

a.contractLink{
	background-color: #FF6699;
}

a.circleLink{
	background-color: #FF6699;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 35px;
	display: inline-block;
}


.listOption{
	flex-grow: 3;
}

.listOption ul li {
	position: relative;
	width: 100px;
	margin: 0px 15px;
	padding: 0px;
	border: 0px;
	box-shadow: none;
	box-shadow: 0px 0px 0px;
	list-style: none;
	float: left;
}

.listOption ul li p{
	position: relative;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
	line-height: 100px;
	font-size: 12px;
	border-radius: 50px;
	box-shadow: 0px;
	display: block;
}

.listOption ul li p span{
	font-size: 18px;
	font-weight: bold;
}

.listOption ul li p.pc{
	background-color: #222222;
}

.listOption ul li p.smartPhone{
	background-color: #00CC66;
}

.listOption ul li p.etc{
	background-color: #FF9933;
}

.listOption ul li p.total{
	background-color: #0099FF;
}

.listOption ul li div{
	position: absolute;
	left: 0;
	bottom: -35px;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	display: block;
}

.listOption ul li div.pc{
	background-color: #222222;
}

.listOption ul li div.smartPhone{
	background-color: #00CC66;
}

.listOption ul li div.etc{
	background-color: #FF9933;
}

.listOption ul li div.total{
	background-color: #0099FF;
}

.listNotice{
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.listNotice a{
	color: #FFFFFF;
}

.optionFrame{
	font-size: 12px;
	text-align: center;
	margin-bottom: 8px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}





/**************************************
**
**	LINK
**
**************************************/

.linkBox{


}

.linkBox ul{

}

.linkBox ul li{
	width: 230px;
	height: 180px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	margin: 0 30px 35px;
	padding: 30px 15px 30px 15px;
	border: 1px solid #EEEEEE;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	overflow: hidden;
	float: left;
}

.linkBox ul li a{
	width: 100%;
	height: 100%;
	font-size: 20px;
	text-align: center;
	display: block;
}

.linkBox ul li a i{
	font-size: 100px;
	margin: 0 auto 35px;
	display: block;
}

span.linkButton a{
	background-color: #0099FF;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: inline;
}

.touchLink a{
	color: #333333;
	display: block;
}



/****************************************
**
**	SETTING
**
*****************************************/

.settingList{

}

.settingList{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.settingList ul{
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEEEEE;
	list-style: none;
}

.settingList ul li{

}

.settingList ul li.listName{
	position: relative;
}

.settingList ul li.listContents{
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	text-align: right;
	float: right;
}

.settingList ul li.listContents div{
	margin-top: 5px;
}

.settingList ul li p{
	padding: 10px;
}

.settingList ul li.listContents i{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 30px;
	font-weight: bold;
}


.settingList a{
	color: #333333;
}

.settingList a i{
	color: #333333;
}

.buttonClose{
	background-color: #FFFFFF;
	width: 150px;
	height: 40px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	border: 1px solid #333333;
}



/**************************************
**
**	MESSAGE
**
**************************************/

.messageLeft{
	width: 70%;
	position: relative;
	display: block;
	margin: 0 auto 20px;
	padding: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	float: left;
	clear: both;
}

.messageRight{
	background-color: #FFFFCC;
	width: 70%;
	position: relative;
	display: block;
	margin: 0 auto 20px;
	padding: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	float: right;
	clear: both;
}

.messageRight div.listSubTitle{
	background-color: #FFFFFF;
}



/**************************************
**
**	PAGENATION
**
**************************************/

ul.pagination {
	list-style: none;
	text-align: center;
	padding-bottom: 80px;
}

ul.pagination li {
	float: left;
	margin: 0 10px 10px 0;
	background: #fff;
}

ul.pagination li a {
	background-color: #0099FF;
	color: #FFFFFF;
	display: block;
	padding: 6px 12px;
}

ul.pagination li span {
	background-color: #999999;
	color: #FFFFFF;
	display: block;
	padding: 6px 12px;
}


#calendarHeader{
	padding: 10px 0px 10px;
}

#calendarHeader a{
	color: #FFFFFF;
	display: block;
}

.prevMonth{
	background-color: #0099FF;
	width: 120px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	float: left;
}

.nextMonth{
	background-color: #0099FF;
	width: 120px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	float: right;
}


/**************************************
**
**	CAPTION
**
**************************************/

#replaceArea{
	position: relative;
	width: 100%;
	padding-top: 10px;
}

#replaceArea ul{
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

#replaceArea ul li{
	background-color: #CCCCCC;
	width: 150px;
	height: 25px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	margin: 0 10px 10px;
	padding: 5px;
	border-radius: 30px;
	float: left;
}


#replaceArea span{
	background-color: #CCCCCC;
	margin: 0 10px;
	padding: 0;
	border-radius: 30px;
}

.caption{

}

.captionBox{
	position: absolute;
	top: 0;
	left: -30px;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	width: 120px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 8px;
	border-radius: 10px;
	display: none;
}

.captionMulti{
	position: relative;
}

.captionBoxMulti{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -90px;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	width: 140px;
	height: 80px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	padding: 5px;
	border-radius: 10px;
	display: none;
	z-index: 100;
}



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

#checkAll{
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background: #111111;
	width: 100px;
	height: 30px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: block;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}



/***********************************
**
**	SUBMIT DESIGN
**
***********************************/

#saveArea{
	padding: 10px;
}

#saveArea ul li{
	width: 50%;
	float: left;
}

#largeButton {
	background: linear-gradient(#111111, #444444);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

.largeButton {
	background: linear-gradient(#111111, #444444);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

.largeButton a{
	background: linear-gradient(#111111, #444444);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#smallButton {
	background: linear-gradient(#111111, #444444);
	width: 150px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

.smallButton {
	background: linear-gradient(#111111, #444444);
	width: 150px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	margin: 0 auto;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

.smallButton a{
	background: linear-gradient(#111111, #444444);
	width: 150px;
	height: 45px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 45px;
	margin: 0 auto;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#addButton a{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #00bfff;
	width: 300px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	line-height: 50px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
	clear: both;
}

#sendButton {
	background: linear-gradient(#0099FF, #33CCFF);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#publishButton {
	background: linear-gradient(#0099FF, #33CCFF);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 15px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#draftButton {
	background: linear-gradient(#111111, #444444);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 0 0 15px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
	float: left;
}

#buttonArea submit{
	margin: 0 auto;
	float: none;
}

.submitButton{
	background: #0099FF;
	width: 150px;
	height: 30px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	display: block;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
}

.normalButton a{
	background-color: #00bfff;
	width: 350px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	/* box-shadow: 0 2px 6px rgba(0, 0, 0, .15); */
	clear: both;
}

.closeButton{
	position: absolute;
	top: -20px;
	right: -18px;
	width: 25px;
	height: 25px;
	display: none;
	z-index: 2000;
}

.closeButton img{
	width: 100%;
}

#preview{
	background: linear-gradient(#00CC66, #33FF99);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#noPreview{
	position: relative;
	background-color: #CCCCCC;
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	float: right;
}

#draftSaved{
	background: linear-gradient(#0099FF, #33CCFF);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#publishSaved{
	background: linear-gradient(#FF3366, #FF6699);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

.draftSaved{
	background: linear-gradient(#0099FF, #33CCFF);
	width: 100px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	margin: 5px 20px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

.publishSaved{
	background: linear-gradient(#FF3366, #FF6699);
	width: 100px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	margin: 5px 20px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

.spanButton{

}

.spanButton a{
	color: #0099FF;
	font-size: 16px;
}

.spanButton a i{
	color: #0099FF;
	font-size: 16px;
}



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

#topRightArea{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 500px;
	height: 70px;
}

#bottomRightFixedArea{
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 500px;
	height: 70px;
}

#buttonBlueCircle{
	background: linear-gradient(#0099FF, #33CCFF);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#buttonPinkCircle{
	background: linear-gradient(#FF3366, #FF6699);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#buttonBlackCircle{
	background: linear-gradient(#000000, #444444);
	width: 80px;
	height: 80px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-size: 13px;
	margin: 0 10px;
	border: 0px;
	border-radius: 80px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	float: right;
}

#buttonGold{
	background: linear-gradient(#918661, #918661);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#buttonRed{
	background: linear-gradient(#FF0000, #FF0000);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#buttonBlue{
	background: linear-gradient(#0099FF, #0099FF);
	width: 250px;
	height: 60px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 60px;
	margin: 0 auto 30px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

#buttonAdd{
	background: linear-gradient(#000000, #444444);
	width: 150px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	margin: 10px 0 30px;
	border: 0px;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	clear: both;
}

.linkButton{
	position: relative;
}

.linkButton a{
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	display: block;
}

.linkButton a i{
	font-size: 20px;
	margin-right: 5px;
}



/***********************************************
**
**	ACCOUNT
**
************************************************/

#accountIconArea{
	padding-bottom: 20px;
}

#accountIconArea input{
	display: none;
}

#accountIconImage span{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
	padding: 0 0 5px;
	border-radius: 150px;
	display: block;
	overflow: hidden;
}

#accountIconImage span img{
	width: 100%;
}

.accountIndex{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 10px;
}



/***********************************************
**
**	NOTIFICATION
**
************************************************/

#notificationNumArea{
	background-color: #EEEEEE;
	width: 80%;
	height: 50px;
	color: #333333;
	font-size: 18px;
	font-seight: bold;
	text-align: center;
	line-height: 50px;
	margin: 40px auto -20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#notificationNumArea span{
	color: #FF0000;
	font-size: 20px;
}

#remainingLengthArea{
	background-color: #EEEEEE;
	height: 35px;
	line-height: 35px;
	padding: 5px;
	border-radius: 10px;
	display: inline;
}

#remainingLength{
	color: #FF0000;
	font-weight: bold;
}



/***********************************************
**
**	OPTION
**
************************************************/

.hideContents{
	line-height: 25px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #CCCCCC;
	display: none;
}

.blockLink{

}

.blockLink a{
	color: #333333;
	display: block;
}



/**************************************
**
**	ADD LINE
**
**************************************/

#addArea{

}

.addLine{
	position: relative;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-bottom: 10px;
}

.addLine input[type="text"]{
	width: 120px;
}

.delete {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -5px;
	right: -5px;
	background-color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	filter: alpha(opacity=70);
	opacity: .7;
	z-index: 5;
	border-radius: 50px;
	display: block;
}

.delete:hover,
.delete:focus {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: .9;
}



/************************************
**
**	SELECT SERVER
**
************************************/

#selectArea{

}

#selectArea ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#selectArea ul li{
	background: linear-gradient(#EEEEEE, #FFFFFF);
	width: 95px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	display: inline-block;
	margin-right: 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	-webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}

#selectArea ul li a{
	color: #333333;
	font-size: 12px;
	text-align: center;
	display: block;
}

#selectArea ul li.selected{
	background: linear-gradient(#0099FF, #0099FF);
	color: #FFFFFF;
}

#selectArea ul li.selected a{
	color: #FFFFFF;
}



/************************************
**
**	PAYMENT
**
************************************/

#paymentTotalArea{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 35px;
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}



/***********************************************
**
**	CSV
**
************************************************/

#resultNumArea{
	background-color: #EEEEEE;
	width: 80%;
	height: 50px;
	color: #333333;
	font-size: 18px;
	font-seight: bold;
	text-align: center;
	line-height: 50px;
	margin: 40px auto -20px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#resultNumArea span{
	color: #FF0000;
	font-size: 20px;
}
