/* CSS Document */

/*//
	Mypage用CSS
//*/

      html, body {
    	padding: 0px 0px;
		background: url(/img/back_map.jpg) top center;
	 	background-size: auto;
		font-size: 16px;
		}


#header{
	background-color: white;
	padding: 8px;
}

.modal-body a{
	text-decoration: underline;
}

.tb-find-title{
	margin-top: 10px;	
}

.modal-dialog {
/*  
  overflow-y: auto;
  max-height: 90%;
*/
}
.caption{
	color:#6E6E6E;
	font-size: 14px;
	line-height: 110%;
}

#kantan{
	text-decoration: underline;
	cursor: pointer;
}

.mypagemenu .topbutton{
	width:100%;
}

#current_picture{
	margin: auto;	
}
#current_picture td{
	padding: 0px 10px 10px;
}