/* -----------------------------------------------
CSS Information
 File name:      style.css
 Author:         白石和子[kazuko shiraishi]
 Style Info:     PROFILE専用シート
-------------------------------------------------- */
@import url('demo.css');

@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Entypo Icon Font */
.clearboxS{float:left;margin:0 auto;width:1050px;height:30px;background-color:#FFF;}
.clearboxE{clear:both;margin:0 auto;width:1050px;height:80px;background-color:#F9F9F9;}

.profilebox{
    margin:0px auto;
    text-align:center;
    width:1050px;
	background-color:#FFF;
	border:1px solid #bbb;
/*	-moz-box-shadow:1px 1px 2px #222;
	-webkit-box-shadow:1px 1px 2px #222;
	box-shadow:1px 1px 2px #222;
*/
	margin-top:10px;
}
.newshead{
	float:left;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	position:relative;
	margin:0px 0px 5px 0px;
	color:#666;
	height:18px;
	line-height:18px;
	background-color:#f9f9f9;
	border-bottom:1px solid #999;
}
.titlebox{
	margin:0px auto;
    font-size:1em;
	font-weight:normal; 
	color:#444;
	height:18px;
	max-width:1280px;
	width:100%;
    text-align:left;
	margin-top:70px;
	margin-bottom:10px;
/*	border-bottom:solid 1px #bbb;*/
	}

.profileimgbox{
	float:left;
	width:400px;
	height:300px;
	margin:25px;
    text-align:center;
	background-color:#FFF;
	border-right:solid 1px #bbb;
}
.pimg{
	margin-top:35px;
	text-align:center;
	border:solid 0px #8B8878;
    -moz-box-shadow:1px 1px 2px #333;
    -webkit-box-shadow:1px 1px 2px #333;
    box-shadow:1px 1px 2px #333;
}
.profileRbox{
	color:#363636;
	width:530px;
	height:300px;
    text-align:left;
    line-height:18px;
	background-color:#FFF;
	margin:25px;
	font-size:1em;
	float:left;
}
.pnamebox{width:530px;margin:40px 0px 10px;background-color:#FFF;text-align:left;font-size:1em;line-height:18px;float:left;}
.pnames{background-color:#FFF;border-bottom:1px solid #ddd;float:left;}
.pnames h3{font-size:0.9em;line-height:18px;}

.psbox{
	width:500px;
	margin:15px 0px 0px 0px;
	background-color:#FFF;
	text-align:left;
	font-size:0.9em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height:25px;
	color:#363636;
}

	
/*メインボックス上段説明文スペース 写真と作風説明*/
.profilework{
	width:846px;
    text-align:left;
    line-height:18px;
	background-color:#FFF;
	margin:15px 100px 10px;
	float:left;
	border-top:solid 1px #ddd;
}
.profileinwork{
    font-size:0.8em;
	color:#363636;
	width:816px;
    text-align:left;
    line-height:18px;
	background-color:#FFF;
	margin:15px 15px;
	float:left;
	}
/*メインボックス下段Logoスペース */
.clearfootbox{
	clear:both;
	width:1046px;
	height:50px;
}




/* Gamma Gallery Style */

.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}

.gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
 
.gamma-description:before {
	content: '';
	height: 100%;
}


.gamma-description:before,
.gamma-description h3 {

	display: inline-block;
	vertical-align: middle;
	line-height:10px;
}

.gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;

	line-height:18px;

}

.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}

button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}
/**クリック後のイメージ設定**/
.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
     filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5

}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}

.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
	text-align:center;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-single-view .gamma-description br {
	display: none;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;

}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}

.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 750px) {

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

@media screen and (max-width: 500px) {

	.gamma-buttons {
		float: left;
		clear: both;
	}

}
