﻿@charset "utf-8";

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


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

index.html

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

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

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

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

div.Index ul#AdultsCatList li {
	float: left;
	display: inline;
	width: 348px;
	margin: 0 0 20px 20px;
	padding: 1px;
}

div.Index ul#AdultsCatList div {
	background-color: #fff;
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

div.Index ul#AdultsCatList div h2 {
	margin-bottom: 12px;
}

div.Index ul#AdultsCatList div ul.ListStyle01 {
	margin-left: 0;
	overflow: hidden;
	zoom: 1;
}

div.Index ul#AdultsCatList div ul.ListStyle01 li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	background: url(../img/common/icon_circle_01.png) 0 0.5em no-repeat;
	line-height: 1.4;
}

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

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

nyushi.html

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

div.Nyushi div.SecStyle03 table.TblStyle01 {
	margin-bottom: 30px;
}

div.Nyushi div.SecStyle03 ul.ListStyle01 ul {
	margin: 5px 0;
}

div.Nyushi div.SecStyle03 ul.ListStyle01 ul li {
	background: url(../img/common/icon_circle_02.png) 0 0.5em no-repeat;
}

div.Nyushi img.ExFlt01 {
	float: left;
	width: 170px;
	margin-bottom: 20px;
}

div.Nyushi ul.ExFlt01 {
	margin-left: 190px;
}

div.Nyushi div.ExNyushiBox01,
div.Nyushi div.ExNyushiBox02 {
	float: left;
	width: 320px;
}

div.Nyushi div.ExNyushiBox02 {
	float: right;
}

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

faq.html

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

dl.Faq {
	margin: 0 0 35px 0;
	padding: 0;
}

dl.Faq dt {
	margin: 0 0 15px 0;
	padding: 0 0 5px 23px;
	border-bottom: 2px solid #e7e7e7;
	background: url(../img/adults/icon_q_01.gif) no-repeat 0 5px;
	font-weight: bold;
	font-size: 116.7%;
}

dl.Faq dd {
	margin: 0 0 20px;
	padding: 0 0 0 23px;
	background: url(../img/adults/icon_a_01.gif) no-repeat 0 5px;
}

dl.Faq dd h2 {
	margin: 20px 0 10px;
	font-weight: 700;
	font-size: 116.7%;
}

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

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

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

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

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

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

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

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

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