@charset "utf-8";

body {
font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-weight: bold; 
font-size: 14px;
color: #333;
margin: 0;
padding: 0;
background-color:#F0F0F0
}

.name{}

.model{
	overflow: hidden; /*floatの解除、ここがポイント*/
	margin: auto;
	width: 150px;
	font-size: 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #e9b933;
}
 
.photo{
    width:100px;
	float: left;
}

.twitter{
    width:50px;
	height: 50px;
	background-image:url(../img/twitter.png);
	float: left;

}
.blog{
    width:50px;
	height: 50px;
	background-image:url(../img/blog.png);
	float:left;
}

.insta{
    width:50px;
	height: 50px;
	background-image:url(../img/instaicon50.png);
	float:left;
}

.weibo{
    width:50px;
	height: 50px;
	background-image:url(../img/weibo.png);
	float:left;
}

.no{
    width:50px;
	height: 50px;
	background-image:url(../img/no.png);
	float:left;
}

.button{
	display: block;
	width: 50px;
	height: 50px;
	
}



/*img { border-radius: 7px; }*/
.shadow { box-shadow: 2px 2px 6px #999; }
.radius { border-radius: 15px; }
