@charset "UTF-8";

/* ****************************************************
Title: pc_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# GNav
# Main
# Sidebar

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

/*---------------------------------------------------
　ログイン画面
---------------------------------------------------*/
@media only screen and (min-width:768px) {
#LoginMain{
	max-width:800px;
	margin: 60px auto;
}

/*ID・Pass エリア*/
.Login-area{
	padding:30px 50px;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	border-radius: 8px;
}
.Login-area h3{
	font-size:3rem;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #ccc dotted;
	margin-bottom: 1em;
}
.Login-area p.lead_text{
	text-align:left;
	padding:20px 0 0;
}
.Login-area p.save_pass{margin-left: 3rem;text-indent: -3rem;text-align: center;}
.Login-area p.save_pass .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
dl.input-area {
	/* clear:both; */
	width:100%;
	padding:20px 0;
	/* text-align: center; */
	display: flex;
	/* justify-content: space-around; */
}
dl.input-area dt {
	padding:10px 0 10px;
	font-weight:bold;
	line-height: 1.6em;
	margin-left: 20px;
	white-space: nowrap;
}
dl.input-area dd {
	margin-left: 12px;
	padding: 5px 5px 10px 0px;
}
dl.input-area input {
	width: 250px;
	border: 1px solid #999999;
	padding: 0 5px;
}
/*PASSテキストフィールド装飾*/
dl.input-area input:focus{
	border:1px solid #4A81D2;
}

/*ログインボタン装飾*/
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:#4A81D2;
	color:#FFF;
	padding: 5px 20px;
	font-weight: bold;
}
}

@media only screen and (max-width:767px) {
#LoginMain{
	max-width:100%;
	margin: 40px auto;
}

/*ID・Pass エリア*/
.Login-area{
	padding:20px;
	border: 1px solid #ddd;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
	border-radius: 8px;
}
.Login-area h3{
	font-size:2rem;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #ccc dotted;
	margin-bottom:2rem;
}
.Login-area p.lead{
	color:#fff;
	text-align:left;
	padding:20px 0 0;
	font-size:1.5rem;
}
.Login-area p.save_pass{
	/* color:#fff; */
	font-size:1.5rem;
	text-align: center;
}
.Login-area p.save_pass .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
dl.input-area {
	/* clear:both; */
	/* width:100%; */
	/* padding:20px 0 10px; */
	/* font-size:18px; */
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
	flex-flow: column;
}
dl.input-area dt {
	/* float:left; */
	clear:both;
	width: 80px;
	padding: 14px 0 10px;
	/* font-weight:bold; */
	/* line-height:1.8em; */
	/* color:#fff; */
	white-space: nowrap;
}
dl.input-area dd {
	/* width:100%; */
	padding: 0;
}
dl.input-area input {
	width: 200px;
	padding: 0 5px;
}

.Login-area p.lead_text{
	/* text-align:left; */
	padding:20px 0 0;
}
	
/*PASSテキストフィールド装飾*/
dl.input-area input:focus{
	border:1px solid #4A81D2;
}

/*ログインボタン装飾*/
input#submit_button {
	display:block;
	margin:30px 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: #fff;
}

input#submit_button:hover {
	background:#4A81D2;
	color:#FFF;
	padding: 5px 20px;
	font-weight: bold;
}
}

