.userName td{
	padding:3px;
}
#contents .headerMenuBtnNisa{
	width:100%;
	padding-bottom:5px;
}
#contents .headerMenuBtnNisa li{
	float:left;
	width:48%;
	margin-top:5px;
	margin-right:1%;
	margin-bottom:5px;
	margin-left:1%;
}
#contents .headerMenuBtnNisa a{
	text-decoration:none;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#1e7861;
	display:block;
	padding-top:13px;
	padding-right:12px;
	padding-bottom:11px;
	padding-left:12px;
/*gradient*/
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
/*radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #1e7861;
}
#contents .headerMenuBtnNisa.btnOther a{
	color:#004db1;
	border:2px solid #004db1;
}
#contents .headerMenuBtnNisa .btnGoPC{
	text-align:left;
	padding-left:53px;
	background: url(../../../img_r/base/ico_pc.png) no-repeat center left;
}
.attBox{
	background:#f2f2f2;
	margin-top:10px;
	margin-bottom:10px;
	padding:15px;
/*radius*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #f2f2f2;	
}
.productsBox{
	background:#f2f2f2;
	margin-bottom:5px;
/*radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #f2f2f2;	
}
.productsBox h3{
	color:#000000;
	background:none;
	font-weight:bold;
	padding:16px 5px 14px;
}
/*clearfix*/
#contents .headerMenuBtnNisa{
	zoom:1;
}
#contents .headerMenuBtnNisa:after{
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
/*--------ログアウト-------------------------------*/
body.logout{
	color:#474747;
	background:#f3f3f3;
}
.logout #header .headerLogo{
	background:#269378;
	border-top-color:#9ce5d3;
}
.logout .footerInfo,
.logout .footerCorp{
	color:#474747;
	border:none;
	background:none;
}
.ie9 .logout #header,
.ie9 .logout .logoutFooter{
	width:1000px;
	margin:0 auto;
}
/*phone style 767px以下*/
@media all and (max-width:767px){

.ie10 .userName td{
	text-align:center;
}
.ie10 #contents .headerMenuBtnNisa li{
	float:none;
	width:auto;
	margin-right:2%;
	margin-left:2%;
}

}
