@charset "UTF-8";

/* ****************************************************
Title: sp_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# Settings
# Smartphne Hide Content
# Layout
# Header
# Main
# GNav
# Footer
# Modules

----------------------------------------*/


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */


#content #errorArea {
	background: url(../img/bg_404_top_sp.gif) top left no-repeat;
	padding-top: 12px;
	width: 606px;
	margin: 50px auto;
}

#content .errorAreaInner {
	background: url../img/bg_404_bottom_sp.gif) bottom left no-repeat;
	padding: 18px 0 42px 30px; 
}

#content .errorAreaInner dl {
	background: url(../img/ico_error_sp.gif) center left no-repeat;
	padding-left: 152px;
}

#content .errorAreaInner dl dt {
	font-weight: bold;
	color: #ff0f0f;
}


/* # Main
---------------------------------------------------------------------------- */

#LoginMain {
	text-align: center;
	background-color: #0062CD;
	width: 60%;
	margin: 0 auto 15px auto;
	padding: 10px;
	color: #fff;
}

#LoginMain h3 {
	font-size: 1.5rem;
	color: #fff;
}

#submit_button {
	margin-top: 10px;
}
.lead {
	margin-top: 15px;
}


/* # Modules
---------------------------------------------------------------------------- */


/* # Media Queries
---------------------------------------------------------------------------- */

/* for iPhone4X images */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {

}
