@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      philosophy.css
 Style Info:     フィロソフィー専用CSS
----------------------------------------------------------- */

/*----------------------------
	ENGLISH
----------------------------*/

.english {
	line-height:1.5em
}

.creator .english {
	color:#b3b3b3;
	line-height:1.5em
}

.creator .english a {
	color:#b3b3b3;
	text-decoration:underline;
}

.creator .english a:hover {
	color: #cc612c;
	text-decoration:underline;
}

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#philosophy #contents {
	margin-top:86px;
}

/*----------------------------------------------------
	navi用
----------------------------------------------------*/

#local_navi li {
	float:left;
	margin:0 3px 50px 0;
}

/*----------------------------
	contents用
----------------------------*/

#philosophy_top_text {
	line-height:2em;
	margin-bottom:27px;
	padding-bottom:20px;
	border-bottom:1px solid #E4E4E4;
	clear:both;
}

#philosophy_top_text p {
	margin-bottom:20px;
}

#ci_text{
	margin-bottom:20px;
	width:590px;
	height:340px;
}

/*----------------------------------------------------
	creator.html用
----------------------------------------------------*/

#creator {
	clear:both;
}

#creator #photo {
	float:left;
}

#creator #creator_text {
	line-height:2em;
	margin-top:10px;
	width:440px;
	float:right;
}

#creator #creator_text h3 {
	font-weight:normal;
	margin-bottom:10px;
}

#creator #creator_text p {
	margin-bottom:20px;
}
