/**************************************************
**
**	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: #555555;
	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: #66CC66;
	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 {
	position: relative;
	background-color: #FFFFFF;
	width:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

#container{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 70px 0;
	border: none;
}



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

/* HEADER */
header{
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 0px;
}

#headerLogo{
	position: relative;
	width: 200px;
	height: 80px;
	line-height: 80px;
}

#headerLogo img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
}

#headerText{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 400px;
	height: 40px;
	color: #555555;
	font-size: 90%;
}

#headerMenu{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	font-size: 80%;
}

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

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

#headerMenu ul li p{
	width: 35px;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
	display: block;
}

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

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

#headerNavigation{
	background-color: #66CC66;
	width: 100%;
	height: 30px;
}

#headerNavigation ul{
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #FFFFFF;
	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;
}

#headerLine{
	background-color: #66CC66;
	width: 100%;
	height: 15px;
}



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

/* FOOTER */
footer{
	position: relative;
	background-color: #66CC66;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 90%;
	padding-top: 15px;
}

footer ul{
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 10px;
	list-style: none;

}

footer ul li{
	margin-right: 20px;
	display: inline-block;
}

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

#copyrights{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}



/**************************************************
**
**	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;
	border-left: 1px solid #CCCCCC;
	border-right: 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;
}



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

/* CONTENTS */
#contents {
	position: relative;
	width: 750px;
	float: left;
}

#navigation{
	position: relative;
	width: 230px;
	float: right;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	list-style: none;
}

#navigation ul li{
	background: linear-gradient(#FFFFFF, #EEEEEE);
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}

#navigation ul li a{
	color: #555555;
	display: block;
}

.navigationContents{
	position: relative;
	margin: 0 auto 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

#mainArea{
	position: relative;
	width: 500px;
	float: right;
}

#sideArea{
	width: 230px;
	float: left;
}

.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: #66CC66;
	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: 1px solid #CCCCCC;
	border-top: 2px solid #66FF99;
}

.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: 1px solid #CCCCCC;
	border-top: 2px solid #66FF99;
}

.subTitle{
	color: #66CC66;
	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;
}



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



/**************************************************
**
**	LIST LINE
**	-----------------------------------------------
**	LIST LINE SETTING
**
***************************************************/

.listLineArea{

}

.listLineArea ul{
	border-bottom: 1px solid #EEEEEE;
}

.listLineArea ul li{
	background-color: #E6E7EB;
	padding: 10px;
}

.listLineArea ul li.title{
	background-color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.listLine{
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #EEEEEE;
}

.listLineNoPadding{
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.toggleList{

}

.toggleList ul{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	list-style: none;
}

.toggleList ul li{
	padding: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

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

.toggleTitle{
	background: linear-gradient(#FFFFFF, #EFEFEF);
}

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

.toggleContents{
	/* display: none; */
}



/**************************************************
**
**	TEXT
**	-----------------------------------------------
**	TEXT LIST SETTING
**
***************************************************/

.textList{
	background-color: #FFFFFF;
	clear: both;
}

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

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

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



/**************************************************
**
**	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: #66CC66;
	width: 15%;
	color: #FFFFFF;
	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%;
	text-align: left;
	float: right;
	background-color: #000000;
}

.formList ul li p.rights{
	width: 85%;
	height: 50px;
	text-align: left;
	line-height: 50px;
	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: #66CC66;
	font-size: 120%;
}

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



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

#allSwitchButton{
	position: absolute;
	top: 0;
	left: 8px;
	width: 80px;
	height: 30px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
}

#loginButton{
	background: linear-gradient(#66CC66, #66FF99);
	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;
}

#loginButton a{
	color: #FFFFFF;
}

#sendButton{
	background: linear-gradient(#66CC66, #66FF99);
	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;
}

#sendButton a{
	color: #FFFFFF;
}

#editButton{
	background: linear-gradient(#66CC66, #66FF99);
	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;
}

#editButton a{
	color: #FFFFFF;
}

.editButton{
	background: linear-gradient(#66CC66, #66FF99);
	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;
}

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

#registButton{
	background: linear-gradient(#66CC66, #66FF99);
	width: 85%;
	height: 50px;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 50px;
	margin: 0px auto 8px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: block;
	clear: both;
}

.boxButton{
	background: linear-gradient(#FFFFFF, #EEEEEE);
	width: 85%;
	height: 50px;
	color: #333333;
	font-size: 120%;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 50px;
	margin: 0px auto 15px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: block;
	clear: both;
}

.boxButton a {
	display: block;
}

.bannerButton{
	background: linear-gradient(#FFFFFF, #EEEEEE);
	width: 85%;
	height: 35px;
	color: #333333;
	font-size: 100%;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 35px;
	margin: 0px auto 15px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: block;
	clear: both;
}

.linkWhite a {
	color: #FFFFFF;
}

.linkBlack a {
	color: #333333;
}

.linkButton {
	margin: 0 auto;
}

.linkButton a{
	display: block;
}

.linkButton a .small{
	font-size: 80%;
	letter-spacing: 0.1em;
}


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

#paginationArea{
	position: relative;
	width: 95%;
	margin: 10px auto;
}

#paginationArea ul.pagination {
	width: calc(100% - 140px);
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

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

#paginationArea ul.pagination li a {
	background-color: #FFFFFF;
	color: #999999;
	display: block;
	border: 1px solid #999999;
    padding: 0;
    border-radius: 8px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    font-size: 14px;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

#paginationArea ul.pagination li span {
	background-color: #66FF99;
	color: #FFFFFF;
	display: block;
	border: 1px solid #66FF99;
    padding: 0;
    border-radius: 8px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    width: 30px;
    font-size: 14px;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

#paginationPrevious{
	position: absolute;
	top: 0;
	left: 0;
    width: 60px;
	background-color: #FFFFFF;
	color: #999999;
	display: block;
	border: 1px solid #999999;
    padding: 0;
    border-radius: 8px;
    line-height: 30px;
	text-align: center;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

#paginationPrevious a{
	display: block;
	color: #999999;
}

#paginationNext{
	position: absolute;
	top: 0;
	right: 0;
    width: 60px;
	background-color: #FFFFFF;
	color: #999999;
	display: block;
	border: 1px solid #999999;
    padding: 0;
    border-radius: 8px;
    line-height: 30px;
	text-align: center;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

#paginationNext a{
	display: block;
	color: #999999;
}



/**************************************************
**
**	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: 75%;
	height: 80%;
	padding: 15px;
	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: 600px;
	height: 90%;
	font-size: 12px;
	border-radius: 10px;
	z-index: 1000;
}

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

.modalContentsArea section .formList{
	padding: 8px;
}

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

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

.modalPadding{
	padding: 8px;
}

.modalHeader{
	position: relative;
	background: linear-gradient(#66CC66, #66FF99);
	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;
}

.messageContents{
	width: 100%;
	height: 100%;
	color: #333333;
	font-size: 80%;
	text-align: left;
	overflow: auto;
}

.modalNotice{
	font-size: 80%;
	text-align: right;
	padding: 0 0 8px;
}

.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;
}

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

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

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



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



/**************************************************
**
**	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{
	margin-top: 15px;
}

.banner{
	width: 100%;
	margin: 0 auto 15px;
	padding: 0px;
	clear: both;
}

.banner img{
	width: 100%;
}



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



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



/**************************************************
**
**	SYSTEM
**	-----------------------------------------------
**	SYSTEM CSS
**
***************************************************/

/* PREVIEW */
#preview {
	background-color: #222222;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 8px;
	border-bottom: 1px solid #666666;
}



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

#exection {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 15px auto;
	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;
}



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

#noContents{
	background-color: #EEEEEE;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 20px auto;
	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;
}

.noContents{
	background-color: #EEEEEE;
	color: #666666;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 20px auto;
	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;
}
