@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #2a3439;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 18px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}

#contents {
	padding: 10px 20px;
}

#contents h2 {
	position: relative;
	padding: 0.75em 1.5em;
	background: linear-gradient(to top, #6699ff, #0022EE);
	color: #fff;
	text-align: center;
}

#contents h3 {
	position: relative;
	padding: 0.5rem 1rem;
	border-bottom: 4px solid #6699ff;
	background: linear-gradient(#ffffff 0%, #eee 100%);
}

#contents p {
	margin-left: 1rem;
	margin-bottom: 1rem;
}

#contents .photo img {
	border: 2px solid #0022FF;
	float: right;
	margin: 0 0 10px 10px;
	position: relative;
	z-index: 100;
}

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

#contents h2 {
	font-size: 18px;
}
	
#contents .photo img { 
	width: 180px;
}
	
}

@media screen and (max-width:480px){
	
body {
	font-size: 18px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
	
}