* {
    margin: 0;
    padding: 0;
}

html {
  -webkit-overflow-scrolling: touch;
}
html,body {
    overflow: auto;
    text-align: center;
    margin: 0px auto;
	font-size: 12px;
    color: #000000;
		letter-spacing: 0.03em;

	line-height:1.8em;
    background-image:url(../img/index/bg_nl.jpg);	
}


a { text-decoration: underline ; font-size: 12px; line-height: 16px;}
a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { color:#777777;  }

a.detail { text-decoration: underline ; font-size: 10px; line-height: 14px;
}
a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { color:#777777;  }

a.studio { text-decoration: underline ; font-size: 14px;}
a:link { color: #000000 }
a:visited { color: #000000 }
a:hover { color:#777777;  }

.pcnone {
display: none;

	}
.spnone {
display: block;
}
	

div#container {
    position: relative;
    margin: 0px auto;
    width: 850px;
    text-align: left;
    background-image:url(../img/index/bg.jpg);
	height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
			line-height:1.8em;
}

body > #container {
    height: auto;
}

div#contents {
    padding-bottom: 50px;
	width: 850px;
}

#header {
width: 850px;
height: 37px;
text-align: right;
padding: 5px 0px 0px 0px;
clear:both;
}

#smh-header {
	display:none;
	margin-top: 10px;
	font-size: 10px;
}

.pcnone-topttl {
	display: none;
}

#headerlogo{
	    width: 830px;
    margin: 0px 10px;
	float: left;
}

#headerlogo .hlleft {
	    width: 300px;
	float: left;
}

#headerlogo .hlright {
    width: 300px;
	float: right;
	text-align: right;
	padding-top: 8px
}


#headerbanner{
    width: 300px;
	float: right;
}

#headerimage2{
    clear: both;
	width: 850px;
    padding: 20px 0px 28px 0px;
}



/*mouseover block
------------------------------------------------------------*/

#aboutbox {
float : left ; 
margin-left: 28px;
text-align: center;
width:130px;
padding-top: 10px;
visibility: hidden;
}

#methodbox{ 
float : left ; 
text-align: center;
width:130px;
padding-top: 10px;
visibility: hidden;}

#gallerybox{
float : left ; 
text-align: center;
width:130px;
padding-top: 10px;
visibility: hidden;
}

#fctbox {
float : left ; 
text-align: center;
width : 150px ;
padding-top: 10px;
visibility: hidden;
}

#classbox {
float : left ; 
text-align: center;
	margin-left: -5px;
width : 100px ;
padding-top: 10px;
visibility: hidden;
}


#contactbox {
float : left ; 
text-align: center;
width : 150px ;
padding-top: 10px;
visibility: hidden;
}

/*menu
------------------------------------------------------------*/


#menubox{
    width: 850px;
    padding: 0px 0px 0px 30px;
}

ul#menuPC{
 text-align:center;
	}
ul#menuPC li{
    list-style:none;
    display:inline;
	float: left;
}
ul#menuPC a{
    display:block;
    text-indent:-2500px;
    overflow:hidden;
	    height:99px;
}
a.about{
    background-image:url(../img/en_index/about.png);
	width:130px;
}
a:hover.about{
    background-position:0px -99px;
}

a.method{
    background-image:url(../img/en_index/method.png);
	width:130px;
}
a:hover.method{
    background-position:0px -99px;
}

a.gallery{
    background-image:url(../img/en_index/gallery.png);
	width:130px;
}
a:hover.gallery{
    background-position:0px -99px;
}

a.faculty{
    background-image:url(../img/en_index/faculty.png);
	width:150px;
}
a:hover.faculty{
    background-position:0px -99px;
}

a.class{
    background-image:url(../img/en_index/class.png);
	width:90px;
}
a:hover.class{
    background-position:0px -99px;
}


a.contact{
    background-image:url(../img/en_index/contact.png);
	width:150px;
}
a:hover.contact{
    background-position:0px -99px;
}

/*menu smp click
------------------------------------------------------------*/
.menu .btn-1 {
    margin-left: 16px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.1em;
	margin-bottom: 14px;
	text-decoration: underline;
}

.menu .spm-1 a {
	margin-left: 60px;
	margin-bottom: 2px;
	font-size: 10px;
}

.menu .spm-1 a:first-child {
	margin-top: -6px;
}

.spm-1 {
	margin-bottom: 20px;
}



/*etc
------------------------------------------------------------*/
.ta-logo {
  margin: 0 auto;
  text-align: center;
  clear: both;
  top: -60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}


.ta-logo-sp {
  margin: 0 auto;
  text-align: center;
  clear: both;

}

.ta-logo img {
    max-width: 300px;
    height: auto;
    margin-bottom: 15px;
}

.ta-logo-sp img {
    max-width: 55%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;

}


.ta-logo-en {
    position: relative;
        height:60px;
    clear: both;

}

#topics{
clear:both;
width: 850px;
padding: 0px;
}

#endmore {
	padding-top: 30px;
	text-align:center;
	margin-bottom: 50px;
	}

#endmore img:hover {
    opacity: 0.7;
}


#C_Left {
	width:450px;
	margin-left:30px;
	float:left;
	display:inline;
	text-align: center;
	}

		#C_Left a {
	line-height:160% !important;
	}
	
#C_Right {
	width:270px;
	margin-right:30px;
	padding-bottom:30px;
	padding-top:33px;
	float:right;
	display:inline;
	}


#footer {
	width: 100%;
    height: 50px;
    color: #FFFFFF;
    	font-size: 10px;
	line-height: 15px;
    text-align: center;
   position: absolute;
    bottom: 0;
    background-image:url(../img/index/bg_f.jpg);
}

#footer p{
    padding-top: 10px;
}

#fleft {
	text-align: left;
	float: left;
	padding-left: 30px;
	width: 40%;
}

#fright {
	text-align: right;
	float: right;
	padding-right: 30px;
}



img,
fieldset {
	border:0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.topics_ttl {
	font-family: "Times New Roman", Times, "serif";
	font-size:200%;
	margin-bottom: 20px;
}


/*スマホ
------------------------------------------------------------*/
@media only screen and (max-width: 480px){
		
	html,body {
 		height: auto;
}
	
	img {
		max-width: 100%;
		height: auto;
	}
	
		.pcnone-topttl {
	display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
		#smh-header {
	display:block;
		margin-top: 10px;
}
	
	.smp-displaynone {
		display: none;
	}
			.pcnone {
	display: block;
	}
	.spnone {
		display: none;
	}
	div#container, #headerimage2, #about_next {width: 100%;}
	#header, #headerlogo, #headerlogo.hlleft, #headerlogo.hlright, #menubox, #aboutbox, #methodbox, #fctbox, #gallerybox, #classbox, #contactbox {display: none;}

	div#container {
					height: auto;

}
	div#contents {
		width: 90%;
		    margin: 0 auto;
padding-bottom: 0px;
		height: auto;

	}

	
#topics {
clear:both;
width: 100%;
padding: 10px 0px 0px 0px;
}

#C_Left {
width: 100%;
	margin-left:0px;
	display:inline;
	text-align: center !important;
	}
	
	#C_Left a {
	line-height:160% !important;
	}
	
	#C_Right {
width: 100%;
	margin-right:0px;
	padding-bottom:30px;
	padding-top:33px;
	float:none;
	text-align: center !important;

	}
	
	/*footer-------------------------------------------------------*/

	#footer {
    height: auto;
    background-image: url(../img/en_index/bg_f.jpg);
    margin-top: 50px;
    padding-bottom: 20px;
		position:static;
}
	
	#fleft {
		text-align: center;
    float: none;
    padding-left: 0;
    width: 100%;
}
	
	#fright {
    text-align: center;
    float: none;
    padding-right: 0;
}
}