@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
---------------------------------------------------------------------------- */



/*---------------------------------------------------
　ログイン画面
---------------------------------------------------*/
#LoginMain{
	width:100%;
	margin:5px auto 30px auto;
}

/*ID・Pass エリア*/
.Login-area{
	padding:30px 20px;
	background: #F0F0E1;
}
.Login-area .sample {
	margin-top: 40px;
	text-align: center;
}
.Login-area h3{
	color:#486526;
	font-size:200%;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #696d3e dotted;
}
.Login-area p.lead{
	color:#486526;
	font-size:95%;
	text-align:left;
	padding:20px 0 0;
}
.Login-area p.save_pass{
	color:#486526;
    text-align: center;
}
dl.input-area {
	clear:both;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size:15px;
    background-color: #8aa745;
}
dl.input-area dt {
	float:left;  
	clear:both;
	width:80px;
	padding:10px 10px 5px 5px;  
	font-weight:bold;
	line-height:1.5em;
	color:#fff;
	text-align:right;
}
dl.input-area dd {
	margin-left:60px;
	padding:10px 5px 10px 20px;  
}

/*PASSテキストフィールド装飾*/
dl.input-area input[type=text] {
	width:80%;  
	border:none;
}	
dl.input-area input:focus{
	border:1px solid #4A81D2;
	background:#999;
	color:#fff;
}	
	
/*ログインボタン装飾*/
input#submit_button {
	display:block;
	margin:20px auto 0px;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 20px 40px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

input#submit_button:hover {
	background:#fff;
}



/* # Main
---------------------------------------------------------------------------- */




/* # Modules
---------------------------------------------------------------------------- */


/* # Media Queries
---------------------------------------------------------------------------- */

/* for iPhone4X images */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {

}
