
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
#container {
	width: 980px;
	
	margin: 0 auto;
	margin-top:60px;

}



/* リスト
--------------------------- */

#sidebar_l ul {
	padding: 10px;
}
#sidebar_l li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px dashed #f1f1f1;
}
#sidebar_l li:last-child {
	border: 0;
	margin-bottom: 0px;
}
#sidebar_l li a {
	display: block;
}
#sidebar_l ul.list li {
	clear: both;
	margin-bottom: 5px;
	padding: 5px 0;
	overflow: hidden;
	border: 0;
}
ul.list li {
	height: 1%;
}
ul.list li img {
	float: left;
	margin-right: 10px;
}
ul.list li {
	font-size: 12px;
	line-height: 1.35;
}

.category img {
	margin-left: 5px;
	margin-top: 5px;
}

.category_list li img {
	float:left;
	margin-right:10px;

}
ul.category_list li {
	margin-left: 10px;
	margin-right: 10px;
	line-height:30px;


	
}

ul.category_list li a {
	text-decoration:none;


	
}


/* --- ログインフォーム --- */
.form-container {
   border: 2px solid #cccbca;
   background-color:#f9f6ef;
margin: 0 auto;
  

   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.9) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(000,000,000,0.9) 0 0px 0;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:300px;
   margin-top:30px;
  
   }
 .form-field {
   border: 1px solid #c7c7c7;
   background: #ededed;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #7d7d7d;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:250px;
   float:right;
   }
 .form-field:focus {
   background: #fff;
   color: #5e5d5d;
   }
 .form-container h2 {

   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
 .form-title {
   margin-bottom:10px;
   clear:both;
   

   line-height:1;
   }
 .submit-container {
   margin:8px 0;
   text-align:right;
   }
 .submit-button {
	 width:150px;
   border: 1px solid #1f86a9;
   background: #27a0c9;
  
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;

   color: #ffffff;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   font-weight:bold;
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
   }
 .submit-button:hover {
   border: 1px solid #ff9900;

   background: #ffcc00;
   
   }
 .submit-button:active {
  border: 1px solid #bd662c;

   background: #ff9900;
   }
   
.m5r{
	margin-right:5px;}	
	
.form_mrk{
	float:left;
	
	
	}	
	
.icon-user, .icon-key{
	font-size:20px;
	color:#27a0c9;
	
	}	
	
	
/* チェックボックスcustom01 */
input[type="checkbox"] {
	display: none;
}
label {
	position: relative;
	display: inline-block;
	padding: 3px 3px 3px 22px;
	cursor: pointer;
}
label::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #ccc;
}
input[type="checkbox"]:checked + label::after {
	position: absolute;
	content: '';
	top: 5px;
	left: 3px;
	width: 13px;
	height: 5px;
	border-left: 2px solid #27a0c9;
	border-bottom: 2px solid #27a0c9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
