@charset "UTF-8";

/*━team.css━━━━━━━━━━━━
  Site: フィナンシャル・アドバイザーズ株式会社(financial-a.com)
  Date: 2015.2.14
  Auther: Yuka Kimura
━━━━━━━━━━━━━━━━━━*/

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	124%
	17px 	131%
	18px 	139%
	19px 	147%
	20px 	154%
	21px 	162%
	22px 	170%
	23px 	177%
	24px 	185%
	25px 	193%
	26px 	200%
	28px 	215%
	32px 	248%
	40px  308%
*/

.content_headline {
	color: #323d83;
	font-size: 139%;
}

.team_text{
	width: 800px;
	margin: 2em auto;
}

.team_box{
	clear: both;
	width: 742px;
	padding: 30px;
	border: 1px solid #ddd;
	margin-top: 2em;
	margin-bottom: 2em;
}

.team_img{
	margin-top: 2em;
}

.team_img img{
	border: 1px solid #ddd;
}

.team_list{
	
}

.team_list li{
	border-bottom: 1px dashed #ddd;
	padding: 0.5em 2em;
}

.team_topic{
	background-color: #ede8e6;
	color: #373C89;
	padding: 1em;
	width: 440px;
	float: left;
	margin: 0.5em 10px;
	text-align: center;
}

.link_list{
	margin-top: 1em;
}

.link_list li{
	float: left;
	margin: 10px;
	text-align: center;
}

.link_list li img{
	border: 1px solid #ddd;
}

/* === モバイル対応 === */
@media screen and (max-width: 800px) {

.team_text{
	width: auto;
}

.team_box{
	width: auto;
}

.team_img{
	text-align: center;
}

.team_topic {
	width: auto;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

}