@charset "utf-8";

/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

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

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
	font-family:Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
	line-height:1.7;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 28px;
	    font-size: 1.75rem;
    line-height:1.5;
}

h2 {
    font-size: 20px;
	    font-size: 1.25rem;
    line-height:1;
}

h3 {
    font-size: 20px;
	    font-size: 1.25rem;
    line-height:1.263157895;/*24/19 */
}

h4,h5,h6 {
    font-size: 16px;
	    font-size: 1rem;

}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

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

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */


dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
 max-width:100%;
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	vertical-align:middle;
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */

}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* link */
a:link {
  color: #004f99;
  background-color: transparent;
    text-decoration:none;
}
a:visited {
  color: #004f99;
}
a:hover, a:active {
    text-decoration:none;
	opacity:.7;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}



/* page_css */
body { color:#333; }
.rssHeader { display:none; }
table { width:100%; border-collapse:collapse; box-sizing:border-box; margin:0 0 20px; }
table td,table th { border:#004f99 solid 2px; padding-top:5px; padding-bottom:5px; color:#004f99; }
table th,table td span { font-size:12px; font-size:0.75rem; }
table td { font-size:14px; font-size:0.875rem; text-align:center; width:10%;}
table th { background:#e6eef5; font-weight:normal;}
div.main h2 { color:#004f99; margin-bottom:24px; margin-bottom:1.5rem; }


/* rss */

#rss ul { 
list-style: none;
margin: 0;
	padding: 0;
 }
 #rss ul li {
	overflow:hidden;
 }
 #rss ul time { 
color:#666;
 float:left;
 width:7rem;
 }
 

.header-nav-contents div.wrap {	background: #004f99; padding:16px 16px 20px; padding:1rem 1rem 1.25rem; }


div.header-nav ul { margin:0; padding:0; border-bottom:#004f99 solid 1px; display:table; width:100%; }
.header-nav-contents nav ul li { 
text-align: center;
font-size: 11px;
font-size: .6875rem;
width:20%;
display:table-cell;
border-right:#004f99 solid 1px; 
box-sizing:border-box;
padding:10px 0; padding:0.625rem 0;
vertical-align:middle;
}
.header-nav-contents nav ul#naikamenu li {
	width:16.66666666%;
}
.header-nav-contents nav ul li:last-child { border:none; }


.header-nav-contents nav ul li span { display:inline-block; }
div.main section,footer { padding:0 16px; padding:0 1rem; margin:48px 0 64px; margin:3rem 0 4rem; }
div.info { display:none; }

/* footer */
footer { padding:16px; padding:1rem; }
.link a { opacity:0.5; display:inline; }
.link a:hover { opacity:1; }
.link a img { width:140px; }
.link { border-bottom:#004f99 solid 2px; padding:16px 0; padding:1rem 0; border-top:#004f99 solid 2px; margin-bottom:10px; margin-bottom:0.625rem; }
aside.link,.copy { text-align:center; }
/* footer */


div.photo { position:relative; }
div.pagelink { position:absolute; top:30%; right:0; background:rgba(0,54,104,.7); }
div.pagelink a { padding:10px 10px; width:16px; height:77px; display:block; }
.header-nav-contents h1 { width:180px; margin:0 auto 5px; }
.header-nav-contents h2 { background:#fff; font-size:16px; font-size:1rem; color:#004f99; padding:5px 20px; text-align:center; margin:0 0 5px; }
.header-nav-contents header p { font-size:12px; font-size:0.75rem; text-align:center; color:#fff; font-weight:normal; margin:0 0; margin:0; }

div.profile img { width:80px; width:5rem; border:#fff 3px solid; box-shadow:0 0 9px #ccc; }
div.profile img { float:left; margin-right:4%; }
div.prof-text p { clear:both; font-size:12px; font-size:0.75rem; padding:24px 0 16px; padding:1.5rem 0 1rem; }
div.profile dl { font-size:12px; font-size:0.75rem; clear:both; padding:16px 0; padding:1rem 0; border-bottom:#ccc dotted 1px; margin:0; }
div.profile dl dt,div.profile dl dd { margin:0; padding:0; }
div.profile dl dt { width:60px; width:3.75rem; float:left; }
div.profile dl dd { overflow:hidden; }
div.profile h3 { font-size:18px; font-size:1.125rem; margin:8px 0 24px; margin:0.5rem 0 1.5rem; }
div.profile h3 span { font-size:12px; font-size:0.75rem; display:inline-block; }
div.profile h3 span em {
    font-size: 16px;
    font-size: 1rem;
	font-style:normal;
}
div.profile h3 span.cp { border:#ccc solid 1px; padding:3px 10px; font-weight:normal; line-height:1; margin-right:5px; }
.furigana { margin-right:16px; margin-right:1rem; }
div.profile { margin-bottom:32px; margin-bottom:1.5rem; }
a.tel { text-decoration:underline; }
div.scan { font-size:14px; font-size:0.875rem; margin-bottom:24px; margin-bottom:1.5rem;}
div.scan h3 { font-size:16px; font-size:1rem;  text-align:center; }
div.scan img { border:#eee solid 1px; width:60%; }
div.scan figure { text-align:center; }

div.frame { text-align:center;}
iframe {width:95%; height:320px; }

.head-banner {
	margin:48px auto;
	text-align:center;
	width:280px;

	font-size:14px;
}


.head-banner a:link,
.head-banner a:visited {
	color:#fff;
	background:#e54d7e url(../images/sankaku-white.png) no-repeat 95% center;
	background-size:14px;
		padding:10px 30px 10px 0;
		display:block;
}

.head-banner a:hover {
	background:#E03169 url(../images/sankaku-white.png) no-repeat 95% center;
	background-size:14px;
}

@media screen and (min-width:480px){
.link a img { width:auto; }
.header-nav-contents nav ul li { 
font-size: 12px;
font-size: .75rem;
}

.header-nav-contents header {
	display:table;
	width:100%;
}
.header-nav-contents h1 { margin:0; text-align:left; width:40%; width:8.75rem; display:table-cell;  vertical-align: middle; line-height:1; }
.header-nav-contents h1 img { vertical-align: top; width:95%; margin-left:0.625rem; }
.header-nav-contents header div.cell { display:table-cell; width:55%; border-spacing:0 0 0 5%; }
div.cell div { width:245px; float:right; }

.header-nav-contents div.wrap {	padding:24px 20px; padding:1.5rem 1.25rem; }
.header-nav-contents h1 img { max-width:180px; }

div.pagelink a { padding:30px 15px;}
div.profile h3 {  margin-top:0;}
div.profile img { width:120px; width:7.5rem; border:#fff 5px solid; box-shadow:0 0 9px #ccc; }
div.profile img { margin-right:3%; }
div.profile dl { font-size:14px; font-size:0.875rem; clear:none; padding:0; border:none; margin:0 0 16px; }
div.prof-text { overflow:hidden; }
div.prof-text p { font-size:14px; font-size:0.875rem; margin:0 0 24px; margin:0 0 1.5rem; padding:0; }

div.profile { padding:16px 0; padding:1rem 0; border-bottom:#ccc dotted 1px; }
#profile div.last-item,#rijicho div.last-item { border:none; }
div.scan img { width:35%; float:left; margin-right:4%; }
div.scan h3 { text-align:left; }

iframe {width:100%; height:350px; }

/* 
.copy { text-align:right; float:right; display:inline; }
aside.link { float:left; display:inline; }
*/

}
@media screen and (min-width:600px){
.rssRow h4 { width:80%;}
.rssRow div {
width:20%;
}
.rssRow p { padding-left:20%; }

.header-nav-contents h1 { width:55%;  }

a.tel { color:#333; text-decoration:none; }
.header-nav-contents nav ul li { border:none; }
div.scan {
	width:30%; float:left; margin-right:3.3333%; margin-bottom:0;
}
div.right-scan { margin-right:0; }
div.scan img { width:auto; float:none; }
div.scan h3 { text-align:center; }
}


@media screen and (min-width:950px){
div.header-nav {
position: fixed;
right: 0;
bottom: 0;
top: 0;
width: 25%;
background: #004f99;
border-bottom: none;
overflow: hidden;
/* border-left: solid 1px #004f99; */
}

.header-nav-contents nav ul li { text-align:left; font-size:16px; font-size:1rem; width:auto; float:none; padding:0; } 

div.header-nav a { color:#fff; }
div.header-nav ul { margin:0; padding:0; border-bottom:none; display:block; width:auto; }
div.header-nav ul li,.header-nav-contents nav ul#naikamenu li { width:auto; padding-left:25px; background:url(../images/sankaku.png) no-repeat 0 0; line-height:1; margin-bottom:16px; margin-bottom:1rem; display:block; }



div.header-nav ul li:hover { position:relative; left:24px; }
div.header-nav-contents {
position: absolute;
left: 10%;
top: 0;
bottom: 0;
padding: 0 0 0;
margin: 0;
height: auto;
width: 80%;
color:#fff;
}
div.info {
	display:block;
position: absolute;
left: 0;
right: 0;
bottom: 25px;
padding: 30px 0;
font-size: 12px;
font-size:0.75rem;
z-index: 1;
max-width:250px;
}
div.info p { margin:0; }
.header-nav-contents header { text-align:center; margin:50px 0 50px; margin:3.125rem 0 3.125rem;}
.header-nav-contents h1 { margin:0 0 16px; margin:0 0 1rem; text-align:center; width:auto; float:none; }
.header-nav-contents h2 { float:none; margin:0 0 5px; }

div.main {
	margin: 0 30% 16px 10%; position:relative; padding-top:40px;
}


div.main section { padding:0;}

#profile { position:relative; }

.rssRow h4 { width:80%;}
.rssRow div {
width:20%;
}
.rssRow p { padding-left:20%; }

div.pagelink { position:fixed; top:300px; right:0; background:#003668; }
div.pagelink a { display:block; padding:30px 15px; }
	div.pagelink a:hover { padding:30px 10px 30px 15px; }

/* header */
.header-nav-contents header {
	display:block;
}
.header-nav-contents h1 { display:block; width:auto; }
.header-nav-contents h1 img { vertical-align: top; width:auto; max-width:100%;}
.header-nav-contents h2 { margin-bottom:10px; margin-bottom:0.625rem; }
.header-nav-contents p span { display:inline-block; }
.header-nav-contents header div.cell { display:block; width:auto; }
div.cell div { width:auto; float:none; }
/* footer { padding:16px 0; padding:1rem 0; } */
.header-nav-contents h1 img { margin-left:0; }
div.scan img { width:200px; }

div.prof-text p span { display:inline-block; }

.head-banner {
	width:300px;
	font-size:16px;
}


}

@media only screen and (max-height: 550px) {
div.info {
display: none;
}
}

