@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: #009be2;
  background-color: transparent;
    text-decoration:none;
}
a:visited {
  color: #009be2;
}
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:#009be2 solid 2px; padding-top:5px; padding-bottom:5px; color:#009be2; }
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:#dbf2fc; font-weight:normal;}
div.main h2 { color:#009be2; 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 header {
	background: #009be2;
	padding:16px 0 20px; padding:1rem 0 1.25rem;
}
.header-nav-contents h1 { margin:0; text-align:center; }
/*　div.header-nav ul { margin:0; padding:0; border-bottom:#009be2 solid 1px; }
.header-nav-contents nav ul li { 
text-align: center;
font-size: 11px;
font-size: .6875rem;
width:25%;
float:left;
padding:10px 0; padding:0.625rem 0;
}　*/

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

.header-nav-contents nav ul li span { display:inline-block; }


div.info { display:none; }
div.main section,footer { padding:0 16px; padding:0 1rem; margin:48px 0 48px; margin:3rem 0 3rem; }

/* 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:#009be2 solid 2px; padding:16px 0; padding:1rem 0; border-top:#009be2 solid 2px; margin-bottom:10px; margin-bottom:0.625rem; }
aside.link,.copy { text-align:center; }
/* footer */

.copy { text-align:center;}

/*　div.profile img { width:100px; width:6.25rem; border:#fff 5px solid; box-shadow:0 0 9px #ccc; }
div.profile img { float:left; margin-right:4%; }
div.profile p { font-size:14px; font-size:0.875rem; overflow:hidden; }
div.profile h3 { font-size:16px; font-size:1rem; margin-top:8px; margin-top:0.5rem; }
div.profile h3 span { font-size:12px; font-size:0.75rem; }
div.profile { margin-bottom:32px; margin-bottom:1.5rem; }　*/

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.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:36px; margin-bottom:2rem;}
div.scan figure { text-align:center; }
div.scan h3 { font-size:16px; font-size:1rem; text-align:center; }
div.scan img { border:#eee solid 1px; width:80%; }

div.frame { text-align:center;}
iframe {width:95%; height:320px; }
div.prof-text p { clear:both; font-size:12px; font-size:0.75rem; padding:24px 0 16px; padding:1.5rem 0 1rem; }

@media screen and (min-width:480px){
.link a img { width:auto; }

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.profile { padding:16px 0; padding:1rem 0; border-bottom:#ccc dotted 1px; }
#profile div.last-item,#rijicho div.last-item { border:none; }

.header-nav-contents nav ul li { border:none; }

div.scan img { width:35%; float:left; margin-right:4%; }
div.scan figure { display:inline; }
div.scan h3 { text-align:left; }
div.scan p { overflow:hidden; }
iframe {width:100%; height:350px; }
div.prof-text p { font-size:14px; font-size:0.875rem; margin:0 0 24px; margin:0 0 1.5rem; padding:0; }
}
@media screen and (min-width:600px){
.rssRow h4 { width:80%;}
.rssRow div {
width:20%;
}
.rssRow p { padding-left:20%; }
a.tel { color:#333; text-decoration:none; }

/* 
div.scan {
	width:31.66666%; float:left; margin-right:2.5%; 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){
body { background:url(../images/eye.gif) no-repeat 3% 650px; }
div.header-nav {
position: fixed;
right: 0;
bottom: 0;
top: 0;
width: 25%;
background: #009be2;
border-bottom: none;
overflow: hidden;
/* border-left: solid 1px #009be2; */
}

.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 { 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 30px; margin:3.125rem 0 1.875rem;}

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

div.main:after { position:absolute; top:100px; right:-30px; width:80px; height:89px; background:url(../images/eye02.png) no-repeat 0 0; z-index:1; content:''; }

div.main section { padding:0;}

a.banner { margin-top:10px; display:block; }
#profile { position:relative; }


#profile:after { position:absolute; top:-55px; right:-30px; width:56px; height:86px; background:url(../images/eye03.png) no-repeat 0 0; z-index:1; content:''; }

.rssRow h4 { width:80%;}
.rssRow div {
width:20%;
}
.rssRow p { padding-left:20%; }
div.scan img { width:250px; margin-right:20px; }
div.prof-text p span { display:inline-block; }


}

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