﻿@charset "utf-8";

/*------------------------------------------------------------------------------
大阪ペピイ動物看護専門学校 - CSS Modules Import
URL: http://www.peppy.ac.jp/
Date: 2011-03-01
Copyright © Osaka Peppy Animal Nursing College.
------------------------------------------------------------------------------*/

@import 'school.css';

/* ----------------------------------------

index.html

---------------------------------------- */

div.Index ul#PushNav01 {
	padding-top: 0;
	background: none;
}

div.Index ul#NavSet02 li.Hosp { display: none;}

div.Index div.BnrReason {
	margin-bottom: 30px;
}

div.Index ul#CarrCatList {
	margin-left: -20px;
	zoom: 1;
}

div.Index ul#CarrCatList li {
	float: left;
	display: inline;
	width: 348px;
	margin: 0 0 20px 20px;
	padding: 1px;
	background: url(../img/common/bg_texture_02.jpg) 0 0 repeat;
}

div.Index ul#CarrCatList div {
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding: 15px 15px 15px 125px;
	background-color: #fff;
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

div.Index ul#CarrCatList div h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../img/common/line_grunge_05.png) 0 100% no-repeat;
}

div.Index ul#CarrCatList div h2 a {
	display: block;
	padding-left: 18px;
	background: url(../img/common/icon_arrow_05.png) 0 0.15em no-repeat;
	line-height: 1.3;
	font-size: 116.7%;
	font-weight: 700;
}

div.Index ul#CarrCatList div p {
	font-size: 83.4%;
}

li#CarrCat01 div { background-image: url(../img/juken/img_juken_05.jpg);}
li#CarrCat02 div { background-image: url(../img/juken/img_juken_01.jpg);}
li#CarrCat03 div { background-image: url(../img/juken/img_juken_02.jpg);}
li#CarrCat04 div { background-image: url(../img/juken/img_juken_03.jpg);}
li#CarrCat05 div { background-image: url(../img/juken/img_juken_04.jpg);}

div.Index ul#CarrCatList li#CarrCat06 {
	background: none;
}
	

div.Index div.SecStyle03 div.InSec01,
div.Index div.SecStyle03 div.InSec02 {
	float: left;
	width: 340px;
}

div.Index div.SecStyle03 div.InSec02 {
	float: right;
}

div.Index ul#PushNav01 {
	padding-top: 0;
	background: none;
}

div.BnrReason a:hover img {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */  
	filter: alpha(opacity=65); /* IE lt 8 */  
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */  
	-khtml-opacity: .65; /* Safari 1.x */  
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}

/* ----------------------------------------

ClearFix (基本的にクラス指定では使用しない、必要なければ消す)

---------------------------------------- */

/* Modern Browsers
------------------------------- */

div.Index div.SecStyle01:after,
div.Index div.SecStyle03:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* IE7
------------------------------- */

*:first-child+html div.Index div.SecStyle01,
*:first-child+html div.Index div.SecStyle03 {
	zoom: 1;
}

/* Legacy IE
------------------------------- */

* html div.Index div.SecStyle01,
* html div.Index div.SecStyle03 {
	zoom: 1;
}
