@charset "UTF-8";
/* プロフィール画面スタイルシート */
/* ------------------------------------------------
  変更履歴
  2015.10.29	Q09_06.03.00.00	KENKYU3646
  2015.10.27	Q09_06.03.00.00	KENKYU3646
  2015.10.13	Q09_06.03.00.00	KENKYU3646
   ------------------------------------------------ */

/* CSS Reset (modified to remove some tags) */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional reset styles */
a img {
	border: 0;
	vertical-align: top;
}
strong {
	font-weight: bold;
}

/*---------------------------------------------------------------- */
/* ------   プロフィール画面全体部分定義    -------------------------*/
/*---------------------------------------------------------------- */

/* ページ全般 bodyタグ */
.profile-body{
	color: rgb(90,90,90);
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5;
	margin-left: 30px;
	margin: 0px;
}
/* コンテンツ領域 センタリング */
.profile-wrapper{
	margin: 0 auto;
	width:800px;
}
/* 表示言語切替 / Change display language */
.profile-top-lang-wrapper{
/* 	background-image: url("/data/uprof_logo.png"); */
	background-repeat:no-repeat;
	text-align: right;
}
/* 表示言語切替 テキスト */
.profile-top-lang-text{
	vertical-align: bottom;
}

/*---------------------------------------------------------------- */
/* ------   所属部分定義    -------------------------*/
/*---------------------------------------------------------------- */

/* 所属 囲うラッパー要素 */
@media print{
.principal-posision-wrapper {
	width:100%;
	background-color:#8585FF;
}
}
@media screen {
.principal-posision-wrapper {
	width:100%;
	/* Other */
	background-color: #8585FF;
	/* For WebKit (Safari, Google Chrome etc) */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgb(101,101,255)), color-stop(100%, rgb(23,23,118))); */
	/* For Mozilla/Gecko (Firefox etc) */
/* 	background: -moz-linear-gradient(to bottom, rgba(101,101,255,1) 14%, rgba(23,23,118,1) 100%); */
	/* For Internet Explorer 5.5 - 7 */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6565ff', endColorstr='#171776'); */
	/* For Internet Explorer 8 */
/* 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6565ff', endColorstr='#171776')"; */
	/* For Internet Explorer 10,11 */
/* 	background: -ms-linear-gradient(top, rgba(101,101,255,1) 14%, rgba(23,23,118,1) 100%); */
	/* CSS3 Standard */
/* 	background: linear-gradient(rgb(101,101,255) 14%, rgb(23,23,118) 100%); */
}
}
.principal-posision-wrapper {
	margin: 10px auto;
	padding: 3px;
	color: #FFFFFF;
	clear: both;
}
.principal-posision-wrapper:after {
	content: " ";
	clear: both;
	display: table;
}

/* 所属 各レベルの要素毎の定義 */
.posision-school {
	font-size: 120%;
	line-height: 130%;
	display: inline-block;
	float: left;
}
.posision-depertment {
	display: inline-block;
	float: left;
	margin-left: 1em;
	clear: both;
}
.posision-major{
	display: inline-block;
	float: left;
	margin-left: .5em;
}
.posision-class {
	display: inline-block;
	float: left;
	margin-left: .5em;
}

/* 水平線 */
hr.section-separator {
	height: 0;
	margin: 25px auto 0px auto;
	padding: 0;
	border: 0;
	width: 100%;
	border-top: 3px solid #88f;
}
/* 水平線B */
hr.section-separator.style-b {
	height: 0;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border-top: 2px dotted #555;
}
/* 水平線C */
hr.section-separator.style-c {
	height: 2px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border: none;
	background: #555;
	background: linear-gradient(to right, rgba(0,0,0,255),rgba(0,0,0,0));
}
/* 水平線D */
hr.section-separator.style-d {
	height: 4px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border: none;
	background: #00f;
	background: linear-gradient(to right, rgba(0,0,255,255),rgba(0,0,255,0));
}
/* 水平線E */
hr.section-separator.style-e {
	height: 6px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border: 1px solid #555;
	border-radius: 3px;
	background: #dfd;
}
/* 水平線F */
hr.section-separator.style-f {
	height: 6px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background: #bbb;
}
/* 水平線G */
hr.section-separator.style-g {
	height: 2px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border: none;
	background: #555;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,255),rgba(0,0,0,0));
}
/* 水平線H */
hr.section-separator.style-h {
	height: 2px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border: none;
	background: #555;
	background: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,255));
}
/* 水平線H */
hr.section-separator.style-h {
	height: 2px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	border: none;
	background: #555;
	background: linear-gradient(to right, rgba(0,0,0,255),rgba(0,0,0,0),rgba(0,0,0,255));
}

/*---------------------------------------------------------------- */
/* ------   プロフィール部分定義   --------------------------------*/
/*---------------------------------------------------------------- */

/* 多段組み コンテナ */
.column-container {
	margin: 10px auto 10px;
	clear: both;
	line-height: 1;
}
/* 多段組み コンテナ float解除 */
.column-container:after {
	content: " ";
	clear: both;
	display: table;
}
/* 顔画像列 */
.column-face {
	width: 150px;
	margin: 0 5px;
	float: left;
	min-height: 1px;
}
/* 顔画像 */
.face-image {
	width: 150px;
	height: auto;
}
/* プロフィール列 */
.column-profile {
	margin: 0 5px;
	float: left;
	min-height: 1px;
}
/* 所属 かな 英 */
.profile-mainposition,
.profile-name-kana,
.profile-name-roman {
	font-size: 120%;
	text-decoration: none;
	margin-left: 5px;
}
/* 名前(漢字/既定) */
.profile-name-kanji {
	text-decoration: none;
	font-size: 150%;
}

/*---------------------------------------------------------------- */
/* -----------------  連絡先関連部分の設定定義  -----------------*/
/*---------------------------------------------------------------- */

/* 追加プロフィール 誕生日 電話 FAX メール URL リポジトリ */
.profile-misc {
	text-decoration: none;
	margin-top: 1em;
	margin-left: 5px;
	line-height: 1.1;
	font-size: 80%;
}
/* 追加プロフィールの画像化メールアドレスへの指定 */
.profile-misc img {
	border: 0px none;
}

/*---------------------------------------------------------------- */
/* -----------------  データ部の設定定義  -----------------*/
/*---------------------------------------------------------------- */

/* 各セクションの外周 */
.section-container {
	margin: 5px 0;
}
/* セクション見出し */
h4.section-title {
	position: relative;
	margin: 5px 0;
	padding-left: 1.3em; /* 見出し記号の空間 */
	font-weight: bold;
}
/* セクション見出し 記号 */
/* 左側の 1em 四方の範囲に 0.6em の四角形を配置 */
h4.section-title:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.4em;
	left: 0.1em;
	height: 0.8em;
	width: 0.8em;
	background: #EE82EE;
	border-radius: .4em;
}
/* セクション見出し 記号2 */
/* 1em の四角形を配置 */
h4.section-title.style-b:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1em;
	left: 0em;
	height: 1em;
	width: 1em;
	background: #8ee;
}
/* セクション見出し 記号3 */
/* 左側の 1em 四方の範囲に 0.8em x 0.4em の角丸緑色四角形を配置 */
h4.section-title.style-c:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -.3em;
	left: 0em;
	height: .4em;
	width: .8em;
	background: #0e0;
	border: .1em rgb(90,90,90) solid;
	border-radius: .3em;
}

/* セクション本体 外周 */
.section-body {
	padding-left: 2em;
	margin: 5px 0;
}
/* セクション本体 リスト共通 */
.section-list {
	list-style: decimal;
}

/* プロフィール,名誉教授授与大学名は単業績のため、list-styleはnoneとする。 */
#user_profile .section-list, #professor_emeritus .section-list  {
	list-style: none;
}

/* プロフィール中の a / アンカー 要素 */
.list-data-doc-link {
	
}

/*---------------------------------------------------------------- */
/* -----------------  一覧画面の設定定義  -----------------*/
/*---------------------------------------------------------------- */

/* body 要素 全般定義 */
.list-body {
	padding: 0 3px;
	background-color: #fff;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: rgb(80,80,80);
	text-align: center;
}
/* form 要素 */
.list-form {
}
/* コンテンツ全般の収容 */
.list-container {
	display: inline-block;
	text-align: left; /* list-bodyのtext-alignを継承しないよう */
}
/* プロフィールへ戻る 領域 */
.list-back-link {
	margin: 3px 0;
	text-align: left;
}
/* ページタイトル */
.list-title {
	color:darkblue;
	font-size:180%;
	text-align: left;
	margin-bottom: 10px;
}
/* リスト ヘッダ部分 */
.list-header {
	margin:	3px 0;
}
/* リスト ヘッダ部分 公開件数テキスト */
.list-recent {
	text-align: left;
}
/* リスト 表外周 */
.list-main {
}
/* リスト表全般 */
.list-data-table {
	margin: 3px auto;
	background-color:#FFFFFF;
}
/* リスト ヘッダ、データ 各列 共通 */
.list-header-col, .list-data-col {
	border: 1px solid #555;
}
/* リスト ヘッダ 行 */
.list-header-row {
}
/* リスト ヘッダ 各列 */
.list-header-col {
	text-align: center;
	background-position: bottom;
	word-break: keep-all;
	padding: 2px 10px;
	line-height: 130%;
	color: #fff;
	
	/* Fallback */
/* 	background-color: rgb(112, 140, 224); */
	/* For WebKit (Safari, Google Chrome etc) */
/* 	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgb(102,153,255)), color-stop(100%, rgb(0,102,204))); */
	/* For Mozilla/Gecko (Firefox etc) */
/* 	background: -moz-linear-gradient(rgb(102,153,255) 14%, rgb(0,102,204) 100%);  */
	/* For Internet Explorer 5.5 - 7 */
/* 	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dd6699ff', endColorstr='#dd0066cc');  */
	/* For Internet Explorer 8 */
/* 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6699ff', endColorstr='#0066cc')"; */
	/* CSS3 Standard */
/* 	background: linear-gradient(rgb(102,153,255) 14%, rgb(0,102,204) 100%); */

	background-color: #8585FF;
}
/* リスト データ 行 */
.list-data-row {
}
/* リスト データ 各列 */
.list-data-col {
	word-break: break-all;
	vertical-align:top;
	padding: 2px 10px;
}

