@charset "UTF-8";
/* CSS Document */

/* =================================================================================================

　 style CSS

================================================================================================= */

/* header
================================================================================================= */

#h_wrapper {
	width: 100%;
	height: 80px;
	/*background:#09C;*/
}

#h_wrapper #header {
	width: 1000px;
	margin: 0 auto;
	/*background: #CF0;*/
}

#h_wrapper #header .logo {
	float: left;
	margin: 10px 20px;
}

#h_wrapper #header ul {
	padding-top: 25px;
}

#h_wrapper #header ul li {
	float: left;
	margin-right: 10px;
}


/* mainvisual
================================================================================================= */

#m_wrapper {
	width: 100%;
	height: 400px;
	/*background: #3CC;*/
}

#m_wrapper #mainvisual {
	width: 1000px;
	margin: 20px auto;
}


/* contents
================================================================================================= */


#c_wrapper {
	width: 100%;
}

#c_wrapper #contents {
	width: 960px;
	margin: 20px auto;
	font-size: 1.4em;
	min-height: 100%;
	overflow: hidden;
}

#c_wrapper #contents h2 {
	margin-left: 0px;
}

#c_wrapper #contents h3 {
	margin: 20px 0px;
}

#c_wrapper #contents h4 {
	background: none;
	margin-bottom: 15px;
}

/*#c_wrapper #contents h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 25px;
	background: url(../images/ico_arrow.png) no-repeat left;
	background-size: 10px 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}*/

/*#c_wrapper #contents h4.event_02 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 25px;
	background: url(../images/ico_arrow.png) no-repeat left;
	background-size: 10px 30px;
	height: 30px;
	line-height: 20px;
	padding-left: 15px;
}
*/

#c_wrapper #contents .lead {
	width: 640px;
	float: left;
	margin-bottom: 50px;
}

#c_wrapper #contents .banner {
	width: 300px;
	float: right;
	margin-bottom: 30px;
}


/* box
------------------------------------------------------------------------------------------------- */

/* left */

#c_wrapper #contents #left_box {
	float: left;
	display: inline;
	width: 740px;
	/*margin-left: 20px;*/
	/*background:#FC0;*/
}
	 
/* right */

#c_wrapper #contents #right_box {
	float: right;
	display: inline;
	width: 200px;
	/*margin-right: 20px;*/
	overflow: hidden;
	/*background:#C33;*/
}

#c_wrapper #contents .lecture {
	margin-bottom: 30px;
}

#c_wrapper #contents .lecture.l_left {
	width: 350px;
	float: left;
}

#c_wrapper #contents .lecture.l_center {
	width: 420px;
	float: left;
}

#c_wrapper #contents .lecture.l_right {
	width: 150px;
	float: right;
}

#contents .lecture.l_right p {
	margin-top: 10px;
}

#c_wrapper #contents .lecture p img {
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#c_wrapper #contents .lecture.l_left .time {
  background: url(../images/ico_time.png) no-repeat left center;
	background-size: 20px 20px;
	margin-top: 5px;
	margin-bottom: 1em;
	margin-left: 180px;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	font-size: 120%;
}

#c_wrapper #contents .lecture.l_left .name {
	margin-left: 180px;
}


#c_wrapper #contents .lecture.l_left .name span {
	font-size: 150%;
}

#c_wrapper #contents .youtube p {
	margin-left: 200px;
}

#c_wrapper #contents .e_wrapper {
	display:table;
	width: 100%;
	table-layout: fixed;	
}

#c_wrapper #contents .exhibition {
	display: table-cell;
	width: 280px;
	float: left;
}

#c_wrapper #contents .exhibition.e_left {
	padding-right: 60px;

}

#c_wrapper #contents .exhibition.e_center {

}

#c_wrapper #contents .exhibition.e_right {
	padding-left: 60px;
}

#c_wrapper #contents .exhibition p img {
	margin-bottom: 20px;
}

#c_wrapper #contents .exhibition p {
  text-align: justify;
	text-justify: inter-ideograph;  /* IE */
}

#c_wrapper #contents .e_wrapper .exhibition .text {
	margin-bottom: 20px;
}


#c_wrapper #contents .darwin_stamprally {
	width: 460px;
	margin-bottom: 30px;
}

#c_wrapper #contents .darwin_stamprally.ds_left {
	width: 460px;
	float: left;
}

#c_wrapper #contents .darwin_stamprally.ds_right {
	width: 460px;
	float: right;
}

#contents .e_wrapper .darwin_stamprally p img {
	margin-left: 55px;
	margin-bottom: 20px;
}

#contents .e_wrapper .darwin_stamprally.ds_right ul {
	margin-top: 15px;
}

#contents .e_wrapper .darwin_stamprally.ds_right ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
	margin-left: 20px;
}

#c_wrapper #contents .caution {
	clear: both;
	background: #d4ecfb;
}

#c_wrapper #contents .caution ul {
	padding: 20px 20px 10px 20px;
}

#c_wrapper #contents .caution ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 20px;
}


/*#contents .e_wrapper .darwin {
	width: 450px;
	margin-bottom: 30px;
	float: left;
}

#contents .e_wrapper .darwin img {
	margin-bottom: 50px;
}

#c_wrapper #contents .stamprally {
	width: 450px;
	float: right;
	margin-top: 20px;
	margin-bottom: 50px;
}

#c_wrapper #contents .stamprally img {
	margin-right: 20px;
}

#c_wrapper #contents .caution p img {
	margin-bottom: 20px;
}

#c_wrapper #contents .transportation {
	clear: both;
	margin-bottom: 20px;
}

#c_wrapper #contents .caution ul {
	margin-bottom: 30px;
}

#c_wrapper #contents .caution ul li {
	list-style-type: disc;
}

*/

#c_wrapper #contents .notice {
	clear: both;
}

#c_wrapper #contents #pagetop {
	clear: both;
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

#c_wrapper #contents #left_box .text {
	margin-bottom: 20px;
}

#c_wrapper #contents #left_box .shuttle {
	margin-bottom: 20px;
}

#c_wrapper #contents #left_box .map {
	margin-left: 45px;
}

#c_wrapper #contents #left_box .faq dt {
	background: url(../images/ico_question.png) no-repeat;
	background-size: 40px 35px;
	line-height: 35px;
	height: 35px;
	margin-bottom: 20px;
	border-bottom: #CCC 1px dotted;
	padding-left: 55px;
	padding-bottom: 20px;
}

#c_wrapper #contents #left_box .faq dd {
	background: url(../images/ico_answer.png) no-repeat;
	background-size: 40px 35px;
	min-height: 35px;
	margin-bottom: 20px;
	border-bottom: #CCC 2px solid;
}

#c_wrapper #contents #left_box .faq dd:last-child {
	border: none;
}

#c_wrapper #contents #left_box .faq dd p {
	margin-left: 55px;
	padding-top: 0.5em;
	padding-bottom: 20px;
}

#c_wrapper #contents #left_box .takenaka {
	width: 260;
	float: right;
	margin-left: 20px;
}

#c_wrapper #contents #left_box .nig_sakura {
	width: 200px;
	float: left;
	margin-right: 20px;
}

#c_wrapper #contents #right_box dl {
	background: url(../images/snav_under.png) no-repeat left bottom;
	background-size: 200px 15px;
	padding-bottom: 15px;
}

#c_wrapper #contents #right_box .flyer {
	margin-top: 30px;
}

/* footer
================================================================================================= */

#f_wrapper {
	clear: both;
	width:100%;
	height: 200px;
}

#f_wrapper #footer {
	/*width: 1000px;*/
	/*margin: 0 auto;*/
	font-size: 1.4em;
	background: #fef6f9;
}

#f_wrapper #footer dl {
	width: 1000px;
	margin: 0 auto;
	height: 120px;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}

#f_wrapper #footer dl dt {
	margin-bottom: 10px;
}

#f_wrapper #footer dl dt span {
	font-size: 120%;
}

/* copyright
------------------------------------------------------------------------------------------------- */

#f_wrapper #footer #copyright {
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	background: #333333;
}


/* Decoration
================================================================================================= */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.indent {
	text-indent: 1em;
}


/* Link
================================================================================================= */

a:link {
	/*color: #d6327a; */
  text-decoration: underline;
}

a:visited {
	/*color: #d6327a;*/
	text-decoration: none;
}

a:hover {
	/*color: #3e4b91;*/
	text-decoration: underline;
}

a:active {
	/*color: #3e4b91;*/
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* 外部リンクアイコン */

#c_wrapper #contents #left_box a[href^="http"] {
	background: url(../images/ico_external-link.png) no-repeat right center;
	padding-right: 20px;
}

/* 外部リンクアイコン表示なし（参加研究室リスト） */

#lab #c_wrapper #contents #left_box .lab dd a[href^="http"],
#lab #c_wrapper #contents #left_box .lab .sokendai a[href^="http"] {
	background: none;
}

/* Color
================================================================================================= */

/* Main color () :  */

/* Sub color 1 () :  */

/* Sub color 2 () :  */

/* Sub color 3 () :  */

/* Accent color () :  */

/* Background color : #ffffff */