@charset "UTF-8";
.left {
	background-color: #eee;
}

@media (max-width:500px){
	
.pc{
	display:none;
}
#title_area {
	margin: 15px 0;
	width: 100%;
}

#main h1 {
/* 各ページのタイトル用 */
	text-align: center;
	font-size: 18px;
}


#main h2 {
	text-align: center;
	margin: 15px auto;
	font-size: 16px;
	line-height:1.3em;
}

#main h3 {
	font-size: 13px;
}

#contents_area .lefter {
	text-align: left;
}
#main p {
	font-size: 12px;
}


#contents_area {
	line-height: 1.5em;
	margin: 30px 0;
	border: solid 3px #122A88;
	padding: 10px;
}

.wrapper {
	width: 100%;
	height: auto;
	float: left;
}
}
