
@charset "UTF-8";
/******************************************************************************
 * マスター
 *
 * @author y-hori
 * @version $Id:$
 ******************************************************************************/
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	word-wrap: break-word;
}

img{
	-webkit-touch-callout: none;
	-webkit-user-select:none;
}

/**** Webフォント ****/
/*メインで使用*/
@font-face {
	font-family: 'NakaMaruGothic';
	src: url( "https://2ldk.img.so-voltest.com/fonts/DFMaruGothic-Md-WIN-RKSJ-H.ttf?cacheVersion=1562658009_1121" ) format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	width: 100%;
	overflow-x: hidden;
	font-size: 16px;
	color: #440b2e;
	background-color: #c1f8e1;
	font-family: "NakaMaruGothic", "Hiragino Kaku Gothic Pro W6", "Hiragino Kaku Gothic Pro", "Droid Sans Japanese", "MS PGothic";
	margin: 0;
	padding: 0;
}

/**Ameba系の要素に対しては指定をしない*/
*[class^=amb]{
	font-family: inherit;
}

body.gameLayout, body.tutorialLayout, body.entryLayout, body.errorLayout {
	background: url("https://2ldk.img.so-voltest.com/img_s/layout/bg_common.png?cacheVersion=1459249382_1121") left top repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}

@media only screen and (device-height: 568px) {
	body {
		line-height: 1.2;
	}
}


/* todo アンドロイドブラウザでpopupを押したときにhtmlが表示できなくなるので
    html.stopTouchMoving, body.stopTouchMoving {
  overflow: hidden;
    height: 100%;
}*/

form {
	font-size: 20px;
	-webkit-appearance: none;
	font-weight: bold;
}

input {
	font-size: 20px;
}

select {
	font-size: 20px;
}

select.post {
	width: 22px;
	height: 22px;
}

textarea {
	font-size: 16px;
}

ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}

a {
	font-size: 16px;
	color:#440b2e;
}
a:visited {
	color: #440b2e;
}
a.button:visited {
	color: #FFFFFF;
}
.headerTitle img {
	width: 320px;
}

/*=====================================================
 * 影をつける
 *====================================================*/
.shadow {
	-moz-box-shadow: 3px 5px 4px #000000;
	-webkit-box-shadow: 3px 5px 4px #000000;
	box-shadow: 3px 5px 4px #000000;
}

/*=====================================================
 * フォントカラー
 *====================================================*/
.font_c1 {
	color: #440b2e;
}

.font_c2 {
	color: #ec1fad;
}

.font_c3 {
	color: #a94ce0;
}

.font_c4 {
	color: #d1322d;
}

.font_c5 {
	color: #1F7281;
}


/*=====================================================
 * 背景カラー
 *====================================================*/
.siteColor {
	background-color: #c0f9e1;
}

/*=====================================================
 * フォント
 *====================================================*/
.font_xxlarge {
	font-size: 22px !important;
}

.font_xlarge {
	font-size: 20px !important;
}

.font_large {
	font-size: 18px !important;
}

.font_middle {
	font-size: 16px !important;
}

.font_small {
	font-size: 14px !important;
}

.font_xsmall {
	font-size: 12px !important;
}

.font_xxsmall {
	font-size: 10px !important;
}

.font_bold {
	font-weight: bold !important;
}
.font_effect {
	color: #ffffff;
	text-shadow: 1px 1px 1px #DD6BB2, -1px 1px 1px #DD6BB2, 1px -1px 1px #DD6BB2, -1px -1px 1px #DD6BB2;
}

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

/*=====================================================
 * Float
 *====================================================*/
.left {
	float: left;
}

.right {
	float: right;
}

.floatBox:after {
	content: "";
	clear: both;
	display: block;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}



/*=====================================================
 * レイアウトクラス
 *====================================================*/
.posRelative {
	position: relative;
}
.posAbsolute {
	position: absolute;
}
.dispInlineBlock {
	display: inline-block;
}
.dispTable {
	display: table;
}
.dispTableCell {
	display: table-cell;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTop15 {
	margin-top: 15px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop25 {
	margin-top: 25px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginTop35 {
	margin-top: 35px;
}
.marginTop40 {
	margin-top: 40px;
}
.marginTop45 {
	margin-top: 45px;
}
.marginTop50 {
	margin-top: 50px;
}

.marginBottom5 {
	margin-bottom: 5px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom25 {
	margin-bottom: 25px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom35 {
	margin-bottom: 35px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom45 {
	margin-bottom: 45px;
}
.marginBottom50 {
	margin-bottom: 50px;
}

.paddingTop5 {
	padding-top: 5px;
}
.paddingTop10 {
	padding-top: 10px;
}
.paddingTop15 {
	padding-top: 15px;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingTop25 {
	padding-top: 25px;
}
.paddingTop30 {
	padding-top: 30px;
}
.paddingTop35 {
	padding-top: 35px;
}
.paddingTop40 {
	padding-top: 40px;
}
.paddingTop45 {
	padding-top: 45px;
}
.paddingTop50 {
	padding-top: 50px;
}

.paddingBottom5 {
	padding-bottom: 5px;
}
.paddingBottom10 {
	padding-bottom: 10px;
}
.paddingBottom15 {
	padding-bottom: 15px;
}
.paddingBottom20 {
	padding-bottom: 20px;
}
.paddingBottom25 {
	padding-bottom: 25px;
}
.paddingBottom30 {
	padding-bottom: 30px;
}
.paddingBottom35 {
	padding-bottom: 35px;
}
.paddingBottom40 {
	padding-bottom: 40px;
}
.paddingBottom45 {
	padding-bottom: 45px;
}
.paddingBottom50 {
	padding-bottom: 50px;
}

.marginRight3 {
	margin-right: 3px;
}
.marginRight5 {
	margin-right: 5px;
}
.marginRight7 {
	margin-right: 7px;
}
.marginRight9 {
	margin-right: 9px;
}
.marginRight11 {
	margin-right: 11px;
}
.marginRight13 {
	margin-right: 13px;
}
.marginRight15 {
	margin-right: 15px;
}

.paddingRight3 {
	padding-right: 3px;
}
.paddingRight5 {
	padding-right: 5px;
}
.paddingRight7 {
	padding-right: 7px;
}
.paddingRight9 {
	padding-right: 9px;
}
.paddingRight11 {
	padding-right: 11px;
}
.paddingRight13 {
	padding-right: 13px;
}
.paddingRight15 {
	padding-right: 15px;
}

.marginLeft3 {
	margin-left: 3px;
}
.marginLeft5 {
	margin-left: 5px;
}
.marginLeft7 {
	margin-left: 7px;
}
.marginLeft9 {
	margin-left: 9px;
}
.marginLeft11 {
	margin-left: 11px;
}
.marginLeft13 {
	margin-left: 13px;
}
.marginLeft15 {
	margin-left: 15px;
}

.paddingLeft3 {
	padding-left: 3px;
}
.paddingLeft5 {
	padding-left: 5px;
}
.paddingLeft7 {
	padding-left: 7px;
}
.paddingLeft9 {
	padding-left: 9px;
}
.paddingLeft11 {
	padding-left: 11px;
}
.paddingLeft13 {
	padding-left: 13px;
}
.paddingLeft15 {
	padding-left: 15px;
}

.marginCentering {
	margin-left: auto;
	margin-right: auto;
}
.vAlignTop {
	vertical-align: top;
}
.vAlignMiddle {
	vertical-align: middle;
}
.vAlignBottom {
	vertical-align: bottom;
}


/*=====================================================
* 共通
*====================================================*/


div#container {
	margin: 0 auto;
	width: 320px;
	min-height: 100%;
	overflow: hidden;
	display: block;
	word-break: normal;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-filter: inherit;
	-moz-filter: inherit;
	filter: inherit;
	-webkit-background-size: 320px;
	background-size: 320px;
}

.setBlur{
	-webkit-filter: blur(4px) !important;
	-moz-filter: blur(4px) !important;
	filter: blur(4px) !important;
}

button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* font: inherit; */
	/* color: inherit; */
	/* background: transparent; */
	border: none;
	/*  line-height: 3.6;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-weight: 400; */
	/* font-size: 17px; */
	cursor: default;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*overflow: hidden;*/
	text-decoration: none;
	/* font-size: 17px; */
	/* line-height: 32px; */
	letter-spacing: 0;
	vertical-align: middle;
	border: 0px solid currentColor;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
button:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 0.8;
}
button:active {
	/*background-color: rgba(24,103,194,0.81);*/
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 0.8;
}
button:focus {
	outline: 0;
}
button:disabled,
button[disabled] {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* font: inherit; */
	/* color: inherit; */
	/* background: transparent; */
	border: none;
	/*line-height: 3.6;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* font-weight: 400; */
	/* font-size: 17px; */
	cursor: default;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*overflow: hidden;*/
	text-decoration: none;
	/* font-size: 17px; */
	/* line-height: 32px; */
	letter-spacing: 0;
	vertical-align: middle;
	border: 0px solid currentColor;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.button:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 0.8;
}
.button:active {
	/*background-color: rgba(24,103,194,0.81);*/
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 0.8;
}
.button:focus {
	outline: 0;
}
.button:disabled,
.button[disabled] {
	opacity: 0.3;
	cursor: default;
	pointer-events: 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;
	/* 下線消去 */
}

.careful_text {
	line-height: 20px;
}


/*共通ボックススタイル*/
.commonBlock1 {
	box-sizing: border-box;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	padding: 8px;
	border: 2px solid #08c0a4;
	border-radius: 6px;
	background-color: #fff;
	color: #440b2e;
	line-height: 1.2;
	font-size: 12px;
}

.commonBoxStyle1 {
	padding: 15px;
	text-align: center;
	background-color: #f6fcfa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 7px 7px 20px #fdd3ef, inset -7px -7px 20px #fdd3ef;
}

.commonBoxStyle2 {
	background-color: #f6fcfa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px #fdd3ef, inset -3px -3px 3px #fdd3ef;
}


/*ページャー*/
.pagerArea {}
.pagerArea img {
	vertical-align: middle;
}
.pagerArea a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.pagerArea a[class^="cursoldisable"] {
	cursor: default;
}


/*=====================================================
 * メイト
 *====================================================*/
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_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%;
}

/*=====================================================
 * アイコン付きスタイル
 *====================================================*/
/* < アイコン */
.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: transparent;
	/* タップ時のハイライト(デフォルト)を非表示 */
	text-align: left;
}

.emphasis {
	color: #E80099;
}
.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;
}

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

/*=====================================================
 * タップされた要素のハイライト
 *====================================================*/
.tap-highlight {
	position: relative;
	z-index: 0;
	padding: 0;
}
.tap-highlight:active:before, .tap-highlight:focus:before, .tap-highlight.pseudo-active:before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 2px 2px 12px rgba(255, 255, 255, 0.6), -2px -2px 8px rgba(255, 255, 255, 0.6);
	box-shadow: 2px 2px 12px rgba(255, 255, 255, 0.6), -2px -2px 8px rgba(255, 255, 255, 0.6);
	content: "";
	display: inline-block;
}

/*=====================================================
 * 任意の要素を基準にabsoluteする場合に親要素に指定
 *====================================================*/
/* レイアウト用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(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.6);
}

.box {
	margin: auto 10px;
	padding: 10px 5px;
	color: #1B1B1B;
	border-radius: 2px;
}
.box.bg_pink {
	background-color: #ffe5f4;
}
.box.bg_white {
	background-color: rgba(255, 255, 255, 0.9);
}

/*==========================================
 * ポップアップ
 *========================================== */
.popupBtn .popupCloseBtn .nextForcePopupBtn {
	cursor: pointer;
}

/*==========================================
 * リスト
 *========================================== */
.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;
}

/*==========================================
 * キャラ選択
 *========================================== */
/** アルバムヘッダー */
div.charaName {
	margin-top: 16px;
	position: relative;
}
div.charaName div.charaNameImg img {
	width: 184px;
}
div.charaName div.charaChangeBtn {
	position: absolute;
	top: -4px;
	left: 186px;
}
div.charaName div.charaChangeBtn img {
	width: 43px;
}


/*==========================================
 * キャラ選択ポップアップ
 *========================================== */
div.charaChangePopup div.charaChangePopupTitle img {
	width: 297px;
	position: relative;
	left: -5px;
	top: -2px;
}
div.charaChangePopup div.charaChangePopupCommonRouteBtn {
	text-align: center;
}
div.charaChangePopup div.charaChangePopupCommonRouteBtn img {
	width: 235px;
}

/*==========================================
 * ページトップ
 *========================================== */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 14px;
	width: 45px;
	height: 45px;
	background-color: #CC3333;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	opacity: 0.7;
}
#pageTop .triangle {
	width: 0;
	height: 0;
	margin: 0 auto;
	border: 12px solid transparent;
	border-bottom: 18px solid #fff;
	text-align: center;
}

/*=====================================================
 * キャラナビゲーション
 *====================================================*/
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: #c058cc;
	border-radius: 4px;
}

div.box_navi4 table {
	background-color: #c058cc;
	border-radius: 4px;
}

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

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


/*=====================================================
 * グローバルメニュー
 *====================================================*/
#globalMenu .topBanner {
	width: 280px;
	min-height: 40px;
	text-align: center;
	width: 140px;
	display: inline-block;
}

#globalMenu .topBanner img {
	max-width: 140px;
}

#globalMenu .menuArea {
	width: 280px;
}
#globalMenu .menuArea[class~="nonBanner"] {
	margin-top: 24px;
}

#globalMenu .topMenu {
	width: 267px;
	margin-left: 15px;
}

#globalMenu .topMenu li {
	width: 241px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
#globalMenu .topMenu li.memoryArea {
	padding-top: 6px;
	background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/line_memory.png?cacheVersion=1459249382_1121");
	background-position: 6px top;
	-webkit-background-size: 215px;
	background-size: 215px;
}
#globalMenu .topMenu li.itemArea {
	padding-top: 6px;
	background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/line_item.png?cacheVersion=1459249382_1121");
	background-position: 1px top;
	-webkit-background-size: 219px;
	background-size: 219px;
}
#globalMenu .topMenu li.communicationArea   {
	padding-top: 10px;
	background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/line_communication.png?cacheVersion=1459249382_1121");
	background-position: -3px top;
	-webkit-background-size: 223px;
	background-size: 223px;
}
#globalMenu .topMenu li.otherArea {
	padding-top: 10px;
	background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/line_other.png?cacheVersion=1459249382_1121");
	background-position: 4px top;
	-webkit-background-size: 217px;
	background-size: 217px;
}

#globalMenu .subMenu {
	width: 150px;
	margin: 7px auto 0;
}















/*=====================================================
 * ポップアップ共通
 *====================================================*/
/* 外枠(サイズは個々のポップアップで指定) */
/* leftの値は中央寄せする場合Javascriptで算出して設定を推奨 */
.popupFrame {
	position: absolute;
	width: 300px;
	overflow: hidden;
	display: none;
	color: #2d1d00;
}
.popupFrame .frameWrap {
	margin: 8px auto;
}
.popupFrame .frameWrap .popupHead {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.popupFrame .frameWrap .popupBody {
	position: relative;
	margin: 0 auto;
	line-height: 20px;
}
.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 .popupBody .popup_confirm {
	width: 250px;
	margin: 0 auto;
}
.popupFrame .frameWrap .popupBody .popup_confirm .title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.popupFrame .frameWrap .popupBody .popup_confirm .popup_button_area {
	position: relative;
	width: 250px;
	height: 46px;
	margin-top: 10px;
}
.popupFrame .frameWrap .popupBody .popup_confirm .popup_button_area .small_btn_01 {
	position: absolute;
	left: 30px;
	top: 0;
}
.popupFrame .frameWrap .popupBody .popup_confirm .popup_button_area .small_btn_02 {
	position: absolute;
	right: 30px;
	top: 0;
}
.popupFrame .frameWrap .popupBody form {
	font-size: 14px;
}
.popupFrame .frameWrap .closeBtnPosition {
	position: absolute;
	top: 13px;
}
.popupFrame .frameWrap .closeBtnPositionForce {
	position: absolute;
	top: -14px;
}
.popupFrame .frameWrap .tap-highlight {
	display: inline;
}
.popupFrame .popup_top {
	position: absolute;
	left: 0;
	top: 5px;
	height: 8px;
	z-index: 50;
}
.popupFrame .popup_under {
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 8px;
	z-index: 50;
}

/* profit_navi(popup) */
div.box_popup_navi1,
div.box_popup_navi2 {
	width: 300px;
	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: #c058cc;
	border-radius: 4px;
}

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

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

/* 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(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.3);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), inset 0px 1px 1px rgba(255, 255, 255, 0.3);
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 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(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 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(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 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(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 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(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 3px rgba(255, 255, 255, 0.7);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgba(255, 255, 255, 0.3);
}




















/*=====================================================
 * アイテム回復ポップアップ
 *====================================================*/
.statusChange {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 27px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 230px;
	background-size: 230px;
}
.statusChange .statusValue {
	position: absolute;
	left: 70px;
	top: 5px;
	z-index: 11;
	width: 155px;
	line-height: 16px;
}









/*=====================================================
 * 汎用パーツ
 *====================================================*/
.title_sample {
	background-color: #15ADB2;
	color: #ffffff;
}

.formatSampleCode {
	color:#333;
	border-radius: 5px;
	background-color:rgba(108,208,139,0.5);
	font-size:66%;
	padding:8px;
	margin-top: 5px;
	margin-bottom: 7px;
}

/*フォントを指定*/
.main_title_bar, .sub_title_bar, .head_bar, .fadeBlink, .blink,
.big_btn_01, .big_btn_02, .big_btn_03, .big_btn_g,
.middle_btn_01, .middle_btn_02, .middle_btn_03, .middle_btn_g,
.small_btn_01, .small_btn_02, .small_btn_03, .small_btn_g {
	font-family: sans-serif;
	font-size: 14px;
}


/* 大見出し `*/
.main_title_bar {
	width: 320px;
	height: 39px;
	background: url("https://2ldk.img.so-voltest.com/img_s/layout/main.png?cacheVersion=1459249382_1121") left top no-repeat;
	-webkit-background-size: 320px;
	background-size: 320px;
	color: #27bbad;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-shadow: 1px 1px 1px #feffff, -1px 1px 1px #feffff, 1px -1px 1px #feffff, -1px -1px 1px #feffff;
}

/*中見出し*/
.sub_title_bar {
	background: url("https://2ldk.img.so-voltest.com/img_s/layout/sub.png?cacheVersion=1459249382_1121") left top no-repeat;
	-webkit-background-size: 320px;
	background-size: 320px;
	color: #ff57d0;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-shadow: 1px 1px 1px #feffff, -1px 1px 1px #feffff, 1px -1px 1px #feffff, -1px -1px 1px #feffff;
	text-align: center;
}
.head_title_bar {
	width: 100%;
	background: url("https://2ldk.img.so-voltest.com/img_s/layout/bg_head_1.png?cacheVersion=1459249382_1121") center top repeat-x;
	-webkit-background-size: 267px;
	background-size: 267px;
	color: #ff57d0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 1px 1px 1px #feffff, -1px 1px 1px #feffff, 1px -1px 1px #feffff, -1px -1px 1px #feffff;
	text-align: center;
}

/*小見出し*/
.head_bar {
	padding-left: 8px;
	background-color: #27bbad;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
.sub_title_bar .importantWord {
	color: #ffc9e3;
}

/*点滅 ※2パターン用意*/
/*JS*/
.fadeBlink {}

/*CSS*/
.blink {
	-webkit-animation: Fade;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
}

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



.big_btn_01, .middle_btn_01, .small_btn_01 {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #861f77;
}
.big_btn_02, .middle_btn_02, .small_btn_02 {
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #2738aa;
}
.big_btn_03, .middle_btn_03, .small_btn_03 {
	display: inline-block;
	text-decoration: none;
	color: #157484;
	font-weight: bold;
	text-shadow: 1px 1px 1px #85ADAD;
}
.big_btn_g, .middle_btn_g, .small_btn_g {
	display: inline-block;
	text-decoration: none;
	color: #4f4f4f;
	font-weight: bold;
}

/* 大ボタン3種 */
.big_btn_01, .big_btn_02, .big_btn_03, .big_btn_g {
	width: 290px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	-webkit-background-size: 290px;
	background-size: 290px;
	background-position-y:2px;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}
.big_btn_01 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_long_01.png?cacheVersion=1459249382_1121"); }
.big_btn_02 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_long_02.png?cacheVersion=1459249382_1121"); }
.big_btn_03 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_long_03.png?cacheVersion=1459249382_1121"); }
.big_btn_g  { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_long_g.png?cacheVersion=1459249382_1121"); }


/* 中ボタン3種 */
.middle_btn_01, .middle_btn_02, .middle_btn_03, .middle_btn_g {
	display: inline-block;
	width: 146px;
	height: 40px;
	-webkit-backgrounds-size: 146px;
	background-size: 146px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-position-y: 3px;
	cursor: pointer;
}
.middle_btn_01 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_middle_01.png?cacheVersion=1459249382_1121"); }
.middle_btn_02 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_middle_02.png?cacheVersion=1459249382_1121"); }
.middle_btn_03 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_middle_03.png?cacheVersion=1459249382_1121"); }
.middle_btn_g  { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_middle_g.png?cacheVersion=1459249382_1121"); }


/* 小ボタン3種 */
.small_btn_01, .small_btn_02, .small_btn_03, .small_btn_g {
	display: inline-block;
	width: 122px;
	height: 47px;
	-webkit-backgrounds-size: 122px;
	background-size: 122px;
	background-position-y:2px;
	background-repeat: no-repeat;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}
.small_btn_01 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_small_01.png?cacheVersion=1459249382_1121"); }
.small_btn_02 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_small_02.png?cacheVersion=1459249382_1121"); }
.small_btn_03 { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_small_03.png?cacheVersion=1459249382_1121"); }
.small_btn_g  { background-image: url("https://2ldk.img.so-voltest.com/img_s/layout/btn_small_g.png?cacheVersion=1459249382_1121"); }


/* angular用 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

/* place holderのサイズ */
::-webkit-input-placeholder {
	font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-size: 14px;
}

:-ms-input-placeholder {
	font-size: 14px;
}


/*ナビ*/
div.navi_1 {
	position: relative;
	width: 320px;
	height: 72px;
	background: url("https://2ldk.img.so-voltest.com/img_s/layout/navi_1.png?cacheVersion=1121") 7px top no-repeat;
	-webkit-background-size: 300px;
	background-size: 300px;
}
div.navi_1 .naviTalk {
	position: absolute;
	left: 105px;
	top: 12px;
	z-index: 10;
	width: 180px;
	height: 46px;
	color: #319f8d;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
}


/*=====================================================
 * Popup Window Common
 *====================================================*/
.popupFrame.flexible .frameWrap {
	background: url(https://2ldk.img.so-voltest.com/img_s/layout/popup_bg.png?cacheVersion=1121) center top repeat-y;
	background-size: 298px;
	z-index: 40;
}

div.box_popup_navi1 table tr td:nth-of-type(2) {
	width: 195px;
	background-size: auto 106px;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 2px 2px 2px 20px;
	margin-left: 3px;
	font-size: 14px;
}

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



















/**** 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(https://2ldk.img.so-voltest.com/img_s/layout/icon_arrow_01.png?cacheVersion=1121) no-repeat;
	background-size: 25px auto;
	background-position: right center;
}

/***** block *****/
.inlineBlock{
	display: inline-block;
}
.topics {
	display: block;
	background: #EEE;
	background-image: url(https://2ldk.img.so-voltest.com/img_s/mypage/ic_mypage_notice.gif?cacheVersion=1121);
	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;
}

/** ユーザーのパラメータ上昇系 */
ul.userParameters {
	width: 170px;
	margin: 10px auto;
}
ul.userParameters li {
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	padding-left: 42px;
	color: #8a7041;
}
ul.userParameters li.exchangeCoin {
	background: url("https://2ldk.img.so-voltest.com/img_s/items/status_exchange_coin.png?cacheVersion=1459249382_1121") center top no-repeat;
	background-size: 70%;
}
ul.userParameters li.charm {
	background: url("https://2ldk.img.so-voltest.com/img_s/common/status_charm.png?cacheVersion=1121") center top no-repeat;
	background-position-y: 2px;
	background-size: 70%;
}
ul.userParameters li.haveCount {
	background: url("https://2ldk.img.so-voltest.com/img_s/common/status_have_count.png?cacheVersion=1121") center top no-repeat;
	background-size: 70%;
}


/** ng-animate */
.fadeAnimate.ng-enter, .fadeAnimate.ng-leave, .fadeAnimate.ng-move, .fadeAnimate.ng-hide-remove, .fadeAnimate.ng-hide-remove-active, .fadeAnimate.ng-hide-add{
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.fadeAnimate.ng-enter,  .fadeAnimate.ng-hide-remove {
	opacity: 0.2;
}
.fadeAnimate.ng-enter.ng-enter-active , .fadeAnimate.ng-hide-add-active, .fadeAnimate.ng-hide-remove-active{
	opacity: 0.6;
}
.fadeAnimate.ng-leave {
	opacity: 0.2;
}

/* loading */
.loading {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	text-align: center;
	background-color: #000;
	text-align: center;
	filter: alpha(opacity=50);
	opacity: .5;
	display: table-cell;
	z-index: 10000;
	overflow:hidden;
}
.loading .container{
	width: 100%;
	height: 10%;
	margin: 45% 0% 45% 0% !important;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}
.loading .container img {
	width: 50px;
	height: 50px;
	margin-top: auto;
	margin-bottom: auto;
}
.loading .iconImage {
	width: 100%;
	height: 100%;
	position: relative;
}

/* tryAvatar */
img.tryImage {
	width: 210px;
	height: 310px;
	margin-top: -8px;
}
.tryItemNameWrap {
	position:absolute;
	top:4px;
	left:30px;
	display: block;
}
.tryItemName {
	font-size:13px;
	line-height:16px;
	text-align: left;
	padding: 4px 60px 4px 10px;
	color: #000000;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,0) 100%);
}
.tryAvatarCharm {
	display: inline;
	position: absolute;
	right: 32px;
	top: 32px;
	z-index: 15;
	padding: 0 8px;
	background-color: #fbeafa;
	color: #492c3e;
	box-shadow: inset 2px 2px 3px #fccbf1, inset -2px -2px 3px #fccbf1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height: 22px;
}
/* ticker */
.dynamic-ticker {
	margin-bottom: 30px;
	width: 320px;
	height: 50px;
	position: absolute;
	top: 0px;
	overflow: hidden;
}

.dynamic-ticker-detail {
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
}
.dynamic-ticker .message {
	position: absolute;
	top: 0px;
	width:320px;
	text-align: center;
}

/* charaFukidashi */
.charaFukidashi{
	width: 115px;
	padding: 5px 5px 5px 9px;
	text-align: center;
	color: #34254b;
	display: inline-block;
	background-color: #FFFFFF;
	background-size: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px 1px rgba(86, 30, 89, 0.3);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(86, 30, 89, 0.3);
	box-shadow: 1px 1px 3px 1px rgba(86, 30, 89, 0.3);
	position: absolute;
	top: -72px;
	left: -8px;
}
.charaFukidashi:after{
	position: absolute;
	content: ' ';
	background: url("https://2ldk.img.so-voltest.com/img_s/common/fukidashi_arrow_bottom.png?cacheVersion=1459249382_1121") left top no-repeat;
	-moz-background-size: 20px;
	-o-background-size: 15px;
	-webkit-background-size: 15px;
	background-size: 15px;
	width: 314px;
	height: 15px;
	bottom: -15px;
	left: 60px;
	z-index: 9;
}

.grayOut {
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(1);
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

.disableSvg .spinner{
  -webkit-animation: rotator 0.8s linear infinite;
          animation: rotator 0.8s linear infinite;
}

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

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.android .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash_android 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite;
          animation: dash_android 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite;
}

.ios .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash_ios 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite;
          animation: dash_ios 1.4s ease-in-out infinite, colors 1.4s ease-in-out infinite;
}


@-webkit-keyframes colors {
  0% {
    stroke: #E3F2FD;
    opacity: 0;
  }

  30% {
    stroke: #cb8eef;
    opacity: 1;
  }

  90% {
    stroke: #cb8eef;
    opacity: 1;
  }

  70% {
    stroke: #cb8eef;
    opacity: 0;
  }
}

@keyframes colors {
  0% {
    stroke: #E3F2FD;
    opacity: 0;
  }

  30% {
    stroke: #cb8eef;
    opacity: 1;
  }

  70% {
    stroke: #cb8eef;
    opacity: 1;
  }

  100% {
    stroke: #cb8eef;
    opacity: 0;
  }
}
@-webkit-keyframes dash_android {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash_android {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash_ios {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash_ios {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.disableSvg{
	background-color: #434343;
}