@charset "utf-8";
/* Font-size Adjustment.
	77% = 10px	|	123.1% = 16px	|	167% = 22px
	85% = 11px	|	131% =  17px	|	174% = 23px 
	93% = 12px	|	138.5% = 18px	|	182% = 24px 
	100% = 13px	|	146.5% = 19px	|	189% = 25px 
	108% = 14px	|	153.9% = 20px	|	197% = 26px 
	116% = 15px	|	161.6% = 21px	| 
*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
* {margin: 0;padding: 0;}
html {overflow-y: scroll;}
body {
	line-height: 1.5;
	color: #555555;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*======================================
	1-4.Text Module
=======================================*/
p,
address {
	line-height: 1.6;
	margin: 0 10px 20px 10px;
	font-size: 100%;
}

h1 {
	font-size: 174%;
}

h2 {
	margin: 0px; 
	font-size: 159%;
}

/*======================================
	1-5.Hypertext Module
=======================================*/
a:focus {
	outline: none;
}

a:link {
	color: #005585;
}

a:visited {
	color: #818f98;
}

a:hover {
	color: #80af00;
}

/*======================================
	1-10.Image Module
=======================================*/
img {
	border: none;
}

img.left {
	float:left;
	margin: 0 8px 8px 0;
}

img.right {
	float:right;
	margin: 0 0 8px 8px;
}

img.block {
	display: block;
	margin: 8px auto;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



body {
	width: 100%;
	text-align: center; /* center on ie */
}

#container {
	text-align: left;
	margin: 0 auto; /* center on everything else */
	width: 480px;
}

h1 {
	margin: 20px 0 47px 0;
}

#hi{
	margin: 0 0 31px 0;
}

#lead {
	margin: 0 0 26px 0;
}

#leadtext {
	margin: 0 0 49px 0;
}

#text {
	line-height: 2;
	font-size: 110%;
}

#nagai,
#media,
#main {
	margin: 0 0 60px 0;
}
	#main p {
	}

#last {
}

#button {
	margin: 0 0 30px 0;
	height: 54px;
	width: 480px;
}
	#button a {
		display: block;
		height: 54px;
		width: 480px;
		background-image: url(http://www.brids-academy.com/files/images/bt_24.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#button a:hover {
		background-position: left bottom;
	}
	#button img {
		display: block;
		visibility: hidden;
	}

#footer {
	margin: 0 0 10px 0;
	height: 3em;
	width: 480px;
	font-size: 85%;
}
	#menu {
		float:right;
	}

	address {
		font-style: normal;
		margin: 0;
	}



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

	MailForm-CSS start

======================================= */
#inquiry_form,
#inquiry_form table {
	margin-bottom: 15px;
}
#inquiry_form table {
	width: 470px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
}
#inquiry_form p {
	margin-bottom: 0;
}
#inquiry_form th {
	padding: 5px 2px 5px 13px;	
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 120px;/*
	background-image: url(../golobal-image/contents-area-images/mfarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}
#inquiry_form .must th {
	border-left-color: #E7983A;
}
#inquiry_form td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
}
#inquiry_form em {
	font-style: normal;
	font-weight: normal;
	color: #E7983A;
	padding-left: 5px;
}
#inquiry_form .text1 {
	width: 130px;
}
#inquiry_form .text2 {
	width: 280px;
}
#inquiry_form .info {
	margin-bottom: 20px;
	padding: 5px;
	color: #F96666;
	border: 2px solid #FC7777;
	background-color: #FFF8F8;
}
#inquiry_form .info h2 {
	color: #F96666;
	margin: 5px 10px -5px 10px;
	padding: 0;
	font-weight: bold;
}
#inquiry_form #send-success {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color: #DAF0B6;
}
#inquiry_form #send-success h2 {
	color: #4F8A10;
}
#inquiry_form td img {
	vertical-align: baseline;
}
#inquiry_form input,
#inquiry_form textarea {
	margin: 5px 0 10px 10px;
}
#inquiry_form .alert {
	color: #F96666;
	display: none;
}
#inquiry_form td .alert {
	margin: 0 0 10px 10px;
}
/* ======================================
	MailForm-CSS end
======================================= */
