

html,body{
	margin: 0;
	padding: 0;
    font-family: Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	letter-spacing: 0.09em;
	line-height: 1.2em;
	color: #0f0f0f;

}

a{
	text-decoration: none;
	color: #363636;
}

a:visited{
	color: #0f0f0f;
}

a:hover{
	color: #ccc;
}
h1,h2,h3{
	font-weight: normal;
	font-size: 28px;
	/*letter-spacing: 0.09em;*/
	padding: 0;
	margin: 0;
	/*line-height: 1.0em;*/
}
h2{
	margin-top: 0px;
	font-size: 24px;
	/*background: #f3f3ec;*/
}
h3{
	margin-top: 0px;
	font-size: 20px;
	/*background: #f3f3ec;*/
}
#breast{
	position: fixed;
	top:0px;
	margin:0 auto;
	/*margin: -5px 0 0 -2px;*/
	padding: 5px 10px 10px 20px;
	/*background: #fff;*/
	opacity: 0.9;
	z-index: 2;
	font-size: 28px;
	/* border-radius */
	/*
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	*/
	/* box-shadow */
	/*
	box-shadow:rgb(255, 255, 255) 0px 0px 30px 40px;
	-webkit-box-shadow:rgb(255, 255, 255) 0px 0px 30px 40px;
	-moz-box-shadow:rgb(255, 255, 255) 0px 0px 30px 40px;
	*/
}
#breast h1{
	line-height: 1.0em;
}
#breast span{
	font-size: 20px;
}
#breast a{
	display:inline-block;
	margin: 0px 25px 0 0 ;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: 0.09em;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
}
#stomach{
	position: relative;
	width:960px;
	margin:0 auto;
	min-height: 900px;
	padding:80px 0 0 0;

}
#stomach a{
	margin:0;
}
#stomach p{
	margin: 0 0 30px 0;
	padding: 10px 0 10px 0;
	font-size: 16px;
	line-height: 1.6em;
	/*background: #f3f3ec;*/
	border: 1px solid #ccc;
}
#stomach p a{
	text-decoration: underline;
}
#stomach p.small{
	font-size: 14px;
}
#stomach a:hover{
	opacity:0.5;
}
#stomach img{
	/*width:280px;*/
}
#stomach .wrap_right {
	line-height: 0;
	text-align: right;
	margin:30px 0 30px 0;
}
#stomach .wrap_left{
	line-height: 0;
	text-align: left;
	margin:30px 0 30px 0;
}
#stomach .wrap_center{
	line-height: 0;
	text-align: left;
	margin:30px 0 30px 0;
}
#main_img{
	max-width: 100%;
}

#stomach .lightbox_img_wrap{
	margin: 0;
	line-height: 0;
	overflow: hidden;

}
#stomach iframe{
	/*margin: 0 0 30px 0;*/
}
#bones{
	z-index: 0;
	position: fixed;
	top:0px;
	width:100%;
	height:100%;
}
.img_box a img{
	width:280px;
}

@media only screen and (max-width:599px) {
	#stomach{
		width:100%;
		margin:0;
		min-height: 640px;
	}
	#back{
		width:300px;
	}
	#stomach img {
	max-width: none;
	width: 90%;
	margin: 0% 5%;
}
	#stomach a:hover {
		opacity: 1;
	}
	#stomach p {
		margin: 0 20px 30px 20px;
		padding: 5%;
		word-break: break-all;
		font-size: 14px;
	}
	iframe{
		width:100%;
		height: 180px;
	}
	
	.wrap_left > img{
		width: 90%;
		margin: 0% 5%;
	}
	.wrap_right > img{
		width: 90%;
		margin: 0% 5%;
	}
	h2{
	
	}
	
	.wrap_left > a >img{
		width: 90%;
		margin: 0% 5%;
	}
	.wrap_right > a >img{
		width: 90%;
		margin: 0% 5%;
	}
	.lightbox_img_wrap .img_box {
		width: 100%;
		position: relative!important;
		top: inherit!important;
	}
	.lightbox_img_wrap .img_box a > img{
		width:300px;
		width:100%;
	}
	#breast a{
	  font-size: 30px;
	  line-height: 1.3em;
	}
	#breast h1{
	  font-size: 25px;
	}
	

}