@charset "utf-8";

body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

img{
	max-width:100%;
}

p{
	margin-bottom:40px;
	line-height:1.8;
}

p b{
	font-size:113%;
}

h1{
	margin-top:20px;
}

h2{
	border-bottom:#BBBBBB solid 3px;
	margin-top:100px;
	margin-bottom:50px;
	background:none;
}


section{
	max-width: 924px;
	margin: 100px auto 0;
}


#hightech-main{
	max-width:1200px;
	margin:0 auto;
}

.copy{
	position:absolute;
	top: 6%;
	left: 5%;
}

.copyright{
	margin:0.5em 0 0 0;
	font-size:0.8em;
}

.caption{
	font-size:75%;
	line-height:1.4;
}
.prof img{
	max-width:84px;
	}
	
.name{
	position:absolute;
	bottom:-33px;
	left: 50px;
	max-width:100%;
}
.sectionBottom{
	background: #222;
	max-width: 824px;
	margin: 0 auto 100px;
	padding: 50px 50px 10px;
	color: #fff !important;
}
.sectionBottom a{
	color: #fff !important;
}


#page06 h2 {
	margin-bottom: 20px;
}

.imgBlock .floatL,
.imgBlock .floatR{
	max-width:320px;
	
}
.imgBlock .floatL{
	margin-right:1.5em;	
}
.imgBlock .floatR{
	margin-left:1.5em;
	
}
.imgBlock img{
	margin-bottom: 0.4em;
}

.imgBlock.center2{
	max-width:640px;
	margin:0 auto;
}

.floatL{
	float:left;
}
.floatR{
	float:right;
}

/* #pageNav
--------------------------- */
#pageNav {
	top: 30%;
	right: 25px;
	width: 20px;
	text-align: center;
	position: fixed;
	z-index: 50;
	background: #dddddd;
	padding: 12px 14px 12px 10px;
	border-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#pageNav ul {
	width: 20px;
	display: block;
	background: #dddddd;
	padding: 16px 0 0 6px;
}
#pageNav ul li {
	padding-bottom: 15px;
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 12px;
	height: 12px;
	border-radius:10px;
	background: #5c5c5c;
	display: block;
}
#pageNav ul li.Current a,
#pageNav ul li a:hover {
	background: #888;
}

/*nav Balloons
--------------------------- */

#pageNav span{
	display:none;
}

#pageNav li:hover span{
	display: block;
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #888888;
	border-radius:3px;
	width: 260px;
	padding: 5px;
	font-weight:bold;
	z-index:100;
  right: 45px;
}



#pageNav li:hover span:after,
#pageNav li:hover span:before{
    top: 63%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
		border-top-width:5px;
		border-bottom-width:5px;
		border-left-width:10px;
		border-right-width:10px;
    margin-top: -10px;
}

#pageNav li:hover span:after,
#pageNav li:hover span:before{
 left: 100%; 
}

#pageNav li:hover span:before{
    border-color: rgba(136, 136, 136, 0);
		border-top-width:6px;
		border-bottom-width:6px;
		border-left-width:11px;
		border-right-width:11px;
    margin-top: -11px;
}

#pageNav li:hover span:before{
 border-left-color: #888888;
 }

#pageNav li:hover span:after{
 border-left-color: #fff ;
}

#pageNav li.pageTop:hover span{
  top:16px;
}
#pageNav li.pageTop:hover span:after,
#pageNav li.pageTop:hover span:before{
    top: 63%;
}

#pageNav li.pagePn1:hover span{
  top: 38px;
}
#pageNav li.pagePn1:hover span:after,
#pageNav li.pagePn1:hover span:before{
    top: 52%;
}
#pageNav li.pagePn2:hover span{
  top:68px;
}
#pageNav li.pagePn2:hover span:after,
#pageNav li.pagePn2:hover span:before{
    top: 55%;
}

#pageNav li.pagePn3:hover span{
  top: 98px;
}
#pageNav li.pagePn3:hover span:after,
#pageNav li.pagePn3:hover span:before{
    top: 55%;
}
#pageNav li.pagePn4:hover span{
  top: 130px;
}
#pageNav li.pagePn4:hover span:after,
#pageNav li.pagePn4:hover span:before{
    top: 55%;
}
#pageNav li.pagePn5:hover span{
  top: 172px;
}
#pageNav li.pagePn5:hover span:after,
#pageNav li.pagePn5:hover span:before{
    top: 60%;
}

@media (max-width: 1044px){
	#page01,
	#page02,
	#page03,
	#page04,
	#page05,
	#page06
	{
		margin-right: 65px;
		margin-left: 30px;
	}
}

/* slideMenu
-----------------------------*/

#slideMenu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 100%;
	background: #000;
	opacity:0.9;
}
#slideMenu ul {
	margin: 0;
	padding: 0;
}
#slideMenu li {
	border-bottom: solid 1px #222;
	list-style: none;
	color: #fff;
	text-align: center;
}

#slideMenu a{
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: #fff;
}

#slideMenu .first a{
	padding: 40px 0;
}
#slideMenu .first img{
	max-width:167px;
}


#slideMenu a:hover{
	background:#333;
	
}

#slideMenuBtn{
	position: fixed;
	opacity:0.9;
	top: 30%;
	left: -240px;
	width:33px;
	outline: none;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

body.open #slideMenu{
	left: 0;
}
body.open #slideMenuBtn{
	left: 240px !important;
}

/* smartphone
--------------------------- */
@media (max-width: 640px){
	body{
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color:#000000;
	}
	/* --- [-] Min Width --- */
	
	#pageNav li:hover span{
		display:none;
	}
	
	#PopUpContainer {
		width: 100%;
		min-width: 320px;
		text-align: left;
		background-color: #ffffff;
	}
	* html body .Liquid {border-left: 320px solid #ffffff;}
	* html body .MinWidth {
		position: relative;
		margin-left: -320px;
	}
	
	#mainArea{
		width:100%;
		height: 600px;
	}
	.readArea{
		position:absolute;
		top: 20%;
		right: 0;
		left: 0;
		margin: 0 13% 20px;
		background: url(/image/jp/casestudies/astronomy/read_bg.png);
		width:auto;
		padding: 35px 30px;
		color: #fff;
		text-align: center;
	}
	.readArea h1+p{
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	.readArea h1+p+p{
		margin-bottom:0;
		font-size:12px;
		font-weight: normal;
		line-height: 1.8;
	}

	.copy{
    position: absolute;
    top: 5%;
    left: 5%;
	}
	.name{
		position:absolute;
		bottom: -33px;
		left: 20px;
		max-width:90%;
	}
	
	h1 img,
	section img {
		width: 100%;
		height: auto;
	}
	
	.sectionBottom{
		background: #222;
		width: auto;
		margin: 0 auto 50px;
		padding: 25px 25px 10px;
	}
	
	.floatL,
	.floatR{
		width: 100% !important;
		margin: 0 !important;
		float: none;
	}
	.imgBlock .floatL,
	.imgBlock .floatR{
		max-width: none;
	}
	
}
