@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;}
sup.small{font-size:50%;top: -1em;}

/* 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: 100%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-align: center; margin: 0 auto;
	overflow-x:hidden; height:100%;
	-webkit-text-size-adjust: 100%;
}

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

a:link {
	color: #0059AB;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* 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 { width: 100%; text-align: left; }
.inner { width: 100%; margin: 0 auto; position: relative; }

/* header */
header { 
border-top: 4px solid #005AAB;
background: -moz-linear-gradient(top, #fff, #fff);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
background: linear-gradient(#fff, #fff);
box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
max-height: 100px; height: 10%;
height: 72px;
position: fixed;
top:0; width: 100%; z-index: 100;
-webkit-transition:left 0.2s ease-in-out;
transition:left 0.2s ease-in-out;
}
header h1 { background: url(../../img/sitelogo.png) center center no-repeat; background-size: auto 95%; margin: -0.75em auto 0; /*min-height: 50px;*/
}
header h1 a { text-indent: -9999px; display: block; width:75%; text-align:center; margin:1.25rem auto; height: 51px; }


header p#backBtn { position: absolute ; 
left: 2%; top: 10px;
background: url(../../img/header_back.png) center center no-repeat; 
width: 44px;
}
header p#backBtn a {  text-indent: -9999px; display: block; max-width: 22px; max-height: 41px;
}


.HiddenCheckbox {
  display: none;
}
.MenuContainer {
  position: fixed;
  left: 100%;
  top: 0;
  display: block;
  padding: 1.25em 1em 0;
  width: 90%;
  height: 75px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

.MenuIcon {
  cursor: pointer;
  display: block;
  float: left;
  height: 28px;
  position: relative;
  width: 32px;
  z-index: 2;
  margin-left : -80px;
}
.MenuIcon:before {
  -webkit-box-shadow: #999 0 12px 0;
  box-shadow: #999 0 12px 0;
  height: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 32px;
}
.MenuIcon:after {
  bottom: 0;
  height: 3px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 32px;
}
.MenuIcon:before,
.MenuIcon:after {
  background: #999;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.MenuIcon:after {
  content: 'MENU'; font-size: 0.5rem; line-height: 2.5em; text-align: center; color: #666;
}


.HiddenCheckbox:checked ~ .MenuIcon:before {
  -webkit-box-shadow: #005AAB 0 12px 0;
  box-shadow: #005AAB 0 12px 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
  transform: rotate(45deg) translate3d(6px, -3px, 0);
}
.HiddenCheckbox:checked ~ .MenuIcon:after {
  -webkit-transform: rotate(-45deg) translate3d(6px, 3px, 0);
  transform: rotate(-45deg) translate3d(6px, 3px, 0);
  content: '';
}
.HiddenCheckbox:checked ~ .Menu {
top: 0;
left: 40%;
}
.HiddenCheckbox:checked ~ .MenuIcon {
left: -75%;
z-index: 10;
color: #005AAB;
}
.HiddenCheckbox:checked ~ .MenuIcon:before,
.HiddenCheckbox:checked ~ .MenuIcon:after {
  background: #005AAB;

}

.Menu {
  background: url(../../img/menu_bg.png);
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0; left: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  z-index: 1;
}
.Menu:before { display: block;
	content: "menu";
background: #002240; padding: 2px 10px; color: #fff;
border-bottom: 1px solid #002A62;
box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
-webkit-box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
-moz-box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
}
nav ul li { color: #fff;
border-bottom: 1px solid #002A62;
box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
-webkit-box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
-moz-box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.3);
}
nav {
height: auto;
overflow: scroll;
}

nav ul li a {
  display: block;
  overflow: hidden;
  padding: 8px 16px;
  position: relative;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
}
nav ul li a:link { color:#fff; }
nav ul li a:visited {
  text-decoration: none;
  color: #fff;
}

nav a:link {
	text-decoration: none;
}
nav a:hover,
nav a:active,
nav a:focus { 
	text-decoration: underline;
}



h2#pagetitle { display: none; }

article { margin: 92px auto 40px;
position:absolute;
z-index:1;
width: 100%;
padding-bottom: 10px;
-webkit-transition:left 0.2s ease-in-out;
transition:left 0.2s ease-in-out;
}

.open-menu{ left:-60%; }
.close-menu{ left:0; }


#topicPass { display: none; }


section h1 { margin: 0 0.5em 0.25em; font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
font-size: 1.5rem;
}

section h2.title { 
font-size: 1.5rem; margin: 1em auto 0.5em;
border-bottom: 1px solid #005AAB; padding: 0 16px;
font-weight: normal;
vertical-align: bottom;
}
section h2.title span { 
font-size: 1rem; padding-left: 0.5em;
}
.contents { margin-bottom: 3rem; }

section p { padding: 0 16px; }
img.w100 { width: 100%; }

.kome_note
{
	text-indent:		-1em;
	margin-left:		1em;
}

footer {
position:fixed;
bottom: 0; width: 100%;
background: #005AAB; color: #fff;
text-align: center; padding: 4px 0;
-webkit-transition:left 0.2s ease-in-out;
transition:left 0.2s ease-in-out;
font-size: 0.8rem;
z-index: 1;
}


/* Media queries!
-------------------------------------------------------------------------------*/
@media only screen 
and (max-width : 480px){
* { background-size: 68% auto; }
img { width: 68%; height: auto; }
header h1 { background-size: auto 65%; }

}

@media only screen 
and (min-width : 480px) {
* { background-size: 68% auto; }
img { width: 68%; max-width: 68%; height: auto; }
header h1 { background-size: auto 68%;}
}

@media only screen 
and (min-width : 768px) {
* { background-size: 75% auto; }
img { width: 75%; max-width: 75%; height: auto; }
header h1 { background-size: auto 75%; 
.MenuContainer {
  left: 92.5%;
}
}


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

@media only screen 
and (min-width : 1024px) {
* { background-size: 100% auto; }
img { width: auto; max-width: auto; height: auto; }
header h1 { background-size: auto  100%; 
}



/* 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 {



}

 