/* @override http://www.appi.keio.ac.jp/Itoh_group/css/global.css */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.container_wrap_12 {
	background-color: #001E62;
	clear: left;
}

.container_12 {
	margin: 0 auto 0 auto;
	width: 960px;
	background-color: #001E62;
}

img {
	display: block;
	margin: 0 auto 0 auto;
	border: none;
}

.events {
	display: block;
}

.event_entry {
	height: 140px;
	width: 140px;
	padding-left: 12px;
	display: inline-block;
	zoom:1; *display: inline; _height: 60px;
}

.itoh_logo {
	width: 90px;
	height: 220px;
	background: url(../images/110.png) no-repeat;
	float: right;
	margin: 0 10px 0 10px;
}


/* @group Summary List */

.summary_list ul {
	list-style-type: circle;
}

.summary_list li {
	padding-bottom: 20px;
}

.summary_list h1 {
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
}

/* @end */

/* @group Unnumbered Lists */

.unnumbered_list ul {
	list-style-type: none;
}

.unnumbered_list li {
	border-bottom-style: none;
	padding: 5px 0 5px 0;
}
/* @end */


/* @group Research Page */

h3 {
	margin-top: 0;
}

.reference {
	color: brown;
 	font-size: smaller;
 	display: inline;
 	padding: 0 5px 0 5px;
}
			 
.figure_description {
   color: #7a7a7a;
   padding-top: 10px;
   padding-left: 40px;
   font-size: smaller;
}

.img_float_left {
   float: left;
   width: 50%;
}

.img_float_right {
   float: right;
   width: 50%;
}
			 
/* @end */


/* @group Numbered List */

.numbered_list ul, .numbered_list_long ul {
	list-style-type: decimal;
}

.numbered_list li {
	padding: 5px 0 5px 0;
}

.numbered_list h1, .numbered_list_long h1 {
	font-size: 12pt;
}

.numbered_list_long li {
	padding: 10px 0 10px 0;
}

/* @end */

/* @group Roman List */

.roman_list ul {
	list-style-type: lower-roman;
}

.roman_list li {
	padding: 5px 0 5px 0;
}

.roman_list h1 {
	font-size: 12pt;
}

/* @end */

/* @group Header */
#header {
	background-color: #001E62;
	height: 70px;
	margin: 0;
	padding-top: 20px;
}


#header_logo {
	width: 62px;
	height: 51px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 0 10px 0 10px;
}

#header h1{
	color: white;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	width: 500px;
	float: left;
}

#header h2{
	color: white;
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	float: left;
	width: 500px;
}

#english {
	background: url(../images/en.png) no-repeat;
	float: right;
	width: 24px;
	height: 24px;
	margin: 10px 5px 0 0;
}

#japanese {
	background: url(../images/ja.png) no-repeat;
	float: right;
	width: 24px;
	height: 24px;
	margin: 10px 10px 0 5px;
}
/* @end */

/* @group News and Events */

#newsandevents {
	border-top: #777777 solid 1px;
	border-bottom: #777777 solid 1px;
}

/* @end */

/* @group Showcase */
#showcase {
	background-color: #001E62;
	margin-top: 20px;
	height: 340px;
}

#showcase-video	{
	width: 560px;
	margin-left: 10px;
	float: left;
}

#showcase-image {
	width: 560px;
	margin-left: 10px;
	float: left;
}

#showcase-description {
	color: white;
	width: 360px;
	float: right;
	font-size: 18px;
	margin-right: 10px;
	text-align: left;
}

#showcase-descriptionK {
	color: white;
	width: 360px;
	float: right;
	font-size: 17px;
	margin-right: 10px;
	text-align: left;
}


#showcase-description h1 {
	font-size: 18px;;
	font-weight: bold;
	margin-top: 0;
}

#showcase-description a, #showcase-description a:visited {
	color: #7CB8E2;
}

#showcase-description a:hover {
	color: red;
}


/* @end */

/* @group Navigation */
#navigation {
	background-color: #C63527;
	margin-top: 40px;
	height: 30px;
}

#navigation ul {
	display: block;
	margin-top: 0;
	padding: 0;
}

#navigation li {
	display: block;
	width: 140px;
	height: 30px;
	float: left;
	text-align: center;
	padding: 0 0 0 30px;
}

#navigation li a {
	display: block;
	height: 30px;
	/*padding: 75px 7px 30px;*/
	text-align: center;
	text-decoration: none;
	color: white;
}

#navigation li a:hover {
	font-size: 21px;
	color: white;
}

#navigation li.active a {
	font-size: 21px;
	font-weight: bold;
	color: black;
	background-image: url(../images/nav-current.png);
}

/* @end */

/* @group Footer */
#footer {
	margin-top: 20px;
	height: 200px;
}

#address {
	margin: 10px;
	float: left;
}

#address h2 {
	width: 500px;
	font-size: 18px;
	color: white;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

#footer_logo {
	width: 92px;
	height: 88px;
	background: url(../images/keio_pen) no-repeat;
	float: right;
	margin: 30px 0 0 10px;
	clear: right;
}

#footer_return_to_top {
	height: 180px;
	float: right;
	margin: 12px 10px 0 10px;
	text-align: right;
}

#footer_return_to_top a, #footer_return_to_top a:visited {
	color: white;
	display: block;
}

#footer_return_to_top a:hover {
	color: red;
} 

/* @end */




/* @group Member Photos */

/*PhD用*/

.itohgroup_PhDs{
width:960px;
overflow:auto;
}

.PhD{
        margin-left: 60px;
        margin-top: 10px;
        margin-bottom: 20px;
        float:left;
}

.PhD_image{
        margin-left: 60px;
        margin-top: 10px;

}

figcaption{
margin-left: 60px;
display:inline;
clear:both;
text-align: center;
}


figcaption{
margin-left: 60px;
display:inline;
clear:both;
text-align: center;
}

/*PhD用*/

.staff	-image {
	display: inline-block 
	height: 200px;
	width: 140px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
}


.member-image {
	height: 180px;
	width: 120px;
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	background-image: url(../members/images/member_overlay.png);
}

.member-image a {
	text-decoration: none;
}

.member_firstName {
	position: relative;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
	top: -42px;
	right: 5px;
}

.member_lastName {
	position: relative;
	top: -42px;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
	right: 5px;
}

.member_jName {
	position: relative;
	top: -22px;
	text-align: right;
	color: white;
	text-shadow: black 1px 1px 2px;
	right: 5px;
}

.feature_image {
	width: 155px;
	height: 180px;
	margin-left: 60px;
	float: left;
}

.feature_description {
	margin: 30px 60px 0 60px;
	width: 840px;
	height: 180px;
}

.feature_name {
	width: 400px;
	padding: 70px 0 25px 30px;
	float: left;
	font-weight: bold;
}

.feature_affliation {
	float: left;
	padding-left: 30px;
}

/* @end */


a {
	color: #054DB6;
}

a:hover {
	color: red;
}


a:visited {
	color: purple;
}


/* @group Scrollbox */
.scrollbox {
	width: 900px;
	height: 400px;
	overflow: auto;
	margin-right: 20px;
	visibility: visible;
	text-align: left;
	font-size: 100%;
}

.scrollbox li, .scrollbox p {
	padding-right: 20px;
}

/* @end */

/* @group CV */

.cv-position {
	font-weight: bold;
	text-align: left;
	clear: right;
	padding-top: 10px;

}

.cv-duration {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.cv-affiliation {
	text-align: left;
	margin-right: 20px;
	padding-top: 10px;

}

.cv-affiliation-notes {
	text-align: left;
	clear: both;
	border-bottom-style: double;
	margin-right: 20px;
	padding-bottom: 10px;
}

/* @end */

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_0 {
	display:block;
	position: relative;
	margin: 0px auto 30px auto;
	padding-top: 30px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_0 {
	width: 960px;
	background-color: white;
}

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	padding-top: 50px;
	width:940px;
	height: 500px;
}

.container_12 .grid_5_1 {
	width:400px;
	float: right;
}

.grid_7_1 {
	width:560px;
	float: left;
	padding-bottom: 20px;
}

.container_12 .grid_12_1 {
	width:940px;
	margin:0 10px 0 10px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* @group Report */

.report { 
	border-collapse:collapse;
	width: 960px;
	font-size: 10pt;
	line-height: normal;
	margin: 0 auto 0 auto;
}

.report h4 { 
	margin:0px; 
	padding:0px;
}

.report img { 
	float:right;
}

.report ul { 
	margin:10px 0 10px 40px; 
	padding:0px;
}

.report th { 
	background:#4D4D4D url(images/header_bkg.png) repeat-x scroll center left; 
	color:#fff; 
	padding:7px 15px; 
	text-align:left;
}

.report td { 
	/*background:#C7DDEE none repeat-x scroll center left;*/
	background:#E6E6E6 none repeat-x scroll center left;
	color:#000; 
	padding:7px 15px; 
}

.report tr.odd td { 
	background:#fff url(images/row_bkg.png) repeat-x scroll center left; 
	cursor:pointer; 
}

.report div.arrow { 
	background:transparent url(images/arrows.png) no-repeat scroll 0px -16px; 
	width:16px; 
	height:16px; 
	display: inline;
	float: right;
}

.report div.up { 
	background-position:0px 0px;
}

.report_topic {
	width: 600px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	float: left;
}

.video {
	margin-top: 20px;
	text-align: center;
}

/*画像のデザインクラス*/
img.top-thum{
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 15px;   /* Firefox用 */
	width:140px;
	height:140px;
}
.event_entry{
	position:relative;
	width:140px;
	height:140px;
	margin:5px 5px 5px 5px;
	padding:0px;
}
.thu-img{
	position:absolute;
	width:140px;
	height:140px;
}
.thum-title{
	position:absolute;
	top:97px;
	left:0px;
	width:140px;
	height:40px;
	text-align: center;
	color:#FFF;
	font-size:11px;
	/*background-color:#333;*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(30,30,30,0.8));　/* Firefox用 */ 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8))); /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 15px;  /* Safari,Google Chrome用 */
    -webkit-border-bottom-left-radius: 15px;  /* Safari,Google Chrome用 */
    -moz-border-radius-bottomright: 15px;  /* Firefox用 */
    -moz-border-radius-bottomleft: 15px;/* Firefox用 */
}
.thum-titleU{
	position:absolute;
	top:85px;
	left:0px;
	width:140px;
	height:40px;
	text-align: center;
	color:#FFF;
	font-size:11px;
	font-style: italic;
	/*background-color:#333;*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(30,30,30,0.8));　/* Firefox用 */ 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8))); /* Safari,Google Chrome用 */ 
    -webkit-border-bottom-right-radius: 15px;  /* Safari,Google Chrome用 */
    -webkit-border-bottom-left-radius: 15px;  /* Safari,Google Chrome用 */
    -moz-border-radius-bottomright: 15px;  /* Firefox用 */
    -moz-border-radius-bottomleft: 15px;/* Firefox用 */
}


/* @end */
