@charset "utf-8";
/* ----------------------------------------------------------
Reset
---------------------------------------------------------- */
html>/**/body		    {font-size: 14px}
* + html body		    {font-family: Meiryo,tahoma,arial,"lucida grande", 'trebuchet ms','MS PGothic','Hiragino Kaku Gothic Pro',sans-serif;}
html 				        {height: 100%}
html                {overflow-y: initial;}
html, body, #wrap 	{height:100%}
body > #wrap 		    {height:auto;min-height: 100%}
html, body			    {font-size:100%;margin:0 auto;padding:0;border:none; text-align:center;word-break:break-all}

section, nav, article, aside, hgroup, header, footer, figure, figcaption	{
	display: block
}
/*section/section-wrapper*/
section	{
  width:100%;
  position:relative;
  text-align:center;
  margin:0 auto;
}
.section-wrapper {
  max-width:1160px;
  margin:0 auto;
  padding:10px 0 0px;
  text-align:center;
  position:relative
}

@media only screen	and (max-width: 767px)	{
  section {
    padding:0 10px
  }
  .section-wrapper {
    width:100%
  }
}
pre{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  margin-top:8px;
  font-family: Meiryo,tahoma,arial,"lucida grande", 'trebuchet ms','MS PGothic','Hiragino Kaku Gothic Pro',sans-serif;
  line-height:180%;
  }
mark {
  color: #c7254e !important;
  background-color: #f9f2f4 !important;
  padding: 2px 4px !important;
  border-radius:4px;
  font-weight: bold;
  }

div,h2,h3,h4,h5,h6,p,li,dt,dd	{
	text-align:left;
	word-break:break-all;
	font-family:Meiryo,tahoma,arial,"lucida grande", 'trebuchet ms','MS PGothic','Hiragino Kaku Gothic Pro',sans-serif;
	}
/*clearfix*/
* html .clearfix 	{zoom:1}
*+html .clearfix 	{zoom:1}
.clearfix:after	 	{height:0;visibility:hidden;content: ".";display:block;clear: both;font-size: 0;}

/* ----------------------------------------------------------
form
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=numbr],
  input[type=email],
  input[type=password],
  textarea,
  .form-control{
    font-size:16px;
  }
 }
input[type=text],
input[type=tel],
input[type=numbr],
input[type=email],
input[type=password],
input[type=file] {width:100%;}
textarea,
.form-control{
  -webkit-appearance:none;
  box-sizing: border-box;
  border-width:2px !important;
  border-style:solid !important;
  border-color:#bbb;
  border-radius: 3px;
}
fieldset {}
legend {text-align:left;}
.form-control,
select{
  box-sizing: border-box;
  }
.checkbox {padding-left:20px;}
label {font-weight:normal;}
.control-label { text-align:right;}
/* text */
input::-ms-clear {
	visibility: hidden;
}

/* password */
input::-ms-reveal {
	visibility: hidden;
}

.form-control {
  padding:4px;
}

.form-control:focus {
  border-color: #4881be;
  outline: 0;
}
.form-control:focus, input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-block,
.help-inline{color:#777; font-size:80%;}
.help-inline-required{color:#e64e4e; font-size:80%;}

/*formstyle*/
.form .form-box-wrapper 						{width:50%; margin:0.5em auto 0;border:1px solid #ddd;  padding:0 30px 1em; background:#fff;text-align:center}
.form .form-box-wrapper							{width:100%; border:none; padding:0;background:transparent;}
#account .form .form-box-wrapper				{width:100%; border:none; padding:0;background:transparent;}
.form .form-box-wrapper h2						{padding-top:30px}
.form .form-box-wrapper .form-group				{width:100%; margin:1em 0;}
.form .form-box-wrapper .form-group input		{/*width:100%;margin:0*/}
.form .form-box-wrapper input[type=text],
.form .form-box-wrapper input[type=password],
.form .form-box-wrapper textarea				{width:100%}
	@media only screen	and (max-width: 767px)	{
	.form .form-box-wrapper								{width:100%; padding:0 1em 1em;}
	.form .form-box-wrapper .form-group					{width:100%}
	.form .form-box-wrapper .form-group input:not([type=radio],[type=checkbox])			{width:100%}
	.form .form-box-wrapper .radio input[type=radio]	{width:auto}
	}

/*radio/checkbox/style.flast */
.flat-form  {margin-top:0;}
.flat-form input[type="checkbox"],
.flat-form input[type=radio] {display: none;}

.flat-form .checkbox,
.flat-form .radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 14px 8px 38px;
  vertical-align: middle;
  cursor: pointer;
}

.flat-form .checkbox:after{
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 3px;
  content: '';
}

.flat-form .radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 8px;
  content: '';
}

.flat-form input[type=checkbox] + span {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -6px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #5bc0de;
  border-bottom: 3px solid #5bc0de;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flat-form input[type=checkbox]:checked + span {
  opacity: 1;
}
.flat-form .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #5bc0de;
  content: '';
  opacity: 0;
}
.flat-form input[type=radio]:checked + .radio:before {
  opacity: 1;
}

/* ----------------------------------------------------------
Style setting
---------------------------------------------------------- */
/*layout*/
body		  {width:100%;-webkit-text-size-adjust:100%}
#wrapper	{width:100%;background:#f2f2f2;overflow:hidden;}
#header		{width:100%;background:#6993b5;}
#main	  	{width:100%;margin:0 auto;min-height:100%;}
#contents	{margin:0; padding:0;}
#sidebar	{padding:25px 0;}

	@media only screen	and (max-width: 767px)	{
	#account #main		{width:100%; max-width:100%;}
	#account #contents,
	#account #sidebar	{width:100%;float:none;padding-bottom:0;margin-bottom:0; border-top:1px solid #ddd;}
	/*#sidebar {display:none;}*/
	}

/*block-box*/
.block-box-wrapper	{border:1px solid #ddd;background:#fff;margin:0 5px; padding:30px 30px 15px}
/*order*/

	@media only screen	and (max-width: 767px)	{
	.order-btn 			{padding:5px 8px;}
	}
/*pcviews*/
.pcviews		{display:block}
.pc-alert		{width:1128px; margin-left: auto; margin-right: auto; padding-left:0px;}
.spviews		{display:none}
	@media only screen	and (min-width: 768px)	and (max-width: 967px)	{
	.pc-alert	{width:100%;}
	}
	@media only screen	and (max-width: 767px)	{
	.pcviews	{display:none!important}
	.spviews	{display:block}
	.pc-alert	{width:auto;}
	}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.navbar-user_index {margin:0 auto; max-width:1180px; width:100%; background-color:transparent; border:none;}
#header h1#logo {margin:9.5px 0  0!important;}
#header #logo a    {
 margin-top:0 !important;
 	width:77px;
	height:auto;
	min-height:21px;
	text-indent:-9999px;
	background-image:url(/images/zaif-logo-white.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	background-size:77px;
	display:block
}

	@media only screen	and (min-width: 300px)	and (max-width: 767px)	{
	.header-container		{width:100%; padding:0 0 0;}
  .navbar-header h1   {margin:2px 0 2px 0}
  #header #logo			          {width:250px;padding:0 0 0; display:inline-block}
  #header #logo a              {
		width:77px;
    margin-top:4px;
    margin-left:12px;
		min-height:36px;
		background-position:0 3px;
		}
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    }
	.header-container h2	{display:none}
	}

#header #logo a:hover,
#header #logo a:focus	{opacity:0.5; text-decoration:none !important; border:none !important}

.header-container h2			{width:50%;float:left;text-align:right;color:#555;font-size:90%; vertical-align:middle; padding-top:5px}
.header-container .label		{padding:0.15em 0.5em 0}

	@media only screen	and (min-width: 768px)	and (max-width: 967px)	{
	.header-container		{width:100%; padding:5px 0}
	.header-container h2	{display:none}
	}
/*gnav*/
.gnav								{width:100%;background:#265d99}
.gnav2								{width:100%;background:#4881be}
.gnav-wrapper						{width:1160px;position:relative;text-align:center; margin:0 auto}
	@media only screen	and (max-width: 1180px)	{
	.gnav-wrapper										  {width:100%; height:100%; padding-left:4px; padding-right:6px;}
	.spviews .gnav .gnav-wrapper						{width:100%; height:100%; position:relative; display:table; background-color: #5f85a2;}
	.spviews .gnav .status									{padding:10px; margin:0 auto; color:#fff; display:table-cell; height: 100%;}
	.spviews .gnav .gnav-wrapper .deposit-icon				{min-height:30px; max-height: 150px; display:table-cell; width:64px; height: 3em;  text-align:center; vertical-align:middle; padding:8px 0;}
	.spviews .gnav .gnav-wrapper .deposit-icon .jpy_line		{display:table; height: 100%; border-left:#fff 2px solid; font-size:14px;vertical-align:middle;}
	.spviews .gnav .gnav-wrapper .deposit-icon .jpy_line a	{background:url(/images/jpy_icon.png) 4px center no-repeat; display:table-cell; height: 100%; font-size:14px; color:#fff;padding-left:34px; vertical-align:middle;}
	.spviews .gnav .gnav-wrapper .deposit-icon .btc_line		{display:table; height: 100%; border-left:#fff 2px solid; font-size:14px;vertical-align:middle;}
	.spviews .gnav .gnav-wrapper .deposit-icon .btc_line a	{background:url(/images/btc_icon2.png) 4px center no-repeat; display:table-cell; height: 100%; font-size:14px; color:#fff;padding-left:34px; vertical-align:middle;}
  .divider {height:8px; background-color:#000;}
	}


/*navbar-nav*/
.gnav .navbar-nav li 			  {font-size:100%}
.gnav .navbar-nav li a			{color:#fff; padding:10px 1em}
.gnav .navbar-nav li:hover a,
.gnav .navbar-nav li.active a   	{color:#000; background:#f2f2f2;}
.gnav .navbar-nav li:active a,
.gnav .navbar-nav li:focus a,
.gnav .navbar-nav li a:focus		{color:#fff !important; background:#265d99 !important;}

.gnav2 .navbar-nav li 			{font-size:100%}
.gnav2 .navbar-nav li a			{color:#fff; padding:10px 1em}
.gnav2 .navbar-nav li:hover a,
.gnav2 .navbar-nav li.active a   {color:#000; background:#f2f2f2}

.spgnav .navbar-header	{z-index:1000000; margin:0}
.spgnav .navbar-toggle 	{
position:absolute;
right:10px;
top:10px;
padding: 2px 10px;
margin:0;
background-color: transparent;
border:none;
z-index:1000001;
}
.spgnav .spenglish {position:absolute; top:12px; right:60px; float:right; margin-top:0.5em;}
.pull-right.english {margin-top:1.4em; margin-right:1em;}
	@media only screen	and (min-width: 100px)	and (max-width: 468px)	{
	.spgnav .navbar-toggle	{margin:8px 0 0}
	}
	@media only screen	and (max-width: 767px)	{
	.spgnav .navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	}




	.spgnav .navbar-toggle .icon-bar + .icon-bar 			{margin-top: 4px}
	.spgnav .navbar-header .navbar-toggle					{background-color: #efefef ;border-radius:0; border: 0;}
	.spgnav .navbar-header .navbar-toggle:hover,
	.spgnav .navbar-header .navbar-toggle:focus 			{background-color: #ededed ;border-radius:0}
	.navbar-header .navbar-toggle .icon-bar			{background-color: #fff !important}
	.spgnav .navbar-header .navbar-toggle:hover .icon-bar,
	.spgnav .navbar-header .navbar-toggle:focus .icon-bar	{background-color: #111}

	.spgnav .navbar-collapse  					{margin:0 -15px;text-align:left}
	.spgnav .navbar-collapse ul 				{margin:-5px -10px; overflow:auto; padding:5px 0}
	.spgnav .navbar-collapse ul li				{margin: 0;background:#222;border-bottom:1px solid #111;}
	.spgnav .navbar-collapse ul li p			{background:#2A2A2A;padding:8px 10px; color:#ddd; font-weight:bold;}
	.spgnav .navbar-collapse ul li a			{text-decoration:none; display:block; position:relative; padding:8px 10px; color:#fff;font-size:90%;}
	.spgnav .navbar-collapse ul li a:focus,
	.spgnav .navbar-collapse ul li a:hover		{background:#333; color:#fff; text-decoration:none}
	.spgnav .navbar-collapse ul li a span		{color:#ddd}
	}

/*main-nav*/
.main-product{margin-top:12px; margin-bottom:6px; margin-right:16px; font-size:105%; }
.side-menu   {margin-top:12px; margin-bottom:6px;}
.pcviews>.navbar-nav>li>a  {padding:10px; color:#fff;}
.pcviews>.navbar-nav>li>a:hover,
.pcviews>.navbar-nav>li>a:active {color:#fff;}
.navbar-user_index .navbar-nav.main-product>.active>a,
.navbar-user_index .navbar-nav.main-product>.active>a:focus,
.navbar-user_index .navbar-nav.main-product>.active>a:hover,
.navbar-user_index .navbar-nav.side-menu>.active>a,
.navbar-user_index .navbar-nav.side-menu>.active>a:focus,
.navbar-user_index .navbar-nav.side-menu>.active>a:hover {color: #fff;background-color:#265d99; position:relative; border-radius:3px;}
.navbar-user_index .navbar-nav.main-product>.active>a::before,
.navbar-user_index .navbar-nav.main-product>.active>a:focus::before,
.navbar-user_index .navbar-nav.main-product>.active>a:hover::before,
.navbar-user_index .navbar-nav.side-menu>.active>a::before,
.navbar-user_index .navbar-nav.side-menu>.active>a:focus::before,
.navbar-user_index .navbar-nav.side-menu>.active>a:hover::before {
  border:6px solid transparent;
  border-top-color:#265d99;
  border-bottom-width:0;
  bottom:-6px;
  margin-left:-6px;
  content:"";
  display:block;
  left:50%;
  position:absolute;
  z-index:100;
  width:0;
}
/*sub-nav*/
.sub-nav                  {font-size:13px; margin:0px; min-height:20px !important; background-color:#5f85a2; border-radius:0; border:none;}
.sub-nav .navbar-collapse {height:20px !important;margin:0 auto; max-width:1180px; width:100%; background-color:transparent; border:none;}
.sub-nav ul li a          {padding:5px 15px; color:#fff !important;}
.sub-nav ul li.active a   {padding:5px 15px; background-color:#265d99;}
.sub-nav .active a,
.sub-nav .active a:focus,
.sub-nav .navbar-nav .active a:hover {padding:5px 15px; background-color:#265d99 !important; color:#fff !important;}
.sub-nav .container-fluid {height:2.3em;}

/*user-box*/
.user-box {
	width:100%;
	margin:0 auto;
	padding-top: 8px;
	text-align:left;
	line-height:100%;
	box-sizing:border-box;
	font-size:94%;
	background-color:#fff;
}
/*pc style*/
.pcviews.user-box {
	padding-bottom:5px;
}
.inside-area {
	padding: 0 15px;
	margin:0 auto;
	width:100%;
	max-width:1175px;
}
.pcviews.user-box p{
	margin: 0;
}
.pcviews.user-box p.pull-right {
	margin: -2px 5px 2px 0;
}
#header {border-bottom:#ddd 1px solid;}
  /*SP*/
	@media only screen	and (max-width: 767px)	{
  .navbar-collapse {border:none;}
  .spviews .main-product{margin:0 -15px;padding-bottom:0;}
  .spviews .main-product>li>a{
    background: #222;
    border-bottom: 1px solid #111;
    font-size: 13px; color:#e1e1e1;
    }
  .navbar-default .navbar-nav.main-product>li>a:active,
  .navbar-default .navbar-nav.main-product>li>a:focus,
  .navbar-default .navbar-nav.main-product>li>a:hover {color: #fff;background-color:#265d99;border-radius:0;}

  .navbar-default .navbar-nav.main-product>.active>a,
  .navbar-default .navbar-nav.main-product>.active>a:focus,
  .navbar-default .navbar-nav.main-product>.active>a:hover {color: #fff;background-color:#265d99;border-radius:0;}

  .navbar-default .navbar-nav.main-product>.active>a::before,
  .navbar-default .navbar-nav.main-product>.active>a:focus::before,
  .navbar-default .navbar-nav.main-product>.active>a:hover::before {
    border:none;
    bottom:0;
    margin-left:0;
    content:"";
    display:none;
    left:0;
    width:0;
    }
   .spviews .navbar-collapse {padding-top:-15px;}
   .spviews .gnav .status a {color:#fff; text-decoration:underline;}
   .spviews .gnav .status p {font-size:94%; margin-bottom:0;}
   .status strong {white-space:nowrap;}
  }
.gnav								  {width:100%; background:#265d99}
.gnav2								{width:100%; background:#4881be}
.gnav-wrapper					{width:1160px; position:relative;text-align:center; margin:0 auto}
.main-product>li>ul   {padding:0; background-color:#111 !important}
.main-product>li>ul>li{display:block;list-style:none; border-top:#000 1px solid;}
.main-product>li>ul>li>a{display:block; text-decoration:none; color:#fff !important; font-size:13px; padding:8px 10px 8px 15px;}
.main-product>li>ul>li>a:hover {background-color:#1c3755 !important;}

/*Zaif Header alert*/
#header_message .alert {font-size:13px; margin:0; padding-top:8px; padding-bottom:8px;}

/*.alert[id^="alert_"] {font-size:13px; margin:0; padding-top:8px; padding-bottom:8px;}*/
.pcviews.user-box a[href^="/verify_email"],
.pcviews.user-box span.atmlead {padding-bottom:8px; display:inline-block}

/* ----------------------------------------------------------
Contents
---------------------------------------------------------- */
/*section*/
section						    {width:100%; position:relative; text-align:center; margin:0 auto;}
.section-wrapper			{max-width:1160px; margin:0 auto; padding:10px 0 0px; text-align:center; position:relative}
.section-wrapper h2.title	{font-size:130%;padding:0 0 0.25em;}
.section-wrapper h3.title	{font-size:124%;}
.section-wrapper h4.title	{font-size:112%;}
.section-wrapper h2 span	{}
#account section			{border-bottom:none}
	@media only screen	and (max-width: 767px)	{
	section					{padding:0 10px}
	.section-wrapper 		{width:100%}
	}

/*機能用の見出し*/
.section-wrapper h2.title	{font-size:120%;padding:0 0 0.25em;}
.section-wrapper h2 span	{}

/*table*/
.table-middle tbody tr td			{vertical-align:middle; min-height:1em;}

/*contents-tab*/
.contents-tab						{width:100%; position:relative; text-align:center; margin:0 auto; border-bottom:1px solid #ddd;padding-top:10px;background:#4881be}
.contents-tab .nav-tabs				{width:1160px; margin:0 auto; margin-bottom:-1px; position:relative}
.contents-tab .nav-tabs li			{width:20%; font-size:110%; text-align:center; font-weight:bold}
/*.contents-tab .nav-tabs li			{width:16.65%; font-size:110%; text-align:center; font-weight:bold}*/
.contents-tab .nav-tabs li a				{background:transparent; border-color:transparent;color:#fff; padding:5px 3px}
.contents-tab .nav-tabs li a:hover,
.contents-tab .nav-tabs li a:focus			{color:#ccc;cursor:pointer;}
.contents-tab .nav-tabs li.active a			{background:#f2f2f2; color:#000}
.contents-tab .nav-tabs li.active a:hover,
.contents-tab .nav-tabs li.active a:focus	{color:#aaa;background:#f2f2f2;}
	@media only screen	and (max-width: 967px)	{
	.contents-tab .nav-tabs			{width:auto; padding:0 5px;}
  .contents-tab .nav-tabs li			{width:auto;font-size:100%; text-align:center; font-weight:bold; margin-bottom:-15px;}
  .contents-tab .nav-tabs li.active			{font-size:100%; text-align:center; font-weight:bold;margin-bottom:-1px;}
	}
	@media only screen	and (max-width: 500px)	{
	.contents-tab .nav-tabs			{width:auto; padding:0 5px;}
  .contents-tab .nav-tabs li			{width:auto; position:relative; padding-bottom:50px;font-size:84%; text-align:center; font-weight:bold; margin-bottom:-15px;}
  .contents-tab .nav-tabs li a				{background:transparent; border-color:transparent;color:#fff; padding:5px 2px;}
  .contents-tab .nav-tabs li.active			{position:absolute; left:0; bottom:0; font-size:100%; text-align:center; font-weight:bold;margin-bottom:-51px;}
	}

/*tab*/
.nav.nav-tabs.tab2					{margin:0 auto; border-bottom:none;}
.nav.nav-tabs.tab2 li				{width:50% !important;}
.nav.nav-tabs.tab2 li a			{text-align:center; font-size:115%; padding:5px; margin-right:0px; font-weight:bold;}


/*about*/
.about .section-wrapper					{padding:75px 0}
.about h2.title							{font-size:200%!important}
.about1,
.about2,
.about3									{background:#fff!important}
.about1 .section-wrapper				{margin-bottom:-100px}
.about .section-wrapper p.pull-left		{float:left;width:40%;}
.about .section-wrapper p.pull-right	{float:right;padding:3em 0 0;}
.about .section-wrapper p.text			{padding:3em 0 0}
.about .section-wrapper p.image			{padding:50px 0 0}
.about .section-wrapper p img			{max-width:100%; height:auto}
.section-wrapper .title button			{padding-top:2px; padding-bottom:2px; vertical-align:middle; margin-top:1px;}
	@media only screen	and (max-width: 767px)	{
	.about .section-wrapper					{padding:50px 0}
	.about h2.title							{padding:0}
	.about1 .section-wrapper				{margin-bottom:-74px}
	.about .section-wrapper p.pull-left,
	.about .section-wrapper p.pull-right	{width:100%; float:none}
	.about .section-wrapper p.image			{padding:10px 0 0}
	}

/*marketinfo*/
.marketinfo h2 span						{font-size:70%;font-weight:normal; padding-left:1em}
.marketinfo .marketinfo-box-wrapper		{border:1px solid #ddd;background:#fff;margin:0 5px; padding:15px}
	@media only screen	and (max-width: 467px)	{
	.marketinfo h2 span					{ display:block; padding:0.5em 0 0}
	}

/*message-box*/
.message-box	{padding:10px 0}
.message-read-box			{border:1px solid #ddd;padding:15px; background:#fff;margin-top:1em}
.message-read-box h3		{font-size:120%; font-weight:bold; padding-bottom:1em}


/*list*/
.r-btn-list				{width:100%; display:table}
.r-btn-list	.content	{vertical-align:middle; min-height:1em;display:table-cell; width:80%;}
.r-btn-list	.r-btn		{vertical-align:middle; min-height:1em;display:table-cell; text-align:right; width:20%;}
/* ----------------------------------------------------------
sidebar
---------------------------------------------------------- */
#sidebar				{background:#fff}
#sidebar ul				{width:100%;margin:0 ;text-align:center; padding:0;list-style:none; background:transparent}
#sidebar ul li			{width:100%;padding:5px 0 6px;  margin:0;text-align:left; font-weight:bold; color:#555/*:#b1bfe4#9db7d0*/;text-indent:1em}
#sidebar ul li small	{font-weight:normal; font-size:80%; display:block}
#sidebar ul li a		{display:block;text-decoration:underline;margin-top:-11px;padding:0.35em 1em; font-weight:normal;color:/*#fff*/#265d99}
#sidebar ul li a:hover,
#sidebar ul li a:focus	{text-decoration:none; color:/*#fff*/#111; background:#f2f2f2/*#3e65c8#114275; */}

/* ----------------------------------------------------------
Footer
---------------------------------------------------------- */
/*footer*/
footer {
    background-color: #6993b5;
    padding: 20px 0 0 ;
    color: #fff;
}

footer .f-top {border-bottom: 1px solid #fff;}
footer .f-top>p>a{color:#fff;}
footer h5 {border-bottom: 1px solid #fff; padding: 7px 0; color: #fff;}
footer .row {margin-bottom: 20px;}

footer .about div {margin: 20px 0}
footer .about p:nth-child(3) {font-size:0.75em; margin-bottom: 30px;}
footer .about p:nth-child(6) {margin-top: 20px}
footer .about>a {margin-right: 10px;}
footer .about>a>i {font-size:1.4em; color:#fff;}
footer .about  button {border: 1px solid #ccc; padding: 3px 20px}

footer ul li a{color:#D2E1ED ;}
footer ul li a:hover{color: #fff;}
footer ul {line-height: 2em; font-size: 0.85em;}
footer ul li a>.fa{font-size:1.4em;}

footer .copy {
    font-size:0.75em;
    background-color: rgb(95, 133, 162);;
    padding: 25px;
    margin-bottom: 0;
}

footer .btn-footer {
    background-color: #005EAE;
}
/*footer col 1/5*/
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1-5 {width: 20%; float: left;}
@media (min-width: 767px) {
    .col-sm-1-5 {width: 20%; float: left;}
}
@media (min-width: 992px) {
    .col-md-1-5 {width: 20%; float: left;}
}
@media (min-width: 1200px) {
    .col-lg-1-5 {width: 20%; float: left;}
}

.btn-footer {
    background-color: #2D3C4E;
    color: #fff;
}


/* ----------------------------------------------------------
more
---------------------------------------------------------- */
#more1,
#more2 {margin-top:8px;}

/* ----------------------------------------------------------
table&img scroll
---------------------------------------------------------- */
div#scroll,
div.scroll {
  -webkit-overflow-scrolling:touch;
  overflow:auto;
  width:auto;
  height:100%;
}
#scroll table tr td,
.scroll table tr td,
#scroll table tr th,
.scroll table tr th,
.scroll table img   {
  white-space: nowrap;
}

#triangle,
.triangle {
  display:none;
}
@media only screen and (min-width: 240px) and (max-width:580px)	{
  #triangle,
  .triangle {
    display:block;
    width:auto;
    padding-top:6px;
    margin-left:5px;
    margin-right:5px;
    position:relative;
    border-bottom:#bfc9d3 3px solid;
  }
  #triangle:before,
  .triangle:before {
    margin-left:-5px;
    height:0px;
    width:0px;
    content:"";
    left:0;
    top:0;
    position:absolute;
    border-top:0px solid transparent;
    border-left:10px solid transparent;
    border-right:0px solid transparent;
    border-bottom:#bfc9d3 9px solid;
  }
  #triangle:after,
  .triangle:after {
    margin-right:-5px;
    height:0px;
    width:0px;
    content:"";
    right:0;
    top:0;
    position:absolute;
    border-top:0px solid transparent;
    border-left:0px solid transparent;
    border-right:10px solid transparent;
    border-bottom:#bfc9d3 9px solid;
  }
}
/* ----------------------------------------------------------
page-top
---------------------------------------------------------- */
#page-top {
  position:fixed;
  bottom:20px;
  right:20px;
  z-index:9998;
}
#page-top a {
  background:hsla(0,0%,28%,0.59);
  text-decoration: none;color: #fff;
  width:80px;
  height:80px;
  text-align:center;
  display:block;
  border-radius:40px;
}
#page-top a:hover {
  text-decoration:none;
  background:#999;
}
#page-top a span:before  {
  position:absolute;
  top:50%;
  margin-top:0.15em;
  margin-left:-0.5em;
  font-size:300%;
  font-weight:400;
  color:#fff;
  z-index:9999;
}

@media only screen and (min-width: 240px) and (max-width:580px)	{
  #page-top {
    position:fixed;
    bottom:0px;
    right:5px;
  }
  #page-top a {
    background:hsla(0,0%,28%,0.59);
    text-decoration: none;
    color:#fff;
    width:40px;
    height:40px;
    text-align:center;
    display:block;
    border-radius:20px;
  }
  #page-top a:hover {
    text-decoration:none;
    background:#999;
  }
  #page-top a span:before {
    position:absolute;
    top:50%;
    margin-top:-0.19em;
    margin-left:-0.5em;
    font-size:150%;
    font-weight: normal;
    color:#fff;
  }
}

/* ----------------------------------------------------------
bootstra theme
bootstraスタイルの上書き処理 bootstrap より後におく必要がある
---------------------------------------------------------- */
/*alert*/
.alert                     {border-radius:0px;}
.alert-link                {margin:auto 3px;}
.alert-default             {}
.alert-default .alert-link {}
.alert-success             {}
.alert-success hr          {}
.alert-success .alert-link {}
.alert-info                {}
.alert-info hr             {}
.alert-info .alert-link    {}
.alert-warning             {}
.alert-warning hr          {}
.alert-warning .alert-link {}
.alert-danger              {}
.alert-danger hr           {}
.alert-danger .alert-link  {}

/*text color*/
.text-primary,
.text-primary:hover {}
.text-success,
.text-success:hover {color:#208B68;}
.text-danger,
.text-danger:hover  {color: #CC0000;}
.text-warning,
.text-warning:hover {}
.text-info,
.text-info:hover    {}

/*btn*/
.btn                {border-radius:3px;}
.btn-primary        {background-color:#4881be;border-color:#4881be}
.btn-primary:hover  {background-color:#337ab7;border-color:#337ab7}
.btn-success        {background-color:#5cb85c;border-color:#5cb85c}
.btn-success:hover  {background-color:#449d44;border-color:#449d44}
.btn-info           {background-color:#5bc0de;border-color:#5bc0de}
.btn-info:hover     {background-color:#31b0d5;border-color:#31b0d5}
.btn-warning        {background-color:#f0ad4e;border-color:#f0ad4e}
.btn-warning:hover  {background-color:#ec971f;border-color:#ec971f}
.btn-danger         {background-color:#d9534f;border-color:#d9534f}
.btn-danger:hover   {background-color:#c9302c;border-color:#c9302c}

.btn-main           {font-size:180%; padding-top:0.5em; padding-bottom:0.5em; min-width:50%;}

/*角丸ボタン*/
.btn-round-lg{border-radius: 22.5px;}
.btn-round{border-radius: 17px;}
.btn-round-sm{border-radius: 15px;}
.btn-round-xs{
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

button.btn-currency {
    background-color: #1B2C7C;
    color: #fff;
    border: 1px solid #ccc;
    padding: 3px 50px;
}

/*label color*/
.label-primary      {background-color:#4881be;}
.label-success      {background-color:#5cb85c;}
.label-info         {background-color:#5bc0de;}
.label-warning      {background-color:#f0ad4e;}
.label-danger       {background-color:#d9534f;}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
/*bg-color*/
.bg-default {background-color:#fff;}

/*well*/
section .well {
  background:#fff;
}
/*panel*/
.panel            {margin-bottom:3em;margin-top:0.5em;}
.page-header      {border-bottom-color:#ccc; margin-bottom:15px !important;}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {margin:0.3em 0 0.2em 0; line-height:100%; font-size:20px !important;}
/*badge*/
.badge {
    background-color: #5BC0DE;
}
/* ----------------------------------------------------------
.dropdown-menu
---------------------------------------------------------- */
.dropdown-menu>li>a {
  padding: 10px 20px;
  border-bottom:#eee 1px solid ;
}
.dropdown-menu>li:last-child >a {
  border-bottom:none ;
}
.dropdown-menu>li.dropdown-header {
  border-bottom:#ccc 1px dashed ;
  padding-left:10px;
  padding-top:8px;
  padding-bottom:8px;
  color:#4881be;
}
/* ----------------------------------------------------------
breadcrumb
---------------------------------------------------------- */
.breadcrumb { background-color:transparent;}
.breadcrumb > li > a { display:inline-block; margin:0;}
.breadcrumb > li + li:before { content: ">";}
.breadcrumb .dropdown .btn{padding:0;}
/* ----------------------------------------------------------
docs
<article class="docs">とすると docsドキュメントルールが適用される
---------------------------------------------------------- */
.docs               {font-size:14px; margin-bottom:45px;}
.docs p             {margin-bottom:15px;line-height:180%;}
.docs p:last-child  {margin-bottom:0px;}
	@media only screen	and (max-width: 1000px)	{
	article.docs          {padding:0;}
  article.docs section  {padding:0 10px;}
	}
.docs .bold-title       {font-weight:bold; font-size:120%; color:#4D4D4D}
section table:last-child      {margin-bottom:0;}
section .panel:first-child    {margin-top:3em;}
figure + table                {margin-top:0.5em;}
/*bootstrap rest */

/*bootstrap rest end*/
/*ドキュメント用の大きめな見出し*/
.docs h1 {text-align: left; font-size:28px; padding-bottom:5px;}
.docs h2 {font-size:24px;}
.docs h3 {font-size:20px; margin-bottom:0.2em;}
.docs h4 {font-size:18px;}
.docs h5 {font-size:16px;}
.docs h6 {font-size:14px;}
.section-container            {padding-bottom:1em;}
.page-header + section { margin-top:-1em !important;}/*ページヘッダーすぐ後のh3*/

/*段落設定 section 見出しごとに sectionで囲む*/
.section-wrapper > section > section           {padding-top:1.5em;}
.section-wrapper > section > section > section {padding-top:1.5em;}
/*section > ul li,
section > ol li                              {margin-top:0.5em; margin-bottom:0.5em;}*/

/*preの代わりにコピー用のテキストエリアを使う*/
.copy_textarea {width:100%; height:auto; margin:0.5em auto;}

/*figure*/
.docs figure      {display:block; text-align:center; height:auto; width:100%; background-color:transparent; margin:15px auto;}
.docs figure img  {display:block; margin:auto; max-width:100%; height:auto}
.docs figcaption  {margin:15px 0; display:inline-block;}

@media only screen and (min-width: 240px) and (max-width:767px)	{
	.docs ul {
		padding-left: 17px!important;
		-webkit-padding-start: 17px!important;
	}
}

/* ----------------------------------------------------------
modal style
---------------------------------------------------------- */
.modal-header.bg-primary .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header.bg-primary .close:focus, .modal-header.bg-primary .close:hover {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: .8;
}
/* ----------------------------------------------------------
modal dialog style
---------------------------------------------------------- */
.dialog {
  z-index: 1000100;
}
.dialog .modal-title {
  font-weight: 800;
  font-size:100% !important;
}

.dialog .modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=30);
  opacity: .3;
}
.dialog .modal-footer {
  background-color: #f2f2f2;
}

.dialog .modal-body {
  padding-bottom: 0;
}

.dialog .modal-header.text-danger {
  background-color: #a94442;
  color: white;
}
.dialog .modal-header.text-success {
  background-color: #3c763d;
  color: white;
}

.dialog .modal-header.text-primary {
  background-color: #337ab7;
  color: white;
}

.dialog .modal-header.text-danger .close,
.dialog .modal-header.text-success .close,
.dialog .modal-header.text-primary .close {
  color: #fff;
}

.dialog .table-bordered>tbody>tr>th {
    vertical-align: middle;
}

/* ----------------------------------------------------------
toaster style
---------------------------------------------------------- */
/* toaster style */
.toaster {
    z-index: 10001000;
}

#toaster-fixed {
    position: fixed;
    top: 80px;
    right: 10px;
    width: 300px;
}
/* ----------------------------------------------------------
sort style
---------------------------------------------------------- */
.sort,
.sort-top,
.sort-bottom {position:relative; font-size:11px; padding-left:3px; top:-0.12em;}

.sort .glyphicon-triangle-top {position:absolute; top:0px;}
.sort .glyphicon-triangle-bottom {position:absolute; top:7px;}

.sort-top .glyphicon-triangle-top {position:absolute; top:0px;}
.sort-top .glyphicon-triangle-bottom {position:absolute; top:7px; opacity:0.2}

.sort-bottom .glyphicon-triangle-top {position:absolute; top:0px; opacity:0.2}
.sort-bottom .glyphicon-triangle-bottom {position:absolute; top:7px;}

/* ----------------------------------------------------------
pair link list style
---------------------------------------------------------- */
/*trade.pt style*/
#contents >.commission > .section-wrapper {
	padding: 20px 0 0 !important;
}
.pear-btn {
	float: left;
}
.chart-box .pear-btn-futures,
.chart-box .pear-btn,
.trade_log_topbox .pear-btn{
	margin-top: -12px;
	margin-left: 5px;
	margin-right: 5px;
}
.pear-list-btn {
  margin:10px 5px 0;
  vertical-align:middle
}
.pear-box {
  position:absolute;
  max-width:600px;
	width:50%;
  z-index:999999;
  background-color:#fff;
  margin-left:5px;
  margin-top:23px;
	padding: 10px 0 10px 30px;
}
.pear-box-futures-history {
    margin-top: 45px;
}

@media only screen and (min-width: 240px) and (max-width:580px)	{
	.pear-btn {
		float:none !important;
		clear: both;
		display: block;
		margin-bottom: 5px
	}
	.pear-box {
		position:absolute;
		width:98%;
		margin-top:-5px;
		padding: 10px 30px 10px 30px;
	}
    .pear-box-futures {
        margin-top:30px;
    }
    .pear-box-futures-history {
        margin-top: 55px;
    }
}
/*trade.pt style*/
.chart_detail_title h2.title {
	margin:18px 5px 0;
}
.chart_detail_title {
  width:92%;
  margin: 0.5em auto 0 auto;
}
.chart_detail_title .pear-btn {
	margin-top: -12px;
	margin-left: 5px;
	margin-right: 5px;
}
.chart_detail_title .pear-box {
  position:absolute;
  max-width:600px;
  z-index:999999;
  background-color:#fff;
  margin-top:25px;
}
.chart_detail_box {
  margin:auto;
  padding:0% 0% 1em;
}
@media only screen and (min-width: 240px) and (max-width:580px)	{
	.chart_detail_title .pear-btn {
		float:none !important;
		clear: both;
		display: block;
		margin: 0 0 0!important;
	}
	.chart_detail_title .pear-box  {
		position:absolute;
		width:94%;
		margin-top:-0px !important;
		margin-left: 0px !important;
	}
}

.pear-box a {
  margin-bottom:5px;
}
.pear-box .nav li a {
    padding: 10px 14px;
}

/*chart_detail*/

/*style 510*/
h2.title	{font-size:120%;padding:0 0 0.25em;}
.chart_detail_box .chart_detail_title .pear-btn {
  margin:-8px 5px 0 0;
  vertical-align:middle;
}
/*pear icon*/
.jpy_icon {background: url(/images/currency/jpy2_icon.png) no-repeat left center;}
.btc_icon {background: url(/images/currency/btc_icon.png) no-repeat left center;}
.xem_icon {background: url(/images/currency/xem_icon.png) no-repeat left center;}
.mona_icon {background: url(/images/currency/mona_icon.png) no-repeat left center;}
.zaif_icon {background: url(/images/currency/zaif_icon.png) no-repeat left center;}
.xcp_icon {background: url(/images/currency/xcp_icon.png) no-repeat left center;}
.bitcrystals_icon {background: url(/images/currency/bitcrystals_icon.png) no-repeat left center;}
.sjcx_icon {background: url(/images/currency/sjcx_icon.png) no-repeat left center;}
.fscc_icon {background: url(/images/currency/fscc_icon.png) no-repeat left center;}
.pepecash_icon {background: url(/images/currency/pepecash_icon.png) no-repeat left center;}
.xacone_icon {background: url(/images/currency/xacone_icon.png) no-repeat left center;}
.xactwo_icon {background: url(/images/currency/xactwo_icon.png) no-repeat left center;}
.xacthree_icon {background: url(/images/currency/xacthree_icon.png) no-repeat left center;}
.xacfour_icon {background: url(/images/currency/xacfour_icon.png) no-repeat left center;}
.xacfive_icon {background: url(/images/currency/xacfive_icon.png) no-repeat left center;}
.xacsix_icon {background: url(/images/currency/xacsix_icon.png) no-repeat left center;}
.xacseven_icon {background: url(/images/currency/xacseven_icon.png) no-repeat left center;}
.xaceight_icon {background: url(/images/currency/xaceight_icon.png) no-repeat left center;}
.xacnine_icon {background: url(/images/currency/xacnine_icon.png) no-repeat left center;}
.cicc_icon {background: url(/images/currency/cicc_icon.png) no-repeat left center;}
.ncxc_icon {background: url(/images/currency/ncxc_icon.png) no-repeat left center;}
.bch_icon {background: url(/images/currency/bch_icon.png) no-repeat left center;}
.eth_icon {background: url(/images/currency/eth_icon.png) no-repeat left center;}
.jpyz_icon {background: url(/images/currency/jpyz_icon.png) no-repeat left center;}
.cms\:eth_icon, .cms\:xem_icon {background: url(/images/currency/cms_icon.png) no-repeat left center;}

/*futures icon*/
.futures_btc_jpy_icon {background: url(/images/futures_trading/futures_btc_jpy_icon.png) no-repeat left center;}
.airfx_icon {background: url(/images/airfx_trading/airfx_icon.png) no-repeat left center;}

/*--magatama event--*/
.magatamabl_icon {background: url(/images/currency/magatamabl_icon.png) no-repeat left center;}
.magatamablfr_icon {background: url(/images/currency/magatamablfr_icon.png) no-repeat left center;}
.magatamablfv_icon {background: url(/images/currency/magatamablfv_icon.png) no-repeat left center;}
.magatamablon_icon {background: url(/images/currency/magatamablon_icon.png) no-repeat left center;}
.magatamablsv_icon {background: url(/images/currency/magatamablsv_icon.png) no-repeat left center;}
.magatamablsx_icon {background: url(/images/currency/magatamablsx_icon.png) no-repeat left center;}
.magatamablth_icon {background: url(/images/currency/magatamablth_icon.png) no-repeat left center;}
.magatamabltw_icon {background: url(/images/currency/magatamabltw_icon.png) no-repeat left center;}
.magatamagn_icon {background: url(/images/currency/magatamagn_icon.png) no-repeat left center;}
.magatamagnfr_icon {background: url(/images/currency/magatamagnfr_icon.png) no-repeat left center;}
.magatamagnfv_icon {background: url(/images/currency/magatamagnfv_icon.png) no-repeat left center;}
.magatamagnon_icon {background: url(/images/currency/magatamagnon_icon.png) no-repeat left center;}
.magatamagnsv_icon {background: url(/images/currency/magatamagnsv_icon.png) no-repeat left center;}
.magatamagnsx_icon {background: url(/images/currency/magatamagnsx_icon.png) no-repeat left center;}
.magatamagnth_icon {background: url(/images/currency/magatamagnth_icon.png) no-repeat left center;}
.magatamagntw_icon {background: url(/images/currency/magatamagntw_icon.png) no-repeat left center;}
.magatamamijn_icon {background: url(/images/currency/magatamamijn_icon.png) no-repeat left center;}
.magatamard_icon {background: url(/images/currency/magatamard_icon.png) no-repeat left center;}
.magatamardfr_icon {background: url(/images/currency/magatamardfr_icon.png) no-repeat left center;}
.magatamardfv_icon {background: url(/images/currency/magatamardfv_icon.png) no-repeat left center;}
.magatamardon_icon {background: url(/images/currency/magatamardon_icon.png) no-repeat left center;}
.magatamardsv_icon {background: url(/images/currency/magatamardsv_icon.png) no-repeat left center;}
.magatamardsx_icon {background: url(/images/currency/magatamardsx_icon.png) no-repeat left center;}
.magatamardth_icon {background: url(/images/currency/magatamardth_icon.png) no-repeat left center;}
.magatamardtw_icon {background: url(/images/currency/magatamardtw_icon.png) no-repeat left center;}
.magatamatq_icon {background: url(/images/currency/magatamatq_icon.png) no-repeat left center;}
.magatamatqfr_icon {background: url(/images/currency/magatamatqfr_icon.png) no-repeat left center;}
.magatamatqfv_icon {background: url(/images/currency/magatamatqfv_icon.png) no-repeat left center;}
.magatamatqon_icon {background: url(/images/currency/magatamatqon_icon.png) no-repeat left center;}
.magatamatqsv_icon {background: url(/images/currency/magatamatqsv_icon.png) no-repeat left center;}
.magatamatqsx_icon {background: url(/images/currency/magatamatqsx_icon.png) no-repeat left center;}
.magatamatqth_icon {background: url(/images/currency/magatamatqth_icon.png) no-repeat left center;}
.magatamatqtw_icon {background: url(/images/currency/magatamatqtw_icon.png) no-repeat left center;}
.magatamavt_icon {background: url(/images/currency/magatamavt_icon.png) no-repeat left center;}
.magatamavtfr_icon {background: url(/images/currency/magatamavtfr_icon.png) no-repeat left center;}
.magatamavtfv_icon {background: url(/images/currency/magatamavtfv_icon.png) no-repeat left center;}
.magatamavton_icon {background: url(/images/currency/magatamavton_icon.png) no-repeat left center;}
.magatamavtsv_icon {background: url(/images/currency/magatamavtsv_icon.png) no-repeat left center;}
.magatamavtsx_icon {background: url(/images/currency/magatamavtsx_icon.png) no-repeat left center;}
.magatamavtth_icon {background: url(/images/currency/magatamavtth_icon.png) no-repeat left center;}
.magatamavttw_icon {background: url(/images/currency/magatamavttw_icon.png) no-repeat left center;}
.magatamawt_icon {background: url(/images/currency/magatamawt_icon.png) no-repeat left center;}
.magatamawtfr_icon {background: url(/images/currency/magatamawtfr_icon.png) no-repeat left center;}
.magatamawtfv_icon {background: url(/images/currency/magatamawtfv_icon.png) no-repeat left center;}
.magatamawton_icon {background: url(/images/currency/magatamawton_icon.png) no-repeat left center;}
.magatamawtsv_icon {background: url(/images/currency/magatamawtsv_icon.png) no-repeat left center;}
.magatamawtsx_icon {background: url(/images/currency/magatamawtsx_icon.png) no-repeat left center;}
.magatamawtth_icon {background: url(/images/currency/magatamawtth_icon.png) no-repeat left center;}
.magatamawttw_icon {background: url(/images/currency/magatamawttw_icon.png) no-repeat left center;}
.magatamayl_icon {background: url(/images/currency/magatamayl_icon.png) no-repeat left center;}
.magatamaylfr_icon {background: url(/images/currency/magatamaylfr_icon.png) no-repeat left center;}
.magatamaylfv_icon {background: url(/images/currency/magatamaylfv_icon.png) no-repeat left center;}
.magatamaylon_icon {background: url(/images/currency/magatamaylon_icon.png) no-repeat left center;}
.magatamaylsv_icon {background: url(/images/currency/magatamaylsv_icon.png) no-repeat left center;}
.magatamaylsx_icon {background: url(/images/currency/magatamaylsx_icon.png) no-repeat left center;}
.magatamaylth_icon {background: url(/images/currency/magatamaylth_icon.png) no-repeat left center;}
.magatamayltw_icon {background: url(/images/currency/magatamayltw_icon.png) no-repeat left center;}
.magatamabz_icon {background: url(/images/currency/magatamabz_icon.png) no-repeat left center;}

/*--yogibo event--*/
.yogibogocpon_icon {background: url(/images/currency/yogibogocpon_icon.png) no-repeat left center;}
.yogibogocptw_icon {background: url(/images/currency/yogibogocptw_icon.png) no-repeat left center;}
.yogibogocpth_icon {background: url(/images/currency/yogibogocpth_icon.png) no-repeat left center;}
.yogibogocpfr_icon {background: url(/images/currency/yogibogocpfr_icon.png) no-repeat left center;}
.yogibogocpfv_icon {background: url(/images/currency/yogibogocpfv_icon.png) no-repeat left center;}
.yogibogocpsx_icon {background: url(/images/currency/yogibogocpsx_icon.png) no-repeat left center;}

/*--bitgirls event--*/
.hyou_icon {background: url(/images/currency/hyou_icon.png) no-repeat left center;}
.pachi_icon {background: url(/images/currency/pachi_icon.png) no-repeat left center;}
.torekabuopt_icon {background: url(/images/currency/torekabuopt_icon.png) no-repeat left center;}

/*--christmas--*/
.sanomayavix_icon {background: url(/images/currency/sanomayavix_icon.png) no-repeat left center;}
.djasanyanvix_icon {background: url(/images/currency/djasanyanvix_icon.png) no-repeat left center;}
.chikarinvix_icon {background: url(/images/currency/chikarinvix_icon.png) no-repeat left center;}
.tsukasavix_icon {background: url(/images/currency/tsukasavix_icon.png) no-repeat left center;}
.mizukivix_icon {background: url(/images/currency/mizukivix_icon.png) no-repeat left center;}
.sirahosivix_icon {background: url(/images/currency/sirahosivix_icon.png) no-repeat left center;}
.risavix_icon {background: url(/images/currency/risavix_icon.png) no-repeat left center;}
.bitgirlsi_icon {background: url(/images/currency/bitgirlsi_icon.png) no-repeat left center;}
.bitgirlsii_icon {background: url(/images/currency/bitgirlsii_icon.png) no-repeat left center;}

/*--block1--*/
.bitgirls_icon {background: url(/images/currency/bitgirls_icon.png) no-repeat left center;}
.djasanyan_icon {background: url(/images/currency/djasanyan_icon.png) no-repeat left center;}
.chikarin_icon {background: url(/images/currency/chikarin_icon.png) no-repeat left center;}
.sanomaya_icon {background: url(/images/currency/sanomaya_icon.png) no-repeat left center;}
.satoayaka_icon {background: url(/images/currency/satoayaka_icon.png) no-repeat left center;}
.tsukasa_icon {background: url(/images/currency/tsukasa_icon.png) no-repeat left center;}
.kaori_icon {background: url(/images/currency/kaori_icon.png) no-repeat left center;}
/*--block2--*/
.hinanomai_icon {background: url(/images/currency/hinanomai_icon.png) no-repeat left center;}
.icharlotte_icon {background: url(/images/currency/icharlotte_icon.png) no-repeat left center;}
.mamichannel_icon {background: url(/images/currency/mamichannel_icon.png) no-repeat left center;}
.mizuki_icon {background: url(/images/currency/mizuki_icon.png) no-repeat left center;}
.ruru_icon {background: url(/images/currency/ruru_icon.png) no-repeat left center;}
.shirahoshi_icon {background: url(/images/currency/shirahoshi_icon.png) no-repeat left center;}
/*--block3--*/
.shimarena_icon {background: url(/images/currency/shimarena_icon.png) no-repeat left center;}
.itsuki_icon {background: url(/images/currency/itsuki_icon.png) no-repeat left center;}
.kinokousaka_icon {background: url(/images/currency/kinokousaka_icon.png) no-repeat left center;}
.leena_icon {background: url(/images/currency/leena_icon.png) no-repeat left center;}
.yamaguchia_icon {background: url(/images/currency/yamaguchia_icon.png) no-repeat left center;}
.rumirumi_icon {background: url(/images/currency/rumirumi_icon.png) no-repeat left center;}
/*--bitgirls end--*/
.kaoribg_icon{background: url(/images/currency/kaoribg_icon.png) no-repeat left center;}
.chikarinbg_icon{background: url(/images/currency/chikarinbg_icon.png) no-repeat left center;}
.sanomayabg_icon{background: url(/images/currency/sanomayabg_icon.png) no-repeat left center;}
.satoayakabg_icon{background: url(/images/currency/satoayakabg_icon.png) no-repeat left center;}
.djasanyanbg_icon{background: url(/images/currency/djasanyanbg_icon.png) no-repeat left center;}
.tsukasabg_icon{background: url(/images/currency/tsukasabg_icon.png) no-repeat left center;}
.mizukibg_icon{background: url(/images/currency/mizukibg_icon.png) no-repeat left center;}
.shirahoshibg_icon{background: url(/images/currency/shirahoshibg_icon.png) no-repeat left center;}
.icharlottebg_icon{background: url(/images/currency/icharlottebg_icon.png) no-repeat left center;}
.mamichanbg_icon{background: url(/images/currency/mamichanbg_icon.png) no-repeat left center;}
.hinanomaibg_icon{background: url(/images/currency/hinanomaibg_icon.png) no-repeat left center;}
.rurubg_icon{background: url(/images/currency/rurubg_icon.png) no-repeat left center;}
.kinobg_icon{background: url(/images/currency/kinobg_icon.png) no-repeat left center;}
.yamaguchiabg_icon{background: url(/images/currency/yamaguchiabg_icon.png) no-repeat left center;}
.shimarenabg_icon{background: url(/images/currency/shimarenabg_icon.png) no-repeat left center;}
.rumirumibg_icon{background: url(/images/currency/rumirumibg_icon.png) no-repeat left center;}
.itsukibg_icon{background: url(/images/currency/itsukibg_icon.png) no-repeat left center;}
.leenabg_icon{background: url(/images/currency/leenabg_icon.png) no-repeat left center;}

span[class$="_icon"],
a[class$="_icon"] {
    padding: 2px 0 2px 22px;
    display: inline-block;
    vertical-align: middle;
    min-height:24px;
    background-size:18px;
}
/*pear margin*/
.row.pear-area {padding-top:0px;padding-bottom:0px;}
.pear-area .col-xs-6:nth-child(odd){padding-right:5px;}
.pear-area .col-xs-6:nth-child(even){padding-left:5px;}

.pear-box .row .col-sm-3:nth-child(odd){padding:0 3px;}
.pear-box .row .col-sm-3:nth-child(even){padding:0 3px;}

.pear-box .row .col-sm-2:nth-child(odd){padding:0 5px;}
.pear-box .row .col-sm-2:nth-child(even){padding:0 5px;}

/*assets Modal*/
.assets h3{font-size:120%;}
.currency_list {text-align:right; vertical-align:middle; line-height:180%;}
.currency_list:nth-child(even) {background-color:hsla(0,0%,100%,0.50)}

/*language*/
footer div.language_group_wrap {
    margin: 0;
}
.language_group {
    margin-top:8px;
}
.language_group .btn-language {
    padding:3px 12px;
    border: 1px solid #ccc;
}
.language_group .btn-language.active {
    background-color:#337ab7 !important;
    color:#fff;
    font-weight:bold;
}

#Twitter_tip {
  z-index: 1000002;
}

#Twitter_tip .modal-body {
  height: 300px;
  transition: height .1s ease-in-out;
}


#Twitter_tip .modal-header {
    border-bottom-width: 0;
}


#Twitter_tip iframe {
    width: 100%;
    height: 100%;
    border:none;
    display:block;
}

.btn-twitter {
  background-color:#1DA1F2;
  background-image: url(/images/twitter_icon_white.png);
  background-repeat:no-repeat;
  background-position:5px center;
  background-size:32px auto;
  padding:10px 10px 10px 38px;
  color:#fff;
  border:#1DA1F2;
}

/* invisible recaptcha badge container */
.grecaptcha-badge {
  background-color: #fff;
  z-index: 3;
}
