@charset "utf-8";
/* CSS Document */

.txt {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 150px;
	text-align: center;
	z-index: 5;
}
.mm {
	transform: translateY(-60%);
	-o-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
}
.title {
	margin-bottom: 80px;
}
#bg {
	background: url(../images/portfolio/bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.2;
}
.wbtn li {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 370px;
	margin: 0 5%;
}
.ph {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ph img {
	width: 250px;
	display: block;
	margin: 25px;
	/*margin-top: 20px;*/
	opacity: 0;
}
.R .ph img {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.L .ph img {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.nn {
	width: 160px;
	line-height: 2em;
}
.R .nn{
	margin-left: 115px;
}
.L .nn{
	margin-left: 25px;
}
.nn h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.3em;
}
.nn h2 {
	font-size: 1.1em;
}
.line {
	position: absolute;
	width: 100%;
	height: 100%;
}
.line div {
	position: absolute;
}
.L1, .L2, .L3, .L5 {
	background: #999;
}
.L1 {
	width: 1px;
	height: 0;
	top: 25px;
}
.L2 {
	width: 0;
	height: 1px;
	top: 45px;
}
.L3 {
	width: 0;
	height: 1px;
	top: 45px;
}
.L4 {
	top: 45px;
	width: 150px;
	height: 0;
	overflow: hidden;
	/*background:#CCC;*/
}
.L4_in {
	position: absolute;
	top: 1px;
	width: 330px;
	height: 330px;
	border: #999 solid 1px;
}
.L .L4{
	right:-15px;
}
.R .L4{
	left:-15px;
}
.R .L4_in{
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.L .L4_in{
	right:0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
.L5 {
	width: 0;
	height: 1px;
	bottom: -5px;
}
.txtB {
	bottom: -18px;
	opacity: 0;
}
.L .L1, .L .L2 {
	left: 25px;
}
.R .L1, .R .L2 {
	right: 25px;
}
.L .L3 {
	left: 210px;
}
.R .L3 {
	right: 210px;
}
.R .L5 {
	left: 119px;
}
.L .L5 {
	right:119px;
}
.R .txtB {
	right: 0;
}
@media screen and (max-width:1100px) {
.txt {
	right: 0;
}
}
 @media screen and (max-width:960px) {
.txt {
	top: 120px;
}
.mm {
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
}
.title {
	margin-bottom: 0;
}
.wbtn li {
	margin: 8%;
}
}
 @media screen and (max-width:450px) {
.txt {
	top: 100px;
}
.wbtn li {
	margin: 30px 0 50px 0;
	width: 220px;
	height: 310px;
}
.ph img {
	width: 200px;	
	margin: 10px;
}
.L .nn{
	margin-left:10px;
	text-align:left;
}
.R .nn{
	margin-left:50px;
	text-align:right;
}
.L2 {
	top:47px;
}
.L .L2 {
	left: 90px;
}
.R .L2 {
	right: 90px;
}
.L .L3 {
	left: 180px;
}
.R .L3 {
	right: 180px;
}
.L4 {
	width: 110px;
	
}

.L4_in {
	width: 250px;
	height: 250px;
}

.L5 {
	bottom: 12px;
}
.R .L5 {
	left: 97px;
}
.L .L5 {
	right:97px;
}
.txtB {
	width: 120px;
	bottom: 0;
}

}
