@charset "UTF-8";
/*base css*/
* { margin: 0; padding: 0; }

body {
  /*font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',Geneva,Arial,sans-serif;*/
	font-family: 'Lato', sans-serif;
	color: #000;
	background-color: #F2F2F2;
	
}

#blockCentering {
	width: 760px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* for IE6 */
* html body {text-align: center;height: 100%;}
* html #blockCentering {	display: inline;vertical-align: middle;	zoom: 1;}
* html #dummy {	width: 0;height: 100%;	vertical-align: middle;display: inline-block;}
/* for IE7 */
*:first-child+html body  {text-align: center;height: 100%;}
*:first-child+html #blockCentering  {display: inline;vertical-align: middle;zoom: 1;}
*:first-child+html #dummy {	width: 0;height: 100%;	vertical-align: middle;display: inline-block;}



/*=====================================================================
    menu
======================================================================= */
#side {
	position: fixed;
	float: left;
	top: 31px;
	width: auto;
	left: 30px;
	font-family: "Arial Black", Gadget, sans-serif;
}
#side a{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-decoration: none;
}
#side a:hover{}
ul.contents {
	list-style-type: none;
	color: #000;
}

ul.contents img{
	width: 120px;
}

ul.contents a{
	list-style-type: none;
	height: 20px;
	padding-top: 8px;
	padding-left: 10px;
	display: block;
	width: 180px;
}
ul.contents a:hover{color: #666;}

ul.menu ,ul.menu2{
	height: 135px;
	width: auto;
	list-style-type: none;
}
ul.menu li ,ul.menu2 li{list-style-type: none;
	padding-top: 8px;
}

ul.menu li img,ul.menu2 li img{
	width: 120px;
}

ul.menu li a ,ul.menu2 li a{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	padding-left: 10px;
}


/*=====================================================================
    main
======================================================================= */

#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 160px;
	margin-bottom: 90px;
	width: 760px;
}

#main_about {
	margin-top: 160px;
	margin-bottom: 90px;
	width: 760px;
	margin-left: 50px;
}

#logo {
	width: 95px;
	text-align: center;
	height: 15px;
	position: fixed;
	top: 40px;
	right: 40px;
}

#name{
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 40px;
	}

#main_in {
	padding-left: 40px;
}

.about_area {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 24px;
}

/* --- model リストエリア --- */
ul.thumbnail {
	width: 800px; /* リストエリアのパディング（上、左右、下） */
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 90px;
	margin-left: 0;
}

/* --- リスト項目 --- */
ul.thumbnail li {
	width: 175px; /* 項目の幅 */
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


#colle_name{
	position: fixed;
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 40px;
	left: 40px;
	top: 100px;
	line-height: 24px;
	margin-left: 10px;
}
#collection_movie{
	height: 425px;
	width: 760px;
	background-color: #999;
	margin-bottom: 90px;
}


#collection_photo{
	height: auto;
	width: 760px;
	margin-bottom: 90px;
}

#collection_title{
	height: auto;
	width: 760px;
	margin-bottom: 30px;
}

#collection_text{
	width: 850px;
	float: left;
}
#collection_text_in{
	width: 350px;
	float: left;
	margin-right: 60px;
	font-size: 12px;
	line-height: 24px;
}


.collaboration_in{
	text-align: center;
}

.collaboration_in img{
	margin-bottom: 30px;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	display: none;
}

.go-top:hover {
}


#dummy{
	clear: both;
	color: #FFF;
	text-align: center;
}

#dummy a{
	color: #FFF;
}
