@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:none;
}

.mal10{ margin-left: 10px;}
.pc-hide{display:none;}
.sp-hiden{ display:none;}
.main-content{
    float: right;
    width: 720px;
}
.a-am-h1-bg{
	width:100%;
	font-size:22px;	
	background-color: #02b6c2;
	-webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 2px rgba(0,0,0,.2);
	 box-shadow: 2px 2px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image: linear-gradient(to top, rgba(255,255,255,.2), rgba(255,255,255,0));
	color:#fff;
	padding:0.3em 0 0 0px;
	height:40px;
	margin-bottom:15px;
	behavior: url(../js/PIE.htc);
}
.a-am-h1-bg img{
	width:10px;
	height:34px;
	margin:-1px 10px 0 5px;
	float:left;
}
.main-cont01 p{
	font-size: 14px;
	line-height: 1.8;
}
.main-cont01 a{
	font-size: 14px;
	color: #1b7980;
	text-decoration: underlune;
}

span.element {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#cc0000;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.junior {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ff8a00;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.high {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#22ac38;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.college {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#004986;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.fresh {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#00b7ee;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.family {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#ea68a2;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.other {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		margin-right:3px;
		padding:1px 0px 1px 0px;
		white-space:nowrap;
}

span.another {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
		background-color:#920783;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		padding:1px 0px 1px 0px;
		margin-right:3px;
}

.pamph-box p.degi_btn{
	width:160px;
    font-weight: bold;
	color: #fff; 
    box-shadow: rgb(189, 184, 172) 2px 2px 0px;
    border-radius: 4px;
	background-color: #333;
	padding:5px;
	margin:0 0 15px 0;
	text-align: center;
}
p.degi_btn a{
	text-decoration: none;
	color: #fff; 
}
.pamph-line{
	width:700px;
	padding:10px;
	clear: both;
	height: auto;
	border-bottom: #ccc 1px solid;
}
.pamph-img{
	width:20%;
	float:left;
	margin:0 0 15px 0;
	padding: 0;
	border:1px solid #ddd;
}
.pamph-box{
	float: right;
	width:75%;
	margin:0;
}

.pamph-box p{
	font-size: 14px;
}

.pamph-box .pamph-title{
	font-weight: bold;
	border-bottom:dashed #ccc 2px;
	font-size: 18px;
	padding-bottom:5px;
}
.txt-red {
    color: #cc0003;
}

/* --------------------------------------------------------------------------- */
@media screen and (max-width: 640px){

	.a-am-h1-bg{
		width: 99.8%;
	}
	.a-h2-bg01 {
		width: 99.8%;
	}
	p.txt-right,p.txt-left{
		float: none;
		clear:both;
		margin:0 auto;
		padding:0;
		width:100%;
	}
	img.img-left, img.img-right{
		float: none;
		width: 98%;
		max-width:280px;
		display:block;
		margin:0 auto;
		margin-top:5px;
		margin-bottom:10px;
	}
	.s-box-cont03{
		width:99.55%;
		 background-color: #eee7d8;
		 -webkit-box-shadow: 2px 2px rgba(0,0,0,.2);
		 -moz-box-shadow: 2px 2px rgba(0,0,0,.2);
		 box-shadow: 2px 2px rgba(0,0,0,.2);
		 text-align:center;
		 padding:0;
		 margin: 0 auto !important;
	}

.aboutList{
	list-style-type: disc;
	list-style-position: outside;
	margin:10px 0px 10px 30px;
	float:none;
	width: 90%;
}

	.main-cont02 h3{font-size:16px;}
	.img-cont a{
	margin-left: 0px;
}

.pamph-line{
	width:98%;
	padding:10px;
	clear: both;
	height: auto;
	border-bottom: #ccc 1px solid;
}
.pamph-box .pamph-title{
	font-weight: bold;
	border-bottom:dashed #ccc 2px;
	font-size: 16px;
	padding-bottom:5px;
}
.pamph-img{
	width:30%;
	float:left;
	margin:0 0 15px 0;
	padding: 0;
}
.pamph-box{
	float: right;
	width:65%;
	margin:0;
}
	
}
	


