<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* common */
@import url(normalize.css);



/*
	HTML5 Reset :: style.css
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent; */
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}
img{ vertical-align : middle}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul,ol {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

/*input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline; vertical-align:0.5em;} */
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */

body {
	font: 90%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center; margin: 0 auto;
font-size: 13px;
line-height:1.5;
font-weight:normal;
font-style:normal;
}

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a:link {
	color: #104092;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) 
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 
*/
/*	j.mp/webkit-tap-highlight-color
a:link {-webkit-tap-highlight-color: #fcd700;} 
*/
ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}




#wrapper { }

header { padding: 20px 0; z-index: 1; }
header h1 {  margin: 0 0 12px; }
header h2 {  margin: 0 0 20px 6px; }


header .inner {
	width:960px;
	margin:0 auto; text-align: left;
}

header .inner2 {
	width:960px;
	margin:0 auto; text-align: left;
	font-size: 120%;
}

header .inner2 p {
	background: #666;
	color: #fff;
	text-align: center;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 0;
}


#counter ul { display: inline-table; height: 56px; }
#counter li { display: table-cell; vertical-align: bottom; padding-right: 10px; height: 56px;
*display: inline; zoom: 1; white-space: nowrap; }

#counter li span { display: table-cell; padding-right: 1px; width: 34px; height: 56px; vertical-align: bottom;
*display: inline; zoom: 1; white-space: nowrap; }

#counter li span.image0 { background: url(../../img/0.png) no-repeat; }
#counter li span.image1 { background: url(../../img/1.png) no-repeat; }
#counter li span.image2 { background: url(../../img/2.png) no-repeat; }
#counter li span.image3 { background: url(../../img/3.png) no-repeat; }
#counter li span.image4 { background: url(../../img/4.png) no-repeat; }
#counter li span.image5 { background: url(../../img/5.png) no-repeat; }
#counter li span.image6 { background: url(../../img/6.png) no-repeat; }
#counter li span.image7 { background: url(../../img/7.png) no-repeat; }
#counter li span.image8 { background: url(../../img/8.png) no-repeat; }
#counter li span.image9 { background: url(../../img/9.png) no-repeat; }

header #date { margin-bottom: 20px; font-size: 90%; color: #666; }
header #date { margin-bottom: 20px; font-size: 150%; color: #666; font-weight: bold; }

header h3 { margin-bottom: 20px; }
#inpage header h3 { margin-bottom: 0; }



#index article,
#inpage article { 
background: url(../../img/bg.gif); z-index: 1; position: relative; z-index: 1:
}
section { width: 960px; margin: 0 auto; text-align: left; }

nav {  }


/* -- */
#index #wrapper { background-color: #000
background-attachment: fixed;
background-position: 100% top;
background-repeat: no-repeat;
background-image: url(../../img/ph01.jpg);
position: relative;
}

.ie8 #index #wrapper,
.ie7 #index #wrapper,
.ie6 #index #wrapper { background-image: none!important; }

#ieonly { display: none; }
.ie8 #index #ieonly,
.ie7 #index #ieonly,
.ie6 #index #ieonly { display: block;
position: absolute; right: 0; top; z-index: -1;
background: url(../../img/ph01.jpg); width: 800px; height: 533px;
}
#index section#news { margin-bottom: 80px; }
#index section#news dl {position: relative; }
#index section#news dt {position: absolute; left: 0; top: 0; }
#index section#news dd { margin: 0 0 0 80px; padding-top: 4px; }

#index section#catch { margin-bottom: 80px; }
#index section#catch dl {position: relative; }
#index section#catch dt {position: absolute; left: 0; top: 0; }
#index section#catch dd { margin: 0 0 0 80px; padding-top: 4px; }



#pagetopBtn { text-align: right; 
position: fixed;
right: 15px;
z-index: 9000; 
}

#index section#btnArea { position: relative; height: 200px; }
#index section ul { margin-top: -50px; x-index: 10; position: absolute; left: 0; top: 0;  }
#index section ul li { float: left; padding: 0 8px 8px 0; height: 210px; }
#index section ul li.np { padding: 0 0 8px 0; }


#index section#inpage {  background: #fff; padding: 20px 0; position: relative; }

#index section#inpage h1 { margin: 20px 40px; padding: 8px 12px;
	font-size: 140%; border-left: 4px solid #104092; color: #104092; 
border-bottom: 1px solid #104092;
position: relative;
}
#index section#inpage h2 { margin: 20px 40px; padding: 8px 12px;
	font-size: 120%; border-left: 4px solid #999; background: #f4f4f4;
}


#index section#inpage h1 a { display: block; position: absolute; right: 0px; top: 0; width: 260px; height: 32px;
}
#index section#inpage .catch { margin: 40px auto; text-align: center;
}
#index section#inpage .map { margin: 40px auto 20px; text-align: center;
}
#index section#inpage p { margin: 0 40px;
}

#index section#inpage ul { margin: 40px 80px; line-height: 1.6;
}
#index section#inpage ul li strong.mark { font-size: 68%; padding: 0.1em 0.5em 0 0;  color: #104092; }
#index section#inpage ul li strong.red {
	color: #ff0000;
	font-weight: bold;
}
#index section#inpage ul li { padding: 8px 0 8px 1em; text-indent: -1em;
border-bottom: 1px dotted #82CED2;
}
#index section#inpage ul li span {  display: block; text-align: right;
}


#index section#inpage table {
	margin: 20px 50px 50px;
	border: 2px solid #ccc;
	width: 880px;
	border-collapse: separate;
}
#index section#inpage table th {
	padding: 10px 20px;
	vertical-align: top;
	background: #f4f4f4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	text-align: center;
}
#index section#inpage table td { padding: 10px 20px; border-bottom: 1px solid #ccc; vertical-align: top;
border-left: 1px dotted #ccc;
}

/* #seminar.html */
#seminar #wrapper { background: #A4D8DD url(../../img/seminer_bg.jpg) bottom center no-repeat; zoom:1; position: relative;
background-size: cover; padding: 0;
}

#seminar header { padding: 0; z-index: 1; }
#seminar header h1 {  padding: 20px 0 10px; background: #fff;}
#seminar header h2 {  margin: 20px auto; }


#seminar article { padding: 20px 0;
}
#seminar section { width: 960px; margin: 0 auto 0; text-align: left; }


#seminar section h1 { text-align: center; }

#seminar section h2.attention {
	text-align: center; margin: 20px auto;
}

#seminar div.box { position: relative; background: #fff; padding: 40px 20px 20px; border-radius: 8px; margin: 40px 20px; }
#seminar h2.label { position: absolute; left: 16px; top: -10px; }
h2.label_recom { position: absolute; left: 16px; top: -20px; }

#seminar div.box_iso2100 { position: relative; padding: 0; border-radius: 8px; margin: 40px 20px;  }
div.box_iso2100 h2 { background: #666; color: #fff; text-align: center; font-size: 110%; padding: 8px 0; margin-bottom: 20px; }

#seminar section ul { padding: 20px 0; }
#seminar section ul.recom { padding-top: 0; }
#seminar section ul.applyBox { font-size: 140%; }
#seminar section ul li strong.mark { font-size: 68%; padding: 0.1em 0.5em 0 0;  color: #104092; }
#seminar section ul li { padding: 8px 0 8px 1em; text-indent: -1em;
border-bottom: 1px dotted #82CED2;
}

#seminar section ol li { padding: 8px 0 8px 1em; margin-left: 2em;
list-style-type: decimal;
}

#seminar div.box h3 { background: #999; color: #fff; text-align: center; padding: 8px 0; margin-bottom: 20px; }
#seminar div.box dl {  position: relative; margin: 0 40px 20px; }
#seminar div.box dl dt { color: #104092; padding: 8px 0; position: absolute; left: 0; font-weight: bold; }
#seminar div.box dl dt.first { padding-top: 30px; }
#seminar div.box dl dd { margin-left: 120px;  padding: 8px 0; vertical-align: bottom; width: 660px; }
#seminar div.box dl dd img { vertical-align: middle; }

#seminar section p.apply { text-align: center; margin: 20px auto;
}




/* footer
--------- --------- --------- --------- --------- */
footer {
	width: 100%;
	min-width: 966px;
	padding-top: 40px;
	bottom: 0px;
	height: 100px;
	left: 0;
	background: url(../../img/footer_bg.jpg) bottom repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
footer .inner {
	width:966px;
	margin:0 auto;
}
footer .clear img {
	float:left;
}
footer .clear ul {
	width:600px;
font-size: 80%;
	float:right;
	margin-bottom:10px;
}
footer .clear li {
	border-left:2px solid #fff;
	padding:1px 5px;
	float:left;
	margin-right:15px;
	font-size:1.1em;
	white-space: nowrap;
}
footer .clear li a {
	text-decoration:none;
	color: #fff;
}
footer .clear li a:hover {
	text-decoration:underline;
}
footer #copyright {
	margin-top:25px;
}



/* Media queries!
-------------------------------------------------------------------------------*/
@media only screen 
and (min-width : 480px) {
}

@media only screen 
and (min-width : 768px) {

}


/* Media queries!
-------------------------------------------------------------------------------*/

@media only screen 
and (min-width : 1024px) {

}



/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}

 
</pre></body></html>