﻿@charset "UTF-8";
/* module ----------------------------------------- */
* {
    box-sizing: border-box;
}
a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
}
table, ul, ol, p, dl {
}
ul {
    list-style: none;
}
dd {
    margin: 0;
}
.clearfix {
    zoom: 100%;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatR {
    float: right;
}
.floatL {
    float: left;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.alignC {
    text-align: center;
}
ul.listNum {
    list-style: inside disc;
}
a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.clickable {
    cursor: pointer;
}
.clickable:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
table, ul, ol, p, dl {
}
header table, header ul, header ol, header p, header dl, footer table, footer ul, footer ol, footer p, footer dl {
    margin-bottom: 0px;
}
/* 共通のデザイン----------------------------------------- */

body {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.6;
    min-width: 980px;
    background-color: #fcf8ec;
}
#wrapper {
    text-align: left;
    overflow: hidden;
}
/* ヘッダー ----------------------------------------------- */

#header {
    width: 980px;
    margin: 0 auto;
}
#header #hdLogo {
    width: 690px;
    float: left;
    padding-top: 20px;
}
#header #hdLogo .hdTxt {
    width: 260px;
    float: left;
}
#header #hdLogo h1 {
    float: left;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.3;
}
#header .hdnaviWrap {
    float: right;
    padding-top: 30px;
    height: 75px;
}

#header .hdnaviWrap li {
    float: left;
    font-size: 14px;
    margin-right: 10px;
}
#header .hdnaviWrap li:last-child {
    margin-right: 0px;
}
#header .hdnaviWrap li a {
    text-decoration: none;
}
#header .hdnaviWrap li a:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/ic-header-01.png);
    width: 11px;
    height: 10px;
    margin: 0px 5px 0px 0px;
}
/* globalnavi ---------------------------------------------- */

#navGlobal {
    background-image: url(../../img/common/bg-navGlobal-01.jpg);
    background-repeat: repeat-x;
}
#navGlobal ul {
    margin: 0 auto;
    width: 980px;
    background-image: url(../../img/common/bg-navGlobal-03.png);
    background-repeat: repeat-y;
    background-position: right top;
}
#navGlobal ul li {
    float: left;
    height: 60px;
}

#navGlobal ul li.home {
    width: 190px;
    text-align: center;
}
#navGlobal ul li.home a {
    display: block;
    line-height: 60px;
}

#navGlobal ul li.home span {
    display: block;
	border-left:2px dotted #FFFFFF;
	border-right:2px dotted #FFFFFF;
}
#navGlobal ul li .naviGlobalWrap {
    padding: 10px 0;
    float: left;
}

#navGlobal ul li ul {
    width: 550px;
    height: auto;
    border-radius: 10px;
    padding: 3px 0px 3px 10px;
    background-color: #FFFFFF;
}

#navGlobal ul li li {
    height: auto;
    margin-right: 9px;
}
#navGlobal ul li.caregarden {
    text-align: center;
}
#navGlobal ul li.caregarden span {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../../img/common/bg-navGlobal-02.png);
    display: block;
    float: left;
    width: 190px;
    line-height: 60px;
}

#navGlobal ul li.caregarden a {
    display: block;
    line-height: 60px;
}
#navGlobal ul li.caregarden li span {
    width: auto;
    background-image: none;
    float: none;
}
#navGlobal ul li.caregarden li a {
    line-height: normal;
}

.inrContent {
    margin: 0 auto;
    width: 980px;
}
/* フッター　---------------------------------------------- */

#navFooter {
    background-color: #ffffff;


}
#navFooter ul {
    margin: 0 auto;
    width: 980px;
}
#footer #ftInfBlock {

}
#footer #ftLogo  {
    width: 260px;
    padding: 20px 0;
    float: left;
}
#footer .ftnaviWrap {
    float: left;
    padding-top: 25px;
}
#footer .ftnaviWrap ul {
    float: none;
    margin: 0;
    width: auto;
}

#footer .copy {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    line-height: 1.5;
}
#footer #navFooter .ftMainnaviWrap {
    padding: 10px 0;
    background-color: #ffde8d;
}

#footer #navFooter .ftSubnaviWrap {
    padding: 10px 0;
    background-color: #fc7c1f;
}
#footer #navFooter  ul li  {
    float: left;
    width: auto;
    margin-right: 25px;
}
#footer #navFooter  ul li:last-child {
    margin-right: 0px;
}

#footer #navFooter .ftMainnaviWrap ul li.home {
    width: 182px;
    padding-top: 1px;
}

#footer #navFooter .ftSubnaviWrap ul li.home {
    width: 182px;
    padding-top: 3px;
}
#footer #navFooter .ftMainnaviWrap  ul li a, #footer #navFooter .ftSubnaviWrap  ul li a  {
    background-color: #FFFFFF;
    color: #ee7830;
    font-size: 14px;
    padding: 7px 10px 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    line-height: 1.5;
}
#footer #navFooter .ftMainnaviWrap  ul li a {
    padding: 7px 35px 5px;
}

#footer #navFooter .ftMainnaviWrap  ul li.home a { 	background-color: transparent;

    color: #ee7830;
    font-size: 14px;
    padding: 7px 10px 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;

}

#footer #navFooter .ftnaviWrap ul li {
    float: left;
    font-size: 14px;
    margin-right: 10px;
}
#footer .ftnaviWrap li:last-child {
    margin-right: 0px;
}
#footer .ftnaviWrap li a {
    padding: 0;
    text-decoration: none;
	background-color: transparent;
}
#footer .ftnaviWrap li a:before {
    content: "";
    display: inline-block;
    background-image: url(../../img/common/ic-header-01.png);
    width: 11px;
    height: 10px;
    margin: 0px 5px 0px 0px;
}

/* col2
-------------------------------------------------- */
.col2 {
}
.col2 li {
    float: left;
    width: 48%;
    margin: 0 0 10px 4%;
}
.col2 li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}
/* col3
-------------------------------------------------- */
.col3 {
}
.col3 li {
    float: left;
    width: 31.333333%;
    margin: 0 0 10px 3%;
}
.col3 li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
/* col3flow
-------------------------------------------------- */
.col3flow {
}
.col3flow li {
    float: left;
    width: 33.333333%;
    margin: 0 0 10px 0;
    padding: 0 15px 0 25px;
}
.col3flow li:nth-child(3n+1) {
    margin-left: 0;
    background: none;
    clear: left;
}
/* col4
-------------------------------------------------- */
.col4 {
}
.col4 li {
    float: left;
    width: 22.75%;
    margin: 0 0 10px 3%;
}
.col4 li:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}
/* col5
-------------------------------------------------- */
.col5 {
}
.col5 li {
    float: left;
    width: 18.18%;
    margin: 0 0 10px 2.272727%;
}
.col5 li:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
}
.col2, .col3, .col3flow, .col4, .col5 {
    margin: 0;
}
.col2 li img, .col3 li img, .col3flow li img, .col4 li img, .col5 li img {
    width: 100%;
    height: auto;
}
/* img size
-------------------------------------------------- */
img.fl {
    float: left;
    margin: 0 20px 20px 0;
}
img.fr {
    float: right;
    margin: 0 0 20px 20px;
}
/* clear
-------------------------------------------------- */
.clear {
    clear: both !important;
}
.clearNone {
    clear: none !important;
}
/* margin
-------------------------------------------------- */
/* margin-bottom */
.mb00 {
    margin-bottom: 0px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
/* margin-top */
.mt00 {
    margin-top: 0px !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}

/* margin-left */
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}

/* padding-top */
.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt60 {
    padding-top: 60px !important;
}
/* padding-bottom */
.pb00 {
    padding-bottom: 0px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
/* padding-right */
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
/* padding-right */
.pr10 {
	padding-right: 10px !important;
}
.pr20 {
	padding-right: 20px !important;
}
/* padding-left */
.pl10 {
	padding-left: 10px !important;
}
.pl20 {
	padding-left: 20px !important;
}

/* ------------------------------- */
.w48p {
    width: 48% !important;
}
.w60p {
    width: 60% !important;
}

@media (min-width: 641px) {
.w100 {
    width: 100px !important;
}
.w120 {
    width: 120px !important;
}
.w150 {
    width: 150px !important;
}
.w200 {
    width: 200px !important;
}
.w240 {
    width: 240px !important;
}
.w270 {
    width: 270px !important;
}
.w300 {
    width: 300px !important;
}
.w320 {
    width: 320px !important;
}
.w360 {
    width: 360px !important;
}
.w400 {
    width: 400px !important;
}
.w610 {
    width: 610px !important;
}
.w640 {
    width: 640px !important;
}
.w840 {
    width: 840px !important;
}
}

@media (max-width: 640px) {
/* SP用 */
.w20p {
    width: 20% !important;
}
.w25p {
    width: 25% !important;
}
.w30p {
    width: 30% !important;
}
.w35p {
    width: 35% !important;
}
.w40p {
    width: 40% !important;
}
.w45p {
    width: 45% !important;
}
.w50p {
    width: 50% !important;
}
.w60p {
    width: 60% !important;
}
.w70p {
    width: 70% !important;
}
.w80p {
    width: 80% !important;
}
.w100p {
    width: 100% !important;
}
}
/* font-size
-------------------------------------------------- */
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}
.f26 {
    font-size: 26px;
}
.f28 {
    font-size: 28px;
}
.f30 {
    font-size: 30px;
}
.f32 {
    font-size: 32px;
}
