@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 およびそれ以下. */

/*.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
*/
		#header h2.catch_small{
			background-image:url(../image/catch.png);
			background-size: 56%;
			background-repeat: no-repeat;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			margin-left:3%;
			margin-top: -2.2%;
			height: 0%;
			padding-top: 5%;
		}
.breadcrumb{
	font-weight: bold;
	color: gold;
}
.under{
	color: red;
}
#pic-about{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:url(../image/pic/about_top_sp.png) no-repeat 0 0 / 100%;
	height: 0;
	padding-top: 40%;
}

article#aboutme {
	margin: 0 5%;
}
		#aboutme h1{
		font-size: x-large;
		color: papayawhip;
		text-align: center;
		width:100%;
		height:30px;
		float: left;
		margin: 9% 0 5% 0;
	}
		#aboutme h2{
			font-size:1.5em;
			color:#b6a582;
			background-color: papayawhip;
			text-align: center;
			margin: 5% 0 4% 0;
			float: left;
			width: 100%;
		}		
			article#aboutme .txtEffect {
			  cursor: text;
			  color: #000;
			  display: none;
			}
			
			article#aboutme h1.txtEffect {
			  line-height: 1.2;
			  font-size: 3.3em;
			  font-weight: bold;
			  font-family:Arial, Helvetica, sans-serif;
			  padding: 3% 3% 1% 3%;
			  display: none;
			}
			article#aboutme section.greeting h2.txtEffect{
				font-size: 2em;
				text-align: left;
				letter-spacing: 0em;
			  display: none;
			}
			article#aboutme section.profile h2.txtEffect{
				font-size: 2.5em;
				text-align: left;
			  display: none;
			}
			article#aboutme section.history h2.txtEffect{
				font-size: 2.5em;
				text-align: left;
			  display: none;
			}
				
			article#aboutme p.read{
				font-size: 1.1em;
			}
			.read-indent{
				display: block;
				text-indent: 1em;
				line-height: 1.3em;
			}
			.read-indent-clear{
				clear: both;
			}
			article#aboutme span.img{
				display: block;
				clear: none;
				float: left;
				width: 30%;
				height: 0;
				padding-bottom: 33%;
				background-image:url(../image/pic/about_prof2.png);
				background-repeat: no-repeat;
				background-size: 100%;
				margin-right: 5px;
				margin-bottom: 1px;
			}
	.profile{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
	}
	.history{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
	}
body#about hr{
	border-style: dashed;
	border-width:3px 0 0 0;
	border-color: papayawhip;
	margin-bottom: 2%;
}
			
body#about #nav {
	
}

  body#about #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:90%;
		height:0;
		padding-top:13%;
		margin: 0 auto;
	  }
		body#about a.home{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% -5%;
		}
		body#about a.aboutme{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 17%;
		}
		body#about a.class{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 39%;
		}
		body#about a.fhrase{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 61%;
		}
		body#about a.blog{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 83%;
		}
		body#about a.contact{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 106%;
		}
	  body#about #nav_dt{
		  display: none;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
#pic-about{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:url(../image/pic/about_top_dt.png) no-repeat 0 0 / 100%;
	height: 0;
	padding-top: 40%;
}
article#aboutme {
	margin: 0 5%;
}
	.greeting{
	}	
		#aboutme h1{
		font-size: xx-large;
		color: papayawhip;
		text-align: center;
		width:100%;
		height:30px;
		float: left;
		margin: 3% 0 5% 0;
	}
		#aboutme h2{
			font-size:x-large;
			color:#b6a582;
			background-color: papayawhip;
			text-align: center;
			margin: 5% 0 4% 0;
			float: left;
			width: 100%;
			
		}		
/*			article#aboutme .txtEffect {
			  cursor: text;
			  color: #000;
			}
			
			article#aboutme h1.txtEffect {
			  line-height: 1.2;
			  font-size: 3.8em;
			  font-weight: bold;
			  font-family:Arial, Helvetica, sans-serif;
			  padding: 3% 3% 1% 3%;
			}
*/			article#aboutme p.read{
				font-size: 1.2em;
				margin-bottom: 5%;
			}
			article#aboutme span.img{
				display: block;
				clear: none;
				float: left;
				width: 25%;
				height: 0;
				padding-bottom: 28%;
				background-image:url(../image/pic/about_prof2.png);
				background-repeat: no-repeat;
				background-size: 100%;
				margin-right: 5px;
				margin-bottom: 1px;
			}
	.profile{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
	}
			article#aboutme dl{
				font-size: 1.1em;
			}
				
				
			article#aboutme dl dt{
				float: left;
				font-weight: ;
				color: papayawhip;
			}
			article#aboutme dl dd{
			}
	.history{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
	}
body#about hr{
	border-style: dashed;
	border-width:3px 0 0 0;
	border-color: papayawhip;
	margin-bottom: 2%;
}
			
body#about #nav {
	
}

  body#about #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:90%;
		height:0;
		padding-top:13%;
		margin: 0 auto;
	  }
		body#about a.home{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% -5%;
		}
		body#about a.aboutme{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 17%;
		}
		body#about a.class{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 39%;
		}
		body#about a.fhrase{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 61%;
		}
		body#about a.blog{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 83%;
		}
		body#about a.contact{
			display: block;
			width:100%;
			height:0;
			white-space: nowrap;
			text-indent: 100%;
			overflow: hidden;
			background-position:0% 106%;
		}
		
	
	  body#about #nav_dt{
		  display: none;
}

body#about #nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
  body#about #nav li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:70%;
		height:0;
		margin: 2% auto;
		padding-top:9%;
		
	  }
	  body#about #nav_dt{
		  display: none;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
body#about .gridContainer {
	width: 90%;
	max-width: 1500px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	background-image:url(../image/paper_200.png);
	background-size:  12%;
	background-repeat: repeat;
}
		body#about #base-paper{
		background-image: url(../image/crease.png),url(../image/paper_gizagiza.png);
		background-position:34% 0,bottom;
		background-repeat: repeat-y,no-repeat;
		background-size: 4.6%,100%;
		width: 100%;
		float: left;
		padding:0 0 7% 0;
	}
.breadcrumb{
	font-weight: bold;
	color: gold;
}
.under{
	color: red;
}

#pic-about{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background:url(../image/pic/about_top_dt.png) no-repeat 0 0 / 100%;
	height: 0;
	padding-top: 35%;
}

body#about #nav_dt {
	clear: both;
	float: left;
	margin:0 0 0 1.5%;
	width: 35%;
	display: block;
	height: 0;
	padding-bottom: 20%;
}

  body#about #nav_dt li a{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:87%;
		height:0;
		margin: 1% 0 0 1%;
		padding-top:11%;
		
		-moz-transition:0.4s ease-in-out;
		-webkit-transition:0.4s ease-in-out;
		-o-transition:0.4s ease-in-out;
		-ms-transition:0.4s ease-in-out;
		transition:0.4s ease-in-out;
	  }
  body#about #nav_dt li a:hover{
		display: block;
		background-image:url(../image/navi.png);
		background-repeat:no-repeat;
		background-size:100%;
		width:87%;
		height:0;
		padding-top:11%;
		
		-moz-opacity:0.4;
		-webkit-opacity:0.4;
		-o-opacity:0.4;
		-ms-opacity:0.4;
		opacity:0.4;
		-moz-filter:alpha(opacity=60);
		-webkit-filter:alpha(opacity=60);
		-o-filter:alpha(opacity=60);
		-ms-filter:alpha(opacity=60);
		filter:alpha(opacity=60);
	  }
		body#about #nav_dt a.contact{
			background-position:0% 105%;
		}
		body#about #nav{
			display: none;

}

article#aboutme {
	float: left;
	width: 55%;
	margin: 0 3%;	
}
	.greeting{
	}	
		#aboutme h1{
		font-size: xx-large;
		color: papayawhip;
		text-align: center;
		width:100%;
		height:30px;
		float: left;
		margin: 3% 0 5% 0;
	}
		#aboutme h2{
			font-size:x-large;
			color:#b6a582;
			background-color: papayawhip;
			text-align: center;
			margin: 5% 0 4% 0;
			float: left;
			width: 100%;
			
		}	
			.read-indent{
				display: block;
				text-indent: 1.15em;
				line-height: 1.35em;
			}
/*			article#aboutme h1.txtEffect{
			  font-size: 3.7em;
			  font-weight: bold;
			  font-family:Arial, Helvetica, sans-serif;
			  line-height: 1.2;
			  text-align: left;
			  padding: 3% 3% 1% 3%;
			}
*/			article#aboutme p.read{
				clear: none;
				font-size: 1.25em;
				margin:3% 0 3%;
			}
/*			article#aboutme h2{
				font-size: 2.7em;
				text-align: left;
				display: table;
			}
*/			article#aboutme span.img{
				display: block;
				width: 25%;
				height: 0;
				padding-bottom: 27%;
				background-image:url(../image/pic/about_prof2.png);
				background-repeat: no-repeat;
				background-size: 100%;
				margin-right: 5px;
				margin-bottom: 1px;
			}
	.profile{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
		padding: 3% 0 3%;
	}
			article#aboutme dl{
				font-size: 1.1em;
			}
	.history{
		clear: both;
		display: block;
		width: 100%;
		height: 0;
		padding: 3% 0 3%;
	}
	}
			
@media only screen and (min-width: 1233px) {
body#about .gridContainer {
	width: 90%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 80%;
	margin: auto;
	background-image:url(../image/paper_200.png);
	background-size: 11%;
	background-repeat: repeat;
}
		#aboutme h1{
		font-size: xx-large;
		color: papayawhip;
		text-align: center;
		width:100%;
		height:30px;
		float: left;
		margin: 3% 0 5% 0;
		display: none;
	}
			article#aboutme h1.txtEffect{
			  font-size: 3.7em;
			  font-weight: bold;
			  font-family:Arial, Helvetica, sans-serif;
			  line-height: 1.2;
			  display: block;
			  margin: ;
			}
}
	
