@charset "utf-8";

/*  base

----------------------------------------------------*/

/*Webフォント*/

a {
	color: #fff;
}

@font-face {

	font-family: 'hannari';

	src: url('../font/hannari.otf') format('opentype');

}

@font-face {

	font-family: 'hannari';

	src: url('../font/hannari.woff') format('woff'), 

		url('../font/hannari.ttf') format('truetype');		

}

body{

	font-size: 16px;

	color: #0c0c0c;

	font-family: "ＭＳ Ｐ明朝", “MS PMincho", “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro", serif;

}

.innner {

	width: 750px;

	margin: 0 auto;

	position: relative;

}

.article {

	padding: 100px 0 130px;

	z-index: 1;

}

#header,

#footer,

.black {

	color: #fff;

	background: #000000;

}

.white {

	background: #ffffff;

	box-shadow:rgb(176, 174, 174) 0px 0px 36px 10px inset;

	-webkit-box-shadow:rgb(176, 174, 174) 0px 0px 36px 10px inset;

	-moz-box-shadow:rgb(176, 174, 174) 0px 0px 36px 10px inset;

}

.cut33 div {

	width: 33%;

	text-align: center;

	float: left;

}

.center {

	width: 100%;

	text-align: center;

}

.mb80 {

	margin-bottom: 80px;

}

h2 {

	font-size: 20px;

	margin-bottom: 25px;

	background: #0c0c0c;

	color: #fff;

	display: inline-block;

	font-weight: normal;

	padding: 4px 6px 10px 8px;

}



.title span {

	display: inline-block;

	margin: 0 10px 0 0;

	position: relative;

	top: 5px;

}

.left,

.right{

	width: 50%;

	float: left;

}



/*  content

----------------------------------------------------*/

#header {

	width: 100%;

	position: fixed;

	top: 0;

	z-index:10;

}

#header ul {

	margin-top: 20px;

	float: right;

}

#header ul a {

	color: #fff;

}

#header h1,

#header ul li {

	float: left;

}

#header h1 {

	width: 181px;

	font-size: 22px;

	padding: 10px 0;

	font-weight: normal;

}

#main {

	padding: 100px 0;

	text-align: center;

	min-height: 360px;

}

#main .innner {

	padding: 40px 0 0;

}

#info h3 {

}

#info p {

	margin: 20px 0 0 0;

	line-height: 1.4;

	padding-left: 5px;

}

#info p strong{

	display: inline-block;

	font-size: 20px;

}

#info p span.rub {

	font-size: 11px;

	position: relative;

	left: -68px;

	top: -18px;

}

#info p span.letter {

	letter-spacing: -1px;

}

#info p span.small {

	font-size: 15px;

}

#info h2 {

	display: none;

}

#info h3 {

	font-size: 26px;

	margin-bottom: 10px;

	background: #0c0c0c;

	color: #fff;

	display: inline-block;

	font-weight: normal;

	padding: 4px 12px 12px ;

}

#info h3 span {

	font-size: 18px;

	position: relative;

	top: -2px;

}

#info.article {

	padding: 100px 0;

}

#staff.article {

	padding: 80px 0;

}

#link.article {

	padding: 100px 0;

}



#link ul {

	width: 660px;

	margin: 60px auto 0;

}

#link ul li {

	float: left;

	margin: 10px; 

}





#footer{

	font-size: 11px;

	line-height: 100px;

	height: 100px;

	text-align: center;

}

/*

#item {

	display: none;

}

*/

#item p {

	position: fixed;

	z-index: 9;

}



#item .item_01 {

	top: 0;

	margin-left: 700px;

}

#item .item_02 {

	top: 450px;

	margin-left: 1000px;

	display: none;

}

#item .item_03 {

	top: 250px;

	margin-left: -300px;

	display: none;

}

#item .item_04 {

	top: 750px;

	margin-left: -100px;

	display: none;

}



#totop {

	display: none;

	width: 90px;

	height: 90px;

	position: fixed;

	z-index: 50;

	right: 20px;

	bottom: 20px;

}









