 /*ボディー */
body {
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

wrapper {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
 
/*ヘッダー */
div#header {
	text-align: center;
}

div#header h1 {
	margin: 0px;
}

div#header img {
	width: 90%;
	max-width: 980px;
	height: auto;
	margin-top: 20px;
	vertical-align: bottom;
}

.opacity a:hover img{
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}


/*メニュー */
div#menu {
	text-align: center;
	margin-top: 30px;
}

div#menu p {
	font-size: 18px;
	color: #b4b4b4;
}

@media screen and (max-width: 768px){
div#menu p {
	font-size : 10px;
	} 
}

div#menu a {
	padding: 10px;
}


/*ワークス */
div#works {
}

div#works ul {
    padding: 40px 0 100px 0;
	margin: 0 auto;
    width: 99%;
	max-width: 980px;
	overflow:hidden;
}

div#works li {
    padding: 2px;
    margin: 0;
    float: left;
    width: 25%;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

div#works img {
    width: 100%;
	vertical-align: bottom;
}


@media screen and (max-width: 768px){
/*750px以下は2列 */
div#works li {
    width: 50%;
	}
}


/*モーダル系 */
.modal-content {
	position: fixed ;
	display: none ;
	z-index: 2;
}

.modal-content p{
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 20px;
	position: absolute;
	left: 4%
}

@media screen and (max-width: 768px){
.modal-content p{
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	position: absolute;
	left: 4%
}
}


.modal-content img{
	width: 90%;
	max-width: 700px;
	height: auto;
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 768px){
.modal-content img{
	width: 92%;
	max-width: 700px;
	height: auto;
	display: block;
	margin: 0 auto;
}
}


#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}


.button-link {
}


p #modal-close{
	position: fixed;
	top: 15px;
	right: 15px;
}


.button-link:hover {
	cursor: pointer ;
	filter: alpha(opacity=90);
	-moz-opacity:0.6;
	opacity:0.6;
}


 /*プロフィール */
div#profile {
	width: 87%;
	max-width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

div#profile h2 {
	font-weight: normal;
	font-size: 24pt;
	margin: 40px 0 0 0;
}

@media screen and (max-width: 768px){
div#profile h2 {
	font-size : 23px;
	} 
}

.h2_en {
	font-size: 16pt;
	margin-top: 10px;
}

@media screen and (max-width: 768px){
.h2_en {
	font-size : 16px;
	margin-top: 5px;
	} 
}


 /*ニュース */
div#news {
	width: 87%;
	max-width: 980px;
	margin: 40px auto 0;
}
 
.data {
	font-size : 14px;
	color: #b4b4b4;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px){
.data {
	font-size : 10px;
	} 
}

.title {
	font-size : 20px;
	padding-bottom: 10px;
}

@media screen and (max-width: 768px){
.title {
	font-size : 18px;
	} 
}

.caption {
	font-size : 14px;
	padding-bottom: 14px;
}

@media screen and (max-width: 768px){
.caption {
	font-size : 12px;
	} 
}
 
div#news img {
	width: 100%;
	max-width: 980px;
	height: auto;
	margin-bottom: 100px;
}
 
 div#profile dl {
}

div#profile dt {
	font-size: 18px;
	margin-top: 50px;
	margin-bottom: 8px;
}

@media screen and (max-width: 768px){
div#profile dt {
	font-size : 16px;
	margin-top: 25px;
	margin-bottom: 8px;
	} 
}


div#profile dd {
	font-size: 16px;
	margin-left: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
div#profile dd {
	font-size : 12px;
	} 
}

.button {
	font-size: 16px;
	width: 100px;
	background-color: #f0f0f0;
	padding: 10px 20px;
	margin-right: 5px;
}

@media screen and (max-width: 768px){
.button {
	font-size : 18px;
	} 
}

div#sns {
	margin-top: 20px;
}

div#sns a {
	margin-right: 10px;
}

div#sns a:hover {
	opacity: 0.8;
}



/*コピーライト_トップ */
p.copy_top {
	color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	clear: both;
	text-align: center;
	font-size:10px;
}

@media screen and (max-width: 768px){
p.copy_top {
	font-size : 6px;
	} 
}

/*コピーライト */
p.copy {
	color: #3c3c3c;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto 20px;
	clear: both;
	text-align: center;
	font-size:10px;
}

@media screen and (max-width: 768px){
p.copy {
	font-size : 6px;
	} 
}
