@charset "UTF-8";
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
.column, .columns {
	float: left;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}
.row {
	margin-bottom: 20px;
}
/* Nested Column Classes */
    .column.alpha, .columns.alpha {
	margin-left: 0;
}
.column.omega, .columns.omega {
	margin-right: 0;
}
/* Base Grid */
    .container .one.column {
	width: 20px;
}
.container .two.columns {
	width: 80px;
}
.container .three.columns {
	width: 140px;
}
.container .four.columns {
	width: 200px;
}
.container .five.columns {
	width: 260px;
}
.container .six.columns {
	width: 320px;
}
.container .seven.columns {
	width: 380px;
}
.container .eight.columns {
	width: 440px;
}
.container .nine.columns {
	width: 500px;
}
.container .ten.columns {
	width: 560px;
}
.container .eleven.columns {
	width: 620px;
}
.container .twelve.columns {
	width: 680px;
}
.container .thirteen.columns {
	width: 740px;
}
.container .fourteen.columns {
	width: 800px;
}
.container .fifteen.columns {
	width: 860px;
}
.container .sixteen.columns {
	width: 920px;
}
.container .one-third.column {
	width: 280px;
}
.container .two-thirds.column {
	width: 600px;
}
/* Offsets */
    .container .offset-by-one {
	padding-left: 40px;
}
.container .offset-by-two {
	padding-left: 100px;
}
.container .offset-by-three {
	padding-left: 160px;
}
.container .offset-by-four {
	padding-left: 220px;
}
.container .offset-by-five {
	padding-left: 280px;
}
.container .offset-by-six {
	padding-left: 340px;
}
.container .offset-by-seven {
	padding-left: 400px;
}
.container .offset-by-eight {
	padding-left: 460px;
}
.container .offset-by-nine {
	padding-left: 520px;
}
.container .offset-by-ten {
	padding-left: 580px;
}
.container .offset-by-eleven {
	padding-left: 640px;
}
.container .offset-by-twelve {
	padding-left: 700px;
}
.container .offset-by-thirteen {
	padding-left: 760px;
}
.container .offset-by-fourteen {
	padding-left: 820px;
}
.container .offset-by-fifteen {
	padding-left: 880px;
}



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
 .container {
/*width: 768px;*/
}
 .container .column,  .container .columns {
margin-left: 10px;
margin-right: 10px;
}
 .column.alpha, .columns.alpha {
margin-left: 0;
margin-right: 10px;
}
 .column.omega, .columns.omega {
margin-right: 0;
margin-left: 10px;
}
 .container .one.column {
width: 28px;
}
 .container .two.columns {
width: 76px;
}
 .container .three.columns {
width: 124px;
}
 .container .four.columns {
width: 172px;
}
 .container .five.columns {
width: 220px;
}
 .container .six.columns {
width: 268px;
}
 .container .seven.columns {
width: 316px;
}
 .container .eight.columns {
width: 364px;
}
 .container .nine.columns {
width: 412px;
}
 .container .ten.columns {
width: 460px;
}
 .container .eleven.columns {
width: 508px;
}
 .container .twelve.columns {
width: 556px;
}
 .container .thirteen.columns {
width: 604px;
}
 .container .fourteen.columns {
width: 652px;
}
 .container .fifteen.columns {
width: 700px;
}
 .container .sixteen.columns {
width: 748px;
}
 .container .one-third.column {
width: 236px;
}
 .container .two-thirds.column {
width: 492px;
}

        /* Offsets */
        .container .offset-by-one {
padding-left: 48px;
}
 .container .offset-by-two {
padding-left: 96px;
}
 .container .offset-by-three {
padding-left: 144px;
}
 .container .offset-by-four {
padding-left: 192px;
}
 .container .offset-by-five {
padding-left: 240px;
}
 .container .offset-by-six {
padding-left: 288px;
}
 .container .offset-by-seven {
padding-left: 336px;
}
 .container .offset-by-eight {
padding-left: 348px;
}
 .container .offset-by-nine {
padding-left: 432px;
}
 .container .offset-by-ten {
padding-left: 480px;
}
 .container .offset-by-eleven {
padding-left: 528px;
}
 .container .offset-by-twelve {
padding-left: 576px;
}
 .container .offset-by-thirteen {
padding-left: 624px;
}
 .container .offset-by-fourteen {
padding-left: 672px;
}
 .container .offset-by-fifteen {
padding-left: 720px;
}
}


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
.onlyPC {display: none !important;}
.onlySP {display: block;}
#headerSP {display: block;}
#headerSP > .clearfix {
	padding-bottom: 10px;
}
#headerSP > .clearfix h1 {
	padding: 7px 0 0 12px;
}
#headerWrap {display: none;}
body {
	min-width: 320px;
}
.topContent01 .one_half:first-child {
	margin-bottom: 20px !important;
}
.topContent01 .one_half:first-child h3 {
	font-size: 16px;
}
.topContent02 .one_third{
	margin: 10px 0 0 0 !important;
	text-align: center;
}
.topContent02 .one_third:first-child {
	margin: 0 0 0 0 !important;
	text-align: center;
}
.flexslider {
	position: relative;
	zoom: 1;
	width: auto !important;
	border-left: none !important;
	border-right: none !important;
}
.txtSlider {
	width: 100% !important;
	left: 0 !important;
	margin-left: 0px !important;
}
 .container {
width: 300px;
}
.topContent03 {
	width: 100% !important;
}
.topContent03 .two_third {
	margin-top: 30px;
}
.topContent03 .two_third .txtStyle {
	text-align: center;
	padding: 10px 10px 0;
	font-weight: bold;
	display:none;
}
.ul_newsTop li > span {
	display: none;
}
.ul_newsTop li > a {
	font-size: 14px;
}
.ul_newsTop li > a  > img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.ul_newsTop li > a em  {
	font-style: normal;
	font-size: 14px;
	color: #656565;
	line-height: 18px;
	font-family:Arial;
}
.ul_newsTop li > a em img {
	float: none;
	margin: 0 0 -2px 5px !important;
	position: relative;
	z-index: 1;
}
.ul_blogTop li .desc img {
	margin: 0 0 -2px 10px !important;
	position: relative;
	z-index: 1;
}
.ul_newsTop li a span {
	padding-top: 0;
}
.ul_newsTop li .type {
	padding-top: 5px;
}
.ul_newsTop li {
	padding-left: 10px;
	padding-right: 10px;
}

.ul_blogTop li {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.ul_blogTop li .desc strong {
	font-weight: normal;
	font-family:Arial;
}
.ul_blogTop li .desc .type {
	font-size: 12px;
}
.ul_blogTop li .desc img.onlySP {
	display: inline-block;
}
.topContent03 {
  margin-bottom: 30px !important;
}
.topContent04 {
  margin-top: 15px !important;
  margin-bottom: 20px;
}
.topContent04 .imageStyle {
	background: #000;
	padding: 2px;
  position: relative;
  line-height: 1;
}
.topContent04 .imageStyle img {
	width: 100%;
	height: auto;
	line-height: 1;
}
.topContent04 .one_fourth{
  margin: 25px 0 0 0;
}
.topContent04 .one_fourth:first-child{
  margin: 0 0 0 0;
}
.topContent05 {
  background: #faf7f5;
  margin-top: -10px;
  padding:10px 10px 35px;
}
.topContent05 .container {
	width: 100%;
}
.topContent06 {
  padding: 50px 0;
}
.topContent06 .one_third {
  margin: 25px 0 0 0;
}
.topContent06 .one_third:first-child {
  margin: 0 0 0 0;
}
.one_thirdLast {
  padding-top: 0;
}
.btnSelect {
	border: 2px solid #000;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background: #fff url(../img/icon/ico_arrow02.png) no-repeat 97% center;
	background-size: 19px 19px;
	padding: 10px;
	margin-top: 10px;
	font-size: 15px;
}
.btnSelect.active {
	background: #fff url(../img/icon/ico_arrow03.png) no-repeat 97% center;
	background-size: 19px 19px;
}
.topContent05 .fadeBox {display: none;}

#gNaviWrapSp {
	background: #A9CCE3;
	padding: 8px;
}
#gNaviWrapSp.bg01 {
	background: #58CAAC;
}
#contact #gNaviWrapSp {
	background: #0fade2;
}
#gNaviWrapSp select {
	-webkit-appearance: none;
	padding: 5px 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font-size: 15px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	border: 2px solid #000;
	background: #fff url(../img/ico_arrow02.png) no-repeat 97% center;
	background-size: 19px 19px;
}
.flex-control-nav {
	bottom: -34px !important;
}
#gNaviWrapSp option {
	outline: none;
	border: 0;
	overflow: hidden;
	font-size: 15px;
	color: #414558;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
.btnPagetop {
	display: block;
	padding: 15px 0;
	background: #000;
	text-align: center;
}
.btnPagetop a {
	background:url(../img/ico_muiten.png) no-repeat left center;
	background-size:19px 19px;
	font-size:15px;
	color:#fff;
	padding:2px 0 2px 25px;
}
.fNaviSp li {
	border-bottom: 0.5px solid #D6DBDF;
}
.fNaviSp li a {
	display: block;
	background: #faf7f5 url(../img/ico_arrow2.png) no-repeat 97% center;
	background-size: 17px 17px;
	padding: 12px 10px;
	font-size: 15px;
	color: #000;
}
.fInfo {
	padding: 15px 10px;
	background: #faf7f5;
}
.copyrightSp {
	background: #faf7f5 url(../img/bg_dotted.png) repeat 0 0;
	padding: 10px;
	color: #fff;
	font-size: 9px;
	text-align: center;
}
.btnFooter a {
	display: block;
	width: 48%;
}




 .column, .columns {
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;
}
 .row {
margin-bottom: 20px;
}

		/* Nested Column Classes */
		.column.alpha, .columns.alpha {
margin: 0;
}
 .column.omega, .columns.omega {
margin: 0;
}
 .container .one-third.column {
margin: 10px 0;
}
 .container .one.column,  .container .two.columns,  .container .three.columns,  .container .four.columns,  .container .five.columns,  .container .six.columns,  .container .seven.columns,  .container .eight.columns,  .container .nine.columns,  .container .ten.columns,  .container .eleven.columns,  .container .twelve.columns,  .container .thirteen.columns,  .container .fourteen.columns,  .container .fifteen.columns,  .container .sixteen.columns {
width: 280px;
}
 .container .one-third.column,  .container .two-thirds.column {
width: 280px;
}

        /* Offsets */
        .container .offset-by-one,  .container .offset-by-two,  .container .offset-by-three,  .container .offset-by-four,  .container .offset-by-five,  .container .offset-by-six,  .container .offset-by-seven,  .container .offset-by-eight,  .container .offset-by-nine,  .container .offset-by-ten,  .container .offset-by-eleven,  .container .offset-by-twelve,  .container .offset-by-thirteen,  .container .offset-by-fourteen,  .container .offset-by-fifteen {
padding-left: 0;
}
}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
 .container {
width: 420px;
}
 .column, .columns {
float: left;
display: inline;
margin-left: 10px;
margin-right: 10px;
}
 .row {
margin-bottom: 20px;
}

		/* Nested Column Classes */
		.column.alpha, .columns.alpha {
margin: 0;
}
 .column.omega, .columns.omega {
margin: 0;
}
 .container .one-third.column {
margin: 10px 0;
}
 .container .one.column,  .container .two.columns,  .container .three.columns,  .container .four.columns,  .container .five.columns,  .container .six.columns,  .container .seven.columns,  .container .eight.columns,  .container .nine.columns,  .container .ten.columns,  .container .eleven.columns,  .container .twelve.columns,  .container .thirteen.columns,  .container .fourteen.columns,  .container .fifteen.columns,  .container .sixteen.columns {
width: 400px;
}
 .container .one-third.column,  .container .two-thirds.column {
width: 400px;
}
}
/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,  .clearfix:after,  .row:before,  .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,  .clearfix:after {
	clear: both;
}
.row,  .clearfix {
	zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
    .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
