@charset "UTF-8";

/* ****************************************************
Title: sp_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# Smartphne Hide Content
# Header
# Main

----------------------------------------*/


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */


/* # Header
---------------------------------------------------------------------------- */


/*---------------------------------------------------
　ログイン画面
---------------------------------------------------*/
#LoginMain{
	width:100%;
	margin:30px auto;
}

/*ID・Pass エリア*/
.Login-area{
	padding:0.5rem 0.5rem;
	background: #0265b4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.Login-area h3{
	color:#fff;
	font-size:45px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #FFFFFF dotted;
}
.Login-area p.lead{
	color:#fff;
	font-size:95%;
	text-align:left;
	padding:20px 0 0;
}

.Login-area .save, .pass{
	color:#fff;
}

.Login-area p{margin: 0.5rem;}

dl.input-area {
	clear:both;
	padding:20px 0 20px;
	font-size:15px;
}
dl.input-area dt {
	float:left;  
	clear:both;
	width:60px;
	padding:10px 0 10px;
	font-weight:bold;
	line-height:1.5em;
	color:#fff;
}
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 #2c89d0;
	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: 5px 20px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
}

input#submit_button:hover {
	background:#2c89d0;
	color:#FFF;
    padding: 5px 20px;  
    font-weight: bold;  
}


/* # Main
---------------------------------------------------------------------------- */

#content #mapCanvas {
	width: 100%;
	height: 400px;
}

#content .pageList {
	float: none;
	width: auto;
}

#content .pageList h2 {
	background: #eef6ff;
	margin-bottom: 15px;padding: 6px;
	border-radius: 2px;
}

#content .pageList h2 a {
	display: block;
}
#content .pageList h2 a::before {
	font-family: "FontAwesome";
	content: "\f138";
	color: #2583b0;
	padding-right: 0.3em;
	font-size: 1.5em;
	text-align: center;
	margin-right: 0.3rem;
	vertical-align: middle;
	line-height: 1.5em;padding: 6px;
}
#content .pageList .pageListItem {
	overflow: hidden;
	zoom: 1;

}

#content .pageList .pageListItem ul li {
	margin-bottom: 7px;
	padding: 5px 11px;
	display: block;
}

#content .pageList .subListItem ul li {
	font-size: 80%;
	margin-left: 11px;
}

#content .pageList .pageListItem ul li::before,
#content .pageList .subListItem ul li::before {
	font-family: "FontAwesome";
	content:"\f0da";color: #94bbd8;
	padding-right: 0.3em;
}

.firsttxt{
	margin: 1rem auto 0.5rem;
}

.mark_diamond{
	margin-bottom: 1rem;
	padding-left: 1rem;
	position: relative;
}

.mark_diamond::before{
	content: "■";
	transform: rotate(45deg);
	color: #0265b4;
	margin-right: 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
}

.mark_circle{position: relative; padding-left: 1rem;}

.mark_circle::before{
	content: "●";
	color: #0265b4;
	margin-right: 0.25rem;
	position: absolute;
	top: 0;
	left: 0;
}

.flex{padding-top: 1rem;}

.flex figure{margin: 0 auto 1rem;}

.flex figure img{width: 100%;}

/* # Sidebar
---------------------------------------------------------------------------- */
/* member/info/healthycompany.html */
.attemptPosition {
	bottom: 3.5rem;
	right: 1rem;
}