@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------*/
/*フォント*/
/*-----------------------------------------*/

#gill-sons {
	font-family: gill-sans-nova,sans-serif;
	font-weight: 300;
	font-style: normal;
}

#kozuka-gothic {
	font-family: gill-sans-nova,kozuka-gothic-pr6n, sans-serif;
}

#toppan {
	font-family: gill-sans-nova,toppan-bunkyu-gothic-pr6n, sans-serif;
}

#han-sans {
	font-family: gill-sans-nova,source-han-sans-cjk-ja, sans-serif;
}

#sawarabi {
	font-family: gill-sans-nova,'Sawarabi Gothic', sans-serif;
}

/*-----------------------------------------*/
/*共通*/
/*-----------------------------------------*/

bady {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body,h1,h2,h3,h4,h5,p,span,strong {
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #000000;
}

h2 {font-weight: 500;}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
	text-decoration: underline;
	transition: color .3s, background .3s, opacity .3s;
}

a:hover {
	opacity: 0.7;
	background-color: #E0E0E0;
	color: #000;
}

.wrapper {
	text-align: center;
	width: 780px;
	margin: 0px auto;
	padding-top: 100px;
}

.floatClear {clear: both;}
.floatClear:after {
	content: " ";
	display: block;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	float: none;
}

a.link_btn {
	display: inline-block;
	font-size: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px 1em;
	text-decoration: none;
}

/*-----------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------*/

header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}

header h1{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 45px;
	margin: 0px;
}

header p {
	line-height: 2.5em;
	margin-bottom: 0;
	font-size: 15px;
}


/*-----------------------------------------*/
/*セクション*/
/*-----------------------------------------*/

section {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
}

section h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 90px;
}

section p, section strong, section span, section a {
	line-height: 2em;
}

/*-----------------------------------------*/
/*メンバー*/
/*-----------------------------------------*/

.member_3cont {
	width: 570px;
	margin: 0px auto 15px;
}

.member_col {
	width: 33.3%;
	float: left;
}

a.member_link {
	display: block;
	width: 123px;
	margin: 0px auto;
	padding-bottom: 18px;
	text-decoration: none;
}

.member_image {
	display: block;
	width: 123px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

strong.member_name {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
}

strong.member_name.mintxt {
	letter-spacing: 0.1em;
}

span.member_name_en {
	display: block;
	font-size: 12px;
	line-height: 1.5em;
}


/*-----------------------------------------*/
/*コンタクト*/
/*-----------------------------------------*/

.contact_discription {
	margin-bottom: 60px;
}

.contact_discription p {
	font-size: 12px;
}

.contact_discription_p {
	font-size: 12px;
}


a.contact_form {
	display: block;
	font-size: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	background-color: #000000;
	color: #FFFFFF;
	width: 7.5em;
	padding: 0px;
	text-decoration: none;
}

/*-----------------------------------------*/
/*フッター*/
/*-----------------------------------------*/
footer {
	padding-bottom: 100px;
}

footer p {
	font-size: 10.5px;
}


/*-----------------------------------------*/
/*プロフィール*/
/*-----------------------------------------*/
#under header {
	margin-bottom: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

#under header h1 {
	position: relative;
	padding: 0;
}

#under header h1 img {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 120px;
	height: 166px;
}

#under section h2 {
	margin-bottom: 28px;
}

.profile_people h3 {
	display: block;
	margin-bottom: 30px;
}

#under .member_image {
	width: 236px;
	margin-bottom: 30px;
}

#under strong.member_name {
	font-size: 22px;
	margin-bottom: 8px;
}

#under span.member_name_en {
	font-size: 15px;
	font-weight: 100;
}

.member_discription {
	text-align: justify;
	width: 440px;
	margin: 0px auto 0px;
}

.member_discription span, .member_discription a {
	display: inline;
	font-size: 12px;
	line-height: 2em;
}

span.letter_min {
  letter-spacing: 0px;
}

p.indent_down {
	margin-bottom: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.profile_worksImage {
	width: 525px;
	margin: 0px auto 0px;
}

.profile_worksImage li {
	display: block;
	float: left;
	padding: 7px;
}

.profile_worksImage a {
	display: block;
	width: 117px;
	height: 117px;
	background-color: #DDD;
}

.profile_worksImage a img {
	width: 117px;
	height: 117px;
}

/*-----------------------------------------*/
/*フォーム*/
/*-----------------------------------------*/

#form_cont.member_discription {
	text-align: center;
}

@media only screen and (max-width: 1000px) {
	header p {
		white-space: nowrap;
		font-size: 13px;
	}
	
	
	#under .contact_discription p {
		font-size: 7px;
	}
}
