@charset "utf-8";
/* CSS Document */

html{margin:0;
	 padding:0;
	 height:100%;/*
	 background-color:#043658;*/
}

/*  RESET
-------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333;
	background-color:#fff;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: 0px top;
	margin: 0px auto 0px auto;
	height:100%;

}



/*////////////////////////////////////////////////
//                                              //
//共通箇所                                      // 
//                                              //
////////////////////////////////////////////////*/

h1{	margin:0;
	padding:0;
	width: 428px;
	float: left;}

h2{	margin:0;
	padding:0;
	font-size: 18px;
	*font-size:18px;}

h3{	margin: 0px;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	margin:20px 0px 0px 0px;}

h4{ margin:0;
	padding:0;
	font-size: 16px;}

h5{ margin:0;
	padding:0;
	font-size: 14px;}

p{ margin: 5px 0;
	padding:0px 0px 0px 0px;}

a{	text-decoration:none;
	background-image:none;
	margin:0;
	padding:0;}
div.text a{text-decoration:underline;
color:#f37800;}
img{ border:none;}

ul{margin:0;padding:0;}
ul li{ margin:0;
	   padding:0;
	   list-style-type:none;}

ol{margin:0;padding:0;}
ol li{margin:0;padding:0;}

dl{margin:0;padding:0;}
dl dt{margin:0;padding:0;}
dl dd{margin:0;padding:0;}

form{margin:0;padding:0;}
input{margin:0;padding:0;}

table{margin:0;padding:0;}
table tr{margin:0;padding:0;}


/*共通箇所
-------------------------------------------------------------------------*/

div#container{
	width:100%;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
}

div.clear{
	clear:both;
}


.right{float:right;}
.left{float:left;}
.orange{color:#f37800;}

a,
a:hover,
a :visited{
	color:#333;
}


/*====header=====*/

div#container div#header_wrapper{
	width:100%;
	height:140px;
	margin:0;
	padding:0;
}
div#container div#header_wrapper div.header{
	width:1000px;
	height:auto;
	padding:0;
	margin:0 auto;
}
div#header_wrapper.clear div.header img{
	float:left;
}
div#container div#top_navi{
	background-color:#f37800;
	width:100%;
	height:20px;
	margin:0;
	padding:0;
}
div#container div#top_navi div.navi{
	width:1000px;
	padding:0;
	margin:0 auto;
	text-align:right;
	color:#fff;
}
div#container div#top_navi div.navi a,
div#container div#top_navi div.navi a:hover,
div#container div#top_navi div.navi a :visited{
	color:#fff;
}
html body div#container div#top_navi div.navi p{
	padding:0;
	margin:0;
}
/*====footer=====*/
div#footer_wrapper{
	width:100%;
	height:130px;
	background-color:#eee;
	margin:0;
	padding:0;
}
div#footer_wrapper div.footer{
	width:1000px;
	height:100px;
	margin:0 auto;
	padding:0;
}
div#footer_wrapper div.footer div.left_text{
	width:600px;
	height:80px;
	padding:10px 0;
	margin:0;
	float:left;
}
div#footer_wrapper div.footer div.right_text{
	width:400px;
	height:80px;
	padding:0;
	margin:10px 0 0 0px;
	float:right;
}
div#footer_wrapper div.footer div.right_text a img,
div#footer_wrapper div.footer div.left_text a img{
	margin:0  0 0 10px; 
	padding:0;
}

div#footer_wrapper div.footer div.cresit{
	text-align:center;
}

/*====MENU=====*/
div#container div#menu{
	width:100%;
	height:58px;
	*height:58px;
	height:53px\9;
	margin:0;
	padding:0;
	background-color:#f37800;
	position:relative;
	z-index:200;
}
div#container div#menu ul{
	width:1000px;
	margin:0 auto;
	padding: 0;
}
div#container div#menu ul li{
	float:left;
	background-color:#f37800;
}
div#container div#menu ul li:hover,
div#container div#menu ul li.current{
	background-color:#f19149;
}
/*TOP
=====================================================================*/

html body div#container div#main_top{
	margin:0 auto;
	padding:0;
	width:100%;
	height:680px;
	background-image:url(images/top_bg.jpg);
	background-position:top center;
}
html body div#container div#main_top div.eyecatch{
	width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	z-index:50;
	
}
html body div#container div#main_top div.eyecatch div.tag{
	position:relative;
	margin:-670px 0 0 0;
	padding:0;
}
/*html body div#container div#main_top{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
html body div#container div#main_top div.eyecatch{
	margin:0 auto;
	padding:0;
	width:1000px;
	height:680px;
	background-image:url(images/top_bg.jpg);
	background-position:top center;
}*/




/*SUB
=====================================================================*/
/*=====共通箇所=======*/

html body div#container div#inner{
	width:1000px;
	height:auto !important;
	min-height:500px;
	margin:0 auto;
	padding:0;
	
	
}
html body div#container div#inner div.contents{
	width:1000px;
	height:auto !important;
	min-height:500px;
	margin:0 auto 40px auto;
	padding:0;
	background-image:url(images/contents_bg.jpg);
	background-repeat:repeat-y;
}
html body div#container div#inner div.contents div#pagetop{
	background-image:url(images/bottom_bar.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height:45px;
}
div#inner div.contents div.text{
	
	padding:10px 40px;
}
div.text p{
	margin:25px 20px;
	padding:0;
	line-height:1.8em;
}
html body div#container div#inner div.contents div.text ul{
	margin:5px 20px;
}
html body div#container div#inner div.contents div.text ul li{
	background-image:url(images/list_icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 5px 20px;
	margin:0;
}

table.noborder{
	border:none;
	margin:0 auto;
}
div.contents div.text table.noborder tbody tr td{
	vertical-align: top;
	border:none;
	background-color:transparent;
}


h2{
	margin:10px 0 0 0;
	padding:0;
	z-index:1;
}
div.text h3{
	line-height:normal;
	background-image:url(images/h3_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 10px 10px;
	margin:15px 0 0 0;
}

h4{
	width:860px;
	margin:10px auto;
}
h5{
	background-image:url(images/h5_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
	margin:0 0 10px 0;
	width:auto;
}



div.box_shadow{
	background-color:#FFF;
	padding:10px;
	margin:0;
	box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
}


table{
	border:#f37800 solid 2px;
	margin:20px 15px 0 15px;
	padding:0;
	border-collapse: collapse;
}
table tbody tr th{
	border-bottom:#FFF solid 2px;
	background-color:#f37800;
	margin:0;
	padding:15px 30px;
	color:#fff;
}
table tbody tr td{
	border-bottom:#f37800 solid 2px;
	background-color:#fff;
	margin:0;
	padding:15px;
}

span.mark{
	background: linear-gradient(transparent 0%, #ffff66 0%);
	}
div.text p.top{
	margin:0 0 20px 20px;
	padding:0;
	}
/*=====はじめに=======*/
div.text h3.intro{
	font-family:"ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size:25px;
	line-height:normal;
	background-image:url(images/bottom_bar.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 30px 10px;
	margin:15px 0 0 0;
	
}

/*=====プログラム=======*/
div.street_mission{
	background-image:url(images/story_mission_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:280px;
	width:840px;
	margin:0 auto;
	padding:10px;
}
div.street_mission h4{
	margin:20px 15px 0px 80px;
	line-height:1.5em;
	color:#f37800;
	width:600px;
}
div.street_mission p{
	margin:20px 15px 10px 90px;
	line-height:1.8em;
	font-size:14px;
}
div.street_mission img.right{
	padding: 30px 45px 0 0 ;
}
/*=====体験講座　TOP=======*/

h3.experience{
	font-size:25px;
	line-height:normal;
	background-image:url(images/bottom_bar.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 15px 10px;
	margin:15px 0 0 0;
	color:#f37800;
	
}

div.blue_pin{
	background-image:url(images/pin_bule.png);
}
div.yellow_pin{
	background-image:url(images/pin_yellow.png);
}
div.red_pin{
	background-image:url(images/pin_red.png);
}
div.blue_pin,
div.yellow_pin,
div.red_pin{
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:230px;
	padding:30px 35px 15px 35px;
	text-align:center;
}
div.red_pin img,
div.blue_pin img,
div.yellow_pin img{
	margin:38px 10px 10px 10px;
	padding:0;
}
table.noborder_experience{
}

div.text table.noborder_experience{
	border:none;
	margin:0 auto;
}
div.contents div.text table.noborder_experience tbody tr td{
	vertical-align: top;
	border:none;
	background-color:transparent;
	padding:10px;
}
div.text div.blue_pin h5,
div.text div.red_pin h5,
div.text div.yellow_pin h5{
	background-image:none;
	
	color:#333;
}
div.text div.blue_pin a,
div.text div.red_pin a,
div.text div.yellow_pin a{
	text-decoration:none;
}
div.text div.pic_side{
	float:right;
	padding:0;
	margin:-180px 0 0 0;
}
div.text div.voice{
	background-color:#FFF;
	padding:10px;
	margin:-15px auto 0 auto;
	box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	height:100px;
	width:840px;
}
div.text h4.voice{
	margin:-20px 10px 0 10px;
	padding:0;
}
div.text div.voice p{
	width:240px;
	float:left;
	margin:10px;
	padding:0 0 0 20px;
	background-image:url(images/list_icon.jpg);
	background-repeat:no-repeat;
	background-position:top 4px left;
}
p.navi{
	width:900px;
	margin:0px auto;
	padding:10px 0;
}
/*=====体験講座　教員インタビュー=======*/
div.text div.box_shadow_question div.pic_right{
	float:right;
	margin:-40px 35px 0 0;
	padding:0;
	position:relative;
	z-index:20;
}
div.text div.box_shadow_question div.pic_left{
	float:left;
	margin:-40px 25px 0 30px;
	*margin:-53px 25px 0 30px;
	padding:0;
	/*position:relative;*/
}
div.Specialized.field{
	width:650px;
	padding:10px;
	margin:0 10px;
	background-color:#f3c2aa;
}
div.Specialized.field_right{
	width:650px;
	padding:10px;
	margin:0 27px 0 0px;
	background-color:#f3c2aa;
	float:right;
}
div.question1,
div.question2,
div.question3
{
	width:260px;
	height:auto;
	float:left;
	margin:10px 15px;
	padding:0;
	display: block;
}

div.text div.question1 h3.question1,
div.text div.question2 h3.question2,
div.text div.question3 h3.question3{
	width:250px;
	height:50px;
	font-size:15px;
	line-height:1.5em;
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:middle;
	padding:25px 0 0 0;
	margin:0;
}
div.text div.question1 h3.question1{
	background-image:url(images/question1.png);
}
div.text div.question2 h3.question2{
	background-image:url(images/question2.png);
}
div.text div.question3 h3.question3{
	background-image:url(images/question3.png);
}
div.question2{
}
div.question3{
}
div.text div.box_shadow_question{
	background-color:#FFF;
	padding:10px;
	margin:50px 0;
	box-shadow: 2px 2px 10px #ccc;
	-moz-box-shadow: 2px 2px 10px #ccc;
	-webkit-box-shadow: 2px 2px 10px #ccc;
	min-height:330px;
	height: 330px;
	height: auto !important;
	
	position:relative;
	z-index:10;
	width:900px;
}
div.text div.box_shadow_question p.name{
	margin:30px 15px 25px 15px;
	padding:0;
}

div.top_pic_right{
	float:right;
	position:relative;
	z-index:8;
	height:200px;
}
/*=====体験講座　電子の光実験=======*/
div.text div.tool{
	width:900px;
	padding:10px;
	margin:0 auto;
	background-color:#f3c2aa;
	float:right;
}
div.text div.column{
	background-color:#FFF;
	border:#ccc solid 1px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	padding:10px;
	margin:0 auto;
	width:800px;
}
div.text div.column h5.column{
	background-image:url(images/h5_bg_colum.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0 20px;
}
/*=====体験講座　化学のコスメ実験=======*/
div.process{
	background-image:url(images/process_bg.png);
	background-repeat:repeat-y;
	background-position:left top;
}
div.process h4{
	padding:20px 0 0 80px;
	background-repeat:no-repeat;
	background-position:left top;
	height:30px;
	margin:0\9;
	margin:0 0 0 30px\0/;
	margin:0 0 0 30px;
	width:600px;
}
div.process h4.step01{
	background-image:url(images/process01.png);
	
}
div.process h4.step02{
	background-image:url(images/process02.png);
}
div.process h4.step03{
	background-image:url(images/process03.png);
}
div.process table.noborder_process{
	border:none;
	margin:0 0 20px 100px;
}
div.process table.noborder_process tbody tr td{
	vertical-align: middle;
	border:none;
	background-color:transparent;
	padding:5px;
	margin:0;
}
div.process table.noborder_process tbody tr th{
	vertical-align: top;
	border:none;
	background-color:transparent;
	padding:5px;
	margin:0;
	color:#333;
	font-weight:normal;
	text-align:left;
}


/*=====体験講座　造形のミニチュア=======*/
div.text div.tool table.noborder tbody tr td p{
	margin:0;
	padding:0;
}
div.process_architecture{
	background-image:url(images/architecture_process_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:690px;
	width:900px;
	margin:0 auto;
	padding:0;
}
div.process_architecture table.noborder_tool{
	margin:30px auto 0 auto;
}
table.noborder_tool{
	border:none;
	margin:0 auto;
}
table.noborder_tool tbody tr td{
	vertical-align: top;
	border:none;
	background-color:transparent;
	padding:0;
}
table.noborder_tool tbody tr td p.right{
	padding:0;
	margin:0;
	text-align:right;
}
table.noborder_tool tbody tr td p.center{
	padding:0;
	margin:0;
	text-align:center;
}
div.on_pic{
	position:relative;
	z-index:100;
}
/*=====体験講座　リケジョトーク=======*/

div.talk table.noborder_talk,
div.talk table.noborder_talk_right{
	border:none;
	margin:0 auto 30px auto;
}
div.talk table.noborder_talk_right{
	/*float:right;*/
	width:560px;
}
div.talk table.noborder_talk_right tbody tr td,
div.talk table.noborder_talk tbody tr td{
	vertical-align: top;
	border:none;
	background-color:transparent;
	padding:5px;
	margin:0;
}
/*=====体験講座　女子学生からのメッセージ=======*/
div.text table.noborder_messeage{
}

div.text table.noborder_messeage{
	border:none;
	margin:0 auto 30px auto;
}

div.text table.noborder_messeage tbody tr td{
	vertical-align: top;
	border:none;
	background-color:transparent;
	padding:5px;
	margin:0;
}
div.text_messeage{
	margin:10px;
	padding:0;
}

div.messeage01,
div.messeage02,
div.messeage03,
div.messeage04{
	background-repeat:no-repeat;
	background-position:center top;
	padding:30px 70px;
	margin:0;
	float:left;
}
div.messeage01{
	background-image:url(images/messeage_bg01.png);
	padding:30px 40px;
	height:300px;
	width:280px;
	
}
div.messeage02{
	background-image:url(images/messeage_bg02.png);
	padding:30px 28px 30px 30px;
	height:285px;
	width:275px;
	
}
div.messeage03{
	background-image:url(images/messeage_bg03.png);
	padding:45px 10px 15px 25px;
	height:270px;
	width:275px;
	
}
div.messeage04{
	background-image:url(images/messeage_bg04.png);
	padding:30px 25px 10px 25px;
	height:285px;
	width:270px;
	
}
div.messeage01 img,
div.messeage02 img,
div.messeage03 img,
div.messeage04 img{
	margin:5px;
	padding:0;
}
div.name{
	height:50px;
	margin:20px 0 0px;
	padding:0;
}

/*=====参加者アンケート=======*/
div.text h3.question{
	font-size:24px;
	line-height:1.5em;
	background-image:none;
	padding:0;
	margin:10px 0 0 0;
	}
div.top_pic{
	
	float:right;
	margin:-60px 0 0 0;
	position:relative;
}
