/* グローバル指定  */



* { padding: 0; margin: 0; }

body {
 font-family:Meiryo,'Lucida Grande','Hiragino Kaku Gothic ProN',  sans-serif;
 font-size: small;
 line-height: 1.75;
	counter-reset:latex-table-counter 0;
}

img {
    border-style:none;
    max-width:100%;
    vertical-align: middle;
}


label{
	display:block;
}

.ex_link p a,
.ex_link table a, {
	padding-right:20px;
    background:url('/img/ic_external.gif') right no-repeat;
 }
 
 p {
 	text-indent:1em;
 }

 .centering{
	 text-align:center;
 }


div.centering {
	margin-left:auto; margin-right:auto;
	text-align:center;
	clear:both;
	width:100%;
}

img.description {
	margin-top: 30px;
	border:solid 1px #ccc;
    padding:4px;
}

iframe {
	max-width:100%;
}

div.sweet-alert h2{
	text-shadow:none;
	background: initial;
	box-shadow:none;
}
div.sweet-alert h2:before,
div.sweet-alert h2:after {
	border:none;
}

h2 {
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	margin:0 -36px 30px -36px;
	padding:1px 10px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
	position:relative;
	}
 
h2:before,
h2:after {
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	right: -14px;
	bottom: -15px;
	background: transparent;
	border-color: transparent  transparent transparent #666;
	border-style:solid;
	border-width:15px;
	}
h2:after {
	left: -14px;
	bottom: -15px;
	right:auto;
	border-color: transparent #666 transparent transparent;
	}
	
@media screen and (max-width: 768px) {
h2 {
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	margin:0 0 10px 0;
	padding:1px 10px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	position:relative;
	}
h2:before,
h2:after{
	content: '';
	border:none;
}
}

	
	

h3{
	margin:5px;
	padding:1px 10px;
	background: #1D8ADE;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	clear:both;
}

h3.comments{
	background: #2f4f4f;
}

h3 a{
	color:#ffe4b5;
}

h3 a:hover{
	color:#FFF;
}

h4{
	margin:5px;
	padding:1px 10px;
	border-left:5px solid #1871B8;
	background: #f0ffff;
	clear:both;
}

h5 {
	margin:5px;
	padding:1px 10px;
	color:#FF4500;
	font-size: small;
	clear:both;
}
h5.normal {
	color:black;
}

div.article h3{
border: none;
margin:0;
background: #fff;
}

blockquote{
background-color:#ddd;
padding:1em;
position:relative;
z-index:1;
}

blockquote a{
text-decoration:none;
border-bottom:1px black dotted;
}

cite{
	text-align:right;
}

fieldset{
	border-style:none;
}

select.small{
	font-size:x-small;
}


.clear {
	clear:both;
}

p.modified {
	text-align:right;
	text-decoration:underline;
}

/* ページの先頭に戻る */
#ttop {
position:fixed;
left:auto;
margin:0px 0px 0px 1000px; /* マージン：上 右 下 左 */
width:41px;
height:390px;
}

/* IE6以下用 */
* html #ttop {
margin:0 0 -390px 0;
position:relative;
bottom:490px; /* 上で設定した ttopの高さ390px＋下100px */
left:904px;
}
#ttop:hover {
background-position:0 230px; /* 画像の高さによって適当に調整 */
}
a.page_top {
display:block;
width:41px;
height:390px;
}

/* レイアウト関係 */

/* PC用　*/
@media screen and (min-width: 769px) {

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 90%;
  border: 1px solid #cccccc;
}
#header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #cccccc;
}

#container {
  float: left;
  width: 100%;
  margin-right: -290px;
}
#contents {
  margin-right: 290px;
  padding: 5em 29px 4em 30px;
  border-right: 1px solid #cccccc;
  *max-width:100%
}
#sidebar {
  float: right;
  width: 270px;
  padding: 5em 10px 2em;
}

#footer {
  clear: both;
  padding: 5px 29px 5px 29px;
  border-top: 1px solid #cccccc;
}

/* #navigation */

#toggle {
 display: none;
}

#navigation {
	text-align:center;
	width: 100%;
 	position: relative;
}

#navigation img {
	vertical-align: middle;
}

#navigation ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  display:block;
background: rgb(54,123,196); /* Old browsers */
background: -moz-linear-gradient(top, rgba(54,123,196,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(54,123,196,1)), color-stop(100%,rgba(44,83,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(54,123,196,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(54,123,196,1) 0%,rgba(44,83,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(54,123,196,1) 0%,rgba(44,83,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(54,123,196,1) 0%,rgba(44,83,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367bc4', endColorstr='#2c539e',GradientType=0 ); /* IE6-9 */

}

#navigation li {
  width: 90px;
  float: left;
  border-right: 2px groove #cccccc;
  position:relative;
}

#navigation li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.2em 1em;
  text-shadow:-1px -1px 0px rgba(0,0,0,0.5);
color:#fff;
  font-weight:bold;
}

#navigation li a:hover {
	color:#f00;
	background:#F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

}

#mob_nav {
	display:none;
}





div.logo-right {
	width:30%;
	text-align:right;
	float:right;
	margin-top:40px;
}


table.comparison {
  max-width: 100%;
  border-spacing: 0;
  *border-collapse: collapse;
  *border-bottom:1px solid #aaa;
  *border-right:1px solid #aaa;
  font-size:14px;
  margin: 20px;
   margin-left: auto;
 margin-right: auto;
  caption-side: bottom;
}

table.comparison caption {
  font-size:x-small;
  text-align:left;
}

table.comparison th {
  color: #000;
  padding: 8px 15px;
  background: #eee;
  background:-moz-linear-gradient(#eee, #ddd 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(#eee), to(#ddd));
  font-weight: bold;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(255,255,255,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.comparison th:first-child {
  border-left:1px solid #aaa;
  border-radius: 5px 0 0 0;	
}
table.comparison th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.comparison tr td {
  padding: 8px 15px;
  text-align: center;
}
table.comparison tr td:first-child {
  border-left: 1px solid #aaa;
}
table.comparison tr td:last-child {
  border-right: 1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.comparison tr {
  background: #fff;
}
table.comparison tr:nth-child(2n+1) {
  background: #f5f5f5;
}
table.comparison tr:last-child td {
  border-bottom:1px solid #aaa;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.comparison tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.comparison tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.comparison tr:hover {
  background: #eee;
  cursor:pointer;
}


.formTable input{
width:200px;
}

.formTable input.subject{
width:300px;
}

.formTable textarea{
width:320px;
height:150px;
}

td.right_pc{
	text-align:right !important;
}

}

/* 広告　*/
.ads_side{
	padding-right:10px;
}
.disp_pc, .disp_sp {
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.disp_side{
	text-align:center;
	width:100%;
	padding-right:10px;
}

.disp_sp {
	display:none;
}
.adsense{
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

@media screen and (max-width: 768px) {
	.disp_sp {
		display:block;
	}
	.disp_pc {
		display:none;
	}

}

/* テーブルタグ PCスマホ兼用*/
.comparison_v2{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-text-size-adjust:100%;
}


.comparison_v2 table tbody tr td:nth-of-type(1){
	width:16px;
	min-width:16px;
	position:sticky;
	left:0;
}
.tablesorter-default td, .tablesorter-default th {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	overflow-x:hidden;
}
.tablesorter-default td:last-child{
	overflow-x:visible;
}

/* テーブルタグ LaTeX風 */
.latex {
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom:10px;
	-webkit-text-size-adjust:100%;
}
.latex table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	max-width: 100%;
	border-top: 2.27px solid #000;
	border-bottom: 2.27px solid #000;
	margin:auto;

}
.latex caption {
	text-align: left;
	padding: 0 0.25em 0.25em;
	margin-left: 0;
}
.latex caption::before {
	counter-increment: latex-table-counter;
	content: '表 ' counter(latex-table-counter) '. ';
	font-weight: bold;

}
.latex th, .latex td{
	text-align: left;
	padding: 0.5rem;
	line-height: 1.1;
}
.latex td{
	text-align:center;
}
.latex table tr > th[scope="row"] {
	border-right: 1.36px solid #000;
	position:sticky;
	left:0;
	background:white;
	background-clip: padding-box;
}
.latex table tr > th[scope="col"] {
	border-bottom: 1.36px solid #000;
	text-align:center;
}
.latex table tr > th[scope="col"]:first-child {
	position:sticky;
	left:0;
	background:white;
	background-clip: padding-box;
}


.latex table > tbody > tr:last-child > td, .latex table > tbody > tr:last-child > th {
	border-bottom: 1.36px solid #000;
}

/* 市況　*/

.markets{
	clear:both;
	overflow-x: auto;
	white-space: nowrap;
}
.markets td{
	overflow:hidden;
	/*background:white;*/
}
.markets table tbody tr td:nth-of-type(1), .markets table thead tr th:nth-of-type(1){
	position:sticky;
	left:0;
}


/* スマホ用 */
@media screen and (max-width: 768px) {
	p+p {
		margin-top:1em;
	}
	p.right{
		margin-top:0;
	}

	#wrapper {
  text-align: left;
  margin: 0.5em auto 0;
  border: 1px solid #cccccc;
}
#header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #cccccc;
}

#container {
 clear:both;
}
#contents {
 clear:both;
  padding: 1em 10px 4em 10px;
  border-right: 1px solid #cccccc;
}
#sidebar {
clear: both;
  padding: 4em 10px 2em;
}

#footer {
  clear: both;
  padding: 5px 29px 5px 29px;
  border-top: 1px solid #cccccc;
}

/* #navigation */

#raw_nav {
	display: none;
}

#mob_nav select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    font-weight: bold;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
	background:#367bc4 url(/img/sp_menu.png) no-repeat;
    background-position: right center;
    border-radius: 0;
}


div.logo-right {
	width:100%;
	text-align:right;
	float:right;
	margin-top:15px;
}

table.comparison {
		display: block;
	}
		table.comparison thead{
			display: none;
		}
		table.comparison tbody{
			display: block;
		}
			table.comparison tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			table.comparison tbody th,
			table.comparison tbody td{
				display: list-item;
				border: none;
				list-style-type:none;
			}
			table.comparison tbody th{
				list-style-type: none;
				font-weight:bold;
			}
			table.comparison tbody td{
				padding-left: 20px;
				background: url(/img/bullet_green.png) left no-repeat;
			}
			table.table_exchange_jp tbody td:nth-of-type(2):before { content: "[取引形態]";}
			table.table_exchange_jp tbody td:nth-of-type(3):before { content: "[サービス開始年月]";}
			table.table_exchange_jp tbody td:nth-of-type(4):before { content: "[金融庁登録番号]";}
			table.table_wallet_desktop_comparison tbody td:nth-of-type(2):before { content: "Bitcoin Core: "; }
			table.table_wallet_desktop_comparison tbody td:nth-of-type(3):before { content: "Electrum: "; }
			table.table_wallet_desktop_comparison tbody td:nth-of-type(4):before { content: "Multibit HD: "; }			
			table.table_wallet_desktop_comparison tbody td:nth-of-type(5):before { content: "Copay: "; }
			table.table_wallet_desktop_comparison tbody td:nth-of-type(6):before { content: "mSIGNA: "; }
			table.peercoin tbody td:nth-of-type(3):before { content: "(PoS)"; }
			table.nubits tbody td:nth-of-type(3):before { content: "(NuShares)"; }
			

	.formTable th, .formTable td {max-width:100%; display:block;}
	.formTable input, .formTable textarea {width:200px;}
	.formTable textarea {height:75px;}

}
/*　スマホ用ここまで */

/* ヘッダー内　*/

h1 {
  text-align: right;
  font-size: x-small;
  padding:0;
  margin:0;
  font-weight: normal;
}

/* メインコンテンツ内 */

/* ニュース */

div.news {
	margin-top:5px;
}

div.news ul {
	clear:left;
	border-bottom:1px #bdbdbd solid;
}



div.news ul li {
	list-style:none;
	list-style-position:inside;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
}

div.news ul li:hover{
	background-color: #eaeaea;
}


div.news ul li.news_left {
	width:75%;
}

div.news ul li.news_right {

	width:25%;
}

div.more {
	clear:both;
	width:100%;
	margin-top:3px;
	text-align:center;
	border:1px #eaeaea #bdbdbd;
}

div.more:hover {
	background-color: #eaeaea;
}



/* google news */

div.article {
	clear:right; 
/*	border-top: 1px solid #FF9900; */
margin-bottom: 1.5em;
font-style:italic;
font-weight:bold;
}

div.article a {
	font-style:normal;
}

div.article h3 {
	clear:none;
}

div.article h3 a {
	color:#0000FF;
}

div.article img {
/*	margin-top: 1em; */
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
	max-width:100%;
	max-height:100%;
}

div.article ol{
	list-style:none;
	padding-left:1em;
}

div.article p {
	font-style:normal;
	font-weight:normal;
}

/*
hr.article {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.article:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;   
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
*/
hr.article {
	clear:both;
    	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	padding-bottom:1em;
}

div.article p.article_date {
	font-weight:bold;
}

/* パンくずリスト　*/

ol.breadcrumb {
margin: 0;
padding-bottom: 0.75em;
list-style-type: none;
text-shadow: rgba(0,0,0,0.2) 0px 1px 0;
}

ol.breadcrumb li {
display: inline;
}

ol.breadcrumb li a {
padding-right: 12px; 
background: url(/img/bread_path.png) no-repeat right; 
}

/* リストタグ  */

div.list {
	color:#333333;
	margin:0 auto;
	padding:10px;
}
div.list ul {
	padding-left:0;
	margin-left:5px;
	border-top:1px solid #84b2e0;
	border-bottom:1px solid #f1f6fc;
}
div.list li {
	list-style-type : none;
	padding:2.5px 5px;
	color:#333333;
	border-top:1px solid #f1f6fc;
	border-bottom:1px solid #84b2e0;
}
div.list li a{
	text-decoration:none;
	color:#0e2236;
	display:block;
	padding:2.5px 5px;
}
div.list li a:hover{
	color:#ff0099;
	background:rgba(255,255,255,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99ffffff', endColorstr='#99ffffff');
}

/* サイドメニュー */

dl.sidemenu{
	padding-bottom:15px;

    }

dl.sidemenu dt {
	font-weight:bold;
	padding-left:10px;
	margin-bottom:3px;
	font-size:13px;
	text-shadow: 0px 1px 1px #fff ;
	border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
background: rgb(255,175,75); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,175,75) 0%, rgb(255,146,10) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,175,75)), color-stop(100%,rgb(255,146,10))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(255,175,75) 0%,rgb(255,146,10) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}

dl.sidemenu dd {
	padding-left:10px;
}

dl.sidemenu dd ul {
	margin:3px;
	list-style:none;
}

dl.sidemenu dd ul li {
	background:url(/img/square_blue.gif) left no-repeat;
	font-weight:bold;
	padding-left:20px;
}


dl.sidemenu dd ul ul li {
	background:url(/img/arrow_orange.gif) left no-repeat;
	list-style-position:inside;
	font-weight:normal;
	font-size:small;
	padding-left:20px;
	margin-left:10px;
	
	border:none;
}


    
 /* チャート */


div.form {
float:left;
width:100%;
}

legend {
	font-weight:bold;
}


input#submit_button {
	width:100%;
	font-weight:bold;
	padding:10px 0px;
	-webkit-appearance: none;
    border-radius: 0;
    background-color:silver;
}
input#submit_button:hover {
	background-color:#f8f8f8;
}

button#button_save {
	width:50%;
	font-weight:bold;
	padding:10px 0px;
	-webkit-appearance: none;
    border-radius: 0;
    background-color:#00CC00;
}
button#button_save:hover {
	background-color:#f8f8f8;
}
button#button_delete {
	width:50%;
	font-weight:bold;
	padding:10px 0px;
	-webkit-appearance: none;
    border-radius: 0;
    background-color:#CC0000;
}
button#button_delete:hover {
	background-color:#f8f8f8;
}

div.form_submit {
	clear:both;
}

table.form{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

table.form tbody{
	overflow-x:scroll;
}

table.form th{
padding:4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #feedf3;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.form td{
padding:4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

/* テーブルタグ */



/* 用語集 */
ul.term {
	padding-left:2em;
	list-style:square;
	font-size:x-small; 
}

div.termlist li{
	background: url(/img/bullet_orange.png) left no-repeat;
	list-style:none;
	padding-left:1.5em;
	margin-left:1.5em;
}

/* ショップ */
ul.shop {
	padding-bottom:20px;
}

ul.shop li{
	display:table;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#adadad 1px solid;
}

ul.shop li div{
	display:table-cell;
	vertical-align:top;
}

ul.shop li div.shop-left{
	min-width:100px;
}

ul.shop li div.shop-right{
	width:100%;
}

/* アルトコイン */
#altcoin_1 tbody tr td:nth-child(2) img,
#altcoin_2 tbody tr td:nth-child(2) img,
#altcoin_3 tbody tr td:nth-child(2) img,
#altcoin_4 tbody tr td:nth-child(2) img,
#altcoin_5 tbody tr td:nth-child(2) img,
#altcoin_6 tbody tr td:nth-child(2) img,
#altcoin_7 tbody tr td:nth-child(2) img
{
	margin-right:17px;
}

/* サイトマップ */


.sitemap ul {
	margin:3px;
	list-style:none;
}

.sitemap ul li {
	background:url(/img/square_blue.gif) top 3px left no-repeat;
	font-weight:bold;
	padding-left:20px;
}
.sitemap > ul > li {
	padding-bottom:10px;
}


.sitemap ul ul li {
	background:url(/img/arrow_orange.gif) top 4px left no-repeat;
	list-style-position:inside;
	font-weight:normal;
	font-size:small;
	padding-left:20px;
	margin-left:10px;

	border:none;
}


/* お問い合わせ　*/

.formTable {
border-top: 1px solid #e3e3e3;
border-left: 1px solid #e3e3e3;
width: 100%;
}
.formTable th, .formTable td {
border-bottom: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
padding: 2%;
}
.formTable th {
background: #fafafa;
color: #555;
}

/*　月次取引高 */
.type-selector label {
	display:inline;
}

/* 定義リスト */

dl.normal dt{
  padding-left : 8px;
	font-style:italic;
}

dl.normal dd{  
  padding-left : 30px;
  border-bottom:1px dotted #cccccc;
}

/* メニューリスト */
ul.menu {
	margin:10px;
	list-style:none;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

ul.menu li {
	background:url(/img/bullet_blue.png) left no-repeat;
	font-weight:bold;
	padding-left:20px;
}


ul.menu ul li {
	display: inline;
	background:url(/img/arrow_right.png) left no-repeat;
	font-weight:normal;
	padding-left:20px;
	border:none;
}

p.right{
	text-align:right;
}

div.price_ticker_container{
	padding-bottom:10px;
}

div.price_ticker{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:40%;
}
.price_ticker span.price {
	font-size:3.3em;
	font-weight:bold;
}

div.price_ticker_sub{
	display:inline-block;
	vertical-align:middle;
	width:55%;
	
}
div.price_ticker_sub table tbody tr td{
	font-size:normal;
	padding-right:15px;
	padding-left:15px;
}
div.price_ticker_sub table tbody tr td:first-child{
	color:#696969;
	font-weight:bold;
}
div.price_ticker_sub table{
	border-collapse:collapse;
}
@media screen and (max-width: 768px) {
div.price_ticker_sub, div.price_ticker{
	width:100%;
}
div.price_ticker_sub table tbody tr td{
	padding-right:5px;
	padding-left:5px;
}
}

span.plus {
	color:green;
}
span.minus {
	color:red;
}


.red {
	color:red;
}
.bold {
	font-weight:bold;
}
.AddressGenerate input {
	height:30px;
	width:100%;	
}
.AddressGenerate input[type="button"] {
	font-weight:bold;
}

.arrow-image{
	padding-left:47%;
	margin:0 auto;
}

input.address[type="text"]{
	font-size:large;
	height:33px;
	width:100%;
}

input.convert[type="number"]{
	height:30px;
	width:120px;
}
input.btcinput[type="text"], input.jpyinput[type="text"]{
	text-align:center;
	font-size:x-large;
	height:33px;
	width:40%;
}
input.otherinput[type="text"]{
	text-align:center;
	font-size:large;
	height:23px;
	width:40%;
}
span.btclabel, span.jpylabel{
	font-size:x-large;
}
div.convert_top{
	padding-bottom:10px;
}

@media screen and (max-width: 768px) {
	input.btcinput[type="text"], input.jpyinput[type="text"]{
	font-size:large;
	height:33px;
	width:75%;
}
input.otherinput[type="text"]{
	height:23px;
	width:65%;
}
}



