* {  
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin:0; 
	padding:0; 
	background-color:#ffffff;
	font-family:"Arial","Roboto","游ゴシック", "YuGothic", 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",sans-serif, Meiryo, メイリオ,Helvetica;	
/*	line-height:1.2em;*/
	color:#3d3d3d;
}
.cwhite {color:white;}
.uline {text-decoration: underline;}
.pg1 {font-size:38px;}
.sp1 {margin:14px;}
.sp2 {margin:9px;}
.sp3 {margin:30px;}
.fs110 {font-size:9pt;}
body { 
	width:100%; 
}
a:link,a:visited,a:hover,a:active{
	text-decoration:none;
	outline: none;
}
a:hover{
	background:#ffff66;
}
hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	margin:0 0 11px 0;
	width:170px;
}
ul {
	list-style: none;
}
img{
	max-width: 100%;
	min-width:100px;
}

/* id */
#wrap { 
}
#head { 
	width:100%; 
}
#foot { 
	width:100%; 
	clear:both;
	bottom:0;
}
#contents .dfl a{ 
	font-size:9pt;
	text-decoration:none;
	outline: none;
}
#nav { 
	font-size:9pt;
	float:left; 
	width:270px; 
	margin:50px 0 10px 30px;
	position: fixed;
	top:0;  
	left:0;
	line-height:14pt;  
}
#nav2 { 
	float:left; 
	width:555px; 
	position: fixed;
    top:0px;  
    left:240px;
}
#nav3 { 
	font-size:8pt;
	float:left; 
/*	width:805px; */
	position: fixed;
    top:0px;  
    left:300px;
}
#contents {
/*width:800px;*/
	line-height:11pt;  
		color: #3d3d3d;
	font-size:9pt;
	margin:50px 30px 50px 300px;
	border:solid 1px #fff;
}
#contents li {
    margin: 0 0 0 30px;
}
#contents2 {
	margin:200px 30px 50px 240px;
	border:solid 1px #fff;
}
#contents2 li {
    margin: 0 0 0 30px;
}
#contents3 {
	margin:200px 30px 50px 300px;
	border:solid 1px #fff;
}
#contents3 li {
    margin: 0 0 0 30px;
}
#contents a{
	text-decoration:underline;
}
#toggle{
	display:none;
	text-align: left;
}
/* menu */
#menu li{  
	list-style:none;
	width:170px;
	margin:5px 0 5px 0;
	padding:0;
/*	line-height:14pt;  */
}
#menu li :hover{
        background:#ffff66;
}	

/* class */
.logo{
    font-weight:normal;
    font-size:8.6pt;
}   
.title{
	line-height:11pt;  
	margin:8px 0 0 0;
	font-size:8pt;
	font-style:italic; 　　　
}            
.move-left{
	margin:0 0 0 -27px;
}
.box1 {　/*works*/
    width:100%;
    height:3vw;
}
.box2{ /*menu*/
	margin:50px;
}
.box4{ /*cv*/
	margin:20px 0 -10px 0;
}
.box5{ /*news*/
	margin:0 0 8px 0;
}
.box6{ /*menu*/
	margin:0 0 15px 0;
}
.box7{ /*menu*/
	margin:0 0 -15px 0;
}
.box8 {　/*works*/
	margin:30px;
}
.box9{ /*menu*/
	margin:0 0 -30px 0;
}
.box10 {　/*works*/
    width:100%;
    height:1vw;
}
/* language buttons */
.langbuttons a {
	margin:0 7px 0 0;
	padding:0 0 0 0;
	cursor: pointer;
}
/* when the button is pushed */
.langbuttons a.on {
	color:#000000;
    border-bottom:solid 1.5px #000000;
}
.buttontext,.buttontext:hover{
	color: #b4b4b4;
}	
/* -------------mobile------------- */	
@media (max-width: 780px) {

	#menu{
		display: none;
		margin:20px 0 0 0;
	}
	#nav{	
		position:static ;		
		width: 100%;
		margin:10px 0 10px 0;
		padding:0 20px 0 10px;
	}
	#nav2{	
		position:static ;		
		width: 100%;
		margin:10px 0 10px 0;
		padding:0 10px 0 10px;
	}
	#contents {
		clear:both;
		margin:0 10px 10px 10px;
	}	
	#contents2 {
		clear:both;
		margin:0 10px 10px 10px;
	}	
	#toggle{
		display: inline;
		position: relative;
		margin:0 0 0 0;
		width:27px;
		float: right;
	}
	#toggle a{
		display: inline;
		position: relative;
		color: #3d3d3d;
		text-decoration: none;	
	}
	#menu li{
		list-style:none;
		width:100%;
		margin:15px 0 15px 0;
		padding:0;
	}
	.box2{ /*menu*/
		display: none;
	}
	.box1{
	margin:15px;		
	}
	.box9{ 
        margin:0 0 -10px 0;
        }
		hr {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #a3a3a3;
		margin:0 10px 10px 0;
		width: 100%;		
	}
}

	
	
	
	
	
	
