@charset "utf-8";

#wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

body {
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "��S�V�b�N", "Yu Gothic", "��S�V�b�N��", "YuGothic", "Meiryo UI", "���C���I", Meiryo, sans-serif;
}

/************ header ***********/

.header {
	margin-top: 20px;
}

.search {
	width: 200px;
	float: left;
}

.search ul li {
	display: inline;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.search ul li a img {
	vertical-align: middle;	
}

.search a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.search a:hover {
	opacity: 0.5;
}

.lists {
	width: 250px;
	float: right;
}

.lists p {
	display: inline;
}

.login a {
	padding-left: 30px;
}

.kago {
    position:fixed;
    top:22px;
    width:1000px; /* コンテンツの幅を指定します。*/ 
}
.kago a{
    display:block;
    float:right;
    margin-right:-60px;
}

.kago a {
	padding-left: 40px;
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.kago a:hover {
	opacity: 0.5;
}

.lists p a {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
	color: #666;
}

.lists p a:hover {
	text-decoration: underline;
}

/************ header nav ************/

header nav {
	width: 600px;
	margin: 0 auto;
	
}

header nav ul li {
	display: inline-block;
}

header nav ul li.left_long {
	padding-left: 0;
}


header nav ul li a {
	text-decoration: none;
	color: #222;
	height: 40px;
	line-height: 40px;
	padding: 0 36px;
	font-weight: bold;
	text-align: center;
}

header nav ul li a:hover {
	color: #AAA;
}


/****** header left : logo, sns, pagetop  ********/

.logo {
	width: 200px;
	height: 250px;
	position: fixed;
	top: 80px;
	margin-left: -100px;
}

.logo a,
.search ul li a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.logo a:hover,
.search ul li a:hover {
	opacity: 0.5;
}

/** instagram **/

.insta {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 380px;
	margin-left: -50px;
}

.insta a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.insta a:hover {
	opacity: 0.5;
}

/** facebook **/
.fb {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 430px;
	margin-left: -50px;
}

.fb a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.fb a:hover {
	opacity: 0.5;
}

/** twitter **/

.tw {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 480px;
	margin-left: -50px;
}

.tw a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.tw a:hover {
	opacity: 0.5;
}

/** pagetop **/

.pagetop{
    position:fixed;
    bottom:20px;
    width:1000px; /* �R���e���c�̕���w�肵�܂��B*/ 
}
.pagetop a{
    display:block;
    color:#fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
    text-align:center;
    text-decoration:none;
    float:right;
    margin-right:-90px;
}

.pagetop a {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.pagetop a:hover {
	opacity: 0.5;
}

/******** ABOUT *********/

#concept {
	background-image: url(../images/bg_body.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	background-color: rgba(255,255,255,0.9);
	background-blend-mode: lighten;
	padding: 100px 0 0 0px;

}
	
article {
	width: 1000px;
	margin-top: 50px;
	color: black;
	line-height: 2.5;
	letter-spacing: 5px;
	padding-left: 50px;
}

article h1,h2 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 2.;
	line-height: 1.5;
	padding-right: 100px;
}

section {
	font-size: 15px;
	padding-left: 150px;
	margin-top: 30px;
}

article h2 {
	font-size: 18px;
	text-align: center;
}

section:first-child{
	margin-top: 10px;
}

/******** footer *********/

footer {
	width: 1000px;
	height: 150px;
	text-align: center;
}

small {
	display: block;
	padding-top: 70px;
	padding-left: 50px;
}
