@charset "UTF-8";
/*==================================================== CONTENTS
	1.RESET
	1.HEADER
	2.MAIN
	3.MEDIAQUERY
*/
/*---------------------------------------------------- 1.RESET */
#wrapper {
	background: none;
	box-shadow: none;
}
/*---------------------------------------------------- 1.HEADER */
header {
	background: white;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	padding-bottom: 5px;
}
/*---------------------------------------------------- 2.MAIN */
body h2 {
	margin: 20px 0 10px 0;
	padding: 30px 0 4px 0;
	background: url(../images/under-line_h2.png) no-repeat 0 50%;
}
#main-wrapper {
	background: white;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2);
	border-radius: 0 0 20px 20px;
	min-height: 1000px;
}
#introduce-r {
	float: right;
	width: 220px;
}
#introduce-l {
	float: left;
	width: 340px;
	padding: 0 5px;
	margin-bottom: 50px;
}
/* introduce-r */
#introduce-r img {
	width: 100%;
}
#introduce-r p#name {
	font-size: 140%;
	text-align: center;
	margin-bottom: 50px;
}
#introduce-r p#ryakureki {
	margin-top: 20px;
}
#introduce-r div {
	border: solid 1px #333;
	padding: 5px;
}
#introduce-r div dl {
	margin-top: 20px;
	margin-bottom: 10px;
}
/* introduce-l */
#introduce-l h3 {
	font-size: 160%;
}
#introduce-l p {
	font-size: 100%;
	line-height: 2;
	margin-top: 50px;
}
/*---------------------------------------------------- 3.MEDIAQUERY */
@media (max-width: 980px) {
	header,
	#main-wrapper {
		box-shadow: none;
		border-radius: none;
	}
	#main-l { display: none; }
	#introduce-l,
	#introduce-r {
		float: none;
		width: 100%;
	}
	#introduce-r {
		text-align: center;
		margin-bottom: 20px;
	}
	#introduce-r img {
		margin: 0 auto;
		max-width: 190px;
	}
	#introduce-l h3 {
	font-size: 120%;
	}
	#introduce-l p {
	font-size: 70%;
	line-height: 2;
	margin-top: 30px;
	}
}
@media (max-width: 480px) {
	main h2 {
		margin: 20px 0;
		padding: 0;
	}
	#introduce-l p {
		font-size: 85%;
	}
}