/*
Theme Name: IWPPI2018
*/

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html {
	overflow-y:scroll;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	max-width: 100%;
	vertical-align: text-bottom;
	border-style: none;
}
.clearfix {zoom:1;}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
a{
	color: #254a73;
}
a:hover{
	color: #999999;
}
.center{
	text-align: center;
}
.right{
	text-align: right;	
}
.red{
	color: #ff0000;	
}

#states_row{
	display: none !important;
}
select#customer_pref option[value="-- Select --"]{
	display: none;
}
tr#address1_row th{
    position: relative;
    text-indent: -9999px;
}
tr#address1_row th em{
	text-indent: 0px;
    position: absolute;
    top: 0.7em;
    left: 14px;
}
tr#address1_row th:after{
    content: "Country, City";
    position: absolute;
    left: 19px;
    top: 0.7rem;
    text-indent: 0px;
}