/*************************************************
	タグ 初期設定
*************************************************/

html {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
	width:100%;
}

@font-face {
   font-family: english-regular;
   src: url('../font/regular.otf') format("opentype");
}

@font-face {
   font-family: english-bold;
   src: url('../font/bold.otf') format("opentype");
}


body {
	height: 100%;
}



/***** テーブル設定 *****/
h1 {
	text-align:center;
	font-weight:normal;
	color:rgba(255,255,255,0)
}


/***** 文章設定 *****/
p {
}

#topmenu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

.textgrey{
	color:rgba(0, 0, 0, 0.4);
}


/***** リンク設定 *****/

#listtext a, #listtext2 a, #listtext3 a{
	color:#000;
	transition: color .5s;
	border-bottom:rgba(0,0,0,0.4) 1px dotted;
}

#listtext a:link, #listtext2 a:link, #listtext3 a:link {
	color:#000;
	transition: color .3s;
	border-bottom:rgba(0,0,0,0.4) 1px dotted;
}

#listtext a:visited, #listtext2 a:visited, #listtext3 a:visited {
	color:#000;
	transition: color .3s;
	border-bottom:rgba(0,0,0,0.4) 1px dotted;
}

#listtext a:hover, #listtext2 a:hover, #listtext3 a:hover {
	color:#f00;
	transition: color .3s;
	border-bottom:rgba(0,0,0,0.4) 1px dotted;
}

#listtext a:active, listtext2 a:active, listtext3 a:active {
	color:#000;
	transition: color .3s;
	border-bottom:rgba(0,0,0,0.4) 1px dotted;
}


a img.fade{
	background:none!important;
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  

}
 
a:hover img.fade{
	opacity:0.4;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}


/***** グローバルメニューアニメーション *****/

.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
  padding: 0;
}
.snip1135 a {
  color: rgba(0, 0, 0, 1);
  position: relative;
  text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #f00;
}

.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}

.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}


/***** テーブル設定 *****/

table {
}
th {
}
td {
}


/*************************************************
	レイアウト系
*************************************************/


/***** #wrap *****/
#wrap{
	background-image:url(../img/img_top.jpg);
	-moz-background-size:cover;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
	position:relative;
}

#wrap2{
	height:100%;
	width:100%;
	position:relative;
}




/***** #topContents *****/

#topmenubg{
	background-color:rgba(255,255,255,0.4);
	padding:20px 0 30px 0;
	bottom: 100px;
	position:absolute;
	width:100%;
}

#topmenu{
	width:680px;
	bottom: 100px;
	margin:0 auto;
}

#topmenu img{
	float:right;
	margin-left:16px;
	margin-right:4px;
	
}

#topmego{
	font-family: english-bold;
	color:#f00;
	float:left;
	font-size:26px;
	margin:0 32px 30px 0;
	letter-spacing: 10px;
}

.home{
	font-family: english-regular;
	font-size:26px;
	letter-spacing: 10px;
	color:#000;
}

#topmenu li{
	font-family: english-regular;
	font-size:16px;
	margin-right:47px;
	letter-spacing:3px;	
}

#topmenu li:last-child{
	margin-right:0px;	
}

/***** #contentsFrame *****/


#headerbg{
	position:fixed;
	background-color:rgba(255,255,255,0.85);
	padding:20px 0 20px 0;
	top: 0;
	width:100%;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 8px 0px;
}

#headermenu{
	width:680px;
	bottom: 100px;
	margin:0 auto;
}

#headermenu img{
	float:right;
	margin:1px 0 0 20px;
	
}

#headermego{
	font-family: english-bold;
	color:#f00;
	float:left;
	font-size:24px;
	margin:0 32px 20px 0;
	letter-spacing: 10px;
}

.headerhome{
	font-family: english-regular;
	font-size:24px;
	letter-spacing: 10px;
	color:#000;
}

#headermenu li{
	font-family: english-regular;
	font-size:12px;
	margin-right:32px;
	letter-spacing:2px;	
}

#headermenu li:last-child{
	margin-right:0px;	
}

#contents{
	width:680px;
	margin:0 auto;
	padding:160px 0 100px 0;
	text-align:center;
}

#title1{
	font-family: english-regular;
	font-size:20px;
	color:#000;
	margin-bottom:10px;
	letter-spacing:8px;	
}

#title2{
	font-size:11px;
	color:rgba(0, 0, 0, 0.4);
	letter-spacing:4px;
	margin-bottom:60px;
}

#contents ul{
	text-align:left;
}

#listdate{
	font-family: english-regular;
	font-size:14px;
	color:rgba(0, 0, 0, 0.4);
	letter-spacing:2px;
	border-bottom:dotted 1px rgba(0, 0, 0, 0.4);
	padding-bottom:10px;
	margin:0 0 10px 0;
}

#listtext{
	font-size:12px;
	color:#000;
	line-height:1.6;
	width:540px;
	float:left;
	margin-bottom:40px;
}

#listtext2{
	font-size:12px;
	color:#000;
	line-height:1.6;
	width:610px;
	float:left;
	margin-bottom:40px;
}

#listtext3{
	font-size:12px;
	color:#000;
	line-height:1.6;
	width:540px;
	margin-bottom:40px;
}

#linkbn{
	float:left;
}

#galleryicon{
	padding-top:10px;
}

.margin20{
	margin:0 0 20px 20px;
}

.marginbtm20{
	margin-bottom:20px;
}

.marginrightbtm40{
	margin:0 40px 40px 0;
}

.marginbtm40{
	margin:0 0 40px 0;
}

.marginleft20btm40{
	margin:0 0 40px 20px;
}

.paddingtop40{
	padding-top:40px;
}

.marginright480{
	margin-right:480px;
}

#profile{
}

#profileimg{
	width:320px;
	float:right;
}

#profiletext{
	text-align:left;
	width:320px;
	font-size:12px;
	color:#000;
	line-height:1.6;
}

.profname{
	font-family: english-regular;
	font-size:14px;
	color:rgba(0, 0, 0, 0.4);
	letter-spacing:2px;
}

.profmego{
	font-family: english-bold;
	font-size:20px;
	color:#000;
	letter-spacing:2px;
}



/***** #footer *****/

#footer {
	font-family: english-regular;
	letter-spacing:1px;	
	font-size:10px;
	text-align:center;
	width:100%;
	color:#FFF;
	background-color:#000;
	padding:2px 0;
	position: fixed;
	bottom: 0;
}

#footer a {
	transition: color .3s;
	color:#FFF;
}

#footer a:visited {
	color:#FFF;
}

#footer a:hover {
	color:#F00;
}
	