@charset"utf-8";

body{
	background-color: #FFFFFF;
	font-size: 13px;
	color:#333;
	line-height: 30px;
	text-align: justify;
	word-break:normal;
	font-family: 'ヒラギノ明朝 pro W3','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;	
}

.clear {
	clear: both;
}

p{
	background-color: #FFFFFF;
	word-break:normal;
	font-family: 'ヒラギノ明朝 pro W3','Hiragino Mincho Pro','MS P明朝','MS PMincho',serif;
}

img{
	margin: 0px 0px 0px 0px;
	border: 0px;
}


li{
	font-size: 14px;
	padding-bottom: 7px;
}


a{
	color:#222;
	text-decoration: none;
}
a:hover{
	color:#999;
	text-decoration: none;
}

ul{
	padding: 0px;
	margin: 0px;
}

#container{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

/*	HEADER */

#header{
	padding: 45px 0px 0px 0px;
	margin-bottom: 80px;
}

#header_logo{
	float: left;
}

#header_logo img{
	/*width: 400px;*/
	height: 40px;
}

#header_logo img#logo{
	margin-right: 40px;
}

/*	MENU */

#menu_head{
	float: left;
	font-size: 12px;
	list-style: none;
	line-height: 10px;
	margin: 0px;
	padding-left: 0px;
}


#menu_head li{
	float:left;
	padding: 0px;
}

#menu_head li:hover{
	opacity: 0.5;
}

#menu_head li.menu_list{
	margin: 14px 35px 14px 35px;
	height: 18px;
}


#menu_head li.menu_list_first{
	margin-left: 44px;
	height: 18px;
}

#menu_head li.menu_list_last{
	margin-right: 0;
	height: 18px;
}

#menu_head  li.menu_divider{
	width: 1px;
	margin-top: 16px;
	height: 12px;
	background-color: #333;
}


#menu_head li#menu_about{
	background-image: url("./../images/menu_about.png");
	background-size: 38px 18px;
	width: 38px;
}

#menu_head li#menu_project{
	background-image: url("./../images/menu_project.png");
	background-size: 48px 18px;
	width: 48px;
}
#menu_head li#menu_research{
	background-image: url("./../images/menu_research.png");
	background-size: 55px 18px;
	width: 55px;
}
#menu_head li#menu_member{
	background-image: url("./../images/menu_member.png");
	background-size: 52px 18px;
	width: 52px;
}
#menu_head li#menu_info{
	background-image: url("./../images/menu_info.png");
	background-size: 26px 18px;
	width: 26px;
}

/*
li#menu_info.menu_list:last-child{
	margin-right:0px;
}
*/

#menu_head a{color:#333333; font-size: 14px; text-decoration: none;}
#menu_head a:hover{color:#C4C3C3; font-size:14px; text-decoration: none;}
#menu_head .current-menu-item a{color:#C4C3C3;}
#menu_head .current-page-ancestor a{color:#C4C3C3;}


/*	FOOTER */

#bottom{
	height:90px;
	padding: 0px;
}
#footer{
	height: 90px;
	float:right;
	text-align: right;
	font-size: 11px;
	color:#333;
	margin:20px 0px;
	line-height: 18px;
}

#news{
	height:90px;
	float:left;
	text-align:left;
	font-size: 11px;
	list-style:none;
	color:#333;
	margin:15px 0px 20px 0px;
	line-height:12px;
}

#news_header{
	font-size: 12px;
}

#news a{color:#666; font-size: 12px; text-decoration: none;}
#news a:hover{color:#C4C3C3; font-size:12px; text-decoration: none;}


/*	CONTENTS */

#contents{
}

.contents_noborder{
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 160px;
	border: 1px;
	color: #C4C3C3;
}

.contents_border{
	border: solid 1px #ccc;
	height: 600px;
	
	
	overflow: auto;
}

#contents_inner{
	padding: 30px 70px;
	position: relative;
}

.float_left{
	float:left;
}




/*	LIST   */

.list_dot{
	padding-left: 0px;
	color: #333;
}

.list_dot li{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	list-style: none;
	background-image: url("./../images/list_dot.png");
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
}

.list_dot li.list_comment{
	background-image: none;
	line-height: 1.0em;
}

.list_dot div.title{
	width: 180px;
	float: left;
}

.list_dot div.url{
	float: left;
}

div.clear_left{
	clear: left;
}

/* TOP */

canvas#canvas{
	position: absolute; 
	top: 191px; 
	left: 0px; 
	width:960px; 
	height:250px;
	-webkit-backface-visibility: hidden;
}

#project_item{
	position: relative;
	width: auto;
}

#project_item ul{
	position: relative;
	float: left;
	top: 0px;
	left: 50%;
	list-style: none;
	padding: 0px;
}

#project_item ul li{
	position: relative;
	float:left;
	left: -50%;
	margin: 0 29px;
	padding: 0;
}

.top_project_link{
	visibility:hidden;
}

.top_project_icon{
	width: 142px;
	height: 142px;
	background: rgba(255,255,255,0.7);
}


.path{
	stroke-dashoffset:1000;
	stroke-dasharray:1000;
}

.path_add{
	stroke-dashoffset:0;
	stroke-dasharray:1000;
	-webkit-animation: draw 1.5s linear 1;
}

@-webkit-keyframes draw {
	0%{stroke-dashoffset:1000;}
	100%{stroke-dashoffset:0;}
}

/*	ABOUT */

#about_title{
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: normal;
}

#about_text{
	margin-bottom: 30px;
	line-height: 2em;
}

#yam_text{
	margin-bottom: 30px;
}

#yam_text p{
	margin-top: 0;
}

#about_list{
	line-height: 2em;
}

.align_right{
	text-align: right;
}

#profile_left{
	font-size: 12px;
	line-height: 2em;
	width: 90px;
	float: left;
}

#profile_right{
	width: 680px;
	float: left;
}

p#yam_profile{
	font-size: 12px;
	line-height: 2em;
	margin: 0px;
	margin-bottom: 20px;
}

.project_thumb_list{
}

.project_thumb_list li{
	list-style: none;
	float: left;
	padding-right: 28px;
	padding-bottom: 0px;
}

.project_thumb_list img{
	width: 80px;
	height: 80px;
}

.project_thumb_text img{
	border: 1px solid #999;
	width: 78px;
	height: 78px;

}

.project_link:hover{
	opacity: 0.4;
}



li.sub_project_last{
	padding-right: 0px;
	margin-right: 20px;
}
li.sub_project_right{
	padding-right: 0px;
	margin-right: 0px;
}
#projects_grid{
	width: 820px;
}

/*	PROJECT */


#projectcontent{
	float:left;
	position: absolute;
	list-style: none;
	padding-right: 35px;
}



#project-item li:first-child{padding-left: 0;}
#project-item li:last-child{padding-right: 0;}


#project-item a{
	color: #838383;
	border: 1px;
}

.project_title{
	width:400px;
	font-size: 16px;
	float: left;
	padding-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	padding-top:auto;
	padding-bottom:auto;

}

.project_text{
	margin-right: 400px;
	width:350px;
	padding-right: 1em;
	height: 340px;
	overflow:auto;
	float:left;
	text-align: left;
	position: relative;
}

#project_photo{
	margin-left: 478px;	
	text-align: right;
	position: relative;
}

#project_photo img{
	top:0;
	left: 0;
	position: absolute;
	width:480px;
	height:600px;


}

.sub_project_link{
	margin-top: 450px;
	padding-left: 0px;
}

.sub_project_link li{
	float:left;
	padding-right: 20px;
	padding-bottom: 0;
	margin: 0;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	padding-top:auto;
	padding-bottom:auto;
}


.sub_project_link img{
	height: 50px;
}


/*	SUB PROJECT */
#sub_project_photo{
	position: relative;
}


#sub_project_photo img{
	width: 960px;
	top:0;
	left: 0;
	position: absolute;
}

.scroll_lock{
	overflow-x: hidden;
}

.overray{
	position:absolute;
	width:340px;
	height: 600px;
	right: 0px;
	top:0px;
	background-color: white;
	opacity: 0.9;
	overflow: hidden;
}

#sub_project_text{
	font-size: 12px;
	margin: 40px 20px 40px 40px;
	width:280px;
	height: 520px;
	overflow: hidden;
}

#sub_project_title{
	font-size: 16px;
	font-weight: normal;
}


#sub_project_description{
	margin-top: 20px;
	padding-right: 20px;
	height: 440px;
	overflow: auto;
}

/*	RESEARCH */

.research_category_title{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: normal;
}

#research_category_title_first{
	margin-top: 0px;
}

.research_list{
	line-height: 2em;
}

.research_list_title{
	font-weight: bold;
}

li.research_list_item{
	line-height: 1.5em;
	margin-top: 1.0em;
}
li.research_list_comment{
	line-height: 1.5em;
	background-image: none;
}


/*	MEMBER */

/*
#member_list{
	list-style: none;
}

#member_list li{
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 100px;
}

#member_list li img{
	width: 100px;
}
*/

#member_list li{
	list-style: none;
}

#member_list li.member_list_category{
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 2px;
	background-image: url("./../images/list_dot.png");
	background-size: 14px 14px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	clear: left;
}

#member_list li.member_list_item{
	margin-top: 3px;
	line-height: 1.0em;
	font-size: 14px;
	float: left;
	
	width: auto;
	padding-right: 2em;
}


#member_list li.category_spacer{
	margin-bottom: 35px;
	float: left;
}

#member_list li.member_list_head{
	margin-left: 20px;
	margin-top: 3px;
	margin-right: 10px;
	float: left;
	
	width: 1px;
	height: 8px;
	background: #333;
}


.member_group_title{
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: normal;
}


/*	INFO */

.info_title h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.info_text{
	line-height: 2.0em;
	margin-bottom: 30px;
}

.access_text{
	font-size: 13px;
	line-height: 1.8em;
}

#access_map{
	float: left;
}

#gMap{
	width:410px;
	height:400px;
	margin-bottom: 20px;
}

#access_right{
	float: left;
	padding-left: 2em;
}

#access_right img{
	
	height:400px;
}


