@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;	
}

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

.lists p {
	display: inline;
}

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

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

.kago a:hover {
	opacity: 0.5;
}

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

.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: -180px;
}

.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;
}

/************ recruite **************/

#top {
	height:70px;
	background-color: #474647;
	margin-bottom: 20px;
	color: #fff;
	font-size: 35px;
	padding-top: 60px;
	padding-left: 20px;
}


/******** section .intro *********/
/*
p.main {
	color: red;
	width: 640px;
	height: 100px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding-top :100px;	

}*/
article section {
	margin-bottom: 40px;
}
.intro {
	margin-bottom: 60px;
	height: 200px;
}

.intText {
	width: 500px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: red;
	line-height: 2;
	margin-top: 40px;
	padding-left: 50px
}

.rightFollow {
	width: 360px;
	float: right;
}

p.follow {
	width: 360px;
	float: right;
}

.fl {
	width: 300px;
	float: left;
}

.fr {
	width: 300px;
	float: right;
}

.right1 {
	margin-left: 330px;
	padding-top: 100px;
	width: 600px;
}

.left1 {
	padding-top: 100px;
	padding-left: 40px;
	width: 600px;
}

section h2 {
	font-size: 20px;
	border-bottom: 1px solid #F00;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.text1,
.text2 {
	letter-spacing: 1px;
	line-height: 1.5;
}

.left1 {
	width: 600px;
	float: left;
}

/******** section .geboku *********/

p.left geboku {
	width: 290px;
	float: left;
}

p.geboku right1 {
	width: 710px;
	float: right;
}

p.geboku right1 moji1 {
	font-size: 16px;
	border-bottom: solid;
	border-bottom-color: red;
	border-width: 5px;
	
}

p.geboku right1 moji2 {
	font-size: 14px;
	line-height: 1.5;
	
}

.geboku .left_geboku {
	width: 450px;
	float: left;
}
/******** footer *********/

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

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