﻿@charset "utf-8";

body{
	background: #fff;
	color: #231815;
}



#container{
	margin: 0 auto;
	width: 100%;
}



#header{
	width: 100%;
	overflow: hidden;
}


#header #gm1_identity{
	margin-bottom: 20px;
	padding: 20px 0 0 0;
	text-align: center;
	}

h1{
	margin-bottom: 40px;
	text-align: center;
}

h1 img{
	width: 90%;
	height: auto;
}

#nav{
	margin: 0 auto 30px;
	width: 80%;
	overflow: hidden;
}

#nav li{
	padding: 0 0 8px;
	display: inline;
	float: left;
	font-size: 0;
	line-height: 0;
	width: 50%;
	vertical-align: bottom;
	text-align: center;
}

#header .lumixg{
}

#footer{
	margin-top: 45px;
	padding: 7px 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}

#footer .credit{
	text-align: center;
}

/*** AddThis Button ***/
#addthis {
	margin: 0 auto 10px;
	/*** width: 200px; ***/
	width: 100px;
	overflow: hidden;
}


#addthis a {
	padding: 0;
    float: left;
    width: 50px;
    text-align: center;
}

@media only screen and (min-width: 641px) {
#header #gm1_identity{
	padding: 20px 20px 0 0;
	text-align: right;
	}
}


.clear{
clear: both;
}

strong{
color: #cc0000;
}

.center{
text-align: center;
}

.right{
text-align: right;
}

.thumb {
	margin: 0;
	width: 100%
	overflow: hidden;
}

.thumb li{
	padding: 1px;
	width: 50%;
	float: left;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-align:center;
}

.thumb li img{
	width: 100%;
	height: auto;
}




	
#profile h2,
#creators h2{
	margin-bottom: 30px;
	text-align: center;
}

#profile h3,
#creators h3{
	margin-bottom: 20px;
	text-align: center;
}

.profile_wrap .float-left .block_inner,
.profile_wrap .float-right .block_inner{
	padding: 20px 20px;
	height: 100%;
}

.profile_wrap .float-left img.fluid-Image,
.profile_wrap .float-right img.fluid-Image{
	width: 100%;
	height: auto;
}

.sp-hidden{
	display: none !important;
}


.pc-hidden{
	display: block !important;
}

@media only screen and (max-width: 640px) {

	.sp_text{
		padding: 0 20px;
	}
	.sp_text:after{
		content: attr(data-label);
	}
	.sp_text img{
		display: none;
	}
}

#concept{
	margin-top: 30px;
	text-align: center;
}

#concept p{
	margin-bottom: 60px;
}

#creators .profile_wrap{
	margin-bottom: 30px;
}

.btn_works{
	margin-top: 20px;
	text-align: right;
}

@media only screen and (min-width: 641px) {



h1 img{
	width: auto;
	height: auto;
}

	#nav{
		margin: 0 auto 50px;
		width: 490px;
		overflow: hidden;
	}

	#nav li{
		padding: 0 15px;
		display: inline;
		float: left;
		font-size: 0;
		line-height: 0;
		width: auto;
		vertical-align: bottom;
	}

	.thumb li{
		width: 25%;
		text-align:center;
	}
	
	#profile h2,
	#creators h2{
		margin-bottom: 60px;
		text-align: center;
	}
	#profile h3,
	#creators h3{
		margin-bottom: 20px;
	text-align: left;
	}
	
	.profile_wrap{
		width: 100%;
		overflow: hidden;
	}
	.profile_wrap .float-left,
	.profile_wrap .float-right{
		width: 50%;
	}
	.profile_wrap .float-left .block_inner,
	.profile_wrap .float-right .block_inner{
		padding: 40px 50px;
		height: 100%;
	}
	
	

	.btn_works{
		margin-top: 60px;
		text-align: right;
	}
	
	.float-left{
		display: inline;
		float: left;
	}

	.float-right{
		display: inline;
		float: right;
	}

}

/** margin
-------------------------------------------------------------------**/

.mgt0{margin-top: 0px !important;}
.mgt5{margin-top: 5px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt25{margin-top: 25px !important;}
.mgt30{margin-top: 30px !important;}
.mgt35{margin-top: 35px !important;}
.mgt40{margin-top: 40px !important;}
.mgt50{margin-top: 50px !important;}

.mgb0{margin-bottom: 0px !important;}
.mgb5{margin-bottom: 5px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb15{margin-bottom: 15px !important;}
.mgb20{margin-bottom: 20px !important;}
.mgb25{margin-bottom: 25px !important;}
.mgb30{margin-bottom: 30px !important;}
.mgb35{margin-bottom: 35px !important;}
.mgb40{margin-bottom: 40px !important;}
.mgb50{margin-bottom: 50px !important;}
.mgb60{margin-bottom: 60px !important;}
.mgb70{margin-bottom: 70px !important;}


/** clearfix
-------------------------------------------------------------------**/

.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
}