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

#top-image{
	background-color: #FFFFFF;
}

#top_image img{
	width: 70%;
	clear: both;
	padding-top: 90px;
	padding-left: 14%;
	padding-bottom: 30px;
}

#top_portfolio{
	background-color: #F2F2EF;
	overflow: hidden;
}

h2{
	font-size: 26px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	/*font-family: Tahoma, Geneva, "sans-serif";*/
	padding-top: 50px;
	margin-left: 5%;
	text-decoration: underline;
}

#top_portfolio ul{
	margin-top: 50px;
	margin-left: 6%;
	padding-left: 50px;
}

#top_portfolio ul li{
	float: left;
	margin-right: 1%;
	margin-bottom: 30px;
}

#top_portfolio ul li:last-child{
	padding-bottom: 50px;
}

/*#top_portfolio img{
box-shadow:rgb(200, 200, 200) 0px 0.5px 1px 0.5px;
-webkit-box-shadow:rgb(200, 200, 200) 0px 0.5px 1px 0.5px;
-moz-box-shadow:rgb(200, 200, 200) 0px 0.5px 1px 0.5px;
}*/

/*　↓↓portfolioが増えた時のmoreview用　*/
/*#top_portfolio p{
	clear: both;
	text-align: center;
	padding-bottom: 50px;
	font-family: Tahoma, Geneva, "sans-serif";
	font-size: 22px;
}
*/

#profile{
	clear: both;
	background-color: #FFFFFF;
}

#profile_left{
	width: 10%;
	margin-right: 3%;
	margin-left: 9%;
	float: left;
}

#profile_image{
	margin-top: 30px;
	text-align: center;
}

#twitter{
	text-align: center;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#profile_center{
	width: 16%;
	margin-top: 50px;
	margin-right: 8%;
	float: left;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#profile_work{
	margin-top: 10px;
	width: 68%;
}

#profile_skill{
	margin-top: 10px;
}

#other_skill{
	margin-top: 10px;
}

#profile_text{
	width: 45%;
	margin-top: 50px;
	margin-bottom: 100px;
	float: left;
	letter-spacing: 10px;
	line-height: 1.8;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*　↓↓contactフォームが必要になった時用　*/

#contact{
	clear: both;
	background-color: #F2F2EF;
}

#contact h3{
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#form{
	margin-top: 50px;
	padding-bottom: 100px;
	text-align: center;
}

#form_child{
	display: inline-block;
	text-align: left;
}


#form table tr td{
	padding-bottom: 20px;
}

#form span{
	color: #FF0004;
}


input[type="text"]{
	width: 200px;
	height: 20px;
	font-size: 16px;
	margin-top: 5px;
	margin-left: 30px;
}

input[type="email"]{
	width: 250px;
	height: 20px;
	font-size: 16px;
	margin-top: 5px;
	margin-left: 30px;
}

textarea{
	width: 400px;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 16px;
}

#submit{
	width: 55%;
	height: 40px;
	background-color: #FFE900;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

input[type="submit"]:hover{
	opacity: 0.5;
}



