/*プロフィール写真一覧*/

#photo_list_block .box_innner {
	margin:1%;
	background: #FFF;
	position:relative;
	border:1px solid #EAEAEA;
	text-align:left;
	overflow:hidden;
}

@media screen and (max-width:600px) { 
	#photo_list_block .box_outer {
		width:49.9%;
		float:left;
	}
}
 
@media screen and (min-width:601px) {
	#photo_list_block .box_outer {
		width:33.3%;
		float:left;
	}
}

/*プロフィール 詳細部分*/

@media screen and (max-width:600px) { 
	#profile_block .col2 {
		width:100%;
	}
}
@media screen and (min-width:601px) {
	#profile_block .col2 {
		float:left;
		width:50%;
	}
}




/*アクション*/
#action_button td a {
	display:block;
	padding: 2% 0px;
}

@media screen and (max-width:480px) { 
	#action_button .item i {
		font-size:1.5em;
	}
	#action_button .item .text {
		font-size:0.7em;
	}
	#action_button .item {
		line-height:0.8em;
		padding:2px;
	}
}
@media screen and (min-width:481px) and ( max-width:600px) { 
	#action_button .item i {
		font-size:1.6em;
	}
	#action_button .item .text {
		font-size:0.8em;
	}
	#action_button .item {
		line-height:0.9em;
	}
}
 
@media screen and (min-width:601px) and ( max-width:960px) {
	#action_button .item i {
		font-size:1.7em;
	}
	#action_button .item .text {
		font-size:0.9em;
	}
	#action_button .item  {
		line-height:1em;
	}
}
 
@media screen and (min-width:961px) {
	#action_button .item i {
		font-size:1.8em;
	}
	#action_button .item .text {
		font-size:1em;
	}
	#action_button .item {
		line-height:1.1em;
	}
}



/*プロフィール タブ*/
#profile_tab-button {
	width:100%;
	max-width:600px;
}
#profile_tab-button div {
	position: relative;
	display:inline-block;
	text-align:center;
	width:23%;
	max-width:300px;
	padding:2% 0% 4% 0%;
	margin:0px 0.5%;
	background: #999;
	border-radius: 6px 6px 0px 0px;
	border-top :1px solid #999;
	border-left :1px solid #999;
	border-right :1px solid #999;
	box-shadow:0px -2px 6px 0px rgba(0, 0, 0, 0.1) inset;
	cursor:pointer;
	color:#FFF;
	text-shadow: 1px 1px 0px #666;
	line-height:1em;
}

#profile_tab-button div i {
	font-size:1.6em;
}

@media screen and (max-width:400px) { 
	#profile_tab-button div .text {
		font-size:2.88vmin;
	}
}
 
@media screen and (min-width:401px) {
	#profile_tab-button div .text {
		font-size:0.9em;
	}
}

#profile_tab-button div .info {
	display:inline-block;
	height: 10px;
	width: 10px;
	background:#FF9900;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	line-height:10px;
	text-align:center;
	color:#FFFFFF;
	font-size:0.8em;
	border:solid 2px #FFF;
}


#profile_tab-button div.select {
	background: #F5F5F5;
	box-shadow: none;
	border-top :1px solid #CCC;
	border-left :1px solid #CCC;
	border-right :1px solid #CCC;
	color:#666;
	text-shadow: 1px 1px 0px #FFF;
}
#profile_tab-button div.select .text {
	color:#666;
	text-shadow: 1px 1px 0px #FFF;
}
#profile_tab-button div.select:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0;
	width:100%;
	border-bottom :4px solid #F5F5F5;
	z-index: 1;
}
#profile_tab-ul {
	border-top :1px solid #CCC;
}
#profile_tab-ul li {
	padding:5px;
	list-style: none;
}





