body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}


/*画像ウインドウ幅に合わせて拡大縮小
img {
	max-width: 100%;
    height: auto;
}*/


/*トップ画像ブラウザ一杯*/
#s01{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	/*background-image: url(../img/about/aboutbk.png);*/
	background-repeat: no-repeat;
	background-position: center;
	/*横長ブラウザ対策
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;*/
	}
#s01 .scroll{
	position:absolute;
	bottom:40px;
	left:50%;
	margin-left:-30px;
}


h1{
	font-size: 24px;
	color: #333;
	line-height: 1.1em;
	padding-top: 15px;
	font-weight: normal;
}
h2{
	font-size: 24px;
	color: #333;
	line-height: 1.1em;
	padding-top: 15px;
	font-weight: normal;
	letter-spacing: 0.2em;
	
}
h3{
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	line-height: 2em;
	margin-top: 20px;
}
h4{
	font-size: 13px;
	color: #999;
	line-height: 1.1em;
	padding-top: 15px;
	font-weight: normal;
	padding-bottom: 10px;
	font-style: italic;
}

#rogo {
	width: 250px;
	padding-top: 100px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#rogo img {
	margin-bottom: 10px;
}



.mirei{
	line-height: 1.5em;
	font-size: 20px;
	color: #999;
	font-weight: lighter;
}

#tittle img{
	margin-bottom:20px;	
}


#globalnavibk{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 80px;
	/*position: fixed;*/

    }  

#globalnavi{
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: auto;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
 }  
	
#globalnavi ul{
list-style-type: none;
margin: 0;
padding: 0;
float:left;
left:50%;
position:relative;
    }  
      
#globalnavi li{
	float: left;
	width: auto;
	float:left;
	left:-50%;
	position:relative;
	margin-right: 10px;
	margin-left: 10px;
}  
      
#globalnavi a{
	text-align: center;
	display:block;
	padding: 0.5em 0;
	width: 100%;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}  
      
#globalnavi a:hover{
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 10px;
 }  




.fixed {
    position: fixed;
    top: 0;
    width:100%;
    z-index: 10000;
}


a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	color: #333;
	text-decoration: none;	
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff;
}	

#s02{
	height:auto;
}

#about {
height: auto;
	width: 100%;
	margin:10px auto 30px auto;
	background-color: #f7f7f7;
	padding:60px 0 30px 0;
	
	
	}

#about a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
	margin-right: 4px;
	margin-left: 4px;
	}

#about a:hover{
		color: #999;
	}
#about h3 {
	margin-bottom: 15px;
}

#about img {
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#profile {
	height: auto;
	max-width:950px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}


#profile a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
	}

#profile a:hover{
	color: #999;
	}


.profile {
	text-align: left;
	height: auto;
	max-width:450px;
	width: 100%;
	line-height: 2.5em;
	margin-left: 20px;
}


.exbition {
	text-align: left;
	height: auto;
	max-width:450px;
	width: 100%;
	line-height: 2.5em;
	margin-left: 20px;
	padding-top:20px;
	
}
.exbition img {
margin-left:80px;

}


.box{
	float:left;
	width:50%;
	text-align: center;
	height: auto;
}
 
.box2{
	float:left;
	width:50%;
	text-align: center;
	height: auto;
	margin-top: 20px;
	margin-bottom: 100px;
}
 
.box_in{
	margin:10px;
}


	

#aboutimg {
	background-size: cover;
	height: 496px;
	width: 100%;
	clear: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


#worksbk {
	/*background-color: #f7f7f7;*/
	text-align: center;
	height: auto;
	width: 100%;
padding-bottom: 70px;
clear:both;

}
#works {
height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	padding-top: 30px;
	
}

#works p {
	line-height: 2em;
}


#works img {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;	
}

#contactbk {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	
}



#contactbk h4{
	font-size: 18px;
	color: #666;
	padding-top: 10px;
	font-style: normal;
	letter-spacing: 0.5em;
	margin-bottom: -10px;
}

#contactbk p{
	line-height: 2.5em;
}

#contactbk a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;	
	
	}

	
#contactbk a:hover{
	color: #999;
	}

#contact {
	height: auto;
	max-width: 600px;
	margin:25px auto 100px auto;
	background-color: #f7f7f7;
	padding:20px 0 55px 0;
}


/*#contact {
	height: 745px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	background-image: url(../img/about/frame.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 100px;
	padding-top: 100px;
}*/

.memo {
	font-size: 12px;
	color: #666;
}


/*ウインドウ枠*/
#top, #bottom, #left, #right {
	position: fixed;
	background-color: #fff;
}
#left, #right {
top: 0; bottom: 0;
width: 10px;
}
#left { left: 0; }
#right { right: 0; }

#top, #bottom {
left: 0; right: 0;
height: 10px;
}
#top { top: 0; }
#bottom { bottom: 0; } 
/**/

#footer{
	height:200px;
	width: 100%;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	font-size: 12px;
	background-color: #f7f7f7;
	padding-top: 90px;
}

#footer a:hover {
    text-decoration: none;
	}


#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #333;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	
}

/* = Selected Text
----------------------------------------------- */
::selection {
	background:#bfbfbf; /* Safari */
}

::-moz-selection {
	background:#bfbfbf; /* Firefox */
}



/*20/8/19文字の大きさ変更*/
a.irai {
   font-size: 12.5px;
}