@charset "utf-8";

/*================================================
	1. ���Z�b�g
================================================*/

html, body, div, h1, h2, h3, h4, h5, h6, address, blockquote, p, pre, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, code, em, strong, th {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
img {
	vertical-align: top;
	margin:5px;
}
img, fieldset {
	border: 0;
}
legend {
	display: none;
}
@media screen {
	body {
		letter-spacing: 1px;
	}
	br {
		letter-spacing: 0;
	}
}

/*================================================
	2. ��b
================================================*/
body, th, td {
	color:#5F5F5F;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	line-height:1.7;
}
strong {
	font-weight:bold;
}
em {
	margin:0;
	padding:0 10px;
	color:#900;
	font-weight:bold
}
em.important {
	margin:0;
	padding:0 10px;
	color:#f90;
	font-weight:bold;
}
ins {
	border-bottom:1px dashed #D9D9D9;
	color:#999999;
	text-decoration:none;
}

hr {
	clear:both;
	visibility:hidden;
}
/*------------------------------------------------
	�����N
------------------------------------------------*/
a:link {
	color:#ff3366;
	text-decoration:none;
}
a:visited {
	color:#ff3366;
	text-decoration:none;
}
a:hover {
	color:#ffccff;
	text-decoration:underline;
}
a:active {
	color:#ffccff;
	text-decoration:none;
}
/*------------------------------------------------
	�摜�����N
------------------------------------------------*/
a:link img {
	border: 0;
}
a:visited img {
	border: 0;
}
a:hover img {
	border: 0;
}
a:active img {
	border: 0;
}
/*------------------------------------------------
	�X�N���[���o�[(IE�̂�)
------------------------------------------------*/
html {
	scrollbar-face-color:#C9C9C9;
	scrollbar-highlight-color:#C9C9C9;
	scrollbar-shadow-color:#C9C9C9;
	scrollbar-3dlight-color:#C9C9C9;
	scrollbar-darkshadow-color:#C9C9C9;
	scrollbar-track-color:#ECECEC;
	scrollbar-arrow-color:#ECECEC;
}
/*------------------------------------------------
	�t�H�[��
input, textarea, select {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku GothicPro", �l�r�o�S�V�b�N, Osaka, sans-serif,;
	font-size: 12px;
}
input.btn {
	border: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #696969;
	color: #FFFFFF;
}
@media screen {
	input, textarea, select {
		font-family: Tahoma, Verdana, sans-serif;
	}
}
------------------------------------------------*/
	/* IE6�����ifocus��IE7���j
	input[type="text"]:hover, input[type="text"]:focus,
	input[type="password"]:hover, input[type="password"]:focus,
	textarea:hover, textarea:focus,
	select:hover, select:focus {
		border: 1px solid #000000;
		background: #FFFFFF;
	} */
/*================================================
	3. ���C�A�E�g
================================================*/

body {
	background:#fdf2f4 url("./img/BgStripePattern.png");
	text-align:center;
	min-width:1130px;
}

.container {
	width:1130px;
	margin:0 auto;
	overflow: hidden;
}

.bg-star {
	background:url("./img/BgStarL.png") left -20px top 0px no-repeat,
			   url("./img/BgStarR.png") right -20px top 0px no-repeat;
}

#topimg {
	/* background:url("./img/BgStarPattern.png") 0 0 repeat-x; */
	min-height: 92px;
}

.modal-contents {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* ����{�^�� */
.close-btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
	border: 2px solid rgba(0,0,0,.1);
	cursor: pointer;
	background-color: #fff;
}
.close-btn span::before,
.close-btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #3A2522;
}
.close-btn span::before {
	transform: rotate(-45deg);
}
.close-btn span::after {
	transform: rotate(45deg);
}

.relative {
	position: relative;
}

.inline-block {
	display: inline-block;
}

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

/* character page */

.ch-icon span {
	position: relative;
	display: inline-block;
	width: 89px;
	height: 89px;
	vertical-align: top;
	user-select: none;
}

.ch-icon span img.icon {
	margin:3px 0px 0px 3px;
}

.ch-icon span img.on {
	margin:0px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}

.ch-icon span.selected img.on {
	visibility: visible;
	content: url("./../css/img/ChIconOn.png");
	position: absolute;
}

.ch-img {
	width: 758px;
	margin: 20px auto;
}

.ch-img div {
	outline: none;
}

.slide-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -30px;
}

.prev-arrow{
	left: -45px;
}

.next-arrow{
	right: -55px;
}

/* system page */

.system-img img {
	margin:0;
}

/* others page */
.variable-frame {
	padding: 30px;
	text-align: left;
	position: relative;
	z-index: 0;
	color: #230500;
}

.variable-frame span {
	position: absolute;
	z-index: -1;
	background: url("./../css/img/VariableFrame.png");
}

.lnquiry-frame1 {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 30px;
	text-align: left;
	color: #ffffff;
}

.lnquiry-frame2 {
	background-color: rgba(255, 255, 255, 0.1);
	border: 2px solid #666;
	border-radius: 8px;
	padding: 10px;
	text-align: left;
}

.inquiry-button {
	width: 282px;
	height: 60px;
	margin: 10px 0px;
	text-align: center;
	line-height: 60px;
	font-size: 140%;
	display: inline-block;
	color: #1cffa5;
	background: url("./../css/img/button_inquiry.png");
}

.inquiry-button2 {
	width: 300px;
	height: 84px;
	text-align: left;
	line-height: 84px;
	font-size: 140%;
	display: inline-block;
	vertical-align: top;
	background: url("./../css/img/button_inquiry2.png");
}

.inquiry-button2 div {
	color: #000000;
	padding: 0px 30px 0px 10px;
}

a div:hover {
	text-decoration: underline;
}

.big-bold {
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0px;
}

.color-red {
	color: #f00;
	font-weight: bold;
}

.lnquiry-table {
	float: none;
	display: block;
}

.lnquiry-table td {
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	padding: 4px 8px;
}

.lnquiry-table input {
	font-size: 140%;
	width: 300px;
	padding: 4px;
}
.lnquiry-table select {
	font-size: 140%;
	padding: 4px;
}

.lnquiry-table textarea {
	font-size: 140%;
	padding: 4px;
	width: 98%;
	resize: vertical;
}

a:not(#btn_ptop) img:not([alt^="Header"]):hover {
	opacity: 0.6;
}

/* footer */

#link {
	color:#3A2522;
	background-color:#FFCCDC;
	padding:4px 0px;
	margin-top: 40px;
}

#link a {
	color: #3A2522;
	margin-right: 10px;
}

#copyright {
	color:#FFFFFF;
	background-color:#3A2522;
	padding:8px 0px;
}

#btn_ptop {
	position: fixed;
	right: 5px; bottom: -180px;
	opacity: 0;
	-ms-filter: 'alpha( opacity=0 )';
	z-index: 100;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
	#btn_ptop.on {
		animation-name: ptop_on;
		-webkit-animation-name: ptop_on;
		animation-timing-function: ease-out;
		-webkit-animation-timing-function: ease-out;
	}
	#btn_ptop.on.ie { -ms-filter: 'alpha( opacity=100 )'; bottom: 5px; }
	#btn_ptop.off {
		animation-name: ptop_off;
		-webkit-animation-name: ptop_off;
		animation-timing-function: ease-in;
		-webkit-animation-timing-function: ease-in;
	}
	#btn_ptop.off.ie { -ms-filter: 'alpha( opacity=0 )'; bottom: -180px; }
	@keyframes ptop_on{
		0%		{ opacity: 0; bottom: -180px; }
		50%		{ opacity: .4; bottom: 80px; }
		100%	{ opacity: 1; bottom: 5px; }
	}
	@-webkit-keyframes ptop_on{
		0%		{ opacity: 0; bottom: -180px; }
		50%		{ opacity: .4; bottom: 80px; }
		100%	{ opacity: 1; bottom: 5px; }
	}
	@keyframes ptop_off{
		0%		{ opacity: 1; bottom: 5px; }
		50%		{ opacity: 1; bottom: 50px; }
		100%	{ opacity: 0; bottom: -180px; }
	}
	@-webkit-keyframes ptop_off{
		0%		{ opacity: 1; bottom: 5px; }
		50%		{ opacity: 1; bottom: 50px; }
		100%	{ opacity: 0; bottom: -180px; }
	}

#mainimg {
padding: 30px;
	width:180px;
float: left;
}

#textmain {
float: left;
	width:600px;
	margin:0;
padding: 20px;

}


.clear {
    clear:both;�@/*float�̉����A�������|�C���g*/
}


#header {
	width:908px;
	padding:0;
	height:92px;
	background:url("./img/header.png") 50% 0 no-repeat;
	z-index: 1;
}

body#contents #globalnavi {
	position: absolute;
	margin:0 auto;
	padding:0 0 0 175px;
	width:100%;
	top:10px;
	height: 98px;
}

body#home #globalnavi {
	position: absolute;
	margin:0 auto;
	padding:0 0 0 30px;
	width:362px;
	height: 452px;
	top: 440px;
	z-index: 2;
}

body#contents #content {
	width:900px;
	margin:0 auto;
	padding:0;
}

body#home #content {
	width:900px;
	height:772px;
	margin:0 auto;
	padding:0;
	background:url("./img/key.png") 107% 100% no-repeat;
}

#topic {
	position:relative;
	top:90px;
	width:325px;
	height:215px;
	margin:0 30px;
	padding:60px 0 0 0;
	background:url("./img/topic.png") 50% 0 no-repeat;
}

#subnavi {
	float:left;
	width: 256px;
	margin:0;
	overflow: hidden;
}

#footer {
	width:908px;
	height:56px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: url("./img/footer.png") 50% 100% no-repeat;
}

/*------------------------------------------------
	#�@ux
------------------------------------------------*/

#play {
	float:left;
	width:20px;
	margin:517px 0 0 30px;
	padding:0;
	position: absolute;
}

h7{ margin-left: 0 ; }

h7 a{
	float:left;
	display: block;
	width: 115px;
	height: 40px;
	text-indent: -9999pt;
	overflow: hidden;
	background: url("./img/app_60.png") no-repeat;
}

.button_link {
	display: inline-block;
	padding: 5px 30px;
	background: rgba(255,195,195,1.0);
	border: 2px solid #ff6666;
	border-radius: 30px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 0px 2px #ffffff inset;
	color: #663333;
}

#topimg2 {

	background:url("./img/top2.jpg");
background-position:center top;
 background-repeat:no-repeat;
-moz-background-size:900px;
 background-size:900px;
	height: 703px;

}

.pageItem {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3rem;
}
.defsize {
	width: 100%;
	margin: 4rem auto;
}
.deftitle {
	font-size: 3rem;
	font-size: 30px;
	color: #4E4E4E;
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-weight: bold;
}
.dp_box {
	color: #4E4E4E;
}
.dp_box .sub_title {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.dp_box p {
	text-align: left;
	line-height: 1.2;
	display: block;
	padding: 1rem;
	font-size: 14px;
}

.tag_redirect, .tag_redirect:visited {
	color: black !important;
	text-decoration: underline;
	font-size: 16px;
}

.campaign_frame {
	font-size: 16px;
}