
section, nav {
	margin-bottom: 1em;
}

.nav-mama .ui-btn .ui-btn-inner { 
	padding-top: 40px !important; }
.nav-mama .ui-btn .ui-icon { 
	width: 30px!important; 
	height: 30px!important; 
	margin-left: -15px !important; 
	box-shadow: none!important; 
	-moz-box-shadow: none!important; 
	-webkit-box-shadow: none!important; 
	-webkit-border-radius: 
	none !important; 
	border-radius: none !important; }
#home .ui-icon { 
	background:  url(../img/home.png) 50% 50% no-repeat; 
	background-size: 24px 24px; }
#email .ui-icon { 
	background:  url(../img/mail.png) 50% 50% no-repeat; 
	background-size: 24px 24px;  }
#twitter .ui-icon { 
	background:  url(../img/twitter.png) 50% 50% no-repeat;  
	background-size: 26px 26px; }
#blog .ui-icon { 
	background:  url(../img/web.png) 50% 50% no-repeat;  
	background-size: 24px 24px; }
	
h3 {
	background: url(../img/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #666666;
	margin-bottom: 1em;
	min-height: 23px;
}



#aside {
	background-color: #cce5ff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
#aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ffe5ea;
	padding-top: 10px;
}
#switchButton {
	clear: both;
	text-align: center;
	font-size: 80%;
}
#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ff99ad;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb2c1), to(#ff7f99));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#jirei_title {
	font-size: 80%;
	border: 1px solid #999999;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	background: #ffffff ;
	font-weight: normal;
	color: #666666;
	line-height: 5px;
}

#jirei_question {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 25px 5px;
 	padding-left: 5px;
 	color: #b22533;
 	font-weight: bolder;
	line-height: 125%;
	border-bottom: 1px dotted #999999;
    background: url(img/q1.gif) no-repeat left center;
	text-align: left;
}

.face_photo {
	padding: 0 0 10px 0;
	float: middle;
}
