@charset "UTF-8";

/* ==================================================================================

Bunka Fashion College
Version: May 2011

================================================================================== */



/*-----------------------------------------------
	style
-----------------------------------------------*/

html,body {
	margin: 0;
	padding: 0;
	color: #000;
  font-family: "ヒラギノ角ゴ Pro W3" , "HiraKakuPro-W3" , "ＭＳ Ｐゴシック" , "メイリオ" , Meiryo , Osaka , sans-serif;
	background-image: url(../img/img_bg_feature.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

html>/**/body a {
	display /*\**/ : inline-block\9;
}

strong , em {
	font-weight: bold;
}

img {
	vertical-align: top;
}



/*-----------------------------------------------
	style
-----------------------------------------------*/

.highlight {
	color: #4D0E8C;
}

.b-text span {
	font-size: 93%;
	padding: 4px 3px;
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
}

a.textlink {
	line-height: 1.2;
	background: url(../img/img_linkicon.gif) no-repeat 0px 0px;
	padding-left: 15px;
	text-decoration: underline;
}

a.textlink:hover {
	text-decoration: none;
}

span.b-link {
	padding-right: 12px;
	background: url(../img/img_linkicon_blank.gif) no-repeat right 2px;
}

a.screenlink {
	display: block;
	margin-bottom: 12px;
}

p.ma-half {
	margin-bottom: 14px !important;
}

.goto-menu-link {
	padding-top: 8px;
	border-top: 1px dotted #000;
	text-align: right;
}

.goto-menu-link p {
	font-size: 85% !important;
	margin-bottom: 0px !important;
}

.goto-menu-link p a {
	line-height: 1.2;
	background: url(../img/img_linkicon_back.gif) no-repeat 0px 0px;
	padding-left: 16px;
	text-decoration: underline;
}

.goto-menu-link p a:hover {
	text-decoration: none;
}

div.strong-box {
	padding: 6px;
	margin-bottom: 32px;
	background: url(../img/img_bg_check-grey.gif) repeat top left;
}

div.strong-box p {
	padding: 14px;
	margin-bottom: 0px !important;
	background: #fff;
}

span.catch {
	color: #EBACC0;
	font-weight: bold;
}

span.caution {
	font-size: 93%;
	color: #969996;
}

.ma-none {
	margin-bottom: 0px !important;
}

.ma-half {
	margin-bottom: 18px !important;
}

.ma-normal {
	margin-bottom: 32px !important;
}

.ma-double {
	margin-bottom: 48px !important;
}


ul.disc {
	font-size: 93%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
}

ul.disc li {
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: 0em .5em;
	margin-left: 1.5em;
}

ul.number {
	font-size: 93%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
}

ul.number li {
	margin-bottom: 5px;
	list-style-type: decimal;
	margin-left: 2em;
}

*html ul.number li {
	margin-left: 2.5em;
}

*:first-child+html ul.number li {
	margin-left: 2.5em;
}





/*-----------------------------------------------
	layout
-----------------------------------------------*/

#wrapper {
	width: 752px;
	margin: 0 auto;
	padding: 0 30px;
}

#wfix-navi {
	bottom: 0;
    position: fixed;
    right: 0;
}


/*-----------------------------------------------
	#header
-----------------------------------------------*/

#header {
	clear: both;
	padding: 38px 0 14px 0;
	border-bottom: 3px solid #000;
}

#header #logo {
	float: left;
}


/*-----------------------------------------------
	#footer
-----------------------------------------------*/

#footer {
	padding: 12px 0;
	margin-top: 76px;
	border-top: 1px solid #3C3C3C;
}

#footer address {
	float: left;
	padding-top: 4px;
}


/*-----------------------------------------------
	clearfix
-----------------------------------------------*/

.clearfix:after {
 content:".";
 height:0px;
 clear:both;
 display: block;
 visibility:hidden;
}

.clearfix {
	zoom : 1; 
}

.clearfix {
 display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End hide from IE-mac */