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


@media screen and (max-width: 768px) {
	img{
max-width: 100%;
height: auto;
width /***/:auto;
}



body{
	background-image: url(../img/jimon_kikkou.png);
}

#main{
	margin: 0 auto;
	width: auto;
	overflow: auto;
}


.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

#contents {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	background-color: #FFFFFF;
	opacity: 0.88;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}




h1 {
	color: #990000;
	font-size: 1em;
	border-bottom: 1px solid #990000;
	letter-spacing: -0.05em;
}
h1:first-letter{
   font-size: 2em;
   color: #990000;
}

h2 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #990000;
	background-color: #ffffff;
	border-left: 15px solid #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	opacity: 0.88;
}

h3 {
    color: #990000;
	text-shadow: #666666 4px 4px 5px;
}
h4{
	color: #990000;
	font-weight: bold;
}
	
.must01{
	color: #990000;	
	}

.must02{
	color: #1e50a2;
	
	}

p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 35px;
}
	
a {
	color: #2e2930;
}


#rec_li{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #2e2930;
	list-style: square;
	padding-left: 40px;
}	
	
	
}