@charset "utf-8";
/* CSS Document */




/* NATIVE_APPの時のみ必要(この段階で行なわないと表示がバグる)↓*/
/* この部分はアプリ側に送るため、
   PHPのechoを使った書き方だと、AndroidでCSSが認識されなくて表示がおかしくなるっぽい */
#native_common_myparam_area {
	position: absolute;
	width: 320px;
	height: 27px;
}

#native_common_myparam_area #inner_area {
	position: absolute;
	left: 1px;
	top: 0px;
	height: 27px;
	display:inline;
	font-size:9px;
	list-style:none;
}

#inner_area ul {
	margin:0;
	padding:0;
}

#inner_area ul a {
	text-decoration: none;
}

/* パラメータの領域 */
.nativecommon_myparambox {
	width: 53px;
	height: 27px;
	background-size: 100% 100%;
	text-align: left;
	float: left;
	list-style: none;

	margin-right: 0px;

	font-weight:bold;
	font-size: 9px;

	color: #FFFFFF;
	line-height: 0px;
	font-weight: normal;
}

.myparam_btn {
	width:55px;
	height:27px;
}

/* パラメータのパラメータ位置 */
.myparam_param_pos {
	position: relative;
	top: 14px;
	width: 55px;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}

/* パラメータのモンスバコ の場合のパラメータ位置*/
.myparam_param_shed_pos {
	position: relative;
	top: 11px;
	width: 55px;
	font-size: 8px;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
}

/* NATIVE_APPの時のみ必要(この段階で行なわないと表示がバグる) ↑*/



html,body {
	margin:0;
	image-rendering: optimizespeed;	-webkit-text-size-adjust: none;
	line-height:130%;
	width:320px;margin:auto;
/*	 */
	}

/* 全ての画像の角を丸めてます */
img {
	-webkit-border-radius: 3px 3px 3px 3px;
	line-height:100%;
	margin:0;
	padding:0;
}

/* 全ての画像の角を丸めたくない場合はこちらで打ち消し */
/* img class="sq" */
img.sq, img.emoji {
	-webkit-border-radius: 0px 0px 0px 0px;
}

marquee {
	line-height:120%;
}

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}

/* 改行のスタイルを整えるため */
br {
	line-height:150%;
}
a {
	line-height:150%;
 	word-break:break-all;
}

a:link {color:#fff100;}
a:focus {color:#0000A0;}
a:visited {color:#fff100;}

/* 自動改行がされずにずれてしまうために追加する */
div{
	word-wrap: break-word;
	word-break:break-all;
}

pre{
	word-wrap: break-word;
	white-space: pre-wrap;
}
input{
	word-wrap: normal;
}

span{
	word-break:break-all;
}
select.combobox {
	width:80px;
	font-size:18px;
	text-align:center;
	margin: 5px 5px;
}

input.M {
	width:160px;
}


input.btn_input {
	width:120px;
	height:;	font-size:16px;
		margin: 5px 0px;
}

input.btn_inputM {
	width:180px;
	height:;	font-size:16px;
		margin: 5px 0px;
}

input.btn_inputL {
	width:240px;
	height:;
	font-size:16px;
		margin: 5px 0px;
}


input.linktag {
	width:200px;
	height:18px;
	font-size:14px;
}



/*----------------------------------------------------
		 ボタン
  --------------------------------------------------*/
/* 標準サイズ */
.button {
	background: url(https://dra-collection.net/agk/web/img/overlay.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 5px 11px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);

	/* 標準設定 */
	width:150px;
	font-size:16px;
	line-height:130%;
	color:#ffffff;
}


.button_L {
	background: url(https://dra-collection.net/agk/web/img/overlay.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 5px 11px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);

	/* 標準設定 */
	width:200px;
	font-size:16px;
	line-height:130%;
	color:#ffffff;
}

/* ミニサイズ */
.btn_mini {
	background: url(https://dra-collection.net/agk/web/img/overlay_s.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	padding:5px 0px 6px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);

	/* 標準設定 */
	width:70px;
	font-size:14px;
	line-height:130%;
	color:#FFFFFF;
}

.btn_mini_wide {
	background: url(https://dra-collection.net/agk/web/img/overlay_s.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	padding:5px 0px 6px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);

	/* 標準設定 */
	width:160px;
	font-size:14px;
	line-height:130%;
	color:#FFFFFF;
}

/* ページング用ミニサイズ */
.btn_mini_page {
	background: url(https://dra-collection.net/agk/web/img/overlay_s.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	padding:5px 0px 6px;
	position: relative;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);

	/* 標準設定 */
	width:35px;
	font-size:14px;
	line-height:130%;
	color:#FFFFFF;
}

.btn_off {
	background-color:#333333;
	color:#696969;
}

.btn_back a {
	background:url(https://dra-collection.net/agk/web/img/btn_back.png) no-repeat left center;
	height:30px;
	width:33px;
	padding-left:17px;
	display:inline-block;
	font-size:14px;
	line-height:28px;
	text-decoration:none;
	text-shadow:0 2px 2 rgba(0, 0, 0, 0.6);
	margin:10px 0;
	color:#FFFFFF;
}

/*
戻るボタン
*/
.btnBack {
	background: url(https://dra-collection.net/agk/web/img/btn_back.png) right center no-repeat;
	padding-right: 5px;
 	height: 30px;
	float: left;
	margin:5px 5px 5px 17px;
}
.btnBackInner {
	background: url(https://dra-collection.net/agk/web/img/btn_back.png) left center no-repeat;
	height: 30px;
	margin-left: -17px;
	padding-left:20px;
}
.btnBack a {
	color: #FFFFFF;
	font-size:14px;
  	text-decoration: none;
  	text-shadow:  0 2px 2 rgba(0, 0, 0, 0.6);  	line-height:28px;
}

/*--------------右へ進むとがったボタン*/
.btnNext {
	background: url(https://dra-collection.net/agk/web/img/btn_next.png) left center no-repeat;
	padding-left: 5px;
 	height: 30px;
	float: left;
	margin:12px 17px 0 5px;
}

.btnNextInner {
	background: url(https://dra-collection.net/agk/web/img/btn_next.png) right center no-repeat;
	height: 30px;
	margin-right: -17px;
	padding-right:20px;
}
.btnNext a {
	color: #FFFFFF;
	font-size:14px;
  	text-decoration: none;
  	text-shadow:  0 2px 2 rgba(0, 0, 0, 0.6);  	line-height:28px;
}

/* buttonより小さくbtn_miniより大きい */
.btn_middle_white {
	background: url(https://dra-collection.net/agk/web/img/overlay.png) repeat-x scroll 50% 50% #333333;
	-webkit-background-size: contain;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	display: inline-block;
	background-color: #d0d0d0;
	color:#222222;
	text-align:center;
	margin:4px;
	padding:8px 4px;
	position: relative;
	text-decoration: none;
	width:120px;
	font-size:18px;
	line-height:140%;
}

a.button,
a.btn_mini
{color:#FFFFFF;}

/* 例外で背景色を変更したかったので、書いときます。 */
.btn_background_color {
	background-color: #004BC8;
}

.btn_background_color_blue {
	background-color: #4169e1;
}

.btn_background_color_orange {
	background-color: #FFA500;
}

/*----------------------------------------------------
	ボタン明滅
----------------------------------------------------*/
/*決定*/
.blinkBtnDecide {
	-webkit-animation-name: 'kf-blink-decide';
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: .6s;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes 'kf-blink-decide' {
	0% {
		background-color: #888;
	}
	100% {
		background-color: #6df081;
	}
}

/*決定*/
.blinkBtnDecide_gold {
	-webkit-animation-name: 'kf-blink-decide-gold';
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-duration: .6s;
	-webkit-animation-direction: alternate;
}
@-webkit-keyframes 'kf-blink-decide-gold' {
	0% {
		background-color: #9c7a11;
	}
	100% {
		background-color: #fffaa8;
	}
}


/*----------------------------------------------------
		ヘッダー/フッター用
  --------------------------------------------------*/
#header_mini_title {
	width:100%;
	height:27px;
	text-align:left;
	background:url(https://dra-collection.net/agk/web/img/bg_mini_title.gif) repeat-x top left;
}

#header_marquee {
	background-color:#433329;
	color:#fabf00;
	border-bottom:2px solid #7f6654;
	margin-bottom:5px;
}



		#header{
			background:#000;
		}
		#footer{
			background:#000;
		}
	

#header .smanavi_header {
	background: url(https://dra-collection.net/agk/web/img/bg_smanavi_01.gif) repeat-x top center #3f332a;
	width:100%;
	height:50px;	margin-bottom:2px;
}

#footer .smanavi_footer {
	background: url(https://dra-collection.net/agk/web/img/bg_smanavi_01.gif) repeat-x top center #3f332a;
	width:100%;
	height:50px;
	margin-top:10px;
}

.smanavi {
	width:320px;
	margin:0 auto;
	left: 0;
	right: 0;
	z-index: 11000;
}

.smanavi ul, .smanavi li {
	display:flex;
	width: max-content;
	margin:0 auto;
	padding:0;
	font-size:9px;
	list-style:none;
}

.smanavi li {
	height:50px;
	text-align:center;
	float:left;
	list-style:none;
}
.smanavi ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
	padding: 1px 1px;
	height: 48px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.smanavi li.btn_05_on {
	width:88px;
}

.smanavi ul li a:hover {
	background-color: #cc0000;
}

.smanavi li.btn_04_off {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_04.gif) no-repeat top center;
	line-height:84px;
	text-decoration:none;
	color:#999999;
		-webkit-background-size:100%;
		background-size:cover;
}

.smanavi li.btn_05_off {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_05.gif) no-repeat top center;
	width:82px;
	display:block;
	text-decoration:none;
	color:#999999;
	line-height:84px;
		-webkit-background-size:100%;
		background-size:cover;
}

.smanavi a {
	width:58px;
	height:50px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:84px;
	font-size:9px;
}

.smanavi div.bookmark_btn {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:84px;
	font-size:9px;
	-webkit-user-select:none;
}

.smanavi div.bookmark_create_btn {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:84px;
	font-size:9px;
}

.smanavi span {
	width:58px;
	height:50px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:84px;
	font-size:9px;
}

.smanavi a.btn_01		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_01.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_02fire	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02fire.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_02forest { background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02forest.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_02water 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02water.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_03 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_03.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_04 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_04.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi a.btn_05 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_05.gif) no-repeat top center; width:88px;-webkit-background-size:100%;background-size:cover;}
.smanavi span.btn_05 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_05.gif) no-repeat top center; width:88px;-webkit-background-size:100%;background-size:cover;}
.smanavi div.bookmark_create_btn 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_08.gif) no-repeat top center; width:58px;-webkit-background-size:100%;background-size:cover;}
.smanavi div.bookmark_btn 			{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_07.gif) no-repeat top center; width:58px;-webkit-background-size:100%;background-size:cover;overflow:hidden;}


.smanavi li.btn_menu {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_06.gif) no-repeat top center;
	display:block;
	text-decoration:none;
	color:#ffffff;
	width:58px;
	height:50px;
	line-height:84px;
		-webkit-background-size:100%;
		background-size:cover;
}

.smanavi li.btn_menu_off {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_06.gif) no-repeat top center;
	display:block;
	text-decoration:none;
	color:#999999;
	width:58px;
	height:50px;
	line-height:84px;
		-webkit-background-size:100%;
		background-size:cover;
}


.smanavi2 {
    width:320px;
    margin:0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
}

.smanavi2 ul, .smanavi2 li {
    display:flex;
    width: max-content;
    margin:0 auto;
    padding:0;
    font-size:9px;
    list-style:none;
}

.smanavi2 li {
    height:52px;
    text-align:center;
    float:left;
    list-style:none;
}

.smanavi2 li.btn_05_on {
    width:82px;
}

.smanavi2 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;
    padding: 1px 1px;
    height: 50px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.smanavi2 ul li a:hover {
    background-color: #cc0000;
}

.smanavi2 li.btn_04_off {
    background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_04.gif) no-repeat top center;
    line-height:84px;
    text-decoration:none;
    color:#999999;
    -webkit-background-size:100%;
    background-size:cover;
}

.smanavi2 li.btn_05_off {
    background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_05.gif) no-repeat top center;
    width:82px;
    display:block;
    text-decoration:none;
    color:#999999;
    line-height:84px;
    -webkit-background-size:100%;
    background-size:cover;
}

.smanavi2 a {
    width:58px;
    height:50px;
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    line-height:84px;
    font-size:9px;
}

.smanavi2 div.bookmark_btn {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    line-height:84px;
    font-size:9px;
    -webkit-user-select:none;
}

.smanavi2 div.bookmark_create_btn {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    line-height:84px;
    font-size:9px;
}

.smanavi2 span {
    width:58px;
    height:50px;
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    line-height:84px;
    font-size:9px;
}

.smanavi2 a.btn_01		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_01.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_02fire	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02fire.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_02forest { background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02forest.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_02water 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02water.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_03 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_03.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_04 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_04.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smanavi2 a.btn_05 		{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_05.gif) no-repeat top center; width:88px;-webkit-background-size:100%;background-size:cover;}
.smanavi2 span.btn_05 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_05.gif) no-repeat top center; width:88px;-webkit-background-size:100%;background-size:cover;}
.smanavi2 div.bookmark_create_btn 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_08.gif) no-repeat top center; width:58px;-webkit-background-size:100%;background-size:cover;}
.smanavi2 div.bookmark_btn 			{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_07.gif) no-repeat top center; width:58px;-webkit-background-size:100%;background-size:cover;overflow:hidden;}

.smanavi2 li.btn_menu {
    background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_06.gif) no-repeat top center;
    display:block;
    text-decoration:none;
    color:#ffffff;
    width:58px;
    height:52px;
    line-height:84px;
    -webkit-background-size:100%;
    background-size:cover;
}

.smanavi2 li.btn_menu_off {
    background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_06.gif) no-repeat top center;
    display:block;
    text-decoration:none;
    color:#999999;
    width:58px;
    height:50px;
    line-height:84px;
    -webkit-background-size:100%;
    background-size:cover;
}

.smahead {
	width:318px;
	height:60px;
	margin:0 auto;
}

.smahead ul {
	display:inline;
	margin:0;
	padding:0;
	font-size:9px;
	list-style:none;
}

.smahead li {
	width:96px;
	height:60px;
	text-align:center;
	float:left;
	list-style:none;
	line-height:102px;

	font-weight:bold;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.6);}

.smahead li.btn_05_on {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_05a.gif) no-repeat top center;
	width:126px;
	line-height:94px;
	color:#FFFFFF;
		-webkit-background-size:100%;
		background-size:cover;
}

.smahead li.btn_05_off {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_05a.gif) no-repeat top center;
	width:126px;
	display:block;
	text-decoration:none;
	color:#999999;
	line-height:94px;
		-webkit-background-size:100%;
		background-size:cover;
}

.smahead li.btn_menu {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_06.gif) no-repeat top center;
	display:block;
	text-decoration:none;
	width:96px;
	line-height:94px;
		-webkit-background-size:100%;
		background-size:cover;
}

.smahead li.btn_menu_off {
	background:url(https://dra-collection.net/agk/web/img/btn_smanavi_02_06.gif) no-repeat top center;
	width:96px;
	display:block;
	text-decoration:none;
	color:#999999;
	line-height:94px;
		-webkit-background-size:100%;
		background-size:cover;
}

.smahead a {
	width:96px;
	height:60px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	line-height:94px;
	font-size:9px;
}

.smahead a.quick {
	width:126px;
}

.smahead a.btn_02fire	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02fire.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smahead a.btn_02forest { background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02forest.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}
.smahead a.btn_02water 	{ background:url(https://dra-collection.net/agk/web/img/btn_smanavi_01_02water.gif) no-repeat top center;-webkit-background-size:100%;background-size:cover;}

/* ---- ヘッダーメニュー用 */

#sma_menu_area {
	background-color:#57463a;
	text-align:center;
	border-bottom: solid 2px #7D6A4E;
	padding-top: 5px;
	top: 50px;
	z-index: 11000;
}

/*
#sma_menu_area ul {
	display:inline-block;
	margin:5 3;
	padding:0;
	font-size:9px;
	list-style:none;
}

#sma_menu_area li {
	text-align:center;
	list-style:none;
	margin:2px 2px 6px 2px;
	font-weight:bold;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.5);	display:inline-block;
}

#sma_menu_area .li1 {
	width:300px;
}

#sma_menu_area .li2 {
	width:150px;
}

#sma_menu_area .txt_btn {
	margin:0px 0px 0px 0px;
	background-color:#333;
	width:108px;
}

#sma_menu_area li a {
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
*/

#sma_menu_area .line-bottom {
	border-bottom: groove 2px #87766a;
	margin-bottom: 5px;
}

#sma_menu_area .quest_battle_compo_area table {
	width:316px;
	margin: 0px auto 5px;
}

#sma_menu_area .quest_battle_compo_area a {
	position: relative;
	color: #FFF;
}

#sma_menu_area .quest_battle_compo_area img {
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 8px 8px 8px 8px;
}

#sma_menu_area .event {
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

#sma_menu_area .new_event{
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	position: relative;
	display: block;
	width: 150px;
	height: 58px;
	font-weight: bold;
	font-size: 12px;
}

#footer_sma_menu_area {
	background-color:#57463a;
	text-align:center;
	border-bottom: solid 2px #7D6A4E;
	padding-top: 5px;
	position: fixed;
	z-index: 500;
}

/*
#footer_sma_menu_area ul {
	display:inline-block;
	margin:5 3;
	padding:0;
	font-size:9px;
	list-style:none;
}

#footer_sma_menu_area li {
	text-align:center;
	list-style:none;
	margin:2px 2px 6px 2px;
	font-weight:bold;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.5);	display:inline-block;
}

#footer_sma_menu_area .li1 {
	width:300px;
}

#footer_sma_menu_area .li2 {
	width:150px;
}

#footer_sma_menu_area .txt_btn {
	margin:0px 0px 0px 0px;
	background-color:#333;
	width:108px;
}

#footer_sma_menu_area li a {
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}
*/

#footer_sma_menu_area .line-bottom {
	border-bottom: groove 2px #87766a;
	margin-bottom: 5px;
}

#footer_sma_menu_area .quest_battle_compo_area table {
	width:316px;
	margin: 0px auto 5px;
}

#footer_sma_menu_area .quest_battle_compo_area a {
	position: relative;
	color: #FFF;
}

#footer_sma_menu_area .quest_battle_compo_area img {
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 8px 8px 8px 8px;
}

#footer_sma_menu_area .event {
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	margin-top: 10px;
	margin-left: 4px;
	margin-right: 4px;
}

#footer_sma_menu_area .new_event{
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
	position: relative;
	display: block;
	width: 150px;
	height: 58px;
	font-weight: bold;
	font-size: 12px;
}

#announce_area .new_event_mini{
	border-radius: 10px 10px 10px 10px;
	position: relative;
	display: block;
	width: 315px;
	height: 33.5px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#sma_menu_area .quest_battle_compo_area p {
	position: absolute;
	width: 100%;
	margin: 0px auto;
	bottom: 3px;
	font-size:12px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1.0);}
#footer_sma_menu_area .quest_battle_compo_area p {
	position: absolute;
	width: 100%;
	margin: 0px auto;
	bottom: 3px;
	font-size:12px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1.0);}

/* メニューON,OFFのアニメーション用 */
#sma_menu{
	-webkit-transition : 0.2s ease;
	overflow:hidden;
}

#sma_menu2{
	height:2px;
	overflow:hidden;
	width:320px;
	position:absolute;
	top:52px;
	left:auto;
	z-index:9999;
	visibility:hidden;
	height:460px;}

#sma_footer_menu2{
	height:2px;
	overflow:hidden;
	width:320px;
	position:absolute;
	top:52px;
	left:auto;
	z-index:9999;
	visibility:hidden;
}

#hidden_game{
	width:320px;
	height:460px;
	position:absolute;
	top:52px;
	left:auto;
	z-index:9998;
	background-color:#000000;
	display:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#resize_short_body{
	width:320px;
	display:none;
}

/* メニュー機能の高さを変えたらこっちを変えないといけない */
.smanavi_menu_on{
}

.smanavi_menu_off{
	height:2px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}



/*----------------------------------------------------
		sort関係
  --------------------------------------------------*/

div#cardsort {
	margin:10px auto;
	text-align:center;
}

#cardsort a {
	color:#FFFFFF;
}

#cardsort .btn_sort_all {
	background-color:#FF9900;
	margin:0px 5px 5px 0px;
	margin-right:5px;
}

#cardsort .btn_sort_fire {
	background-color:#FF0033;
	margin:0px 5px 5px 0px;
}

#cardsort .btn_sort_forest {
	background-color:#006633;
	margin:0px 5px 5px 0px;
}

#cardsort .btn_sort_water {
	background-color:#3366FF;
	margin:0px 5px 0px 0px;
}

#cardsort .btn_sort_light {
	background-color:#E2A000;
	margin:0px 5px 0px 0px;
}

#cardsort .btn_sort_dark {
	background-color:#990099;
	margin:0px 5px 0px 0px;
}

#cardsort .btn_sort_off {
	background-color:#999999;
	margin:0px 5px 5px 0px;
	color:#000000;
}

#cardsort #cardsort_select {
	font-size:16px;
	height:30px;
	width:180px;
}

#cardsort #cardsort_select_short {
	text-align:center;
	width:120px;
	font-size:16px;
	height:30px;
}

#cardsort #cardsort_btn_sort {
	font-size:16px;
/*	letter-spacing:0.2em; */
	height:;
	width:110px;
		margin: 5px 0px;
}

#cardsort #cardsort_btn_regist {
	font-size:16px;
/*	letter-spacing:0.2em; */
	height:;
	width:130px;
		margin: 5px 0;
}

.card_select {
	font-size:16px;
	height:30px;
	width:180px;
}

/*----------------------------------------------------
	page送り
  --------------------------------------------------*/

div#page {
	margin:10px 0;
}

#page .btn_off {
	color:#999999;
}

/*--- helper.tpl ----------*/
.btn_helper {
	background-color:#9d8a6e;
	width:250px;
	font-size:20px;
	line-height:40px;
	margin:5px auto 15px;
	padding: 5px 0px 5px;
	text-align:center;
}

/*----------------------------------------------------
	ｸｴｽﾄ・ﾊﾞﾄﾙ・合成
  --------------------------------------------------*/
div .quest_battle_compo_area {
	width:316px;
	text-align:center;
}

.quest_battle_compo_area table {
	width:316px;
	margin:5px auto 10px;
}

.quest_battle_compo_area td {
	line-height:8px;
	width:106px;
	text-align:center;
	vertical-align:top;
	color:#ff0000;
	font-size:14px;
}

.quest_battle_compo_area img {
	margin:0;
	line-height:100%;
}

.quest_battle_compo_area a{
	font-size:10px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-align:center;
	line-height:100%;
}

#help_link a{
	font-size:14px;
	margin:0;
	padding:0;
	text-decoration:none;
	line-height:100%;
}


/*----------------------------------------------------
	文字タイトル用グラデーション
  --------------------------------------------------*/
#gra_t1 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#d688ff),
		color-stop(0.20,#6b4489),
		color-stop(0.80,#6b4489),
		to(#352244));
	background: -moz-linear-gradient(
		top,
		#d688ff,
		#6b4489 20%,
		#6b4489 80%,
		#352244);
}

#gra_t2 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#8ee086),
		color-stop(0.20,#477043),
		color-stop(0.80,#477043),
		to(#233821));
	background: -moz-linear-gradient(
		top,
		#8ee086,
		#477043 20%,
		#477043 80%,
		#233821);
}

#gra_t3 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ffe488),
		color-stop(0.20,#887244),
		color-stop(0.80,#887244),
		to(#443922));
	background: -moz-linear-gradient(
		top,
		#ffe488,
		#887244 20%,
		#887244 80%,
		#443922);
}

#gra_t4 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#b8c6d3),
		color-stop(0.20,#5c636f),
		color-stop(0.80,#5c636f),
		to(#2e3137));
	background: -moz-linear-gradient(
		top,
		#b8c6d3,
		#5c636f 20%,
		#5c636f 80%,
		#2e3137);
}

#gra_t5 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#949eac),
		color-stop(0.20,#4a4f56),
		color-stop(0.80,#4a4f56),
		to(#25272b));
	background: -moz-linear-gradient(
		top,
		#949eac,
		#4a4f56 20%,
		#4a4f56 80%,
		#25272b);
}

#gra_t6 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ff6666),
		color-stop(0.20,#983333),
		color-stop(0.80,#983333),
		to(#4c3333));
	background: -moz-linear-gradient(
		top,
		#ff6666,
		#983333 20%,
		#983333 80%,
		#4c3333);
}

#gra_t7 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#30b0ff),
		color-stop(0.20,#18589a),
		color-stop(0.80,#18589a),
		to(#0c2c4d));
	background: -moz-linear-gradient(
		top,
		#30b0ff,
		#18589a 20%,
		#18589a 80%,
		#0c2c4d);
}

/* gra_t7の青が眩しいとの指摘があったので別ﾊﾞｰｼｮﾝとして定義 */
#gra_t7_2 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#30b0ff),
		color-stop(0.20,#124171),
		color-stop(0.80,#124171),
		to(#0c2c4d));
	background: -moz-linear-gradient(
		top,
		#30b0ff,
		#124171 20%,
		#124171 80%,
		#0c2c4d);
}

#gra_t32 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#704200),
		color-stop(0.20,#603600),
		color-stop(0.80,#603600),
		to(#200a00));
	background: -moz-linear-gradient(
		top,
		#704200,
		#603600 20%,
		#603600 80%,
		#200a00);
}


#gra_t53 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#e3a04e),
		color-stop(0.20,#c89048),
		color-stop(0.80,#c89048),
		to(#a08040));
	background: -moz-linear-gradient(
		top,
		#e3a04e,
		#c89048 20%,
		#c89048 80%,
		#a08040);
}


#gra_t56 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#dad785),
		color-stop(0.20,#98942e),
		color-stop(0.80,#98942e),
		to(#5d5b1c));
	background: -moz-linear-gradient(
		top,
		#dad785,
		#98942e 20%,
		#98942e 80%,
		#5d5b1c);
}

#gra_t70 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#CEDE84),
		color-stop(0.20,#839B29),
		color-stop(0.80,#839B29),
		to(#CEDE84));
	background: -moz-linear-gradient(
		top,
		#CEDE84,
		#839B29 20%,
		#839B29 80%,
		#CEDE84);
}


#gra_pink {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#eeeeee),
		color-stop(0.20,#F8C8E8),
		color-stop(0.80,#F8C8E8),
		to(#F880C0));
	background: -moz-linear-gradient(
		top,
		#eeeeee,
		#F8C8E8 20%,
		#F8C8E8 80%,
		#F880C0);
}


#gra10_rank {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#b2d360),
		color-stop(0.20,#81ad35),
		color-stop(0.80,#81ad35),
		to(#52701d));
	background: -moz-linear-gradient(
		top,
		#b2d360,
		#81ad35 20%,
		#81ad35 80%,
		#52701d);
}

#gra_t101 {
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ff80a0),
		color-stop(0.20,#AD0003),
		color-stop(0.80,#AD0003),
		to(#500000));
	background: -moz-linear-gradient(
		top,
		#ff80a0,
		#AD0003 20%,
		#AD0003 80%,
		#500000);
}



/*----------------------------------------------------
		ゲージ
  --------------------------------------------------*/

.bar_base {
	height: 10px;
	border: solid 1px #bbb;
	margin: 0;
	border-radius:2px;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
}
.bar_up {
	height: 10px;
	background-position: 50% 100%;
}
.bar_down {
	height: 10px;
	background-position: 50% 100%;
}
.bar_now {
	height: 10px;
	background-position: 50% 100%;
}
.bar_black {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#404040),
		color-stop(0.5, #1B1B1B),
		color-stop(0.6, #191919),
		to(#262626));
	background: -moz-linear-gradient(
		top,
		#404040,
		#1B1B1B 50%,
		#191919 60%,
		#262626);
}
.bar_blue {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#0AF),
		to(#008));
	background: -moz-linear-gradient(
		top,
		#0AF,
		#008);
}
.bar_yellow {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FF8),
		to(#F80));
	background: -moz-linear-gradient(
		top,
		#FF8,
		#F80);
}
.bar_skyblue {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#8FF),
		to(#08F));
	background: -moz-linear-gradient(
		top,
		#8FF,
		#08F);
}
.bar_white {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.5, #ffffff),
		color-stop(0.5, #dddddd),
		to(#dddddd));
	background: -moz-linear-gradient(
		top,
		#ffffff,
		#ffffff 50%,
		#dddddd 50%,
		#dddddd);
}
.bar_green {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#cbff00),
		to(#8ae440));
	background: -moz-linear-gradient(
		top,
		#cbff00,
		#8ae440);
}
.bar_darkgreen {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#006400),
		to(#004c00));
	background: -moz-linear-gradient(
		top,
		#006400,
		#004c00);
}
.bar_red {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#F00),
		to(#F80));
	background: -moz-linear-gradient(
		top,
		#F00,
		#F80);
}
.bar_pink {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#F3F),
		to(#F6C));
	background: -moz-linear-gradient(
		top,
		#F3F,
		#F6C);
}
.bar_darkpink {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#E75840),
		to(#FF91A4));
	background: -moz-linear-gradient(
		top,
		#E75840,
		#FF91A4);
}
.bar_deeppink {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FF1493),
		to(#E25098));
	background: -moz-linear-gradient(
		top,
		#FF1493,
		#E25098);
}


.bar_no_use {
	background: #000;
}
.bar_hp {
	background: #FF0;
}
.bar_hp_up {
	background: #0F0;
}
.bar_hp_down {
	background: #F00;
}
.bar_skill {
	background: #0FF;
}
.bar_skill_up {
	background: #0AA;
}
.bar_exp {
	background: #0F0;
}
.bar_exp_up {
	background: #0A0;
}
.bar_compo {
	background: #F0F;
}
.bar_compo_up {
	background: #A0A;
}




/*----------------------------------------------------
		ダイアログ表示
  --------------------------------------------------*/
#infoDialog {
	border:0px;
	padding:0px;
	width:300px;
}
#infoDialogImg {
}
.infoDialogText {
	background-color: #000000;
	border-radius: 6px 6px 6px 6px;
	color:#ffffff;
	margin: 4px 4px 0px 4px;
	padding: 8px 12px 8px 12px;
	border: ridge 1px #ffffff;
	line-height: 110%;
}
#infoDialogButton1,#infoDialogButton2 {
	background:url(https://dra-collection.net/agk/web/img/common/btn_boss.gif) no-repeat top center;
	-webkit-background-size: contain;
	cursor: pointer;
	display: inline-block;
	padding: 10px 4px 14px 0px;
	position: relative;
	text-decoration: none;
	text-align: center;
	width:90px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);	font-size:16px;
	color:#ffffff;
}
div#foodDialog {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#250d33),
		color-stop(0.5, #250d33),
		color-stop(0.62, #7d29a5),
		to(#7d29a5));
	background: -moz-linear-gradient(
		top,
		#250d33,
		#250d33 50%,
		#7d29a5 62%,
		#7d29a5);

	margin:7px;
	width:300px;
	height:320px;
	z-index:200;
	position:absolute;
	top: 0px;
	border: ridge 3px #ffffff;
	border-radius: 6px 6px 6px 6px;
}

div#itemDialog {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#250d33),
		color-stop(0.5, #250d33),
		color-stop(0.62, #7d29a5),
		to(#7d29a5));
	background: -moz-linear-gradient(
		top,
		#250d33,
		#250d33 50%,
		#7d29a5 62%,
		#7d29a5);

	margin:7px;
	width:300px;
	height:320px;
	z-index:200;
	position:absolute;
	top: 0px;
	border: ridge 3px #ffffff;
	border-radius: 6px 6px 6px 6px;
}

div#completeDialog {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#250d33),
		color-stop(0.5, #250d33),
		color-stop(0.62, #7d29a5),
		to(#7d29a5));
	background: -moz-linear-gradient(
		top,
		#250d33,
		#250d33 50%,
		#7d29a5 62%,
		#7d29a5);
	margin:7px;
	width:300px;
	height:320px;
	z-index:200;
	position:absolute;
	top: 0px;
	border: ridge 3px #ffffff;
	border-radius: 6px 6px 6px 6px;
}

div#masterDialog {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#250d33),
		color-stop(0.5, #250d33),
		color-stop(0.62, #7d29a5),
		to(#7d29a5));
	background: -moz-linear-gradient(
		top,
		#250d33,
		#250d33 50%,
		#7d29a5 62%,
		#7d29a5);
	margin:7px;
	width:300px;
	height:320px;
	z-index:200;
	position:absolute;
	top: 0px;
	border: ridge 3px #ffffff;
	border-radius: 6px 6px 6px 6px;
}

div#levelupDialog {
	background: -webkit-gradient(linear, left top, left bottom,
		from(#250d33),
		color-stop(0.5, #250d33),
		color-stop(0.62, #7d29a5),
		to(#7d29a5));
	background: -moz-linear-gradient(
		top,
		#250d33,
		#250d33 50%,
		#7d29a5 62%,
		#7d29a5);
	margin:7px;
	width:300px;
	height:320px;
	z-index:200;
	position:absolute;
	top: 0px;
	border: ridge 3px #ffffff;
	border-radius: 6px 6px 6px 6px;
}

div#grayLayer{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:black;
	opacity: 0.50;
	filter:alpha(opacity=50);
	z-index:100;
}


.list_arrow_r {
	background-image:url(https://dra-collection.net/agk/web/img/native/arrow_right.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
}
.list_arrow_r_alpha {
	background-image:url(https://dra-collection.net/agk/web/img/native/arrow_right50.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
}


/*----------------------------------------------------
	ポインタ
  --------------------------------------------------*/
@-webkit-keyframes pointer_anime {
	0%	{-webkit-transform: translate(0px, 0px);}
	50%	{-webkit-transform: translate(0px, 10px);}
	100%	{-webkit-transform: translate(0px, 0px);}
}

.common_pointer {
	-webkit-transform-style: preserve-3d;
	-webkit-animation-name: pointer_anime;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
}


/*----------------------------------------------------
	ポインタ
  --------------------------------------------------*/
.balloon{
  position:relative;
  width:240px;
  margin-bottom:30px;
  padding:10px;
  background-color:#ffffff;
  border-style:solid;
  border-width:1px;
  border-color:#000000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.balloon:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  top:30%;
  left:30%;
  margin-left: -50px;
  border-style:solid;
  border-width:31px 11px 0px 11px;
  border-color:#000000 rgba(0,0,0,0);
}

.balloon:after{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  top:31%;
  left:30%;
  margin-left: -51px;
  border-style:solid;
  border-width:30px 10px 0px 10px;
  border-color:#ffffff rgba(255,255,255,0);
}


/*----------------------------------------------------
		コンテンツウィンドウ
  --------------------------------------------------*/
.window_design{
	border-width: 2px;
	border-style: solid;
	margin: 4px auto;
	padding: 0px;
	-webkit-border-radius: 12px;
}

.window_size_default{
	width:296px;
}

.window_color{
	background-color:#4c4f32;
	border-color: #b27940;
}

.window_title_design{
	padding: 4px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.window_title_color{
	background: -webkit-gradient(linear, left top, left bottom,
		from(#dae28e),
		color-stop(0.20,#6d7147),
		color-stop(0.80,#6d7147),
		to(#363823));
	background: -moz-linear-gradient(
		top,
		#dae28e,
		#6d7147 20%,
		#6d7147 80%,
		#363823);
}

/*----------------------------------------------------
		サブミットボタン
  --------------------------------------------------*/
.submit_button_design{
	border-radius: 16px 16px 16px 16px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	margin:4px auto;
}

.submit_button_size_default{
	font-size:16px;
	width:160px;
}

.submit_button_color_default{
	background: url(https://dra-collection.net/agk/web/img/overlay.png) repeat-x scroll 50% 50% #333333;
	background-color: buttonface;
}

.submit_button_color{
	background: -webkit-gradient(linear, left top, left bottom,
		from(#fff280),
		color-stop(0.20,#b27940),
		color-stop(0.80,#b27940),
		to(#593c20));
	color:#ffffff;
}

.submit_button_color_common {
	/*ナバホホワイト*/
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ffdead),
		color-stop(0.20,#8b795e),
		color-stop(0.80,#8b795e),
		to(#cdb38b));
	color:#ffffff;
}

.submit_button_color_yes{
	background: -webkit-gradient(linear, left top, left bottom,
		from(#4876ff),
		color-stop(0.20,#0000ff),
		color-stop(0.80,#0000ff),
		to(#000099));
	color:#ffffff;
}

.submit_button_color_no{
	background: -webkit-gradient(linear, left top, left bottom,
		from(#ff6a6a),
		color-stop(0.20,#ff0000),
		color-stop(0.80,#ff0000),
		to(#990000));
	color:#ffffff;
}

#contents {
	z-index: 0;
	font-size: 16px;
}
.page-txt {
	margin: 30px 0 0;
	height: 2000px;
}
#modal-open {
	color: #cc0000;
}
/* モーダル コンテンツエリア */
#modal-main {
	display: none;
	margin: 0;
	padding: 0;
	border-radius:20px;
	background-color: #ffffff;
	color: #666666;
	position:fixed;
	z-index: 16000;
}
/* モーダル 背景エリア */
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 15000;
}

