/**************************************************
**
**	BASE
**	-----------------------------------------------
**	SITE BASE SETTING
**
***************************************************/


/**************************************************
**
**	BODY
**
***************************************************/

/* BODY */
body{
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #222222;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	word-wrap: break-word;
}

html {
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	word-wrap: break-word;
}



/**************************************************
**
**	STYLE
**	-----------------------------------------------
**	LINK / TEXT CLASS
**
***************************************************/

/* DEFAULT LINK */
a {
	color: #0099FF;
	text-decoration: none;
	transition: all .3s;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}



/**************************************************
**
**	LAYOUT ID
**	-----------------------------------------------
**	DEFAULT SETTING
**
***************************************************/

/* WRAP */
#wrapper {
	width:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

#container{
	position: relative;
	width: 100%;
	height: 100%;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 60px;
	color: #555555;
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #CCCCCC;
	border-radius: 30px;
}



/**************************************************
**
**	HEADER
**	-----------------------------------------------
**	HEADER SETTING
**
***************************************************/

/* HEADER */
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(#000000, #333333);
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
	padding: 0px;
	border: none;
	z-index: 777;
}

header a{
	color: #FFFFFF;
}

#pageBack{
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
}

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

#pageBack i{
	color: #FFFFFF;
	line-height: 30px;
	font-size: 20px;
}

header p img{
	width: 150px;
}

#headerMenu{
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: 80px;
	height: 45px;
	color: #FFFFFF;
	line-height: 45px;
}

#headerMenu ul{
	width: 100%;
	list-style: none;
	display: table;
	table-layout: fixed;
}

#headerMenu ul li{
	position: relative;
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

#headerMenu ul li p{
	/* background: linear-gradient(#FFFFFF, #EEEEEE); */
	width: 35px;
	height: 35px;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	/* border: 1px solid #FFFFFF; */
	border-radius: 8px;
	display: block;
}

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

#headerMenu ul li  p i{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 35px;
}

#headerSpace{
	height: 45px;
}

#headerNavigation{
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	margin-bottom: 15px;
	z-index: 777;
}

#headerNavigation ul{
	background-color: #0099FF;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	display: table;
	table-layout: fixed;
}

#headerNavigation ul li{
	position: relative;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

#headerNavigation ul li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#headerNavigation ul li a i{
	margin-right: 5px;
}

#headerNavigationSpace{
	height: 30px;
}

#headerBottomMargin{
	height: 15px;
}

#headerToggleMenu{
	position: fixed;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: 700;
	display: none;
}

#headerToggleMenu ul{
	list-style: none;
}

#headerToggleMenu ul li{
	color: #FFFFFF;
	padding: 10px;
	border-bottom: 1px solid #555555;
}

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

#headerToggleMenu ul li i{
	margin-right: 5px;
}

#headerSpace{
	height: 45px;
}

#logoutButton a{
	position: absolute;
	top: 7px;
	right: 5px;
	background: linear-gradient(#FEFEFE, #FFFFFF);
	width: 30px;
	height: 30px;
	display: block;
	color: #333333;
	line-height: 30px;
	text-align: right;
	font-size: 20px;
	border: 0px;
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}


/**************************************************
**
**	FOOTER
**	-----------------------------------------------
**	FOOTER SETTING
**
***************************************************/

/* FOOTER */
footer{
	background-color: #000000;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	text-align: center;
}

footer ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: table;
	table-layout: fixed;
}

footer ul li{
	display: table-cell;
	text-align: center;
	padding: 8px;
}

footer ul li a{
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	display: block;
}

footer ul li img{
	width: 100%;
}

#returnTop{
	text-align: center;
	padding:  10px 10px 10px 10px;
	border-top: 2px solid #0099FF;
	border-bottom: 1px solid #CCCCCC;
}

#returnTop a{
	color: #0099FF;
	display: block;
}

#footerNavigationTop{
	border-top: 1px solid #CCCCCC;
}

#copyrights{
	text-align: center;
	clear: both;
}



/**************************************************
**
**	NAVIGATION
**
***************************************************/

.navigationMenu{
	margin: 0px;
	padding: 0px;
	border: none;
}

.navigationMenu ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.navigationMenu ul li{
	background: linear-gradient(#FFFFFF, #EEEEEE);
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

.navigationMenu ul li a{
	color: #333333;
	margin: 0px;
	padding: 10px 0px 10px 8px;
	border-right: 1px solid #CCCCCC;
	display: block;
}

/* LIST */
.navigationList{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	clear: both;
}

.navigationList ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navigationList ul li{
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
    overflow: hidden;
}

.navigationList ul li a {
	display: block;
	color: #666666;
	padding: 12px;
	position: relative;
	text-decoration: none;
	z-index: 3;
}

.navigationList ul li a::before {
	background: #eee;
	border-radius: 50%;
	content: "";
	padding: 14px;
	position: absolute;
	right: 11px;
	top: 8px;
	width: 1px;
	z-index: 1;
}
 
.navigationList ul li a::after{
	border-right: 4px solid #9E9E9E;
	border-top: 4px solid #9E9E9E;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 15px;
	width: 10px;
	z-index: 2;
}

.navigationList i{
	font-size: 18px;
	margin-right: 5px;
}


/**************************************************
**
**	NAVIGATION HALF
**
***************************************************/

.navigationHalf{
	margin: 0px;
	padding: 0px;
	border: none;
}

.navigationHalf ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.navigationHalf ul li{
	background: linear-gradient(#FFFFFF, #EEEEEE);
	width: 50%;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

.navigationHalf ul li a{
	color: #333333;
	margin: 0px;
	padding: 10px 0px 10px 8px;
	border-right: 1px solid #CCCCCC;
	display: block;
}



/**************************************************
**
**	CONTENTS
**
***************************************************/

/* CONTENTS */
#contents {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

.contents {
	padding: 0px 10px 0px 10px;
}

.contentsNavigation{
	background-color: #FFFFFF;
}

.contentsNavigation ul{
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	display: table;
	table-layout: fixed;
}

.contentsNavigation ul li{
	position: relative;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
}

.contentsNavigation ul li a{
	color: #0099FF;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.selected{
	background-color: #FF9900;
}

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

.contentsTitle{
	position: relative;
	background: linear-gradient(#FFFFFF, #EEEEEE);
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.contentsTitleBorder{
	position: relative;
	background: linear-gradient(#FFFFFF, #EEEEEE);
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 120%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.subTitle{
	color: #0099FF;
	font-weight: bold;
	margin-bottom: 8px;
}

.textComment{
	margin: 5px 0px 5px 0px;
	padding: 10px;
}

.contentsFrame{
	background-color: #FFFFFF;
	text-align: center;
	width: 90%;
	margin: 15px auto 15px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 30px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	clear: both;
	word-wrap: break-word;
}

.contentsFrame p{
	background-color: #EEEEEE;
	font-size: 12px;
	color: #333333;
	margin: 10px auto;
	padding: 8px;
	border-radius: 10px;
}

.contentsBox{
	background-color: #FFFFFF;
	width: 90%;
	margin: 20px auto 25px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	clear: both;
	word-wrap: break-word;
}

.contentsBox h1{
	background-color: #EEEEEE;
	color: #333333;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 5px 5px 0px 0px;
}

.contentsBox section{
	padding: 10px;
}



/***********************************
**
**	LOGIN
**
***********************************/

#login{
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}



/***********************************
**
**	SINGUP
**
***********************************/

#signup{
	width: 550px;
	margin-top: 130px;
	margin-left: auto;
	margin-right: auto;
}



/***********************************
**
**	DEFAULT ul / li
**
***********************************/

.frame{
	width: 95%;
	position: relative;
	display: block;
	margin: 0 auto 40px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	display: table;
}

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

.frame ul li{
	position: relative;
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
}

.frame ul li.title{
	background: linear-gradient(#DCDCDC, #FFFFFF);
	color: #333333;
	width: 35%;
}

.frame ul li.title a{
	display: block;
}

.frame ul li.title a:hover{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.frame ul li.displayBlock{
	display: block;
}

.frame ul li.calendar{
	color: #333333;
	font-size: 16px;
	padding: 0px;
}

.frame ul li.calendar a{
	color: #333333;
	padding: 16px;
	display: block;
}

.frame ul li.calendar a:hover{
	background-color: #EEEEEE;
}

.frame ul.right li{
	text-align: right;
}

.frame .check{
	width: 20px;
	text-align: center;
}

ul#index li{
	background-color: #888888;
	color: #FFFFFF;
}

ul.index li{
	background-color: #888888;
	color: #FFFFFF;
}

.small ul li{
	font-size: 12px;
}

#frameCell{
	width: 95%;
	margin: 0 auto;
}

#frameCell ul li{
	position: relative;
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
	width: 25%;
}

#frameCell ul li.title{
	background: linear-gradient(#DCDCDC, #FFFFFF);
	color: #333333;
	width: 10%;
}

.largeFrame{
	width: 95%;
	position: relative;
	display: block;
	margin: 0 auto 40px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	display: table;
}

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

.largeFrame ul li{
	vertical-align: middle;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
}

.largeFrame ul li.title{
	background: linear-gradient(#DCDCDC, #FFFFFF);
	width: 35%;
}

.largeFrame .check{
	width: 20px;
	text-align: center;
}

.form{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.form ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.form ul li{
	margin-bottom: 10px;
}

.form ul li.title{
	background-color: #CCCCCC;
	width: 100%;
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px 0px 5px 20px;
	border-radius: 20px;
}

.form ul li input[type="text"]{
	width: 100%;
}

.form ul li textarea{
	width: 100%;
}

.form ul li label{
	margin: 0 auto;
}

.search{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto 30px;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	display: table;
}

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

.search ul li{
	vertical-align: middle;
	padding: 8px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: table-cell;
}

.search ul li.title{
	background: linear-gradient(#DCDCDC, #FFFFFF);
	width: 35%;
	font-size: 12px;
}

.search ul li.selector{

}

.search ul li.selector input[type="radio"]{
	margin-right: 5px;
}

.search ul li.selector input[type="checkbox"]{
	margin-right: 5px;
	display: inline;
}

.search ul li.selector label{
	display: inline-block;
	margin: 0px 5px 5px;
	padding: 6px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
}

.noticeArea{
	background-color: #EEEEEE;
	padding: 8px;
	border-radius: 10px;
}

/**************************************************
**
**	LINK
**	-----------------------------------------------
**	LINK SETTING
**
***************************************************/

#link ul{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#link ul li{
	position: relative;
	vertical-align: middle;
	padding: 15px;
	border-bottom: 1px solid #CCCCCC;
}

#link ul li a{
	color: #333333;
	display: block;
}


/**************************************************
**
**	FORM
**	-----------------------------------------------
**	FORM SETTING
**
***************************************************/

.formList{

}

.formList ul{
	margin: none;
	padding: none;
	list-style: none;
}

.formList ul li{
	margin: 0px 0px 15px;
	padding: 0;
	border: none;
	list-style: none;
	clear: both;
}

.formList ul li.subject{
	background-color: #EEEEEE;
	color: #333333;
	margin: 0px 0px 2px;
	padding: 8px;
}

.formList ul li.subject span{
	font-size: 80%;
}

.formList ul li i{

}

.formList ul li.subTitle{
	color: #888888;
	margin: 0 0 8px;
}

.formList ul li.content{
	background-color: #FFFFFF;
	padding: 15px 0 15px 6px;
}

.formList ul li p.left{
	background-color: #0099FF;
	width: 15%;
	text-align: center;
	float: left;
}

.formList ul li p.left i{
	color: #FFFFFF;
	height: 50px;
	font-size: 150%;
	line-height: 50px;
}

.formList ul li p.right{
	width: 85%;
	float: right;
}

.formList ul li input{
	padding: 10px;
	height: 50px;
	line-height: 50px;
}

.formList ul li p.right input{
	border-radius: 0px;
}

.formList ul li span{
	font-size: 90%;
}

.formList ul li span.error{
	padding: 0px;
}

.formNotice{
	color: #666666;
	font-size: 80%;
	text-align: right;
	padding: 0px 0px 8px;
}

.formList textarea{
	margin: 0px;
}

.labelList label{
	margin: 5px 10px 5px 0px;
}

.radioList{
	text-align: center;
}

.radioList label{
	margin-right: 15px;
}



/**************************************************
**
**	FORM
**	-----------------------------------------------
**	FORM SETTING
**
***************************************************/

.selectList{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

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

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

.selectList ul li{
	vertical-align: middle;
	margin: 0px 0px 20px;
	padding: 8px 8px 8px 16px;
	display: table-cell;
	text-align: left;
}

.selectList ul li.subject{
	width: 40%;
	color: #0099FF;
	font-size: 120%;
}

.selectList ul li.select div.radioSelect{
	width: 170px;
	text-align: right;
	float: right;
}



/**************************************************
**
**	LAYOUT ID
**	-----------------------------------------------
**	SCREEN SETTING
**
***************************************************/

#screen{
	position:absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 998;
}



/**************************************
**
**	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;
}

.messageModal{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 90%;
	height: 90%;
	border: 2px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}

.modalContentsArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 90%;
	height: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}

.modalPreviewArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 90%;
	height: 90%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
}

.modalContentsTitle{
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.modalContentsTitle p{
	color: #888888;
	font-size: 12px;
}

.modalContentsDetail{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	clear: both;
}

.modalBlack{
	background-color: #000000;
	color: #FFFFFF;
}

#modalDetailTitle{
	color: #666666;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #333333;
}

#modalDetailArea{
	width: calc(100% -20px);
	height: 100%;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
	display: block;
}

#modalDetailArea section{
	/*
	position: relative;
	height: 100%;
	overflow: auto;
	*/
}

.messageContents{
	color: #333333;
	font-size: 80%;
	padding: 15px;
}

.modalList{

}

.modalList ul{
	margin: none;
	padding: none;
	border: none;
}

.modalList ul li{
	padding: 5px 10px 20px 5px;
}

.modalList ul li p{
	color: #0099FF;
	font-size: 120%;
}

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

.closeWhite {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 3%;
	right: 3%;
	font-size: 150%;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	text-align: center;
	z-index: 1999;
	border-radius: 50px;
	display: block;
}
.closeWhite:hover,
.closeWhite:focus {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=2);
	z-index: 1999;
	opacity: .2;
}



/**************************************************
**
**	TOGGLE
**	-----------------------------------------------
**	TOGGLE SETTING
**
***************************************************/

.toggleArrow{
	position: relative;
	vertical-align: middle;
	text-decoration: none;
	font-size: 100%;
}

.toggleArrow::before,
.toggleArrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* NORMAL */
.arrowTop::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
}
.arrowTop::after{
	top: -4px;
	right: 0px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowBottom::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
}
.arrowBottom::after{
	top: -4px;
	right: 0px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowRight::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
}
.arrowRight::after{
	top: -2px;
	right: 0px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* CIRCLE */
.arrowCircleTop::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrowCircleTop::after{
	top: 3px;
	right: 16px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowCircleBottom::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrowCircleBottom::after{
	top: -2px;
	right: 16px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrowCircleRight::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrowCircleRight::after{
	top: 0px;
	right: 17px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* CLOSE */
.arrowCloseTop::before{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 0px;
}
.arrowCloseTop::after{
	top: -2px;
	right: 0px;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ACCOUNT */
#accountArea{
	background: linear-gradient(#FCFCFC, #FCFCFC);
	width: 90%;
	text-align: center;
	margin: 15px auto 25px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;

}

#accountIcon{
	width: 100px;
	margin: 0 auto 10px;
}

#accountIcon img{
	width: 100%;
}

#addIcon{
	background-color: #333333;
	width: 100px;
	text-align: center;
	margin: 0 auto 8px;
	padding: 10px 0px 10px 0px;
	border-radius: 10px;
}

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

#addIcon a i{
	color: #FFFFFF;
}

#accountArea span{
	color: #AAAAAA;
	font-size: 12px;
}

.relative{
	position: relative;
}

#newIcon{
	position: absolute;
	top: 5px;
	right: 40px;
	width: 20px;
	height: 20px;
}

#newIcon img{
	width: 100%;
}

.circleRed{
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	overflow: hidden;
}


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

/* RETURN */
#returnTopArea{
	position: fixed;
	right: 5px;
	bottom: 0;
	width: 25px;
}

#returnTop{

}

.returnArrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.returnArrow::before,
.returnArrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrowCircleTopReturn::before{
	background-color: #FFFFFF;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrowCircleTopReturn::after{
	top: 3px;
	right: 16px;
	width: 7px;
	height: 7px;
	border: 0px;;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#scrollTop{

}

#dialog{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	display: none;
	z-index: 9999;
}

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

#loading{
	position:absolute;
	left:50%;
	top:40%;
	z-index: 999;
}

#loadingFrame{
	position:absolute;
	left:40%;
	top:40%;
	z-index: 999;
}

#loadingLeft{
	position:absolute;
	left: 125px;
	top:40%;
	z-index: 999;
	display: none;
}

#loadingRight{
	position:absolute;
	right: 150px;
	top:40%;
	margin-left: -16px;
	z-index: 999;
	display: none;
}

.loading{
	position:absolute;
	left:40%;
	top:40%;
	z-index: 999;
	display: none;
}

#screenOverlay{
	position: absolute;
	left:0;
	top:0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 998;
}

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

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow01::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #7a0;
}
.arrow01::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.no-border{
	border: 0px;
	border: none;
}

.text-left{
	text-align: left;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.vertical-top{
	vertical-align: top;
}

.vertical-middel{
	vertical-align: middel;
}

.vertical-bottom{
	vertical-align: bottom;
}

.w-10{
	width: 10px;
}

.w-20{
	width: 20px;
}

.w-30{
	width: 30px;
}

.w-40{
	width: 40px;
}

.w-50{
	width: 50px;
}

.w-60{
	width: 60px;
}

.w-70{
	width: 70px;
}

.w-80{
	width: 80px;
}

.w-90{
	width: 90px;
}

.w-100{
	width: 100px;
}

.w-110{
	width: 110px;
}

.w-120{
	width: 120px;
}

.w-130{
	width: 130px;
}

.w-140{
	width: 140px;
}

.w-150{
	width: 150px;
}

.w-160{
	width: 160px;
}

.w-170{
	width: 170px;
}

.w-180{
	width: 180px;
}

.w-190{
	width: 190px;
}

.w-200{
	width: 200px;
}

.w-250{
	width: 250px;
}

.w-300{
	width: 300px;
}

.w-350{
	width: 350px;
}

.w-400{
	width: 400px;
}

.w-half{
	width: 50%;
}

.margin10{
	height: 10px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin15{
	height: 15px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin20{
	height: 20px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin25{
	height: 25px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin30{
	height: 30px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin35{
	height: 35px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin50{
	height: 50px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.margin100{
	height: 100px;
	margin: none;
	padding: none;
	border: 0px;
	display: block;
}

.bg-red{
	background-color: #FF0000;
	color: #FFFFFF;
}

.bg-orange{
	background-color: #FF9933;
	color: #FFFFFF;
}

.bg-yellow{
	background-color: #FFFFCC;
	color: #333333;
}

.bg-skyblue{
	background-color: #DDFFFF;
	color: #333333;
}

.bg-pink{
	background: linear-gradient(#FF6699, #FFCCFF);
	color: #FFFFFF;
}

.bg-blue{
	background: linear-gradient(#0099FF, #99CCFF);
	color: #FFFFFF;
}

.bg-gray{
	background: linear-gradient(#777777, #CCCCCC);
	color: #FFFFFF;
}

.border-top{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #EEEEEE;
	clear: both;
}

.border-left{
	border-left: 1px solid #EEEEEE;
}

.border-right{
	border-right: 1px solid #EEEEEE;
}

.border-bottom{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
}

.float2Column{
	width: 40%;
	margin-right: 8px;
	float: left;
}

.float3Column{
	width: 30%;
	margin-right: 8px;
	float: left;
}

.clear{
	display: block;
	clear: both;
}

.hide{
	display: none;
}

.show{
	display: block;
}


/**************************************************
**
**	EXECTION
**
***************************************************/

#exection{
	background-color: #EBECF0;
	width: 90%;
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 30px 20px 30px 20px;
	border-radius: 10px;
	line-height: 30px;
	word-wrap: break-word;
}

#exection p{
	background-color: #CCCCCC;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 30px
}



/**************************************************
**
**	WARNING
**
***************************************************/

#warning{
	background-color: #EBECF0;
	width: 90%;
	color: #FF0000;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	padding: 30px 20px 30px 20px;
	border-radius: 10px;
	line-height: 30px;
	word-wrap: break-word;
}

#warning p{
	background-color: #656F82;
	color: #FFFFFF;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px
}



/**************************************************
**
**	NO CONTENTS
**
***************************************************/

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

.noContents{
	background-color: #EBECF0;
	width: 90%;
	color: #000000;
	font-size: 18px;
	text-align: center;
	line-height: 200%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	word-wrap: break-word;
}



/**************************************************
**
**	NOT FOUND
**
***************************************************/

#notfound{
	width: 90%;
	height: 300px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 300px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
