/* Topのテキストボックス--------------------------- */#textBox{	width : 100% ;	height : 100% ;	color : #ffffff ;	position:absolute ;	z-index: 101 ;}.textContents{	width : 60% ;	min-width :250px ; 	max-width : 750px ;	height : auto ;	min-height : 300px ;	max-height : 350px ;	background-image : url("../image/txstBg.png") ;	position:absolute;	top : 10% ;	left : 0 ;	right : 0 ;	bottom : 33.3% ;	margin : auto ;	padding : 30px  ;	text-align : center ;	overflow : hidden ;}.textContents h1{	font-size : 2.3em ;	margin-bottom : 30px ;	color : #ffffff ;}.textContents p{	font-size : 1.5em ;	line-height : 2em ;	margin-bottom : 15px ;}.textContents a{	color : #ffffff ; 	display : block ;}.textContents div{	display : block ;}.textContents div p{	font-size : 1em ;}