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


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

/* BODY */
/* body{
	background-image: url("/images/smart/background/background-main.png");
	background-repeat: repeat;
	background-color: #000000;
	font-family:'Zen Maru Gothic',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px; */
	/* color: #222222; */
	/* color: #716b6b;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
	word-wrap: break-word;
	font-style: normal;
	overflow-x: hidden;
} */

body {
    background-image: url(/images/smart/background/background-main.png);
    background-repeat: repeat;
    background-color: #000000;
    background-size: 100% auto;
    font-family: "游ゴシック Medium",'Zen Maru Gothic',"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    /* color: #222222; */
    color: #716b6b;
    line-height: 140%;
    margin: 0px;
    padding: 0px;
    word-break: break-all;
    word-wrap: break-word;
    font-style: normal;
    overflow-x: hidden;
	overflow: hidden;
}

/* _:lang(x)+_:-webkit-full-screen-document, body {
  font-size: 20px;
} */

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



/**************************************************
**
**	TAG
**	-----------------------------------------------
**	HTML TAG DEFAULT SETTING
**
***************************************************/

/* DIV */
/*
div{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
	margin: 0;
	padding: 0;
}
*/

/* P */
/*
p{
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
}
*/

/* UL */
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* LI */
li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

dl dt dd{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* IMAGE */
img {
	vertical-align: bottom;
	/* 画像保存禁止 */
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	touch-callout:none;
	-webkit-touch-callout:none;
	-moz-touch-callout:none;
	border: 0px;
}

/* H */
h1, h2, h4 {
	color: #FF0000;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 130%;
}

h3, h5, h6 {
	color: #330000;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}

/* FORM */
form{
    display: inline;
}v

input[type="password"]{
	border: 1px solid #CCCCCC;
}

input[type="text"] {
	padding: 6px;
	width: 80%;
	/* font-size: 14px; */
	font-size: 16px;
	border: 1px solid #B0B0B0;
}

textarea{
	width: 100%;
	height: 100px;
	font-size: 14px;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

pre{
	margin: none;
	background-color: #000000;
	color: #FFFFFF;
}

select{
    display: inline;
}

select {
	font-size: 14px;
	vertical-align:middle;
}

select::-ms-expand {
	display: none;
}



/***********************************
**
**	HR TAG CLASS
**
***********************************/

hr{
	height: 0px;
	border: none;
	border-top: 1px solid #CCCCCC;
}



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

/* DEFAULT LINK */
/*
a:link {
	color: #004D8E;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
*/

a {
	transition: all .3s;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}



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

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

#screen-overlay{
	background-color: #000000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	z-index: 800;
	display: none;
}

#modal-overlay{
	background-color: #000000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.6;
	z-index: 950;
	display: none;
}


/**************************************
**
**	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;
	width: 95%;
	height: 90%;
	background-color: rgba(255,255,255,1.0);
	border-radius: 10px;
}

.modalScroll{
	height: 100%;
	overflow: auto;
}

.messageModalTitle{
	background-image: url(/images/smart/title/title-background.png);
	background-repeat: no-repeat;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	-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;
	overflow: hidden;
	font-family: "M PLUS Rounded 1c", "メイリオ Regular", "ヒラギノ角ゴシック", sans-serif;
}

.messageModalTitle p{
	/* padding: 10px; */
	padding: 15px;
}

.messageModalContents{

}

.messageModalContentsPadding{
	padding: 10px;
}

/*
.messageModal{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 85%;
	padding: 15px;
	border: 2px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.messageModalTitle{
	margin-bottom: 15px;
	-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;
	overflow: hidden;
}
*/

.messageModalTitle img{
	width: 100%;
}

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

.modalContentsAreaFull{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.modalContentsAreaVariable{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 12px;
	z-index: 1000;
}

.contentsVariable:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.modalContentsDetailVariable{
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFFFFF;
    width: 90%;
    height: 100%;
}

.modalContentsDetail{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding: 15px 15px 15px 15px;
	overflow: auto;
}

.modalContentsDetailFull{
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
	overflow: auto;
}

.modalHeader{
	position: relative;
	height: 50px;
	margin-bottom: 15px;
}

.modalHeader h1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
	height: 40px;
}

.modalHeader h1 img{
	width: 100%;
}

.modalPointHeader{
	width: 35%;
	margin: 0 auto 30px;
}

.modalPointHeader img{
	width: 100%;
}

.modalPointTitle{
	color: #222222;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
	padding-bottom: 30px;
}

.modaiImage{

}

.modaiImage img{
	width: 100%;
}

.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{
	/* color: #FF6699; */
	color: #444444;
	text-align: center;
	padding: 0 0 15px;
}

.modalInformation{
	background-color: #ECECEC;
	color: #333333;
	margin: 15px auto 15px;
	padding: 6px;
	border-radius: 15px;
}

.modalBox{
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #CECECE;
	border-radius: 10px;
}

.closeBlack {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	right: -15px;
	background-color: #000000;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	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: -3px;
	right: -3px;
	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;
}



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

/* WRAP */
/* #wrapper {
	background-image: url("/images/smart/background/background.png");
	background-repeat: repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	word-break: break-all; */
	/* display: none; */
/* } */

#wrapper {
    /* background-image: url(/images/smart/background/background.png); */
    /* background-repeat: no-repeat; */
    -moz-background-size: 100% auto;
    /* background-size: 100% auto; */
    /* background-attachment: fixed; */
    width: 100%;
    height: 100%;/* 20240604 acs*/
    position: relative;
    margin: 0px;
    padding: 0px;
    border: none;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    /* display: none; */
	overflow: auto;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

#wrapper::-webkit-scrollbar{
    display:none;
}

#wrapper::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/smart/background/background.png);
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-repeat: no-repeat;
}

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

.container{
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
}



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

#headerLine{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	font-size: 10px;
	z-index: 100;
}

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

#headerLine ul li{
	width: 50%;
	padding-top: 3px;
	float: left;
}

#clock{
	text-align: right;
	padding-top: 3px;
	padding-right: 10px;
}

#headerLine ul li img{
	width: 100px;
	height: 25px;
	margin-left: 5px;
}

/* HEADER */
header{
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 45px;
	padding: 0px;
	border: none;
	z-index: 100;
}

#top img {
	width: 100%;
	display: block;
}

/* #header-navigation{
	position: relative;
	background-image: url("/images/smart/navigation-back.png");
	background-repeat: repeart-x;
	background-size: 100px 50px;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	clear: both;
	z-index: 1000;
} */
#header-navigation {
    /* position: relative; */
	position: fixed;
    /* background-image: url(/images/smart/navigation-back.png); */
    background-repeat: repeart-x;
    /* background-size: 100px 45px; */
    background-size: 100px 50px;
    width: 98%;
    /* height: 50px; */
    /* height: 60px; */
    margin: 0 1%;
    padding: 0px;
    clear: both;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
	z-index: 1000;
	bottom: 0;
}


#header-navigation ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* #header-navigation ul li{
	position: relative;
	background-image: url("/images/smart/navigation-main.png");
	background-repeat: repeart-x;
	background-size: 100px 45px;
	width: 20%;
	height: 45px;
	text-align: center;
	list-style: none;
	margin-left: -1px;
	padding: none;
	float: left;
	display: block;
	border-left: 1px solid #FFFFFF;
} */
#header-navigation ul li {
    position: relative;
    /* background-image: url(/images/smart/navigation-main.png); */
    background-repeat: repeart-x;
    background-size: 100px 45px;
    width: 20%;
    height: 45px;
    text-align: center;
    list-style: none;
    /* margin-left: -1px; */
    padding: none;
    float: left;
    display: block;
    /* border-left: 1px solid #FFFFFF; */
}

#header-navigation ul li:first-child {

}

/* #header-navigation ul li:last-child {
	position: relative;
	background-image: url();
	background-image: url("/images/smart/navigation-back.png");
	background-repeat: repeart-x;
	background-size: 100px 45px;
	width: 20%;
} */
#header-navigation ul li:last-child {
    position: relative;
    background-image: url();
    background-repeat: repeart-x;
    background-size: 100px 45px;
    width: 20%;
    border-radius: 0 10px 0 0;
}

/* #header-navigation ul li img{
	margin: 0 auto;
	width: 45px;
	height: 45px;
	vertical-align: bottom;
	display: block;
} */

#header-navigation ul li img {
    margin: -32px auto;
    width: 100%;
    /*height: 60px;*/
    vertical-align: bottom;
    display: block;
}

#header-navigation .clear{
	clear: both;
	display: none;
}

/* .navigation-line{
	background-image: url("/images/smart/navigation-line.png");
	background-repeat: repeart-x;
	width: 100%;
	height: 1px;
} */
.navigation-line {
    background-image: url(/images/smart/navigation-line.png);
    background-repeat: repeart-x;
    width: 100%;
    /* height: 1px; */
}

#headerLineSpace{
	display: block;
	height: 30px;
}

#headerSpace{
	display: block;
	height: 51px;
}



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

/* FOOTER */
.sub_footer {
	/*
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 99;
	*/
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	/* background-color: #FFFFFF; */
	width: 100%;
	/* height: 70px; */
	height: 50px;
	padding: 0px;
	border: none;
	/* z-index: 1000; */
	z-index: 9999;
}

#footer-banner {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer-navigation{
	position: relative;
	background-image: url("/images/smart/navigation-back.png");
	background-repeat: repeart-x;
	background-size: 100px 45px;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#footer-navigation ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-navigation ul li{
	position: relative;
	background-image: url("/images/smart/navigation-main.png");
	background-repeat: repeart-x;
	background-size: 100px 45px;
	width: 17%;
	height: 45px;
	text-align: center;
	list-style: none;
	margin-left: -1px;
	padding: none;
	float: left;
	display: block;
	border-left: 1px solid #777777;
}

#footer-navigation ul li:first-child {

}

#footer-navigation ul li:last-child {
	background-image: url();
	background-image: url("/images/smart/navigation-back.png");
	background-size: 100px 45px;
	background-repeat: repeart-x;
	width: 15%;
}

#footer-navigation ul li img{
	margin: 0 auto;
	width: 45px;
	height: 45px;
	vertical-align: bottom;
	display: block;
}

#footer-navigation .clear{
	clear: both;
	display: none;
}

@media (display-mode: standalone) {
	.sub_footer{
		/* height: 7em !important; */
		height: 70px !important;
	}
}

#footer-end{
	/* background-color: #FFFFFF; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1em;
}

#footer-end img{
	margin: auto;
	width: 100%;
	display: block;
}

#footerMargin{
	height: 70px;
}


/**************************************************
**
**	RETURN
**	-----------------------------------------------
**	RETURN SETTING
**
***************************************************/

#return-top{
	background-color: #FFD1E0;
	width: 100%;
	height: 40px;
	clear: both;
}

#return-top a{
	width: 100%;
	height: 40px;
	display: block;
}

#return-top img{
	width: 40px;
	height: 40px;
	margin: 0px auto;
	display: block;
}


#return{
	width: 40px;
	height: 40px;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}

#return img{
	width: 40px;
	height: 40px;
	vertical-align: bottom;
	display: block;
	z-index: 100;
}

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

.return-top img{
	width: 30px;
}



/**************************************************
**
**	MAIN
**	-----------------------------------------------
**	MAIN SETTING
**
***************************************************/

#main-image{
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}

#main-image img {
	width: 100%;
	display: block;
}

#main-image #main-button{
	position: absolute;
	top: 50%;
	left: 10px;
	width: 150px;
}

#main-button img{
	width: 100%;
	display: block;
}

#topCharacterArea{
	position: relative;
	width: 100%;
	margin: 10px 0px 10px 0px;
	/* padding: 5px; */
}

#topCharacterImage{
	position: relative;
	margin-bottom: 10px;
	/*
	border: 2px solid #FF6699;
	border-radius: 10px;
	*/
}

#topCharacterImage img{
	position: relative;
	width: 100%;
	display: block;
	/* border-radius: 10px; */
}

#topCharacterMessageArea{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
	width: 90%;
}

#topCharacterMessage{
	position: relative;
	/* background-color: #FFFFFF; */
	width: 75%;
	min-height: 55px;
	color: #FFFFFF;
	/* border: 1px solid #CCCCCC; */
	border-radius: 10px;
	float: left;
}

#topCharacterMessage p{
	padding: 8px;
}

/*
#topCharacterMessage:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 30px;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #FFFFFF;
 	z-index: 2;
}

#topCharacterMessage:after{
	content: "";
	position: absolute;
	top: -33px;
	left: 29px;
 	margin-left: -15px;
	border: 16px solid transparent;
	border-bottom: 16px solid #CCCCCC;
 	z-index: 1;
}
*/

#topCharacterSelectButton{
	width: 20%;
	float: right;
}

#topCharacterSelectButton img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 75px;
	height: 75px;
}







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

#loading{
	position:fixed;
	left:50%;
	top:40%;
	margin-left: -16px;
	z-index: 999;
}

.loading{
	position:fixed;
	top: 30%;
	left:50%;
	z-index: 999;
	display: none;
}

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

.banner_margin{
	width: 100%;
	margin: 0 auto 0px;
	padding: 10px 0px 10px;
	clear: both;
}

.banner img{
	width: 100%;
}

.banner_margin img{
	width: 100%;
}

.margin5{
	height: 5px;
}

.margin8{
	height: 8px;
}

.margin10{
	height: 10px;
}

.margin15{
	height: 15px;
}

.margin20{
	height: 20px;
}

.margin25{
	height: 25px;
}

.nomargin{
	margin: 0px;
}

.clear{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.hide{
	display: none;
}

.linkButton a{
	display: block;
}

input.text-num{
	ime-mode: disabled;
}

.clickButton a{
	background-color: #0099FF;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin: 20px auto 20px;
	border-radius: 25px;
	display: block;
	clear: both;
}

#clickSubmitButton{
	background-color: #0099FF;
	width: 250px;
	height: 50px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin: 20px auto 20px;
	border-radius: 25px;
	display: block;
	clear: both;
}

.clickButtonMini a{
	background-color: #999999;
	width: 150px;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin: 15px auto 20px;
	border-radius: 25px;
	display: block;
	clear: both;
}

.banner2 {
    width: 80%;
    /* float: left; */
    text-align: center;
    padding: 8px 0;
	margin: 0 auto;
}

.banner2 a {
    color: #0099FF;
    text-decoration: none;
    width: 50%;
}

.banner2 img {
    vertical-align: bottom;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    touch-callout: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    border: 0px;
    width: 100%;
}



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

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

.contents {
	line-height: 130%;
	padding-top:12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #CCCCCC;
}



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

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

#dialog-error{
	font-family:"游ゴシック Medium","ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	display: none;
	z-index: 1000;
	color: #FF0000;
	font-weight: bold;
}

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



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

.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{
	color: #222222;
	font-weight: bold;
	margin: 0 0 8px;
}

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

.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{
	width: 15%;
	text-align: center;
	float: left;
}

.formList ul li p.left i{
	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 span{
	font-size: 90%;
}

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

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

.listInnerTitle{
	background-color: #AFA376;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	padding: 10px 20x 10px 20px;
}



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

#returnButtonFixedLeft{
	position: fixed;
	/* top: 40px; */
	top: 10px;
	left: 10px;
	width: 60px;
	height: 25px;
	z-index: 100;
}

#returnButtonFixedLeft a{
	display: block;
}

#returnButtonFixedLeft a img{
	width: 100%;
}

#buttonRed{
	background-color: #FF0000;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 15px;
	border-radius: 30px;
}

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

#buttonBlack{
	background-color: #111820;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto 15px;
	border-radius: 30px;
}

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

#buttonBlue {
    width: 250px;
    text-align: center;
    margin: 0 auto 15px;
}

#buttonBlue img {
    width: 100%;
}


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



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

#warning {
	background-color: #FFFFFF;
	width: 80%;
	/* color: #FF0000; */
	color: #111820;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 15px;
	border: double #CCCCCC 3px;
	line-height: 22px;
	word-wrap: break-word;
}



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

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

#preview_wrapper{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word;      /* IE 5.5+ */
	word-break: break-all;
}

/* END CONTENTS */
#end_contents{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
}

#end_contents p{
	background-color: #333333;
	width: 500px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 5px;
	word-wrap: break-word;

}

#end_contents div{
	background-color: #FFFFFF;
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	border: 1px solid #DDDDDD;
	word-wrap: break-word;
}

#end_contents div #db_error{
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#db_error span{
	color: #996666;
}

#db_error hr{
	border-top: 1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	border-bottom:none;
}


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

#exection {
	background-color: #FFFFFF;
	color: #111820;
	font-size: 14px;
	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
**
**************************************/

#no-contents{
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 90%;
	margin: 10px 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;
}

