@charset "utf-8";
/*=============================================================
 smartgrid.html Layout
=============================================================*/

/* box-profile
-------------------------------------------------------------*/
#contents .box-profile{
	display:table;
	margin-top:8px;
}
#contents .box-profile .boxLeft{
	background:#7fb6e5;
	display:table-cell;
	width:179px;
	padding:18px;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:relative;
	behavior:url(/shared/PIE.htc);
}
#contents .box-profile .boxLeft h2{
	color:#fff;
	line-height:1.5;
	font-weight:normal;
}
#contents .box-profile .boxLeft h2 strong{
	font-size:150%;
}
#contents .box-profile .boxRight{
	background:url(../../shared/img/bg_slash.png) repeat left top;
	display:table-cell;
	padding:17px;
	border:1px solid #d1d6db;
	-webkit-border-radius:8px;
	border-radius:8px;
	position:relative;
	behavior:url(/shared/PIE.htc);
}

.ie6 #contents .box-profile,
.ie7 #contents .box-profile{
	display:block;
	width:100%;
}
.ie6 #contents .box-profile .boxLeft,
.ie7 #contents .box-profile .boxLeft{
	float:left;
	min-height:8.5em;
}
.ie6 #contents .box-profile .boxRight,
.ie7 #contents .box-profile .boxRight{
	float:right;
	min-height:8.5em;
}

/* photo-btm
-------------------------------------------------------------*/
#contents .photo-btm{
	text-align:right;
	margin:0 -13px -22px 0;
}



/*=============================================================
 Smartphones
=============================================================*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){

/* box-profile
-------------------------------------------------------------*/
#contents .box-profile{
	display:block;
}
#contents .box-profile .boxLeft{
	display:block;
	width:auto;
	padding:10px 18px;
}
#contents .box-profile .boxLeft h2 br{
	display:none;
}
#contents .box-profile .boxLeft h2 strong{
	display:block;
}

/* photo-btm
-------------------------------------------------------------*/
#contents .photo-btm{
	text-align:right;
	max-width:219px;
	margin:0 -4px -12px auto;
}


}
