workTextRworkTextRworkTextR.left40 {
	box-sizing: border-box;
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
}
.right60 {
	box-sizing: border-box;
	width: 60%;
	height: auto;
	float: right;
	position: relative;
}
@media screen and (max-width: 700px) {
.left40 {
	width: 100%;
	height: auto;
}
.right60 {
	width: 100%;
	height: auto;
}
}


.leftBottom {
	box-sizing: border-box;
	width: 35%;
	height: auto;
	position: fixed;
	left: 20px;
	bottom: 50px;
	display: block;
}
.leftBottomSP {
	position: absolute;
	bottom: 0;
}
.leftBottom2 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	position: relative;
	display: none;
	float: left;
	padding: 20px;
	padding-bottom: 0px;
}
@media screen and (max-width: 700px) {
.leftBottom {
	display: none;
}
.leftBottom2 {
	display: block;
}
}
.titleBox {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: left;
	float: left;
}
.titleBox img {
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	text-align: left;
}
.workName {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
}
@media screen and (max-width: 700px) {
.workName {
	font-size: 60px;
	font-weight: 900;
	line-height: 60px;
}
}
@media screen and (max-width: 500px) {
.workName {
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
}
}
.workText, .workTextR {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	color: #666;
	padding-top: 10px;
	padding-left: 45px;
	background-image: url(../img/textBG.jpg);
	background-repeat: no-repeat;
	font-size: 1.8rem;
	font-weight: 400;
}
.workText {
	font-size: 1.8rem;
	font-weight: 400;
}
.workTextR {
	padding: 10px 20px;
	padding-left: 45px;
}
.workTextBottom {
	padding: 10px 0px;
	background-image: none;
}

.workTextR2 {
	background-image: none;
	padding-top: 2px;
	text-align: right;
	padding-right: 0px;
}
.rightimage, .rightimage2, .rightimage3 {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	float: left;
	padding: 0px 20px 40px 20px;
}
.rightimage2 {
	padding: 0px 20px 10px 20px;
}
.rightimage img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.rightimage2 img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.rightimage3 img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.rightimage3:hover {
	opacity: 0.8;
}
.rightimage3:hover .workTextR2 {
	opacity: 1;
	text-decoration: underline;
}

.work01Box {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

.styled {
    padding: 10px;
    font-size: 1em;
    background-color: #FFF;
    color: #232323;
    border-style: none;
    font-family: "Mplus 1p","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin: 5px;
	border-radius: 5px;
	margin: 0 auto;
	width: 50%;
	margin-left: 25%;
	margin-bottom: 50px;
	font-size: 2em;
	font-weight: 500;
	letter-spacing: 2px;
	border: 1px solid #ccc;
}