@charset "utf-8";
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
  margin-left: 16px;
	list-style: square;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
*{
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
a,
label{
	cursor: pointer;
	color: #e57c00;
	text-decoration: underline;
	outline: none;
}
a:hover,
label:hover,
footer a{
	color: #c56b00;
	text-decoration: none;
}
html,
body{
	height: 100%;
}
body{
	font: 12px Tahoma, Ubuntu, sans-serif;
	font-weight: normal;
	color: #000;
}
input{
	display: none;
}
/* off */

#wrapper{
	overflow: hidden;
	min-width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #e9eaed;
}

/* header */
header{
	position: relative;
	min-width: 320px;
	padding: 20px;
	color: #fff;
}
header,
footer{
	background: #000;
}
header,
main,
footer{
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
header code{
	display: block;
	width: 230px;
	font-size: 1.5em;
	color: #79c85f;
	margin: 20px 0 40px 50px;
}
header code small{
	font-size: 0.5em;
}
header img{
	width: 160px;
	margin: 0 12px -52px 0;
	border: solid 4px #fff;
}
header img,
main{
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}
header section{
	display: inline-block;
}
header h1{
	display: inline;
	font-size: 2em;
	font-weight: bold;
}
/* header off */

/* content */
main{
	min-width: 280px;
	margin: 40px 20px 75px;
	padding: 20px;
	background: #fff;
}
main h2{
	margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;
}
main ul:not(:last-child){
	margin: 0 0 20px;
}
main li:not(:first-child){
	margin-top: 4px;
}
input~ul,
input:checked~label{
	display: none;
}
input:checked~ul{
	display: block;
}
/* content off */

/* footer */
footer{
	min-width: 320px;
	height: 55px;
	margin: -55px 0 0;
	padding: 20px;
	color: #79c85f;
}
/* footer off */

@media only print {
  header div,
  header code,
  .no-print,
  footer {
    display: none;
  }
  a {
  	text-decoration: none;
  }
}

iframe{
	border: 0 none !important;
	outline: 0 none !important;
}







#ho_adv{
	display: none !important;
}
header div{
	float: right;
}
/* eof */