@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.coreProjectBlock {
	margin-bottom: 40px;
}
.coreProjectBlock .projectItem{
	display: inline-block;
	width:47%;
	margin: 1%;
	vertical-align:top;
}
/*.coreProjectListBlock .projectItem{
	display: inline-block;
	width:47%;
	margin: 1%;
	vertical-align:top;
}
.coreProjectListBlock .projectItem p{
	display: none;
}
.coreProjectListBlock .projectItem h3{
	position:relative;
	left:0 ;
	top: -100px;
	text-align:center;
}
.coreProjectListBlock .projectItem h3 a{
	color:#FFF;
	text-decoration:none;
}
.coreProjectListBlock .projectItem h3 a:hover{
	color:#FFF;
}
.coreProjectListBlock .projectItem h3 a:visited{
	color:#FFF;
}
.coreProjectBlock .linkText{
	display: none;
}
*/
.projectListBlock .projectItem{
	display: block;
	width:100%;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	vertical-align:top;
}
.projectListBlock .projectItem img{
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 200px;
}
.projectListControl {
	text-align:right;
}
.projectLeader {
	overflow:hidden;
}
.projectLeader > img{
	float:left ;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mainContent ol  {
	position: relative;
	margin:0;
	padding:0;
}
.mainContent ol li  {
	list-style: none;
	list-style-position:outside;
	margin:0;
	padding-left:1.25em;
	line-height: 180%;
	text-align:left;
	font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mainContent ol li span {
	position: absolute;
	left:0;
	margin:0;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.projectListBlock .projectItem img{
	float: left;
	margin-right: 20px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
/*.coreProjectListBlock .projectItem{
	width:30%;
}*/
.coreProjectBlock .projectItem{
	width:30%;
}
}
