div.contents-title{
	font-size: 25px;
	margin: 30px 0;
}
div.contents-wrap{
	width: 1000px;
	margin: 30px auto 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	overflow: hidden;
}
#contentsWrap>div:nth-of-type(2){
	margin-top: 0;
}
h3.contents-title, div.contents-body{
	line-height: 20px;
	background: #fff;
	padding: 30px;
}
#contentsWrap>div:nth-of-type(2) div.contents-body{
	padding-top: 0;
}
div.contents-body.no-padding-top{
	padding-top: 0;
}
h3.contents-title{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}
div.contents-body{
	font-size: 14px;
	text-align: left;
}
.color-attention{
	color: #e14b00;
}
.text-bold{
	font-weight: bold;
}
div.contents-body.environment>div:first-of-type,
div.contents-body.overview>div:first-of-type{
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 10px;
}
div.contents-body.environment>div:first-of-type{
	margin-top: 30px;
}
div.box-attention, div.box-attention2{
	border: 5px solid #e14b00;
	padding: 15px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
div.box-attention{
	width: 452px;
	height: 116px;
}
div.overview-greeting{
	position: relative;
	height: 477px;
}
div.overview-greeting .head-msg1{
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 28px;
	line-height: 38px;
	font-family: "游明朝","Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
div.overview-greeting .head-msg2{
	position: absolute;
	top: 0;
	left: 365px;
	font-size: 0;
	line-height: 0;
}
div.overview-greeting .head-msg3{
	position: absolute;
	font-size: 22px;
	color: #e14b00;
	font-family: "游明朝","Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
div.overview-greeting .head-msg3.line1{
	left: 520px;
	top: 30px;
}
div.overview-greeting .head-msg3.line2{
	left: 550px;
	top: 70px;
}
div.overview-greeting .head-msg3.line3{
	left: 580px;
	top: 110px;
}
div.overview-greeting>img{
	position: absolute;
	left: 0;
	top: 160px;
}
div.overview-greeting>.title{
	position: absolute;
	left: 488px;
	top: 170px;
	font-size: 18px;
	font-weight: bold;
}
div.overview-greeting>.item1{
	position: absolute;
	left: 520px;
	top: 200px;
	font-size: 16px;
	line-height: 24px;
}
div.overview-greeting>.item2{
	position: absolute;
	left: 520px;
	top: 238px;
	font-size: 16px;
	line-height: 24px;
}
div.overview-greeting>.appendix{
	position: absolute;
	left: 520px;
	top: 268px;
	font-size: 14px;
	line-height: 24px;
}
div.overview-greeting>.attention-title {
	position: absolute;
	left: 490px;
	top: 330px;
	font-size: 14px;
}
div.overview-greeting>.box-attention{
	position: absolute;
	left: 490px;
	top: 350px;
	font-size: 14px;
}
div.item-greeting{
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 30px;
}
div.item-greeting:nth-of-type(3n+1){
	margin-left: 0;
}
div.item-greeting:nth-of-type(1),
div.item-greeting:nth-of-type(2),
div.item-greeting:nth-of-type(3){
	margin-top: 0;
}
div.item-greeting>.button{
	position: relative;
	background: #001450 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	float: left;
	font-size: 22px;
	line-height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	height: 75px;
}
div.item-greeting>.button span{
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	font-size: 12px;
	height: 50px;
	line-height: 55px;
	margin-right: 10px;
	width: 40px;
}
div.item-greeting>.button a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
div.item-greeting>.button a:visited,
div.item-greeting>.button a:link{
	color: #fff;
}
div.item-greeting>.title{
	position: relative;
	font-size: 18px;
	line-height: 23px;
	color: #323232;
	text-indent: 10px;
	margin-bottom: 5px;
}
div.item-greeting>.title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 23px;
	background: #0054a7;
}
div.item-greeting>img{
	width: 300px;
	height: 210px;
	margin-bottom: 5px;
	cursor: pointer;
}

/* Light Box */
div.added-mainframe,
div.added-mainframe>.prev,
div.added-mainframe>.next,
div.added-mainframe>.caption,
div.added-mainframe>.close{
	position: fixed;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 50%;
}
div.added-mainframe{
	margin: 0 auto;
	z-index: 1000;
	border: 10px solid #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}
div.added-mainframe>.prev,
div.added-mainframe>.next{
	position: fixed;
	width: 48px;
	height: 120px;
	z-index: 1200;
}
div.added-mainframe>.prev{
	background: #fff url(/theme/eyecal/img/common/lb_prev.png);
}
div.added-mainframe>.next{
	background: #fff url(/theme/eyecal/img/common/lb_next.png);
}
div.added-mainframe>.prev:hover,
div.added-mainframe>.next:hover,
div.added-mainframe>.close:hover{
	cursor: pointer;
}
div.added-mainframe>.caption{
	position: fixed;
	width: 160px;
	height: 48px;
	font-size: 24px;
	line-height: 45px;
	color: #ff4b00;
	background: #fff;
	text-align: left;
	text-indent: 10px;
	-webkit-border-top-left-radius: 5px;
	    -moz-border-radius-topleft: 5px;
	        border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	    -moz-border-radius-topright: 5px;
	        border-top-right-radius: 5px;
}
div.added-mainframe>.close{
	position: fixed;
	background: url(/theme/eyecal/img/common/lb_close.png);
	width: 70px;
	height: 70px;
	z-index: 1200;
}
