﻿@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: 30px auto;
}

/*ID・Pass エリア*/
.Login-area{
}
.Login-area h3{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #333 dotted;
}
.Login-area p.lead{
	font-size: 95%;
	text-align: left;
	padding: 20px 0 0;
}
.Login-area p.save_pass{
}
dl.input-area {
	clear:both;
	padding:20px 0 20px;
	font-size:15px;
}
dl.input-area dt {
	display: none;
	/*float:left;
	clear:both;
	width:100px;
	padding: 0 0 10px;
	font-weight:bold;
	line-height:1.5em;*/
}
dl.input-area dd {
	margin-left:30px;
	padding:10px 5px 10px 20px;
}

/*PASSテキストフィールド装飾*/
dl.input-area input[type=text] {
	/*width: 80%; */
	border: 1px solid #333;
}
dl.input-area input:focus{
	border:1px solid #4A81D2;
	background:#999;
}

/*ログインボタン装飾*/
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: 5px 20px;
	font-weight: bold;
	cursor: pointer;
	color: #666;
}

input#submit_button:hover {
	background: #e8fabf;
	padding: 5px 20px;
	font-weight: bold;
}


form h3 span{
	display:block;
	text-align:center;
	font-size:15px;
	line-height:1.214;
	font-weight:normal;
	color:#FF0000;
}

/* # 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) {

}