@charset "UTF-8";
/* style.css */


/*about*/

body{
font-size:100%;
}

#nov_profile{
	text-decoration:underline;
}

	
/* ===============================================
PC向け 画面の横幅が960px以上
===============================================*/

@media screen and (min-width: 960px){

#contents{
	max-width:920px;
	margin:30px auto 0 auto;
	}

#profile {
	}

#profile .photo{
	float:left;
	max-width:265px;
	margin-right:60px;
}

#profile .txt{
	float:right;
	max-width:595px;
}

#profile .txt p.name{
	font-weight:bold;
	font-size:16px;
}

#profile .txt p{
	line-height:1.8;
	margin-bottom:1.5em;
	font-size:14px;
	}



}

	
	
/* ===============================================
スマホ・タブレット向け 画面の横幅が~959px
=============================================== */

@media screen and (max-width: 959px){

#profile{
	padding: 0 30px;
	}

#profile .photo{
	text-align:center;
	margin-bottom:40px;
}

#profile .txt p.name{
	font-weight:bold;
	font-size:16px;
}

#profile .txt p{
	line-height:1.8;
	margin-bottom:1.5em;
	font-size:14px;
	}



}