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


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

/* BODY */
body {
	/*
	background-image: url("/images/pc/background/background-main.png");
	background-repeat: repeat;
	*/
	background: url("/images/pc/background/background-main.jpg") no-repeat center top;
	background-repeat: repeat-y;
	background-color: #000000;
	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;
}

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



/**************************************************
**
**	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;
	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: #000000;
	text-decoration: none;
}

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

a:visited {
	color: #020202;
	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.8;
	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%; */
	width: 40%;
	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
**
***************************************************/

#wrapper {
	background-image: url("/images/smart/background/background_transparent.png");
	background-repeat: repeat-y;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 830px;
	height: 756px;
	overflow-y: auto;
	margin: 0 auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

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


/* NAVIGATION AREA */
/*

#navigationArea{
	width: 350px;
	min-height: 700px;
	position: relative;
	margin: 0px;
	padding: 15px 0 15px;
	float: left;
}
*/

#navigationArea {
	width: 350px;
	/*height: 719px;*/
	height: calc(100% - 50px);
	position: relative;
	margin: 0px;
	padding: 5px 0 5px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
}

/* MAIN AREA */
#mainArea {
	width: 480px;
	/*height:720px;*/
	height: calc(100% - 50px);
	position: relative;
	margin: 0px;
	padding: 0px;
	border: none;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	float: right;
}

#container {
	width: 100%;
	height: 100%;
	/*-ms-overflow-style: none;*/
	/*scrollbar-width: none;*/
	overflow-y: auto;
}

/*
#container::-webkit-scrollbar{
    display:none;
}*/

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

#container_pcmail {
	width: 100%;
	height: 100%;
	/*-ms-overflow-style: none;*/
	/*scrollbar-width: none;*/
	overflow-y: visible;
}

/**************************************************
**
**	NAVIGATION
**	-----------------------------------------------
**	NAVIGATION SETTING
**
***************************************************/

#navigationArea section {
	/* background: rgba(255, 51, 102, .3); */
	background-color: #FFFFFF;
	width: 310px;
	margin: 0px auto 25px;
	padding: 10px 10px 2px 10px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

#navigationArea ul {
	list-style-type: none;
	clear: both;
}

#navigationArea ul li {
	position: relative;
	width: 25%;
	padding-bottom: 0px;
	float: left;
}

#navigationArea ul li img {
	width: 90%;
	margin: 0 auto 8px;
}



/**************************************************
**
**	NAVIGATION IFRAME
**	-----------------------------------------------
**	NAVIGATION IFRAME SETTING
**
***************************************************/

#navigationFrameArea {
	position: relative;
	background: rgba(255, 51, 102, .3);
	width: 330px;
	height: 400px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

#navigationFrame {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
}



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

/* HEADER */
header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

#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 45px;
	width: 100%;
	height: 45px;
	margin: 0px;
	padding: 0px;
	clear: both;
} */

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

#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: 17%;
	height: 45px;
	text-align: center;
	list-style: none;
	margin-left: -1px;
	padding: none;
	float: left;
	display: block;
	border-left: 1px solid #FFBBBB;
} */

#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: 15%;
} */

#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%;
	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: -10px auto;
	width: 50px;
	height: 50px;
	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: 3px;
} */

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


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

/* FOOTER */
footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	z-index: 99;
}

#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 #FFBBBB;
}

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

#footer-end {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}

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



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

#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;
	margin: 10px 0px 10px 0px;
}

#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: 70%;
	min-height: 55px;
	color: #FFFFFF;
	padding: 10px;
	/* border: 1px solid #CCCCCC; */
	border-radius: 10px;
	float: left;
}

/*
#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%;
	padding-left: 10px;
	float: left;
}

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

#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-size: 120%;
	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: absolute;
	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;
}



/**************************************
**
**	TWITTER
**
**************************************/

#twitterArea {
	background: rgba(255, 255, 255, .3);
	width: 310px;
	margin: 0px auto 25px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}



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