/***** reset *****/
*{
	margin:0;
	padding:0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

body {
	width: 100%;
	font-size: 16px;
	font-family: Arial;
	margin:0;
	padding:0;
	background-color: #000000;
	/* background-repeat: repeat-y; */
	background-position:0 bottom 0;
	background-size:100%;
	background-image: url(../img_s/layout/background.png);
}
form{
	font-size: 20px;
}
input{
	font-size: 20px;
}

select{
	font-size: 16px;
}
select.post{
	width: 22px;
	height: 22px;
}
textarea{
	font-size: 16px;
}

img{
	vertical-align:bottom;
}

/*=====================================================
 * Tone & Manner
 * 背景色			#000000
 * 基本文字色		#ffffff
 * ポイント文字色1	#161414
 * ポイント文字色2	#ffbee5
 * ポイント文字色3	#315fd4
 * リンク文字色		#d4bb63
 * リンク:visted		#79610c
 *====================================================*/
a{
	font-size: 16px;
	color: #d4bb63;
}
a:visited{
	color: #79610c;
}

a img, .effectBtn:hover {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

a:hover img, .effectBtn:hover, a:hover .assyncText, .spriteImage:hover {
	-moz-transform: scale(0.97,0.97);
	-webkit-transform: scale(0.97,0.97);
	-o-transform: scale(0.97,0.97);
	-ms-transform: scale(0.97,0.97);
	opacity:0.80;
	-webkit-transform: scale( 0.97,0.97 );
}


/***サイト背景色 ***/
div#container {
	position:relative;
	/* background-color: #f5c7f0; */
	background-color: transparent;
	color:#000000;
	margin: 0 auto;
	width: 320px;
	min-height: 370px;
	overflow: hidden;
	display: block;
	font-weight: bold;
}


/**** 影をつける ****/
.shadow{
 -moz-box-shadow: 3px 5px 4px #000000; /* firefox */
 -webkit-box-shadow: 3px 5px 4px #000000; /* Safari,Chrome */
 box-shadow: 3px 5px 4px #000000;  /* CSS3 */

}

/**** フォントカラー ****/
/* デフォルト */
.font_c0 {
	color: #FFF;
}
/* 黄系 */
.font_c1 {
	color: #b7a056;
}
/* 赤系 */
.font_c2 {
	color: #e56495;
}
/* 青系 */
.font_c3 {
	color: #819ae8;
}
/* 強調1(濃ピンク) */
.font_c4 {
	color: #c51f69;
}

/**** フォントサイズ ****/
.font_xxlarge {
	font-size:22px;
	line-height:22px;
}
.font_xlarge {
	font-size:20px;
	line-height:20px;
}
.font_large {
	font-size:18px;
	line-height:18px;
}
.font_middle {
	font-size:16px;
	line-height:16px;
}
.font_small {
	font-size:14px;
	line-height:14px;
}
.font_xsmall {
	font-size:12px;
	line-height:12px;
}
.font_xxsmall {
	font-size:10px;
	line-height:10px;
}

.font-serif{
		font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', "Times New Roman", "游明朝", YuMincho, 'MS P 明朝', 'MS PMincho', serif;
}
/**** フォント種類 ****/
.fontArial {
	font-family: Arial;
}

/**** フォント太さ ****/
.font_slim {
	font-weight: normal;
}

/**** フォントスタイル ****/
.fontOblique {
	font-style: oblique;
}

/**** float要素 ****/
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.floatBox:after {
  content: "";
  clear: both;
  display: block;
}

/*** background-imageのデフォルト設定 ***/
.noRepeatBGImage{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

/**** グレーアウト ***/
.filterGray{
	-webkit-filter: grayscale(100%);
}

/**** selectエリア ****/
select.baseSelect{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border-radius:5px;
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-indent: 1em;
	color: #333333;
	border: 1px solid #978848;
	cursor: pointer;
	background:#FFFFFF url(../img_s/layout/icon_arrow_01.png) no-repeat;
	background-size:25px auto;
	background-position: right center;
}

/* profit_navi */
div.box_navi1,
div.box_navi2,
div.box_navi3,
div.box_navi4{
	width:320px;
	margin:5px auto;
        vertical-align: middle;
}

div.box_navi3 table {
        background-color: rgba(255,255,255,0.6);
        border-radius: 4px;  
}

div.box_navi4 table {
        background-color: rgba(255,255,255,0.6);
        border-radius: 4px;
}

div.box_navi1 table tr td:nth-of-type(2){
	width:160px;
	background-image: url(../img_s/character/hukidasi_01.png);
        background-size: 190px 98px;
        background-repeat: no-repeat;
	color:#000000;
	padding: 2px 2px 2px 24px;
	margin-left:5px;
    font-size: 12px;
    line-height: 16px;
}

div.box_navi2 table tr td:nth-of-type(2){
    width:160px;
	background-image: url(../img_s/character/hukidasi_01.png);
    background-size: 190px 98px;
    background-repeat: no-repeat;
	color:#000000;
	padding: 2px 2px 2px 24px;
	margin-left:5px;
        font-size: 14px;
}

div.box_navi3 table tr td:nth-of-type(2){
	width:205px;
	color:#000000;
	padding: 2px 2px 2px 2px;
	margin-left:5px;
        font-size: 14px;
}

div.box_navi4 table tr td:nth-of-type(2){
	width:205px;
	color:#000000;
	padding: 2px 2px 2px 2px;
	margin-left:5px;
        font-size: 14px;
}

/* profit_navi(popup) */

div.box_popup_navi1,
div.box_popup_navi2{
	width:280px;
	margin:5px 5px;
        vertical-align: middle;
}

div.box_popup_navi3,
div.box_popup_navi4{
	width:290px;
	margin:5px auto;
        vertical-align: middle;
}

div.box_popup_navi3 table {
        background-color: #eb338f;
        border-radius: 4px;
}

div.box_popup_navi4 table {
        background-color: #fe90c3;
        border-radius: 4px;
}

div.box_popup_navi1 table tr td:nth-of-type(2){
	width:150px;
	background-image: url(../img_s/character/hukidasi_01.png);
        background-size: auto 106px;
        background-repeat: no-repeat;
	color:#000000;
	padding: 2px 2px 2px 20px;
	margin-left:8px;
        font-size: 14px;
}

div.box_popup_navi2 table tr td:nth-of-type(2){
	width:195px;
	background-image: url(../img_s/character/hukidasi_02.png);
        background-size: auto 106px;
        background-repeat: no-repeat;
	color:#000000;
	padding: 2px 2px 2px 20px;
	margin-left:3px;
        font-size: 14px;
}

div.box_popup_navi3 table tr td:nth-of-type(2){
	width:195px;
	color:#ffffff;
	padding: 2px 2px 2px 2px;
	margin-left:3px;
        font-size: 14px;
}

div.box_popup_navi4 table tr td:nth-of-type(2){
	width:195px;
	color:#000000;
	padding: 2px 2px 2px 2px;
	margin-left:3px;
        font-size: 14px;
}

/***** header menu *****/
.i_btn_f{
	display:table;
	position:relative;
	width:320px;
	height:52px;
	background: transparent;
}

.i_btn_f a{
	text-decoration: none;
	display: table-cell;
	height:52px;
	line-height: 0px;
}

.i_btn_f_mypage{
	display:block;
	position:relative;
	width:320px;
	height:60px;
}

.i_btn_f_mypage a{
	text-decoration: none;
}


.i_btn_g {
	position: relative;
	color: #fff;
	width: 61px;
	margin: 0px auto;
	font: 12px/18px Meiryo;
	font-weight:bold;
	float:left;
}
.i_btn p{
	position:absolute;
	width:61px;
	text-align:center;
	top:2px;
	z-index:2;
	text-shadow:2px 2px 3px #e89bc9, -2px -2px 3px #e89bc9;
}
.i_btn_g p{
	position:absolute;
	width:61px;
	text-align:center;
	top:2px;
	z-index:2;
	text-shadow:2px 2px 3px #cccccc, -2px -2px 3px #cccccc;
	color:#ffffff;
}
.i_btn img, .i_btn_g img{
	z-index:1;
	width:61px;
}

.i_c_btn {
	position: relative;
	color: #fff;
	width: 76px;
	height:56px;
	margin: 0px auto;
	font: 12px/18px Meiryo;
	font-weight:bold;
	float:left;
	background:#FFFFFF;
}
.i_c_btn p{
	position:absolute;
	width:76px;
	text-align:center;
	top:2px;
	z-index:2;
	text-shadow:2px 2px 3px #e89bc9, -2px -2px 3px #e89bc9;
}
.i_c_btn img{
	z-index:1;
	width:76px;
	height:56px;
	background:#FFFFFF;
}
.i_btn{
	position: relative;
	width: 50px;
	margin: 0px auto;
        padding: 5px;
	float:left;
}

/***** block *****/

.topics{
	display: block;
	background: #EEE;
	background-image: url(../img_s/mypage/ic_mypage_notice.gif);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:30px;
	background-color:rgba(179,179,179,0.6);
	border-radius: 6px;
	color: #ffffff;
	width: 300px;
	box-shadow: 0 1px 2px rgba(255,255,255,0.3), 0px 1px 2px rgba(255,255,255,0.3) inset, -2px 0 2px rgba(255,255,255,0.3) inset;
	margin-left:auto;margin-right:auto;
	padding: 8px 5px;
}

a.linkbar{
	display:block;
	width:100%;
	text-align:left;
	color: #d4bb63;			/* 文字色 */
	margin:0;
	padding:2% 0;
	border-top:0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-decoration: none;	/* 下線消去 */
}

.topup{
	width:96%;
	margin:0;
	padding:5px 2%;
	text-align:right;
	font-size:small;
	border-top:1px solid #999999;
}

.topup a{
	text-decoration: none;	/* 下線消去 */
}


/* ◆◆◆mate◆◆◆ */
div.tab_menu{
	width:310px;
	margin:0 0 0 10px;
}

div.tab_menu a{
	display:block;
	width:90px;
	padding:10px 0;
	margin:0 10px 0 0;
	background:#eeeeee;
	color:#666666;
	font-weight:bold;
	float:left;
	text-align:center;
	border-top:1px #666666 solid;
	border-left:1px #666666 solid;
	border-right:1px #666666 solid;
	border-bottom:1px #eeeeee solid;
	font-size:x-small;
	text-decoration:none;
}

div.tab_menu span{
	display:block;
	width:94px;
	padding:10px 0;
	margin:0 10px 0 0;
	background:#ffffff;
	color:#666666;
	float:left;
	text-align:center;
	font-size:x-small;
	border:1px #ffffff solid;
}

div.tab_menu_area{
	width:320px;
	margin:0 auto;
	background:#ffffff;
}

/*mate*/
.mate_list_table a{
	color:#666666;
}

#MainArea{
	width: 320px;
	text-align: center;
	color: #FFF;
	margin:0px;
	padding:0px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

input[type="text"]{
	margin: 0 8px 0 8px;
	padding: 0 5px;
	height: 35px;
	width: 90%;
}

/* リスト一覧の大枠設定 */
ul.baseUl{
	padding: 0;
	margin: 0 auto;
	border-top: 0.5px solid #161414;/* 上線 */
	color: #161414;
	width:290px;
}

/* リスト設定 */
li.baseLi{
	padding: 0;
	margin: 0;
	width: 100%;/* 画面横幅MAX */
	height: auto;/* 高さ */
	font-size: 9px;/* フォントサイズ */
	border-top: 1px dotted #161414;/* 上線 */
	list-style-type: none;
}

/* リストのaタグ設定 */
li.baseLi a{
	padding:8px;/* 左右の隙間調整 */
	display: block;/* インラインからブロック要素へ変更 */
	position: relative;/* 相対位置で配置 */
	height: auto;/* 高さ(liの高さと合わせること) */
	line-height: 18px;/* 行間の調節(liの高さと合わせること) */
	text-decoration: none;/* 下線(リンク)非表示 */
	color: #161414;/* 文字色 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);/* タップ時のハイライト(デフォルト)を非表示 */
}

/* リストのアイコン設定(CSSでアイコンを作成) */
/*
li.baseLi a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: solid 3px #161414;
	border-right: solid 3px #161414;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
*/

/*=====================================================
 * アイコン付きスタイル
 *====================================================*/
/* < アイコン */
.moveIconLeft{
	display:block;
	padding:0 10px 0 10px;/* 左右の隙間調整 */
	display: block;/* インラインからブロック要素へ変更 */
	position: relative;/* 相対位置で配置 */
	height: 40px;/* 高さ(liの高さと合わせること) */
	line-height: 40px;/* 行間の調節(liの高さと合わせること) */
	width:100%;
	color: #d4bb63;/* 文字色 */
	margin:0;
	padding:2% 0;
	border-top:0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-decoration: none;/* 下線(リンク)非表示 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);/* タップ時のハイライト(デフォルト)を非表示 */
	text-align: left;
}
.moveIconLeft:after {
	display: block;/* インラインからブロック要素へ変更 */
	position: absolute;/* 絶対位置で配置 */
	top: 50%;/* 上からの配置位置 */
	left: 15px;/* 左からの配置位置 */
	width: 10px;/* 幅 */
	height: 10px;/* 高さ */
	margin-top: -7px;/* 上マージン */
	border-top: solid 3px #d4bb63;/* 上線 */
	border-left: solid 3px #d4bb63;/* 右線 */
	-webkit-transform: rotate(-45deg);/* 回転 */
	-moz-transform: rotate(-45deg);/* 回転 */
	-o-transform: rotate(-45deg);/* 回転 */
	-ms-transform: rotate(-45deg);/* 回転 */
	transform: rotate(-45deg);/* 回転 */
	content: "";
}
.moveIconTextLeft{
	margin-left: 35px;
}

/* CSSボタン（TODO:あとで消す） */
.blueBtn1{
	font-size:12px;
	color: #ffffff;
	background-color: #3da5d5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #3da5d5;
	-moz-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.3);
	box-shadow:
		1px 1px 3px rgba(000,000,000,0.4),
		inset 0px 1px 1px rgba(255,255,255,0.3);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.3),
		0px 1px 1px rgba(255,255,255,0.3);
}
.pinkBtn1{
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#f863ae 0%,
		#f863ae);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f863ae),
		to(#f863ae));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #f863ae;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

.pinkBtn2{
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#eb338f 0%,
		#eb338f);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#eb338f),
		to(#eb338f));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #eb338f;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

.goldBtn1{
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#b5923e 0%,
		#b5923e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b5923e),
		to(#b5923e));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #f863ae;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

.goldBtn2{
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#b5923e 0%,
		#b5923e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#b5923e),
		to(#b5923e));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #b5923e;
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}

.circle{
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size:14px;
	color: #ffffff;
	text-align: center;
	background: rgba(240,72,120,0.8);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 4px 0px #93847c;
	-moz-box-shadow: 0px 0px 4px 0px #93847c;
	-o-box-shadow: 0px 0px 4px 0px #93847c;
	box-shadow: 0px 0px 4px 0px #93847c;


}

/*=====================================================
 * 画像背景の素材
 *====================================================*/
/* 大見出し `*/
.main_title_bar {
	width: 320px;
	height: 18px;
	padding: 9px 0 23px;
	font-size: 16px;
	background-image: url(../img_s/layout/main_title_bar.png);
	background-size: 320px 50px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 0 0 3px;
}

.title_bar {
	width: 320px;
	height: 18px;
	padding: 9px 0 11px;
	font-size: 16px;
	background-size: 320px 38px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 12px 0;
}

/* サブ見出し `*/
.sub_title_bar {
	width: 320px;
	height: 16px;
	padding: 7px 0;
	font-size: 14px;
	line-height: 14px;
	background-image: url(../img_s/layout/sub_title_bar.png);
	background-size: 320px 30px;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	text-align: center;
}

/* 大ボタン4種 */
.big_btn_01, .big_btn_02, .big_btn_03, .big_btn_04 {
	width: 290px;
	height: 20px;
	padding: 13px 0 15px;
	background-size: 290px 48px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius: 5px;
	margin: 0 auto;	/* 大ボタンはライン上に1点しか置けないので中央寄せ */
	font-weight: bold;
}
	.big_btn_01 {
		background-image: url(../img_s/layout/btn_long1.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.big_btn_02 {
		background-image: url(../img_s/layout/btn_long2.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.big_btn_03 {
		background-image: url(../img_s/layout/btn_long3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.big_btn_04 {
		background-image: url(../img_s/layout/btn_long4.png);
		color: #ffffff !important;
	}
		input.big_btn_01, input.big_btn_02, input.big_btn_03, input.big_btn_04
		,button.big_btn_01, button.big_btn_02, button.big_btn_03, button.big_btn_04 {
			height: 48px;
		}
/* 低い大ボタン4種 */
.big_btn_short_01, .big_btn_short_02, .big_btn_short_03, .big_btn_short_04 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
    background-size: 100% 100%;
	background-color: transparent;
    color: #ffffff !important;
    height: 22px;
    width: 204px;
    font-size: 12px;
    line-height:22px;
    padding: 4px 0px 5px;
    cursor: pointer;
    margin: 0 auto; /* 大ボタンはライン上に1点しか置けないので中央寄せ */
    font-weight: bold;
}
	.big_btn_short_01 {
	    background-image: url(/../img_s/layout/btn_long1.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.big_btn_short_02 {
	    background-image: url(/../img_s/layout/btn_long2.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.big_btn_short_03 {
	    background-image: url(/../img_s/layout/btn_long3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.big_btn_short_04 {
	    background-image: url(/../img_s/layout/btn_long4.png);
	    color: #ffffff !important;
	}
		input.big_btn_short_01, input.big_btn_short_02, input.big_btn_short_03, input.big_btn_short_04
		,button.big_btn_short_01, button.big_btn_short_02, button.big_btn_short_03, button.big_btn_short_04 {
			height: 31px;
		}

/* 準大ボタン4種 */
.semi_long_btn_01, .semi_long_btn_02, .semi_long_btn_03, .semi_long_btn_04 {
	width: 210px;
	height: 20px;
	padding: 11px 0 13px;
	background-size: 210px 	44px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius: 5px;
	font-weight: normal;
}
	.semi_long_btn_01 {
		background-image: url(../img_s/layout/btn_semi_long1.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.semi_long_btn_02 {
		background-image: url(../img_s/layout/btn_semi_long2.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.semi_long_btn_03 {
		background-image: url(../img_s/layout/btn_semi_long3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.semi_long_btn_04 {
		background-image: url(../img_s/layout/btn_semi_long4.png);
		color: #ffffff !important;
	}
		input.semi_long_btn_01, input.semi_long_btn_02, input.semi_long_btn_03, input.semi_long_btn_04
		,button.semi_long_btn_01, button.semi_long_btn_02, button.semi_long_btn_03, button.semi_long_btn_04 {
			height: 44px;
		}
		
/* 中ボタン4種 */
.middle_btn_01, .middle_btn_02, .middle_btn_03, .middle_btn_04 {
	width: 135px;
	height: 20px;
	padding: 11px 0 11px;
	background-size: 135px 44px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius: 5px;
	font-weight: normal;
}
	.middle_btn_01 {
		background-image: url(../img_s/layout/btn_middle1.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.middle_btn_02 {
		background-image: url(../img_s/layout/btn_middle2.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.middle_btn_03 {
		background-image: url(../img_s/layout/btn_middle3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.middle_btn_04 {
		background-image: url(../img_s/layout/btn_middle4.png);
		color: #ffffff !important;
	}
		input.middle_btn_01, input.middle_btn_02, input.middle_btn_03, input.middle_btn_04
		,button.middle_btn_01, button.middle_btn_02, button.middle_btn_03, button.middle_btn_04 {
			height: 44px;
		}

/* 小ボタン6種 */
.small_btn_01, .small_btn_02, .small_btn_03, .small_btn_04, .small_btn_05, .small_btn_06 {
	width: 120px;
	height: 20px;
	padding: 11px 0 13px;
	background-size: 120px 44px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius: 5px;
	font-weight: normal;
}
	.small_btn_01 {
		background-image: url(../img_s/layout/btn_short1.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.small_btn_02 {
		background-image: url(../img_s/layout/btn_short2.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.small_btn_03 {
		background-image: url(../img_s/layout/btn_short3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.small_btn_04 {
		background-image: url(../img_s/layout/btn_short4.png);
		color: #ffffff !important;
	}
	.small_btn_05 {
		background-image: url(../img_s/layout/btn_short5.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.small_btn_06 {
		background-image: url(../img_s/layout/btn_short6.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
		input.small_btn_01, input.small_btn_02, input.small_btn_03, input.small_btn_04, input.small_btn_05, input.small_btn_06
		,button.small_btn_01, button.small_btn_02, button.small_btn_03, button.small_btn_04, button.small_btn_05, button.small_btn_06 {
			height: 44px;
		}

/* 極小ボタン6種 */
.minimum_btn_01, .minimum_btn_02, .minimum_btn_03, .minimum_btn_04, .minimum_btn_05, .minimum_btn_06 {
	width: 84px;
	height: 16px;
	padding: 7px 0 8px;
	background-size: 84px 31px;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0px;
	border-radius: 5px;
	font-weight: normal;
}
	.minimum_btn_01 {
		background-image: url(../img_s/layout/btn_short1.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.minimum_btn_02 {
		background-image: url(../img_s/layout/btn_short2.png);
	    color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
	.minimum_btn_03 {
		background-image: url(../img_s/layout/btn_short3.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #8230a7, -1px 1px 2px #8230a7, 1px -1px 2px #8230a7, -1px -1px 2px #8230a7
	}
	.minimum_btn_04 {
		background-image: url(../img_s/layout/btn_short4.png);
		color: #ffffff !important;
	}
	.minimum_btn_05 {
		background-image: url(../img_s/layout/btn_short5.png);
		color: #ffffff !important;
	    text-shadow: 1px 1px 2px #d852bb, -1px 1px 2px #d852bb, 1px -1px 2px #d852bb, -1px -1px 2px #d852bb
	}
	.minimum_btn_06 {
		background-image: url(../img_s/layout/btn_short6.png);
		color: #ffffff !important;
		text-shadow: 1px 1px 2px #4e7396, -1px 1px 2px #4e7396, 1px -1px 2px #4e7396, -1px -1px 2px #4e7396
	}
		input.minimum_btn_01, input.minimum_btn_02, input.minimum_btn_03, input.minimum_btn_04, input.minimum_btn_05, input.minimum_btn_06
		,button.minimum_btn_01, button.minimum_btn_02, button.minimum_btn_03, button.minimum_btn_04, button.minimum_btn_05, button.minimum_btn_06 {
			height: 31px;
		}

.big_img_btn{
	width: 290px;
	height: 48px;
}

.big_img_btn_short{
	width: 204px;
	height: 31px;
  
}

.semi_long_img_btn{
	width: 210px;
	height: 44px;
}

.middle_img_btn{
	width: 135px;
	height: 44px;
}

.small_img_btn{
	width: 120px;
	height: 44px;
}

.minimum_img_btn{
	width: 84px;
	height: 31px;
}

/* タブ(選択中かそうでないか）*/
.tub_btn_select, .tub_btn_01, .tub_btn_02  {
	display: inline-block;
	width: 140px;
	height: 11px;
	background-size: 140px 43px;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 8px 0 24px;;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border:0;
}
	.tub_btn_select {
		background-image: url(../img_s/layout/tub_btn_select.png);
		color: #5c4100;
	}
	.tub_btn_01 {
		background-image: url(../img_s/layout/tub_btn_01.png);
		color: #5c4100;
	}
	.tub_btn_02 {
		background-image: url(../img_s/layout/tub_btn_02.png);
		color: #808080;
	}

/* ヘルプ */
.btnHelp {
	margin: 12px 0;
	padding: 6px;
	height: 16px;
}
.btnHelp a {
	float: right;
	text-align: right;
	padding: 0 10px 0 24px; /* 左にアイコンのスペース */
	background-image: url(../img_s/layout/help_icon.png);
	background-position: 0px 0px;
	background-size: 18px 16px;
	background-repeat: no-repeat;
	color: #ffffff !important;
}

.btnHelpCenter {
        text-align: center;
	margin: 4px 0;
	padding: 6px;
	height: 16px;
}
.btnHelpCenter a {
	text-align: center;
	padding: 0 10px 0 24px; /* 左にアイコンのスペース */
	background-image: url(../img_s/layout/help_icon.png);
	background-position: 0px 0px;
	background-size: 18px 16px;
	background-repeat: no-repeat;
	color: #ffffff !important;
}

/*=====================================================
 * タップされた要素のハイライト
 *====================================================*/
.tap-highlight{
    position: relative;
    z-index: 0;
    display: inline-block;
    padding: 0;
}
.tap-highlight:active,
.tap-highlight:focus,
.tap-highlight.pseudo-active
{
	opacity:0.80;
	-webkit-transform: scale( 0.97,0.97 );
    transform: scale( 0.97,0.97 );
}


/*=====================================================
 * 任意の要素を基準にabsoluteする場合に親要素に指定
 *====================================================*/
.frameWrap {
	position: relative;
}


/*=====================================================
 * メニューポップアップ中身
 *====================================================*/
#globalMenu .menuRow {
	display: table;
	width:260px;
	margin:-3px auto;
	padding:0;
	text-align:center;

}
#globalMenu .menuRow .menu {
	display: table-cell;
	margin: 0;
	padding:0;
	vertical-align: top;
}

/*=====================================================
 * チュートリアル矢印
 *====================================================*/
.tutorialArrow{
	-webkit-animation-name: tutorialArrowAnimation;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-delay: 0s;
}

@-webkit-keyframes tutorialArrowAnimation {
	 from {
	 	-webkit-transform: translate( 0, 0px );
	 }
	 50%{
	 	-webkit-transform: translate( 0, -15px );
	 }
	 to {
	 	-webkit-transform: translate( 0, 0px );
	 }
}

/*=====================================================
 * Popup Window Common
 *====================================================*/
/* 外枠(サイズは個々のポップアップで指定) */
/* leftの値は中央寄せする場合Javascriptで算出して設定を推奨 */
.popupFrame {
	position: absolute;
	width: 300px;
	z-index:900;
	overflow: hidden;
	display: none;
	color: #000000;
}
.popupFrame .frameWrap .popupHead {
	position: absolute;
	top: 0px;
	width:300px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 300px 28px;
}
	.popupFrame .frameWrap .popupHead h2 {
		font-size: 16px;
		line-height: 16px;
		font-weight: bold;
		text-align: center;
		margin-top: 5px;
		color: #ffffff;
	}
.popupFrame .frameWrap .popupBody {
	position: absolute;
	width: 298px;
	top: 27px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ffffff;
	background-color: rgba(255,255,255,0.9);
}
	.popupFrame .frameWrap .popupBody .popupSubHead {
		margin: 8px auto;
		width: 284px;
		height: 22px;
		background-size: 284px 7px;
		background-position: 0px 14px;
		background-repeat: no-repeat;
	}
	.popupFrame .frameWrap .popupBody .popupSubHead h3 {
		padding-top: 4px;
		text-align: center;
		font-size:10px;
		font-weight:bold;
		color:#000000;
	}
	.popupFrame .frameWrap .closeBtnPosition {
		position: absolute;
		top: 8px;
		left: 256px;
	}
	.popupFrame .frameWrap .closeBtnPositionForce {
		position: absolute;
		top: -24px;
		left: 256px;
	}

/* ポップアップ簡易レイアウト */
.popupTableDisplayWrap{
	width:100%;
	height:100%;
	text-align: center;
}
	.popupTableDisplayWrap > tbody > tr{
		text-align:center;
	}
		.popupTableDisplayWrap > tbody > tr > td{
			vertical-align:middle;
		}
	
	.popupTableDisplayWrap > tbody > tr.popupTableDisplayBtnArea{
		height:20%;
	}

/* レイアウト用BOX（角丸） */
.areaText3 {
	padding: 2px 2px;
	background-color: rgba(255,255,255,0.8);
	color: #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #938345;
		-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.6);
		-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow: 1px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.6);
}

.boxPink1, .boxWhite1{
	padding: 10px 5px;
	border-radius: 2px;
}

.boxPink1 {
	background-color:#EA70D1;
	color: #ffffff;
}

.boxWhite1 {
	background-color:rgba(255,255,255,0.9);
	color: #000000;
}

/*==========================================
 * Fade
 *========================================== */
.fadeBlink {
	-webkit-animation:Fade;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes Fade {
0% { opacity: 0; }
50% { opacity: 1; }
100% { opacity: 0; }
}

/*==========================================
 * ポップアップ
 *========================================== */
.popupBtn .popupCloseBtn .nextForcePopupBtn {
	cursor:pointer // safari系ブラウザでイベントが発生しないためスタイルを定義
}

/*==========================================
 * リスト
 *========================================== */
.baseListContent0, .baseListContent1{
	position:relative;
	display:table;
	width:300px;
	padding:2px;
	border-spacing:3px;
	margin:5px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #1b1b1b;
	font-size:12px;
}

	.baseListContent0 img
	, .baseListContent1 img{
		vertical-align: middle;
	}

	.baseListContent0 .whiteBoxCell
	, .baseListContent1 .whiteBoxCell{
		border-radius:5px;
		-webkit-border-radius:5px;
		background-color:rgba( 255, 255, 255, 0.5 );
	}


.baseListCell{
	display:table-cell;
	vertical-align:middle;
}

.baseListContent0{
	background-color: #f9a6d5;
}

	.baseListContent0  .baseListSubColor{
		color: #f11d81;
	}

.baseListContent1{
	background-color:#e56495;
}
	.baseListContent1  .baseListSubColor{
		color: #ffffff;
	}


/*==========================================
 * ページャー
 *========================================== */
.pagerWrapper a, .pagerWrapper a:visited{
	font-size:12px;
	color:#BB057C;
	text-decoration:underline;
}


/*==========================================
 * バグ対応用
 *========================================== */
.fakeTransfrom3d{
	-webkit-transform: translate3d(0,0,0);
}


/*==========================================
 * 通信中アニメーション
 *========================================== */
.loading img{
	-webkit-animation-name:loadingRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes loadingRotate{
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

#flickrGuard{
	width: 0;
	height: 0;
	-webkit-animation-name: flickrGuardAnime;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform: rotate(360deg);
}
@-webkit-keyframes flickrGuardAnime {
0%{
	-webkit-transform: rotate(0);
}
99.9%, 100%{
	-webkit-transform: rotate(360deg);
}
}

/*==========================================
 * 本編内ハント表示
 *========================================== */
.hunt_item_icon_num{
	position:absolute;
	bottom:6px;
	right:15px;
}