/*************************************************\
*
*	Biography.css
*		1. プロフィール
*		2. 活動履歴
*
\*************************************************/

/*----------------------------------------*\
 * GIOGRAPHY PAGE
\*----------------------------------------*/


/*************************************************\
*
*	Biography.css
*		1. プロフィール
*		2. 活動履歴
*
\*************************************************/

.biography_photo .profile *, .accordion-table * {
	font-size: 80%;
	color: #000;
	font-weight: 100;
	font-size: 100%;
}
/*************************************************\
*
*	プロフィール
*
\*************************************************/
/* メニューアイコン分のスペースを空けるための空白要素*/
.biography_header {
	height: 60px;
}

/*base.galleryを上書き*/
.gallery-head {
    width: 100%;
    height: 10em;
    text-align: center;
}

.biography-head{
	width: 100%;
	height: 10em;
    text-align: center;
	
}

@media (min-width: 400px) {	.biography-head{height: 9em;}}

@media (min-width: 550px) {	.biography-head{height: 10em;}}

@media (min-width: 750px) {	.biography-head{height: 10em;}}

span.biography-title{
    letter-spacing: 4px;
    font-size: x-large;
	color: #818181;
}
/* プロフィールの外コンテナー */

/* プロフィール画像センター配置*/
.biography_photo .photo {
	display: block;
	margin: 0px auto;
	margin-bottom: 25px;
}
/* プロフィール画像のサイズ設定*/
.biography_photo .photo {
	width: 200px;
}
/* プロフィール文章*/
.biography_photo .profile {
	margin: 0px auto;
}

/*************************************************\
*
*	Author:	Tomoyuki Nohara
*	活動履歴テーブル
*
\*************************************************/

/* 中身 */
.accordion-div {
	text-align: center;
}
.accordion-table {
	margin: 0 auto;
	display: block;
}
/* テーブルの行 */
.accordion-table tbody tr {
}
/* テーブルの中列 */
.accordion-table tbody tr th {
	/*vertical-align: top;*/
	/*text-align: center;*/
}
/* テーブルの左列 */
.accordion-table tbody tr th:first-child {
	text-align: left;
}
/* テーブルの右列 */
.accordion-table tbody tr th:last-child {
	text-align: left;
}
.accordion-table th {
	border-bottom: 1;
}
/**************************/
/* プロフィール画像のサイズ設定*/
/**************************/
.biography_photo .profile, .accordion-table {
	max-width: 90%;
	width: 400px;
}

@media (min-width: 550px) {
.biography_photo .profile, .accordion-table {
	 width: 550px;
}
}

@media (min-width: 700px) {
.biography_photo .profile, .accordion-table {
	 width: 700px;
}
}
