﻿@charset "utf-8";
/* CSS Document */


body > p{text-indent:2em;}


/**************************************************/
/***********　　　基本タグ設定　　　***************/
/**************************************************/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-family: Ubuntu, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body, figure  {
	padding: 0;
	margin: 0;
}

body {
	-webkit-text-size-adjust:100%;
	line-height: 1.5;
}

/* ページにスクロールバーを常に表示させる場合 */
html { overflow-y: scroll; }

/* IE9未満対応 */
article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}


h1,h2,h3,h4,p,ul,li,strong,div,span,td,th,input,textarea,em,small {
}

small {
	font-size: 14px;
	text-align:center!important;
	width:960px;
	margin:0 auto;
	clear:both;
}

a {
color:#109954;
  text-decoration: none;
}
a:hover {
	color: #13B966;
    text-decoration:none;
}
a:focus {
    outline:none;
}

img {
	border: none;
}

p {
  text-align: justify;
  margin: 0 auto;
  text-justify: inter-ideograph;
  font-size:17px;
  line-height:1.8em;
  margin-bottom:10px;
  color:#333;
}
.bold{
	font-weight: bold;
}
ul {
  margin: 0 auto 1.5rem;
  padding: 0 0 0 2rem;
}

blockquote {
  background-color: #eeeeee;
  border: 1px solid #dcdcdc;
  font-style: italic;
  padding: 1.4rem;
}

article {
  margin: 0 auto 3rem;
}

/*section {
  margin: 0 auto 5rem;
}*/

figure img {
  width: 100%;
}
li {list-style: none;}


/**************************************************/
/************　　テンプレート設定　　　************/
/**************************************************/

/*** old clearfix ***/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/* マウスホバー時処理 */
.alpha {
  transition: all 0.2s ease 0s;
}
.alpha:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


/* 全体を包むBOX */
#wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* ナビゲーション */
#GNAVI {
  position: relative;
  z-index: 100;
}


/* ティザー */
#TEATHER {
	overflow: hidden;
	width: 100%;
	position: relative;
}
#TEATHERIMG {
  position: relative;
}
/* ティザータイトル */
#TEATHER h2#imgTitle {
  text-align: left;
  height: inherit;
  vertical-align: middle;
  display: table-cell;
}


/* コンテンツ部分 */
#CONTENTS {
  margin: 0 auto;
  min-width: 1000px;
  width: 1000px;
}
#LCONTENTS {
  width: 200px;
  float: left;
}
#MAINCONTENTS {
  margin: 0;
  padding: 0;
}
/* レフトコンテンツ有り */
#MAINCONTENTS.arrangeLM {
  float: right;
  width: 770px;
}

/* レフトコンテンツ有り */
#CRUMBLIST.arrangeLM {
  float: right;
  width: 710px;
}

/* 付いてくるスクロール */
#backtopbox {
	width:100%;
	text-align:left;
}
#back-top {
	position: fixed;
	bottom: 170px; /* ページ下端からの距離 */
	right: 10px; /* ページ右端からの距離 */
	overflow: hidden;
	margin: 0;
  z-index: 100;
}
#back-top a,
#back-top span {
	width: 40px;  /* 画像の横幅 */
}
#back-top span {
	height: 40px;  /* 画像の縦幅 */
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	float: right;

	/* transition */
	-webkit-transition: 1s;
	transition: 1s;
}
#back-top a:focus {
    outline:none;
}
/* arrow icon (span tag) */
#back-top span {
	display: block;
	background:  url(../images/pagetoplink.png) no-repeat center center;
	/* transition */
	-webkit-transition: 1s;
	transition: 1s;
}

.text-n{
	padding:0 15px 15px 15px!important;
	font-size:12px;
}

/*margin*/
.mt50{
	margin-top:50px;
}
.mt60{
	margin-top:60px;
}
.mt70{
	margin-top:70px;
}
.mt80{
	margin-top:80px;
}
.mt90{
	margin-top:90px;
}
.mt100{
	margin-top:100px;
}
.cb{
	clear:both;
}

.ml-10{
	margin-left:10px;
}

.title-top{
	margin:10px 0 20px auto;
}
.title-top2{
	margin:60px 0 20px auto;
}

ul.bxslider {
  padding: 0;
}
.bx-wrapper .bx-viewport {
  left: 0;
  top:80px;
}
/* 左右ボタン */
.bx-wrapper .bx-prev {
	background: url(images/slider_btn_1.jpg) no-repeat 0 0;
	display:none;
}
.bx-wrapper .bx-next {
	background: url(images/slider_btn_2.jpg) no-repeat 0 0;
	display:none;
}
.bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 100px;
}
.bx-controls-direction {
  /*margin: 0 auto;
  overflow: visible;
  width: 1000px;*/
  position: relative;
}
.bx-wrapper .bx-controls-direction a {
  height: 120px;
  width: 30px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -55px;
  top: -330px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: -55px;
  top: -330px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover,
.bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #004DA1;
}
/* パーツ */
.cb{
	clear: both
}
.pc{
	display:block;
}
.sp{
	display:none;
}
