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

.clearfix {
  min-height: 1px;
}

html{
	height: 100%;
	overflow-y: scroll;
}

body {
	font-family:
   "ヒラギノ明朝 ProN W3",
   "HiraMinProN-W3",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   font-style: oblique;

}

ul li{
	list-style-type: none;
}


.text_title{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 14px;
	line-height: 2;
}

/* オープニングセット */

.title{
	position: absolute;
	width: 285px; height: 105px;
	left: 50%; top: 23px;
	margin-left: -142px;
	z-index: 999;
}






/* ヘッダーナビ部分共通 */

.header_navi{
	position: relative;
	width: 100%;
	height: 235px;
	background-color: white;
}

.header_navi .social{
	position: absolute;
	width: 100px; height: 30px;
	right:50%; top:15px;
	margin-right: -400px;
}
.header_navi .social .fb{
	position: absolute;
	left: 0px; top: 0px;
}
.header_navi .social .tw{
	position: absolute;
	left: 110px;
}

.header_navi .header_cont{
	position: relative;
	width: 640px;
	height: 235px;
	margin: 0 auto;
	margin-top: 20px;
}
.header_navi .header_cont .header_logo{
	position: relative;
	width: 290px; height: 25px;
	margin: 0 auto;
	padding-top: 70px;
}

.navi_btn{
	position: relative;
	width: 640px; height: 33px;
	padding-top: 40px;
}
.navi_btn ul li{
	float: left;
}
.navi_btn ul li a{
	background:url(../images/common/header_navi.jpg);
	display:block;
	width: 640px; height: 33px;
}
.navi_btn ul li#profile a{
	width:160px; height: 33px;
	background-position:0 0;
}
.navi_btn ul li#works a{
	width:160px; height: 33px;
	background-position:-160px 0;
}
.navi_btn ul li#ex a{
	width:160px; height: 33px;
	background-position:-320px 0;
}
.navi_btn ul li#contact a{
	width:160px; height: 33px;
	background-position:-480px 0;
}
.navi_btn ul li#profile a:hover{
	width:160px; height: 33px;
	background-position:0 -33px;
}
.navi_btn ul li#works a:hover{
	width:160px; height: 33px;
	background-position:-160px -33px;
}
.navi_btn ul li#ex a:hover{
	width:160px; height: 33px;
	background-position:-320px -33px;
}
.navi_btn ul li#contact a:hover{
	width:160px; height: 33px;
	background-position:-480px -33px;
}


/* profile */
body#profile .navi_btn ul li#profile{
	pointer-events: none;
}
body#profile .navi_btn ul li#profile a{
	width:160px; height: 33px;
	background-position:0 -33px;
}

/* works */
body#works .navi_btn ul li#works{
	pointer-events: none;
}
body#works .navi_btn ul li#works a{
	width:160px; height: 33px;
	background-position:-160px -33px;
}

/* ex */
body#ex .navi_btn ul li#ex{
	pointer-events: none;
}
body#ex .navi_btn ul li#ex a{
	width:160px; height: 33px;
	background-position:-320px -33px;
}




/*////////////
 ///profile/// 
 //////////*/



body#profile .contents{
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#profile .contents .profile_pic{
	position: relative;
	width: 150px; height: 150px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 80px;
}

body#profile .contents .profile_text{
	position: relative;
	width: 600px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2;
	padding-bottom: 80px;
	padding-left: 20px;
}

body#profile .contents .profile_text .profile_jp{
	float: left;
	width: 190px;
	margin-right: 30px;
}

body#profile .contents .profile_text .profile_en{
	float: left;
	width: 380px;
}

body#profile .contents .title_ex{
	position: relative;
	width: 80px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 2;
	padding-bottom: 60px;
}


body#profile .contents .ex_text{
	position: relative;
	width: 600px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
	padding-bottom: 80px;
}

body#profile .contents .title_award{
	position: relative;
	width: 60px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 2;
	padding-bottom: 60px;
}

body#profile .contents .award_text{
	position: relative;
	width: 600px;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
	padding-bottom: 120px;
}



/*////////////
 /////ex///// 
 //////////*/
body#ex .contents{
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 50px;
}


body#ex .contents .title_text{
	position: relative;
	width: 250px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
	padding-bottom: 50px;
}

body#ex .contents .ex_pic{
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
}

body#ex .contents .ex_discription{
	position: relative;
	width: 180px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2;
	padding-left: 20px;
	padding-bottom: 80px;
	padding-top: 20px;
}


/*////////////
 /////works///// 
 //////////*/
body#works .contents{
	position: relative;
	width: 690px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#works .contents .title2016{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
body#works .contents .thum2016{
	position: relative;
	width: 150px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2016 ul li{
	float: left;
}


body#works .contents .title2015{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
body#works .contents .thum2015{
	position: relative;
	width: 150px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2015 ul li{
	float: left;
}




body#works .contents .title2014{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#works .contents .thum2014{
	position: relative;
	width: 330px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2014 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2014 ul li#end{
	float: left;
	margin-right: 0px;
}



body#works .contents .title2013{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#works .contents .thum2013{
	position: relative;
	width: 330px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2013 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2013 ul li#end{
	float: left;
	margin-right: 0px;
}


body#works .contents .title2012{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
body#works .contents .thum2012{
	position: relative;
	width: 150px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2012 ul li{
	float: left;
}

body#works .contents .title2011{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
body#works .contents .thum2011{
	position: relative;
	width: 510px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2011 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2011 ul li#end{
	float: left;
	margin-right: 0px;
}

body#works .contents .title2010{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}
body#works .contents .thum2010{
	position: relative;
	width: 510px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2010 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2010 ul li#end{
	float: left;
	margin-right: 0px;
}

body#works .contents .title2009{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#works .contents .thum2009{
	position: relative;
	width: 330px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2009 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2009 ul li#end{
	float: left;
	margin-right: 0px;
}


body#works .contents .title2008{
	position: relative;
	width:50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

body#works .contents .thum2008{
	position: relative;
	width: 690px;
	margin: 0 auto;
	padding-bottom: 100px;
}
body#works .contents .thum2008 ul li{
	float: left;
	margin-right: 30px;
}
body#works .contents .thum2008 ul li#end{
	float: left;
	margin-right: 0px;
}



.copylight{
	position: relative;
	text-align: center;
	font-size: 12px;
}
