/**
* Base
*/
html, body, .jqMini {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*-webkit-text-size-adjust: none;*/
}
body {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Droid Sans",sans-serif;
}

span.italic{ font-style: italic;}
span.underline{ text-decoration: underline; color:#ff0000;}
span.redcolor{ color:#ff0000;}

#headerIn2{
	height: 42px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D7D8DF));
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#D7D8DF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#D7D8DF 100%);
	background: linear-gradient(top, #FFFFFF 0%,#D7D8DF 100%);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
	border-bottom:1px solid #FFF;
	position:relative;
	z-index:99;
}

#headerIn2 h1{
	position:absolute;
	left:72px;
	width:180px;
	height:54px;
	background:url(../images/bg_h1_default.png) no-repeat center top;
	background-size:180px;
}
#headerIn2 h1 img{
	width:79px;
	padding-top:3px;
	padding-left:53px;
}



.rom_logo{
	width:292px;
	margin:0 auto;
	margin-bottom:10px;
	display:-webkit-box;
	display:-moz-box;
	margin-bottom:10px;
  text-align:center;
}
.rom_logo img:first-of-type{
	margin-right:5px;
}

#mainMessage{
	color: #666666;
	min-height: 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 36px 20px 36px;
	line-height: 1.4;
	background: #F1F1F1;
	border-bottom: 1px solid #CCC;
}

footer .copyright {
	background: #999;
	min-height: 56px;
	padding: 12px 10px;
	text-align:center;
	color:#FFF;
}
