@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

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

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
 background-color: #d0ffff;
 font-family: Helvetica;
 font-size: 14px;
 line-height: 1.6;
}
/*
 background-color: #D9F5F3;
*/

a {
 color: #336699;
}

.global-header {
 height: 44px;
 line-height: 44px;
 border-bottom: 1px solid #ffffff;
 background-color: #4DFFFF;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F5F3), to(#4DFFFF));
 font-family: "Georgia Bold Italic";
}
/*
 color: #000000;
 border-bottom: 1px solid #000000;
 border-bottom: 1px solid #ffffff;
 background-color: #75D9D0;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F5F3), to(#75D9D0));
*/


.nav-about-contact {
 margin: 10px;
}

.nav-about-contact ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 //-webkit-box-shadow: 0 0 3px #cccccc;
 //box-shadow: 0 0 3px #cccccc;
 background-image:url(../img/back_filetrans.jpg);
 background-position:center bottom;
 background-repeat:repeat;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;

}

.nav-about-contact li {
 border-top: 1px solid #eeeeee;
 border-bottom: 1px solid #eeeeee;
 height: 44px;
 line-height: 44px;
 background-color: #ffffff;
}

.nav-about-contact li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about-contact li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about-contact a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.page-heading {
 margin: 0 auto;
 width: 140px;
 overflow: hidden;
 color: #ffffff;
 color: #333333;
 font-size: 16px;
 text-align: center;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-shadow: 0 1px #ffffff;
}

.global-preheader{
background-image:url(../img/line2.fw.png);
background-position:center bottom;
background-repeat:no-repeat;
-moz-background-size:auto 100%;
background-size:auto 100%;}


.nav-page {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
}

.nav-page-left {
 position: absolute;
 top: 0;
 left: 10px;
}

.nav-page a {
 padding: 6px 12px;
 border: 1px solid #75D9D0;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F5F3), color-stop(45%, #c8e4e2), color-stop(55%, #86e0e1), to(#75D9D0));
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px #D9F5F3;
 box-shadow: 0 1px #D9F5F3;
 text-decoration: none;
}

.introduction {
 margin: 15px 10px;
 padding: 5px 10px;
// background-color: #75D9D0;
 background-color: #70FFFF;
 font-size: 12px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.introduction a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.block {
 padding-bottom: 20px;
}

.block-heading {
 margin: 10px;
 padding: 5px;
 border-left: 5px solid #4DFFFF;
 font-size: 14px;
}

.book-list {
 padding-bottom: 20px;
 margin: 0 10px;
 font-size: 12px;
}

.book-list ul {
 margin: 5px;
 padding: 5px;
}

.book-list li {
}


.comment {
 margin: 0 10px;
 font-size: 12px;
}

.comment p {
 margin-top: 0;
}

.nav-portfolio {
 margin-top: 10px;
}

.nav-portfolio img {
 margin-bottom: 6px;
 width: 60px;
 height: 60px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-portfolio li {
 margin: 0 0 10px 16px;
 float: left;
 text-align: center;
}

.nav-portfolio ul:after {
 content: '';
 display: block;
 clear: both;
}

.nav-portfolio a {
 display: block;
 text-decoration: none;
}

.nav-portfolio a:after {
 display: block;
 content: attr(title);
 font-size: 12px;
 width: 60px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.img-illust {
 margin: 0 auto;
 display: block;
 border: 10px solid #F5F5F0;
}

.img-header {
 margin: 0 auto;
 display: block;
 border: 0px solid #F5F5F0;
}

.nav-about {
 margin: 10px;
}

.nav-about ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about li {
 border-top: 1px solid #D9F5F3;
 border-bottom: 1px solid #75D9D0;
 height: 44px;
 line-height: 44px;
 background-color: #ffffff;
}

.nav-about li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.nav-about-sitemap {
 margin: 10px;
}

.nav-about-sitemap ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 //-webkit-box-shadow: 0 0 3px #cccccc;
 //box-shadow: 0 0 3px #cccccc;
 background-image:url(../img/back_filetrans.jpg);
 background-position:center bottom;
 background-repeat:repeat;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;

}

.nav-about-sitemap li {
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 height: 44px;
 line-height: 44px;
 background-color: #DDDDDD;
}

.nav-about-sitemap li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about-sitemap li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about-sitemap a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.nav-about-form {
 margin: 10px;
}

.nav-about-form ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 //-webkit-box-shadow: 0 0 3px #cccccc;
 //box-shadow: 0 0 3px #cccccc;
 background-image:url(../img/back_filetrans.jpg);
 background-position:center bottom;
 background-repeat:repeat;
 margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;

}

.nav-about-form li {
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 height: 44px;
 line-height: 44px;
 background-color: #ffffff;
}

.nav-about-form li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about-form li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about-form a {
 padding: 0 14px;
 display: block;
 text-decoration: none;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

A.Support:link		{color:#red}
A.Support:visited	{color:#004080}
A.Support:active	{color:red}
A.Support:hover		{background-color:#E8F1F2;color:red}
A.Support			{text-decoration:underline;color:red;background-color:#73FF73}

.Support  {
 margin: 10px;
 padding: 5px;
}

.jCarousel {
 margin-bottom: 15px;
 text-align: center;
 -webkit-transition: margin 0.5s ease-in-out; 
}

.require {
 padding: 3px;
 vertical-align: text-bottom;
 color: #FFFFFF;
 background-color: #CC0000;
 font-weight: bold;
 font-size: 11px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
}

.contact-form {
 margin: -20px 10px 10px 10px;
 padding: 10px;
 border: 1px solid #FFFFFF;
 background-color: #ececec;
 background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#ECECEC));
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.contact-form dl {
 margin-bottom: 20px;
}

.contact-form dt {
 font-weight: bold;
}

.contact-form dd {
 margin-bottom: 10px;
}

input {
 padding: 5px;
 width: 150px;
 font-size: 14px;
}

input[type="email"],
input[type="url"] {
 width: 250px;
}

input[type="radio"] {
 width: auto;
}

input[type="submit"] {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 16px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit {
 text-align: center;
}

.contact-call {
 margin: 10px 0 20px 0;
 color: #111;
 font-size: 12px;
 text-align: center;
}

.contact-call dl {
 margin-bottom: 10px;
}

.contact-call dt,
.contact-call dd {
 display: inline; 
}

.contact-call time {
 margin: 0 2px;
}

.call a {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 display: inline-block;
 color: #FFFFFF;
 background-color: #006699;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#66CC00), color-stop(48%, #66B400), color-stop(52%, #66A700), to(#669900));
 font-size: 16px;
 text-align: center;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}
.s8 {margin: 0 10px; font-size: 8px}
.s9 {margin: 0 10px; font-size: 9px; line-height: 12px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #004080}
.s10 {margin: 0 10px; font-size: 10px; line-height: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #004080}
.s10r {margin: 0 10px; font-size: 10px; line-height: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #FF2000}
.s12 {margin: 0 10px;  font-size: 12px; line-height: 16px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #004080}
.s12r {margin: 0 10px;  font-size: 12px; line-height: 16px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #FF2000}
.s12R {margin: 0 10px;  font-size: 12px; line-height: 16px; font-family: "ＭＳ Ｐゴシック", "Osaka"; font-weight: bold; color: #FFFFFF; background-color: #FF2000;}
.s14 {margin: 0 10px;  font-size: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 16px; font-weight: bold; color: #004080}
.s14r {margin: 0 10px;  font-size: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 16px; font-weight: bold; color: #FF2000}
.s14R {margin: 0 10px;  font-size: 14px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 16px; font-weight: bold; color: #FFFFFF; background-color: #FF2000;}
.s16 {margin: 0 10px;  font-size: 16px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 18px; font-weight: bold; color: #004080}.unnamed1 {  }
.s16r {margin: 0 10px;  font-size: 16px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 18px; font-weight: bold; color: #FF2000}.unnamed1 {  }
.s18 {margin: 0 10px;  font-size: 18px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 18px; font-weight: bold; color: #004080}.unnamed1 {  }
.s20 {margin: 0 10px;  font-size: 20px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 20px; font-weight: bold; color: #004080}.unnamed1 {  }
.s22 {margin: 0 10px;  font-size: 22px; font-family: "ＭＳ Ｐゴシック", "Osaka"; line-height: 22px; font-weight: bold; color: #004080}.unnamed1 {  }

/*=================================================
 * Googleマップのスタイル
 * ================================================= */

.googlemap {
    border: none; /* borderを削除 */
}

.global-footer {
 padding: 10px 0;
 background-color: #0000ff;
}
/*
 background-color: #75D9D0;
*/

.copyright {
 margin: 0;
 color:  #ffffff;
 text-align: center;
 font-family: "Georgia Bold Italic";
}
