@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #5d5d5d;
   text-align: left;
}

#wrap #wrapbody{
	width: 868px;
	height: 565px;
	background:url(../img/bg_box.png) repeat;
	border-radius: 5px;
	padding:6px 6px 8px;
}

#wrap .inner{
	height: 565px;
	position: relative;
	background: #fff;
	border-radius: 5px;
}

#wrap #wrapbody .txt {
	font-size: 85%;
	line-height: 1.8;
}

#wrap #wrapbody .text p.atn {
	font-size: 71%;
	line-height: 1.6;
	padding-top: 10px;
}

#wrap #wrapbody .title01{
	position: absolute;
	left: 50px;
   	top: 40px;
   	color:#ff7d00;
	letter-spacing: 0.08em; 
	font-size: 24px;
}

#wrap #wrapbody .box1 dl{
	position: relative;
}

#wrap #wrapbody .stitle {
	position: absolute;
	left: 57px;
   	top: 117px;	   
}

#wrap #wrapbody .stitle:before {
	background: none repeat scroll 0% 0% #ff7d00;
	content: "";
	display: block;
	width: 5px;
	height: 62px;
}

#wrap #wrapbody .stitle p{
	color: #FF7D00;
	position: absolute;
	left: 20px;
	top: 6px;
	font-size: 110%;
	font-weight:bold;
	width: 236px;
	letter-spacing: 0.05em;
}

#wrap #wrapbody .box3 .stitle p{
	position: absolute;
	left: 20px;
	top: -6px;
}

#wrap #wrapbody .box3 .stitle img{
	margin-bottom: -7px;
}


#wrap #wrapbody .stitle span {
	font-size: 115%;
}

#wrap #wrapbody .box1 .text {
	position: absolute;
	left: 57px;
   top: 220px;
   width: 236px;
}

#wrap #wrapbody .box1 .img {
	position: absolute;
	left: 57px;
	top: 317px;
}

#wrap #wrapbody .box2 .stitle {
	position: absolute;
	left: 331px;
   top: 117px;
}
#wrap #wrapbody .box2 .text {
	position: absolute;
	left: 331px;
   top: 220px;
   width: 236px;
}

#wrap #wrapbody .box3 .stitle {
	position: absolute;
	left: 606px;
   top: 117px;
}
#wrap #wrapbody .box3 .text {
	position: absolute;
	left: 606px;
   top: 220px;
   width: 216px;
}

#wrap #wrapbody .box4 .txt {
	position: absolute;
	left: 50px;
	top: 468px;
	width: 770px;
	border-top: 1px solid #ccc;
	padding-top: 16px;
}
#wrap #wrapbody .box4 .img {
	position: absolute;
	left: 432px;
	top: 457px;
}

#wrapbottom {
    width: 850px;
    height: 10px;
}

.sp_only {
    display: none;
}