@charset "utf-8";

/*==================================== PC ====================================================*/

#ttl {
	background-image: url(images/ttl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	text-indent: -9999px;
	min-width:1000px;
}

.alumni_box p {
	margin-bottom: 1em;
}

.alumni_club_box h3 {
	margin-top: 1em;
}
.alumni_club_box p {
	margin-left: 1em;
}

#page_link {
	margin-bottom: 30px;
}

#page_link li {
	float: left;
	margin-right: 1em;
}

.floatRight p {
	width: 130px;
	background: #E2E1EF;
	padding: 10px;
}

.floatRight p span {
	display: block;
	margin-top: 5px;
	font-size: 120%;
}



/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
#ttl {
	height: auto;
	text-indent: 0px;
	font-size: 120%;
	padding-bottom: 10px;
	background-image: none;
	color: #333;
	min-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	margin-bottom: 10px;
}

#ttl p {
	padding-left: 10px;
}

.floatRight {
	margin-left: 10px;
	margin-bottom: 10px;
}
	
dl.dl02 dt {
	text-align: left;
	padding-left: 10px !important;
}




}