@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------
共通要素
--------------------------------------------------------*/
img {
	max-width:100%;
}



.notemplate #header {
	padding:20px 0;
	margin-bottom:40px;
}
.text_rate {
	clear:both;
	margin-bottom:20px;
}

/*------------------------------------------------------
IE
--------------------------------------------------------*/
.ie7 .notemplate .inner {
	width:980px;
	margin:0px auto; 
}

.ie8 .notemplate .inner {
	width:980px;
	margin:0px auto; 
}



/*------------------------------------------------------
notemplate
--------------------------------------------------------*/


.notemplate .inner {
	max-width:980px;
	margin:0px auto; 
}

.notemplate #footer {
	min-width:inherit;
}



.notemplate table {
	width:100%;
	table-layout:fixed;
}



.notemplate #footer {
	text-align:center;
	padding:10px 0;
	
}


/*------------------------------------------------------
table
--------------------------------------------------------*/



.notemplate .col01 {
	width:10%;
}

.notemplate .colm01,
.notemplate .colm02,
.notemplate .colm03 {
	width:33.33%;
}



.notemplate .tab li {
	width:19.6%;
}
.notemplate .tab li a {
	min-width:inherit;

}


.select_currency {
	margin-bottom:40px;
}

#contents h1 {
  background: #ecf4fb url("../img/bg_h1.gif") no-repeat scroll 0 center;
    border-bottom: medium none;
    color: #444444;
    font-weight: bold;
    line-height: 1.7;
    margin: 0 0 20px;
    padding: 10px 20px 10px 23px;
	clear:both;
}


#contents h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #5daffd;
    color: #0035ad;
    font-weight: bold;
    line-height: 1.8;
    margin: 30px  auto 20px;
    padding: 0 0 0 12px;
	clear:both;
}




#contents h3 {
    background: #f2f7fb none repeat scroll 0 0;
    border-bottom: medium none;
    color: #0035ad;
    font-weight: 100;
    line-height: 1.8;
	font-size: 153.9%;
	clear:both;
    margin: 30px auto 20px;
    padding: 5px 0 5px 12px;
}


.country01 {
	width:24%;
}



/*------------------------------------------------------
select
--------------------------------------------------------*/

select.select_currency {
	position:absolute;
	left:-999em;
}


.customSelect { 
	position: relative;			
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif; 
	float: left;
	margin-right: 10px;
}




.list_select li {
	float:left;
	display:block;
	margin-right:20px;
}


.date {
	clear:both;
	text-align:right;
}

	
.customSelect .selectedValue {
  padding: 4px 10px 6px;
  margin-bottom: 0;
  line-height: 26px;
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  font-size:14px;
  font-weight:bold;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.customSelect .selectList {
	z-index: 100;
	position: absolute;
	left: -999em;
	top: -999em;
	
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.customSelect.select-open .selectList {
	left: 0 !important;
	top: auto !important;
}
.customSelect .selectList dl {
	background: #fff;	
}
.customSelect .selectList dl.defaultScrollbar {
	overflow-x: hidden;
	overflow-y: scroll;	
}
.customSelect dl, .customSelect dd {
	margin: 0;
}
.customSelect dd {
	zoom: 1;
	cursor: pointer;
}
.customSelect .disabled {
	color: #999;
	cursor: default;
}
.customSelect .selected {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.customSelect .selectList dd.hovered {
	background: #999;
	color: #fff;
}
.customSelect .selectList dd.disabled.hovered {
	background: none;
	color: #999;
}
.customSelect dt {
	font-weight: bold;
	font-style: italic;
	padding: 4px 10px 4px 6px;
}	
.customSelect dd {
	padding: 4px 10px 8px 8px;
	line-height:24px;
} 
.hasJS select.custom {
	position: absolute;
	left: -999em;
}
.hasJS select.custom.use-default {
	position: absolute;
	left: auto;
	height: auto;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	opacity: 0;
	/* prevents iOS from zooming in on field */
	font-size: 16px;
}
.customSelect.focused .selectedValue {
	box-shadow: 0 0 2px #00aedb;

}
.customSelect.disabled .selectedValue {
	border: 1px solid #ccc;
	color: #ccc;
	cursor: default;
}
.customSelect .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.customSelect .selectValueWrap .caret {
	position: absolute;
	top: 18px;
	right: 10px;
	cursor: pointer;
}
.customSelect .jspPane {
	overflow-x: hidden;
}
.customSelect .jspVerticalBar {
	background: none;
	width: 8px;
}
.customSelect .jspHorizontalBar {
	height: 0;
	overflow: hidden;
}
.customSelect .jspTrack {
	background: none;
	right: 5px;
	border-radius: 5px;
}
.customSelect .jspDrag {
	border-radius: 5px;
	color: #ffffff;
	
	opacity: .5;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}



dd span, .selectedValue span {
	position: relative;
	top: 2px;
	display: block;
	height: 24px;
	width: 36px;
	float: left;
	clear: right;
	margin-right:10px;
}

dd span {
	background-repeat:no-repeat;
}

dd span.korea, .selectedValue span.korea {
	background: url("/common/img/flag_korea_mini.png") no-repeat;
}
dd span.usa, .selectedValue span.usa {
	background: url("/common/img/flag_usa_mini.png") no-repeat;
}
dd span.china, .selectedValue span.china {
	background: url("/common/img/flag_china_mini.png") no-repeat;
}
dd span.hongkong, .selectedValue span.hongkong {
	background: url("/common/img/flag_hongkong_mini.png") no-repeat;
}


dd span.singapore .selectedValue span.singapore{
	background-image:url(/common/img/flag_singapore_mini.png);

}


dd span.taiwan, .selectedValue span.taiwan{
	background-image:url(/common/img/flag_taiwan_mini.png);

}

dd span.indonesia, .selectedValue span.indonesia {
	background: url("/common/img/flag_indonesia_mini.png") no-repeat;
}

dd span.euro, .selectedValue span.euro {
	background-image:url(/common/img/flag_euro_mini.png);

}
dd span.malaysia, .selectedValue span.malaysia {
	background: url("/common/img/flag_malaysia_mini.png") no-repeat;
}

dd span.thai, .selectedValue span.thai {
	background-image:url(/common/img/flag_thai_mini.png);

}
dd span.uk,
.selectedValue span.uk
 {
	background-image:url(/common/img/flag_uk_mini.png);

}
dd span.canada,
.selectedValue span.canada {
	background-image:url(/common/img/flag_canada_mini.png);

}
dd span.philippines,
.selectedValue span.philippines  {
	background-image:url(/common/img/flag_philippines_mini.png);

}
dd span.swiss,
.selectedValue span.swiss {
	background-image:url(/common/img/flag_swiss_mini.png);

}
dd span.australia,
.selectedValue span.australia {
	background-image:url(/common/img/flag_australia_mini.png);

}

dd span.singapore,
.selectedValue span.singapore {
	background-image:url(/common/img/flag_singapore_mini.png);

}

dd span.vietnam,
.selectedValue span.vietnam {
	background-image:url(/common/img/flag_vietnam_mini.png);

}

.uae,
.selectedValue span.uae {
	background-image:url(/common/img/flag_uae_mini.png);

}

.tbl1 .rank1 .color1 td,
.tbl1 .rank1 .color1,
.rank1 td  {
	background-color: #FFF0F1;
}


.tbl2.tbcurrency td img {
	margin-right:14px;
}


.select_currency sup {
	font-size:8px;
}

.note {
	clear:both;
}

.indentlist2 {
    padding-left: 2em;
}
.indentlist2 li span {
	margin-left:-2em;
	width:2em;
}


.btn_simulation {
	clear:both;
	text-align:center;
	margin-bottom:40px;
}

@media screen and (max-width:1000px) {
	
	.notemplate .inner {
		max-width:93.75%;
	}
	
	
	



	
}

@media screen and (max-width:791px) {

.android select.select_currency,
.iOS select.select_currency {
	position: static;
	left:-999em;
}

.android .list_select li,
.iOS .list_select li {
    display: block;
    float: none;
    margin-right: 0;
}



.android .list_select li select,
.iOS .list_select li select {
 -moz-appearance: pop-up-menu;
        -webkit-appearance: pop-up-menu;
        appearance: pop-up-menu;
        padding: 5px;
		height:40px;
		width:200px;
        background: #EAEAEA;
        color: #222;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.32) inset;
		border:1px solid #ccc;
    }





	
.android .customSelect .selectedValue,
.iOS .customSelect .selectedValue  {
	display:none;
}

.android .customSelect .caret,
.iOS .customSelect .caret  {
	border:none;
}

.android .select_currency,
.iOS .select_currency  {
    margin-bottom: 40px;
}



}

@media screen and (max-width:640px) {
	






	
.notemplate .currency {
	text-align:center;
}	

.notemplate .currency img {
	margin-right:0px;
	margin-bottom:10px;
}

	
.notemplate .currency span {
	display:block;
	}



.notemplate .tab li {
	width:33.3%;
}

.tbl2.tbcurrency td {
	border-bottom:1px solid #fff;
}

.tbl2.tbcurrency.country {
	table-layout:auto;
	
}

.tbl2.tbcurrency.country td {
	display: table-cell;
	width:auto;
padding-right:12px;
	
}

.tbl2.tbcurrency.country {
	max-width:100%;
}

.tbl2.tbcurrency.country .country01 {
	width:30%;
}
.tbl2.tbcurrency.country .country02 {
	width:70%;
}


.tbl2.tbcurrency.country td  img {
	text-align:center;
	width:48px;
	margin:0px auto 10px;
	display:block;
}

.tbl2.tbcurrency.country td span {
	display:block;
	width:auto;
	text-align:center;
	

}

/*------------------------------------------------------
table
--------------------------------------------------------*/





.notemplate .colm01,
.notemplate .colm03,
.notemplate .colm05 {
	width: auto;
}



.notemplate .tab li {
	width:19.6%;
}
.notemplate .tab li a {
	min-width:inherit;

}

.tbl2.tbcurrency {
	width:100%;
	max-width:96.75%;
}



.tbl2.tbcurrency td {
	display:block;
	width:100%;
}


.country01 {
	width: auto;
}
.country02 {
	width: auto;
}



	
}



