#dpi {
  height: 1in;
  left: -100%;
  position: absolute;
  top: -100%;
  width: 1in;
}

.ui-content {
	background-image: url('../../base/images2/top_back.jpg');
	color: white ;
	text-shadow : none ;
}
.ui-header  {
	background-image: url('../../base/images2/top_back.jpg');
	font-size:  4rem;
}

.ui-footer  {
	background-image: url('../../base/images2/top_back.jpg');
	font-size:  1rem;
	font-family: 'Orbitron', sans-serif;
	color: white;
}

.ui-title {
	width:75% ;
	text-align: left;
}

.ui-header  .ui-title {
	margin: 0 5% 0 5% ;
	text-align: left;
}


.doubleShadow {
		text-shadow: 2px 2px 0px #939393,4px 4px 0px #1c1c1c;
}

.glowing{
	text-shadow: 0 0 25px #edf8ff,0 0 20px #edf8ff,0 0 0.40px #edf8ff;

}

.counter {
	font-family: 'Orbitron', sans-serif;
	color: white;
}



html { 
    font-size:  10px;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body { 
    font-size:  1rem;
}

h1 {
	font-family: 'Orbitron', sans-serif;
	font-weight: bold;
	text-shadow: 0 0 25px #edf8ff,0 0 20px #edf8ff,0 0 0.40px #edf8ff;
	color : blue ;

}

.ui-listview>li h3 {
    font-size:  1.5rem;
    color: navy;
	text-shadow:
  		1px 1px 0px #eee,
  		2px 2px 0px #707070;
}

.ui-listview>li p {
    font-size:  1rem;
}

.ui-listview>li  {
    background-color:navy;
}

.ui-header {
	text-align: center;
}

.c-bold {
	color: yellow ;
	font-style: bold;
}

