/* CSS Document */
/*common
----------------------------------------------------*/
#f-all {
	width: 670px;
	color: #35271A;
	font-size: 15px;
	line-height: 1.5;
	margin: 0 auto;
}
#f-all img {
	line-height: 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
body.static-page div#static-main div#f-all div.go_top {
	margin-bottom: 30px;
}
body.static-page div#static-main div#f-all div.school_list ul {
	width: 640px;
	text-align: center;
}
body.static-page div#static-main div#f-all div.school_list ul li {
	display: inline;
	white-space: nowrap;
	white-space: /normal;
	font-size: 12px;
	margin: 0;
	padding-right: 1em;
}
body.static-page div#static-main div#f-all div.school_list ul li a {
	background: url(/feature/2013school/08_02/images/list_icon.gif) no-repeat left;
	font-size: 12px;
	padding-left: 12px;
}
body.static-page div#static-main div#f-all div.cnt-ft ul.text-list li {
	list-style: disc inside;
	margin: 0 0 0.5em 0;
	text-indent: 1em;
}
.mg-b-15 {
	margin-bottom: 15px;
}
.mg_b_20 {
	margin-bottom: 20px;
}
.mg-b-30 {
	margin-bottom: 30px;
}
.mg-t-20 {
	margin-top: 20px;
}
body.static-page div#static-main div#f-all div.cnt-ft p.mg-b-15 {
	margin-bottom: 15px;
}

/*img
----------------------------------------------------*/
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wc-cap {
	width: 640px;
	margin-left: 0;
	padding: 0;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wc-cap .right {
	float: right;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wc-cap .left {
	float: left;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wr {
	float: right;
	width: 312px;
	margin:0 0 20px 12px;
	padding: 0 0 0 1em;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wr img {
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wl {
    float: left;
    width: 300px;
    padding: 0 1em 0 0;
	margin-right: 12px;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wl img {
	margin-right: -12px;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-hr {
	float: right;
	width: 200px;
	margin-left: 12px;
	padding: 0 0 0 1em; 
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-hr img {
	margin-left: -12px;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-hl {
    float: left;
    width: 200px;
    padding: 0 1em 0 0;
	margin-right: 12px;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-hl img {
	margin-right: -12px;
}
.photo_area ul li span.cap {
	display: block;
	font-size: 10px;
	text-align: center;
	color: #35271A;
	height: 3em;
}

/*photo
----------------------------------------------------*/
.photo_area {
	background: #ffffff;
	width: 312px;
}
.photo_area div {
	width: 312px;
	height: 212px;
}
.photo_area ul {
	display: block;
	overflow: hidden;
	clear: both;
	width: 294px;
	margin: 0 auto;
	padding: 10px 0 0;
	background: #ffffff;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wr .photo_area li {
	float: left;
	margin: 0 12px 12px 0;
	width: 90px;
}
body.static-page div#static-main div#f-all div.cnt-ft div.img-ft-wr .photo_area li.last {
	margin: 0 0 12px 0;
}
body.static-page div#static-main div#f-all div.cnt-ft .photo_area li img {
	background: none;
	border: 0;
	cursor:pointer;
	margin-right: 0;
	padding: 0;
	line-height: 0;
	margin: 0;
}
/*btn
----------------------------------------------------*/
body.static-page div#static-main div#f-all div.btn-ft {
	width: 670px;
	margin: 0 0 15px 0;
	padding: 0;
}
body.static-page div#static-main div#f-all div.btn-ft a {
	margin: 0 auto;
	padding: 15px 15px;
	width: 500px;
	text-align: center;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 22px;
	border: 2px solid #D93858;
	border-radius: 10px;
	-webkit-box-shadow: #999 0px 2px 3px;
	-moz-box-shadow: #999 0px 2px 3px;
	box-shadow: #999 0px 2px 3px;
	background: #B18E0C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF5B7C), to(#D93858));
	background: -webkit-linear-gradient(#FF5B7C, #D93858);
	background: -moz-linear-gradient(#FF5B7C, #D93858);
	background: -ms-linear-gradient(#FF5B7C, #D93858);
	background: -o-linear-gradient(#FF5B7C, #D93858);
	background: linear-gradient(#FF5B7C, #D93858);
	-pie-background: linear-gradient(#FF5B7C, #D93858);
	behavior: url(/feature/2013school/04_01/pie/PIE.htc);
}
body.static-page div#static-main div#f-all div.btn-ft a:hover {
	color:#fff;
	text-decoration:none;
	background: #D93858;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D93858), to(#FF5B7C));
	background: -webkit-linear-gradient(#D93858, #FF5B7C);
	background: -moz-linear-gradient(#D93858, #FF5B7C);
	background: -ms-linear-gradient(#D93858, #FF5B7C);
	background: -o-linear-gradient(#D93858, #FF5B7C);
	background: linear-gradient(#D93858, #FF5B7C);
	-pie-background: linear-gradient(#D93858, #B18E0C);
	behavior: url(/feature/2013school/04_01/pie/PIE.htc);
}
body.static-page div#static-main div#f-all div.btn-ft span {
	font-size: 18px;
	color: #fff;
}
/*table
----------------------------------------------------*/
#f-all table {
	width: 100%;
	border: 1px solid #35271A;
	border-collapse: collapse;
	font-size: 12px;
	padding: 0.5em;
	vertical-align: middle;
}
#f-all table tr, #f-all table th, #f-all table td {
	background: #FFFFFF;
	border: 1px solid #35271A;
	vertical-align: middle;
}
#f-all table th {
	background: #FFEDB2;
	color: #35271A;
	padding: 0.5em;
	text-align: center;
	font-weight: bold;
}
.date-th { width: 20%}
.school-th { width: 30%}
.name-th { width: 20%}
.event-th { width: 30%}
/*title
----------------------------------------------------*/
body.static-page div#static-main div#f-all h3 {
	background:#228398;
	border: 0;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0px;
	padding: 0.5em;
}
#f-all h4{  
    border-left: 5px solid #FFCC00;  
    border-bottom: 1px dashed #FFCC00;
	margin-bottom: 15px;
	padding-left: 5px;
	color: #35271A;
	font-size: 30px;  
}
#f-all h4 span{
	font-size: 18px;
	vertical-align: middle;
}
/*inter-edu's eye
----------------------------------------------------*/
div#f-all #feature-eye {
	line-height: 0;
}
div#f-all #feature-eye img {
	border: 0;
	padding: 0;
}
div#f-all #feature-eye .eye-text {
	font-size: 15px;
	line-height: 1.5em;
	padding: 10px;
	width: 650px;
}
div#f-all #feature-eye .eye-text dl dt {
	font-weight: bold;
	color: #D93858;
	text-indent: -1em;
	padding-left: 1em;
}
div#f-all #feature-eye .eye-text dl dd {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 15px;
}
body.static-page div#static-main div#f-all #feature-eye .eye-text h3 {
	background: none;
	border: 0;
	color: #35271A;
	font-size: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*contents
----------------------------------------------------*/
body.static-page div#static-main div#f-all div.cnt-ft-pickup {
	background: #fff9d6;
}
body.static-page div#static-main div#f-all div.cnt-ft {
	width: 640px;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 15px;
}
body.static-page div#static-main div#f-all div.pickup {
	background: #fff1e0;
}
body.static-page div#static-main div#f-all div.pickup h4 {
	background: url(/feature/2013school/08_03/images/pickup.gif) no-repeat scroll left top transparent;
    height: 43px;
    text-indent: 63px;
}
body.static-page div#static-main div#f-all div.cnt-ft p {
	color: #35271A;
	margin: 0;
}
body.static-page div#static-main div#f-all div.voice h3 {
	background: #7e6507;
	margin-bottom: 0;
}
body.static-page div#static-main div#f-all div.voice img {
	border: 0 none;
    padding: 0;
}
span.accent {
	color: #B18E0C;
	font-weight: bold;
}
#f-all div.pagebtn {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#f-all div.pagebtn img {
	padding: 0;
	border: 0;
	background: #ffffff;
	line-height: 0;
}
/*_navi_bt
----------------------------------------------------*/
div#navi_bt {
	text-align:center;
	margin:50px 0px 10px 0px;
}
div#navi_bt img {
	margin:2px;
	padding:0;
	border:0;
}
div.bt_center {
	text-align:center;
	margin:0;
	padding:0;
}
.fixed {
	position:fixed;
	top: 10px;/*固定させたい位置*/
}
body.static-page div#sub-column div.nav h3 {
	text-align: center;
	color:#228398;
	font-size: 18px;
	margin-bottom: 10px;
}
body.static-page div#sub-column div.nav h4 {
	text-align: center;
	color: #35271A;
	font-size: 15px;
	margin-bottom: 10px;
}
body.static-page div#sub-column div.nav p {
	text-align: right;
}
body.static-page div#sub-column div.nav {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 1em 10px;
	width: 280px;
	font-size: 12px;
}
body.static-page div#sub-column div.nav ul {
}
body.static-page div#sub-column div.nav ul li  {
	float: left;
	width: 135px;
	list-style: none;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
body.static-page div#sub-column div.nav ul li.odd  {
	margin-right: 10px;
}
body.static-page div#sub-column div.nav ul li.even  {
}
body.static-page div#sub-column div.nav ul li a {
	display: inline-block;
	width: 135px;
	background: #FFCC00;
	color: #35271A;
}
body.static-page div#sub-column div.nav ul li a:hover {
	background: #ffe374;
}

/* pagebtn
----------------------------------------------------*/
.pagebtn ul{
	width:100%;
}
.pagebtn ul li{
	display:inline;
	width:332px;
}
