@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   common
			   - header
						- mainArea
						- footer

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}

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

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
.fw-bold {
	font-weight: bold;
}

.ta_left { text-align: left;  }
.ta_right { text-align: right;  }
.ta_center { text-align: center;  }

h3 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 14px 0 12px;
    margin: 0 auto 12px;
/*    border-bottom: 2px solid #0098D8;*/
    font-size: 20px;
    text-align: center;
    color: #545454;
    text-decoration: none;
}
h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #0098D8;;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
section:hover .content h3::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

i {
    display: inline-block;
    width: 24px;
    height: 16px;
    margin-right: 5px;
    background: url(../image/icon_bb.png) no-repeat 0 center;
}

a img {
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

.language {
    //width: 0px;
    //margin: 0px auto;
    width: 0px;
    margin-top: 7px;
    margin-left: 3px;
    height: 31px;
    z-index: 9999 !important;
}

/*-------------------------------------------------common*/
/*header-------------------------------------------------*/
header {
  width: 100%;
  height: 50px;
}

header .container {
	width:960px;
	margin:0 auto;
}

.logo {
  float:left;
  margin-left:15px;
  margin-top:27px;
}

.header-right {
  float:right;
}

.header-right .lang {
  float:left;
  border-left:1px solid #F2F8FB;
  border-right:1px solid #F2F8FB;
  padding:5px;
  margin-right:5px;
  margin-top:5px;
  height:20px;
}

.header-right .bt-search {
  float:left;
  width:120px;
  height:20px;
  background:url(https://www.tazmo.co.jp/wp-content/themes/tazmo_corp/common/image/bg-search.png) no-repeat;
  margin-top:5px;
}

.header-right .bt-search input[type="text"] {
  width: 91px;
  height: 15px;
  font-size: 10px;
  border: none;
  background: #F2F8FB;
  margin-left: 2px;
  margin-top: 2px;
  top: 0px;
  vertical-align: top;
  padding: 3px 5px;
  outline: none;
}
.header-right .bt-search input::-webkit-input-placeholder {
  color: #C5DEEC;
}
.header-right .bt-search input:-ms-input-placeholder {
  color: #C5DEEC;
}
.header-right .bt-search input::-moz-placeholder {
  color: #C5DEEC;
}

.header-right .bt-search input[type="submit"] {
  width:20px;
  height:20px;
  border:none;
  margin-top:-2px;
  background:transparent;
  cursor:pointer;
  outline: none;
}

.menu-sp {
	display:none;
}

nav {
  float:right;
  width:100%;
	line-height: 1.2;
}
/*-------------------------------------------------header*/
/*footer-------------------------------------------------*/
		footer {
			width:100%;
		}
		
		.footer-info {
			width:100%;
			height:73px;
			color:#fff;
			background:#0773AE;
			padding-top:23px;
		}
		
		.footer-info .container {
			width:960px;
			margin:0 auto;
			padding:0 10px;
		}
		
		footer .left {
			float:left;
		}
		
		footer .right {
			float:right;
		}
		
		.footer-info .left img {
			float:left;
		}
		
		.footer-info .left .text {
			margin-left:15px;
			font-size:11px;
			line-height:13px;
			float:left;
			text-align:left;
		}
		
		.footer-info .right li {
			float:left;
			margin:7px 15px 0px 10px;
			list-style:none;
		}
		
		.footer-info .right li:last-child {
			margin-right:0px;
		}
		
		.footer-coppy {
			width:100%;
			height:18px;
			text-align:center;
			font-size:12px;
			color:#0773AE;
			line-height:18px;
		}
		
		.footer-info-sp {
			display:none;
		}
/*-------------------------------------------------footer*/


@media screen and (min-width: 769px) {

    /*common-------------------------------------------------*/
    body {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 14px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        line-height: 1.4;
        width: 100%;
        /*	min-width: 980px;*/
    }

    a:link {
        color: #000000;
        text-decoration: none;
    }

    a:visited {
        color: #000000;
    }

    a:hover, a:active {
        color: #0098D7;
    }

    .clear:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clear {
        display: inline-table;
        /*overflow: hidden;*/
    }

    /* mac \*/
    * html .clear {
        height: 1%;
    }

    .clear {
        display: block;
    }

    /* macend */
    .wrap {
        overflow: hidden;
				width:100%;
				min-height:calc(100vh - 173px);
    }

    .float_l {
        float: left;
    }

    .float_r {
        float: right;
    }

    .float_n {
        float: none;
    }

    /* shadow */
    .shadow {
        -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.12);
        -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.12);
    }

    @media screen and (min-width: 0\0
    ) {
        /* IE9 and IE10 rule sets go here */
        .shadow {
            box-shadow: 3px 3px 12px #aaa;
        }
    }

    /* btn */
    .btn_list {
        padding-top: 24px;
        background: url(../image/arw_b_sky-little.png) no-repeat center top;
        text-align: center;
    }

    .btn_list a {
        padding: 9px 10px 7px;
        border: 1px solid #999999;
        border-radius: 4px;
        font-weight: 150%;
        color: #999;
    }

    .btn_list a:hover {
        border: 1px solid #fff;
        border-radius: 6px;
        background: #0098D7;
        color: #fff;
    }

    /* fade */
    .fade {
    }

    .fadeL {
        left: 50px;
    }

    .fadeR {
        right: 50px;
    }

    .fadeT {
        top: 50px;
    }

    .fadeB {
        bottom: 50px;
    }
    .pc { display: block;}
    .sp { display: none;}

    /*-------------------------------------------------common*/
    /*------------------------------------------------------------------------------------------------
      header
    --------------------------------------------------------------------------------------------------*/
    #group_m.main-contents ul li:first-child {
        border-top: 2px solid #eee;
    }

    #h_info-bg {
        width: 100%;
        background: #0098D7;
    }

    #h_info {
        width: 980px;
        height: 30px;
        margin: 0 auto;
        text-align: right;
    }

    #h_info ul {
        list-style: none;
    }

    #h_info ul li {
        float: right;
        margin: 0 5px;
        color: #fff;
        padding: 5px;
    }

    #h_info ul li.h_tel {
        background: url(../image/icon_h_tel.jpg) no-repeat 0 center;
        padding-left: 14px;
    }

    #h_info ul li.h_b-hours {
        background: url(../image/icon_h_b-hours.jpg) no-repeat 0 center;
        padding-left: 17px;
    }

    /* stk-header */
    #stk-header {
        background: rgba(50, 50, 50, 0.7);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        display: none;
        z-index: 9999;
        padding: 8px 0 10px 0px;
    }

    #stk-header .clear {
        position: relative;
        width: 980px;
        margin: 0 auto;
    }

    #stk-header h1 {
        float: left;
    }

    #stk-header h1 a {
        display: block;
        width: 215px;
        height: 42px;
        margin-top: 5px;
        text-indent: -9999px;
        background: url(../image/logo.png) no-repeat 0 0;
        overflow: hidden;
    }

    #stk-header ul {
        float: right;
        margin: 20px 0 10px 20px;
        list-style: none;
    }

    #stk-header ul li {
        display: inline-block;
        margin: 0 0 0 20px;
        font-size: 14px;
    }

    #stk-header ul li a:link,
    #stk-header ul li a:visited {
        color: #fff;
    }

    #stk-header ul li a:hover,
    #stk-header ul li a:active {
        color: #70c8f8;
    }

    /*------------------------------------------------------------------------------------------------
      breadcrumb
    --------------------------------------------------------------------------------------------------*/
    #breadcrumb-bg {
        width: 100%;
        height: 40px;
        background: #555;
    }

    #breadcrumb {
        width: 980px;
        height: 90px;
        margin: 0 auto;
        text-align: right;
    }

    #breadcrumb ol {
        padding: 12px 0 0 10px;
        list-style: none;
        overflow: hidden;
        font-size: 12px;
        color: #fff;
    }

    #breadcrumb ol li {
        float: left;
        list-style: none;
        overflow: hidden;
    }

    /*
    #breadcrumb ol li:after {
        content: ">";
        margin: 0 7px;
    }
    #breadcrumb ol li.last:after {
        content: normal;
        margin: 0;
    }
    */
    #breadcrumb ol li a:link,
    #breadcrumb ol li a:visited {
        color: #fff;
    }

    #breadcrumb ol li a:hover,
    #breadcrumb ol li a:active {
        color: #70c8f8;
    }

    /*------------------------------------------------------------------------------------------------
      mainArea
    --------------------------------------------------------------------------------------------------*/
    .mc-wrap {
        width: 100%;
        height: 100%;
        /*background: url(../../image/top/main-area_bg.jpg) #fff repeat center 100%;*/
    }

    .mc-wrap2 {
        width: 100%;
        height: 100%;
        background: url(../../image/top/main-area_bg2.jpg) #fff repeat center 100%;
    }

    .main-contents {
        padding: 10px 120px 10px 10px;
    }

    .main-contents ul {
        list-style: none;
    }

    .main-contents ul li {
        float: left;
        margin: 0 10px 10px 0;
    }

    #top_mainimage-bg {
        width: 100%;
        height: 100%;
        background: url(../image/bg_grid_b.png) repeat 0 0;
        /*    background: url(../../image/top/bg_sky2.jpg) no-repeat 0 0;
            background-size: cover;*/
    }

    #mainArea {
        /*	background: url(../image/main-area_bg.jpg) #F9F1E0 repeat center 100%;*/
        padding-top: 10px;
    }

    #content {
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

    .content {
        width: 940px;
        padding: 20px;
        margin: 0 auto;
        position: relative;
    }

    #btn_pagetop-wrap {
    }

    #btn_pagetop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    #btn_pagetop a {
        /*    display: inline-block;*/
    }

    #btn_pagetop a span {
        position: relative;
        display: table-cell;
        width: 50px;
        height: 50px;
        outline: none;
        border-radius: 50%;
        background: rgba(0, 152, 216, 0.4);
        vertical-align: middle;
        text-align: center;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    #btn_pagetop div {
        position: absolute;
        top: -5px;
        left: 36px;
        display: inline-block;
        width: 100px;
        padding: 20px;
        opacity: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }

    #btn_pagetop:hover {
        position: fixed;
        bottom: 20px;
        right: 120px;
        z-index: 100;
        transform: liner(720deg);
        -webkit-transform: liner(720deg);
    }

    #btn_pagetop:hover a span {
        background: rgba(0, 152, 216, 0.8);
        transform: rotate(-720deg);
        -webkit-transform: rotate(-720deg);
    }

    #btn_pagetop:hover div {
        opacity: 1;
        transform: fade(720deg);
        -webkit-transform: liner(720deg);
    }

    #btn_pagetop img {
        width: auto;
        height: auto;
    }

}






/* ------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
/* SmartPhone -------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){


    /*common-------------------------------------------------*/
    body {
        margin: 0;
        padding: 0;
        color: #000000;
        font-size: 14px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
        line-height: 1.4;
        width: 100%;
        /*	min-width: 980px;*/
    }

    a:link {
        color: #000000;
        text-decoration: none;
    }

    a:visited {
        color: #000000;
    }

    a:hover, a:active {
        color: #0098D7;
    }

    .clear:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clear {
        display: inline-table;
        /*overflow: hidden;*/
    }

    /* mac \*/
    * html .clear {
        height: 1%;
    }
    .clear {
        display: block;
    }
    /* macend */

    .wrap { overflow: hidden;}


    .float_l { float: left;}
    .float_r { float: right;}
    .float_n { float: none;}

    /* shadow */
    .shadow {
        -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.12);
        -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.12);
        -o-box-shadow: 3px 3px 5px rgba(0,0,0,0.12);
        -ms-box-shadow: 3px 3px 5px rgba(0,0,0,0.12);
    }
    @media screen and (min-width:0\0) {
        /* IE9 and IE10 rule sets go here */
        .shadow {
            box-shadow: 3px 3px 12px #aaa;
        }
    }

    /* btn */
    .btn_list {
        padding-top: 24px;
        background: url(../image/arw_b_sky-little.png) no-repeat center top;
        text-align: center;
    }
    .btn_list a {
        padding: 9px 10px 7px;
        border: 1px solid #999999;
        border-radius: 4px;
        font-weight: 150%;
        color: #999;
    }
    .btn_list a:hover {
        border: 1px solid #fff;
        border-radius: 6px;
        background: #0098D7;
        color: #fff;
    }

    /* fade */
    .fade { }
    .fadeL { left: 50px; }
    .fadeR { right: 50px; }
    .fadeT { top: 50px; }
    .fadeB { bottom: 50px; }

    .pc { display: none;}
    .sp { display: block;}


    /*-------------------------------------------------common*/


    /*------------------------------------------------------------------------------------------------
      header
    --------------------------------------------------------------------------------------------------*/
  header {
    position: fixed;
    top: 0;
    width:100%;
    height:60px;
    background: #fff;
    z-index: 1000;
  }
  
  header .container {
		width:100%;
    height:100%;
    border-bottom:2px solid #3990BF;
  }
	
	.header-right {
		display:flex;
	}
	
	.header-right span {
		display:flex;
		flex-direction:column;
		margin-top:14px;
	}
	
	.header-right .lang {
		border-left:none;
		border-right:none;
		padding:0;
		margin-right:10px;
		margin-top:0;
	}
	
	.header-right .bt-search {
		display:none;
	}
	
	.menu-sp {
		display:block;
		float:right;
		margin-top:7px;
	}

  nav {
    position: fixed;
    top: 60px;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
  }
      nav.dsp {
        height: 100vh;
      }

  .banner {
    border:none;
  }
  
  .logo {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
  }

    /**/
    #group_m.main-contents ul li:first-child {
        border-top: 2px solid #eee;
    }

    #header_sp h1 a {
        float: left;
    }
    #header_sp h1 a {
        display: block;
        width: 215px;
        height: 42px;
        margin-top: 29px;
        text-indent: -9999px;
        background: url(../image/logo.png) no-repeat 0 0;
        overflow: hidden;
    }
    /*---  nav  ---*/
    #header_sp nav {}
    #header_sp nav ul {
        float: right;
        margin: 44px 5px 0 0;
        list-style: none;
    }
    #header_sp nav ul li {
        display:inline-block;
        margin: 0 0 0 20px;
        font-size: 14px;
    }
    #header_sp nav ul li a:link,
    #header_sp nav ul li a:visited {
        color: #fff;
    }
    #header_sp nav ul li a:hover,
    #header_sp nav ul li a:active {
        color: #70c8f8;
    }
    /*
        #header nav span{
            background:#666;
            height:2px;
            display:block;
            position:relative;
            width:50px;
            left:0;
        }
    */

    #h_info-bg {
        width: 100%;
        background: #0098D7;
    }
    #h_info {
        width: 980px;
        height: 30px;
        margin: 0 auto;
        text-align: right;
    }
    #h_info ul {
        list-style: none;
    }
    #h_info ul li {
        float: right;
        margin: 0 5px;
        color: #fff;
        padding: 5px;
    }
    #h_info ul li.h_tel {
        background: url(../image/icon_h_tel.jpg) no-repeat 0 center;
        padding-left: 14px;
    }
    #h_info ul li.h_b-hours {
        background: url(../image/icon_h_b-hours.jpg) no-repeat 0 center;
        padding-left: 17px;
    }

    /* stk-header */
    #stk-header {
        display: none;
        background: rgba(50,50,50,0.7);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        display: none;
        z-index: 9999;
        padding: 8px 0 10px 0px;
    }
    #stk-header .clear {
        position: relative;
        width: 980px;
        margin: 0 auto;
    }
    #stk-header h1 {
        float: left;
    }
    #stk-header h1 a {
        display: block;
        width: 215px;
        height: 42px;
        margin-top: 5px;
        text-indent: -9999px;
        background: url(../image/logo.png) no-repeat 0 0;
        overflow: hidden;
    }
    #stk-header ul {
        float: right;
        margin: 20px 0 10px 20px;
        list-style: none;
    }
    #stk-header ul li {
        display:inline-block;
        margin: 0 0 0 20px;
        font-size: 14px;
    }
    #stk-header ul li a:link,
    #stk-header ul li a:visited {
        color: #fff;
    }
    #stk-header ul li a:hover,
    #stk-header ul li a:active {
        color: #70c8f8;
    }

    /*------------------------------------------------------------------------------------------------
      slidemenu
    --------------------------------------------------------------------------------------------------*/
    .button {
        width: 44px;
        height: 44px;
        padding: 0;
        position: absolute;
        top: 12px;
        display: block;
        background: #0874AF;
        border: none;
        cursor: pointer;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .button i {
        width: 18px;
        height: 18px;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -9px auto auto -9px;
        display: block;
        background-repeat: no-repeat;
        background-image: url('../image/menu_btn.png');
        background-position: center top;
        border: none;
    }
    .button.active {
        width: 44px;
        height: 44px;
        padding: 0;
        position: absolute;
        display: block;
        background: #002255;
        border: none;
        cursor: pointer;
    }
    .button.active i {
        width: 18px;
        height: 18px;
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -9px auto auto -9px;
        display: block;
        background-repeat: no-repeat;
        background-image: url('../image/menu_btn.png');
        background-position: center bottom;
        border: none;
    }
    /*	.button:hover {
                background-repeat: no-repeat;
                background-image: url('../image/sp_img/menu_btn.png');
                background-size: cover;
                background-position: center bottom;
        }*/
    .menu-button-left {
        left: 0px;
        /*border-right: 1px solid #ddd;*/
    }
    .menu-button-right {
        right: 0px;
        /*border-left: 1px solid #ddd;*/
    }

    /*slidemenu*/
    .slidemenu {
        background-color: #025;
    }
    .slidemenu li {
        list-style: none;
        border-top: 1px solid #3D4D7D;
        border-bottom: 1px solid #000;
        font-size:14px;
        line-height: 1.8;
    }
    .slidemenu li a {
        padding:10px 0 10px 20px;
        display: block;
        text-decoration: none;
        color: #fff;
    }
    .slidemenu li:first-child {
        border-top: none;
    }
    .slidemenu li:last-child {
        border-bottom: none;
    }
    .slidemenu .slidemenu-header {
        /*height: 44px;*/
        height: 74px;
        border-bottom: 1px solid #013;
        box-shadow: 0 1px 3px rgba(34,25,25,.4);
        -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
        -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
        background-color: #025;
    }
    .slidemenu .slidemenu-header div {
        padding: 17px 0px 0px 19px;
        text-decoration: none;
        color: #fff;
    }

    /*main*/
    #main {
        background: #FFFFFF;
    }
    #contents {
        padding: 20px;
    }
    #contents h1 {
        font-size: 18px;
    }
    #contents p {
        margin-top: 15px;
    }

    /*plugin*/
    #main {
        z-index: 1;
    }
    .slidemenu {
        top: 0;
        width: 240px;
        position: fixed;
        visibility: hidden;
        z-index: -1;
    }
    .slidemenu .slidemenu-header {
        position: relative;
    }
    .slidemenu .slidemenu-body {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .slidemenu .slidemenu-body .slidemenu-content {
        position: relative;
    }
    .slidemenu-left {
        left: 0;
    }
    .slidemenu-right {
        right: 0;
    }



    /*------------------------------------------------------------------------------------------------
      breadcrumb
    --------------------------------------------------------------------------------------------------*/
    #breadcrumb-bg {
        width: 100%;
        height: 40px;
        background: #555;
    }
    #breadcrumb {
        width: 980px;
        height: 90px;
        margin: 0 auto;
        text-align: right;
    }
    #breadcrumb ol {
        padding: 12px 0 0 10px;
        list-style: none;
        overflow: hidden;
        font-size: 12px;
        color: #fff;
    }
    #breadcrumb ol li {
        float: left;
        list-style: none;
        overflow: hidden;
    }
    /*
    #breadcrumb ol li:after {
        content: ">";
        margin: 0 7px;
    }
    #breadcrumb ol li.last:after {
        content: normal;
        margin: 0;
    }
    */
    #breadcrumb ol li a:link,
    #breadcrumb ol li a:visited {
        color: #fff;
    }
    #breadcrumb ol li a:hover,
    #breadcrumb ol li a:active {
        color: #70c8f8;
    }


    /*------------------------------------------------------------------------------------------------
      mainArea
    --------------------------------------------------------------------------------------------------*/
    .mc-wrap {
        width: 100%;
        height: 100%;
        padding: 58px 0 0;
        /*background: url(../../image/top/main-area_bg.jpg) #fff repeat center 100%;*/
    }
    .mc-wrap2 {
        width: 100%;
        height: 100%;
        background: url(../../image/top/main-area_bg2.jpg) #fff repeat center 100%;
    }
    .main-contents {
        /*padding: 10px 120px 10px 10px;*/
    }
    .main-contents ul {
        list-style: none;
    }
    .main-contents ul li {
        float: left;
        margin: 0 10px 10px 0;
    }
    #top_mainimage-bg {
        width: 100%;
        height: 100%;
        background: url(../image/bg_grid_b.png) repeat 0 0;
        /*    background: url(../../image/top/bg_sky2.jpg) no-repeat 0 0;
            background-size: cover;*/
    }

    #mainArea {
        /*	background: url(../image/main-area_bg.jpg) #F9F1E0 repeat center 100%;*/
        padding-top: 10px;
    }

    #content{
        width: 980px;
        margin: 0 auto;
        position: relative;
    }

    .content{
        width: 940px;
        padding: 20px;
        margin: 0 auto;
        position: relative;
    }

    #btn_pagetop-wrap {
    }
    #btn_pagetop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 100;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }
    #btn_pagetop a {
        /*    display: inline-block;*/
    }

    #btn_pagetop a span {
        position: relative;
        display: table-cell;
        width: 50px;
        height: 50px;
        outline: none;
        border-radius: 50%;
        background: rgba(0,152,216,0.4);
        vertical-align: middle;
        text-align: center;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }
    #btn_pagetop div {
        position: absolute;
        top: -5px;
        left: 36px;
        display: inline-block;
        width: 100px;
        padding: 20px;
        opacity: 0;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
    }
    #btn_pagetop:hover {
        position: fixed;
        bottom: 20px;
        right: 120px;
        z-index: 100;
        transform: liner(720deg);
        -webkit-transform: liner(720deg);
    }
    #btn_pagetop:hover a span {
        background: rgba(0,152,216,0.8);
        transform: rotate(-720deg);
        -webkit-transform: rotate(-720deg);
    }
    #btn_pagetop:hover div {
        opacity: 1;
        transform: fade(720deg);
        -webkit-transform: liner(720deg);
    }

    #btn_pagetop img {
        width: auto;
        height: auto;
    }

    /*------------------------------------------------------------------------------------------------
      footer
    --------------------------------------------------------------------------------------------------*/
  .footer-info {
    display:none;
  }
  
		.footer-info-sp {
			display:block;
		}

  .footer-info-sp .logo-footer {
    width:100%;
    height:50px;
    text-align:center;
    border-top:10px solid #3990BF;
    font-size:20px;
    color:#0072AD;
    line-height:40px;
    font-weight:bold;
  }
  
  .footer-info-sp li {
    width:100%;
    line-height:50px;
    background:#3990BF;
    padding:0px 10px;
    border-top:1px solid #fff;
  }
  
  .footer-info-sp li:last-child {
    border-bottom:1px solid #fff;
  }
  
  .footer-info-sp li a {
    width:100%;
    display:block;
    height:50px;
    color:#fff;
    font-size:12px;
    text-align:center;
    background:url(../image/icon-next-footer.png) no-repeat right center;
  }
  
  .footer-coppy {
    height:30px;
    line-height:30px;
    background:#0072AD;
    color:#fff;
    font-size:11px;
  }


}




