@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body {
	height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #006699;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
a.current {
	text-decoration: underline;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
strong {
	font-weight:bold;
}
img {
	max-width: 100%;
}
ol, ul {
	list-style:none;
}
em {
	font-style: italic;
}
/*    END RESET    */
/* =============== */

/*   INAGAKI  CSS   */

body {
	background-color: #999999;
}
body, p, div, tr, th, td, h1, h2, h3, legend, input {
	color: #666;
	font-size: 13px;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}
table {
	margin-bottom: 1em;
}
#wrapper {
	width: 900px;
	min-height:100%;
	position:relative;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#middle {
	padding-bottom:80px;   /* Height of the footer element */
}
#main_panel {
	width: 52.222222%;
	margin: 30px 0px 30px 70px;
	float: left;
}
.top_banner {
	background-color: #CC0000;
	padding: 0.3em 0;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.75em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
header {
	padding: 30px 0;
	margin: 0 45px 0 70px;
	background-image: url(../images/Shigemi-Inagaki-Shihan.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
header h1 {
	text-indent: -20000px;
	line-height: 0px;
	height: 0px;
}

/* NAVIGATION */

nav {
	width: 100%;
	background-color:#F0F0F0;
	margin-top: -15px;
	padding-bottom: 3em;
	/* box shadow */
	-webkit-box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px 3px rgba(0, 0, 0, 0.2);
}
nav ul {
	list-style: none;
	text-align: center;
}
nav ul li {
	width: 179px;
	float: left;
	padding: .5em 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
}
nav ul a:link, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color: #999999;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	display: inline-block;
	text-decoration: none;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #333333;
}
nav ul li.current, nav ul li.current a {
	background-color: #FFFFFF;
}
/* END OF NAVIGATION */

h3, h4 {
	color: #FF9999;
}
h2 {
	color: #CC0000;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
p {
	margin-bottom: 0.7em;
}
.subtitle {
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
.redpale {
	color:#CC6666;
}
.dark {
	color: #000000;
}
.black {
	color: #000000;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.img_box {
	border: solid #CCC 1px;
}
.note {
	background-color: #FFFADC;
	text-align: center;
	padding: 1.9em 1.9em;
	margin: 1em 0 2em 0;
	color: #333333;
	border: 1px solid #FC0;
}
.note_info {
	background-color: #F0F5FF;
	text-align: center;
	padding: 1.9em 1.9em;
	margin: 1em 0 2em 0;
	color: #333333;
	border: 1px solid #9CF;
}
.table_narrow {
	float: left;
	width: 49.5%;
}
#main_panel .table_narrow td:first-of-type {
	width: 50%;
}
#main_panel td:first-of-type {
	width: 33%;
}
.important {
	padding-left: 33%;
	font-size: 1.1em;
	color: #000000;
}
.small {
	font-size: 0.8em;
	color: #999999;
}

/*  =============  */
/*     SEMINAR     */
/*  =============  */
#schedule {
	margin: 1em 0 1.5em 0;
	background-color: #FFF5F5;
}
#schedule td {
	color: #990000;
	vertical-align: middle;
	border: 1px solid #FFBEBE;
	padding: 0.3em 0.5em 0.3em 1em;
}
#schedule tr:first-of-type {
	background-color: #CC0000;
}
#schedule tr:first-of-type td {
	color: #FFFFFF;
	font-weight: bold;
}
.bullet_list {
	padding-left: 20%;
	margin: 1em 0;
	color: #990000;
	list-style-type: disc;
}
.title_no_margin {
	margin: 0;
}
table h3 {
	margin: 0;
}
/*  =============  */
/*     HOTELS      */
/*  =============  */
#hotels tr:first-of-type {
	font-weight: bold;
}
#hotels table tr {
	border-bottom: solid #DCDCDC 1px;
}
#hotels table td {
	padding: 0.6em 0;
}
#hotels table p {
	margin: 0;
	line-height: 1.3em;
}
/* END OF SEMINAR  */

/*  =============  */
/*    PAYMENTS     */
/*  =============  */

fieldset {
	padding: 0 0 0.5em 0;
	border-top: solid #FF9999 1px
}
#payments fieldset {
	margin: 1em 0;
	padding: 1em 0 2em 0;
	border-top: solid #FF9999 1px;
	border-bottom: solid #FF9999 1px;
}
legend {
	color: #FF9999;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0.5em;
}
#payments label {
	display: block;
}
#payments select {
	float: left;
	margin: 0.4em 1em 0 0;
}
#payments .pay_now {
	float: left;
}
.options {
	color: #FF9999;
	font-weight: bold;
}
.line {
	border-top: solid 1px #CCCCCC;
	margin: 1em 0;
}
/* END OF PAYMENTS  */

/*  =============  */
/*  REGISTER PAGE  */
/*  =============  */

/* top form section space */
#register #form_fields {
	padding: 0.5em 15%;
}
/* left text space width */
#register #form_fields label {
	width: 30%;
	float: left;
}
/* boxes and dropdown width */
#register #form_fields select, #register #form_fields input {
	width: 65%;
}
/* space between lines  */
#register #form_fields label, #register #form_fields select, #register #form_fields input {
	margin: 0.3em 0;
}
/* centered dropdown  */
#register #form_payment select, #register #form_method select {
	margin: 1em auto;
	display: block;
}
#register #conditions {
	padding: 0 3.7em;
	padding-bottom: 0.6em;
}
/* space around tick boxes  */
#register #conditions input {
	float: left;
}
#register #conditions p {
	margin-left: 2.8em;
}
/*  register panel  */
#register form .submit {
	text-align: center;
	line-height: 3.5em;
	background-color: #FFF0F0;
	border-top: solid 1px #FF9999;
	border-bottom: solid 1px #FF9999;
}
/* custom register button  */
#register form input[type="submit"] {
	margin: 1em 0;
	padding: 8px 15px;
	line-height: 1;
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	color: #FFFFFF;
	background-color: #CC0000;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(130,0,0,0.33);
	-moz-box-shadow: 0px 2px 5px 0px rgba(130,0,0,0.33);
}
/* custom register button  */
#register form input[type="submit"]:hover {
	color: #CC0000;
	background-color: #FFFFFF;
}
.hide_form {
	visibility: hidden;
}

.error_panel {
	background-color: #FFF0F0;
	text-align: left;
	padding: 1.9em 1.9em;
	margin: 1em 0 2em 0;
	color: #CC0000;
	border: 1px solid #FF9999;
}
.error_title {
	color: #FF9999;
	font-size: 1.6em;
	font-weight: normal;
}
.error_panel ul {
	padding-left: 1.5em;
	list-style: disc;
}
.error_title {
	color: #FF9999;
	font-size: 1.6em;
	font-weight: normal;
}
.error_words {
	text-decoration: underline;
}
.success_panel {
	background-color: #FAFFEB;
	text-align: left;
	padding: 1.9em 1.9em;
	margin: 1em 0 2em 0;
	color: #006600;
	border: 1px solid #99CC00;
}
.success_title {
	color: #99CC00;
	font-size: 1.6em;
	font-weight: normal;
}
#required {
	height:0;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	float: left;
}

/* END OF REGISTER  */


/*  =============  */
/*   POLICY PAGE   */
/*  =============  */

#policy #main_panel ul {
	list-style-type: disc;
	line-height: 1.2em;
	font-size: 1.1em;
	margin-left: 1.5em;
	width: 95%;
}
#policy #main_panel li {
	margin: 1em 0;
}
#downloads #main_panel ul {
	margin-top: 2em;
}

#downloads #main_panel li {
	background-image: url(../images/pdficon_small.png);
	background-repeat: no-repeat;
	padding: 0 0 2em 22px;
}

/* FULL WIDTH  */
.full_width {
	margin: 0 45px 30px 70px;
}
.full_width h3 {
	margin: -1em 0 0 0;
}

/*  =============  */
/*      ASIDE      */
/*  =============  */
aside, aside figure img {
	width: 270px;
}
aside {
	float: right;
	margin: 30px 45px 30px 0;
}
aside figure {
	margin-bottom: 2em;
}
aside figcaption {
	margin-top: 0.3em;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
}

/*  GALLERY  */
#main_panel_gallery {
	margin: 30px 70px 30px 70px;
	float: left;
}
figure {
	margin-bottom: 2em;
}
figcaption {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.4em;
	padding: 0.5em 3em;
}
figure img {
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
}




/*  =============  */
/*     FOOTER      */
/*  =============  */
footer {
	height: 80px;
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
}
footer p {
	font-size: 0.8em;
	line-height: 2em;
	text-align: center;
	padding-top: 1em;
}
