/*
Version: 1.1
Date:  2016/07/22
*/

/* =Common Styles
-------------------------------------------------------------- */

body {
	height: 100%;
	background-color: #ffffff;
	font-family: "Roboto", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", メイリオ, sans-serif;
	color: #333;
	line-height: 1.5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout:none; 
	-webkit-user-select:none;
  /* 横向きの文字サイズ不変 */
}


::selection {
	background: #b2daeb;
	color: #fff; 
}

::-moz-selection { 
	background: #b2daeb;
	color: #fff; 
}

img{
	max-width: 100%;
	height: auto;
}

.container{
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}
.img{
	line-height: 0;
	margin: 0;
}
.text{
	padding: 0 3%;
}

/* =Typography
-------------------------------------------------------------- */
	
p {
	color: #333;
	line-height: 1.5;
	margin: 0 0 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-style: normal;
	font-weight: 100;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h2 {
	font-size: 2.5em;
}

h1 {
	font-size: 3.5em;
	text-align: center;
	margin: 0;
	line-height:0;
}

h3 {
	font-size: 1.4666666666666667em;
	font-weight: 300;
}

h4 {
	font-size: 1em;
	font-weight: 400;	
}

h5 {
	font-size: 1em;
	font-weight: 300;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: 300;
}

.sub-heading {
	margin-bottom: 40px;
}

.al-c{
	text-align: center;
}
.al-l{
	text-align: left;
}
.al-r{
	text-align: right;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/* =Anchors
-------------------------------------------------------------- */

a {
	color: #3498d9;
	cursor: pointer;
	text-decoration: none;
	-moz-transition:color .2s;
	-o-transition:color .2s;
	-webkit-transition:color .2s;
	transition:color .2s;
}

a:hover { 
	color: #555; 
}

a.button {
	display: inline-block;
	font-size: 1.4666666666666667em;
}

a.button i { 
	display: inline-block; 
	margin-left: 10px; 
	width: 30px; 
	height: 30px; 
	margin-bottom: -8px; 
}

a.button.small {
	font-size: 12px;
	font-weight: 400;
}

a.button.small i { 
	margin-left: 5px; 
	width: 15px; 
	height: 15px; 
	margin-bottom: -4px; 
}

a.button:hover i, a.button.small:hover i { background-position: bottom; }


@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*タップ時の色 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}



input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cFix {
  *zoom: 1;
}
.cFix:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-weight: bold;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.dTable {
  display: table;
}

.dCell {
  display: table-cell;
  vertical-align: middle;
}

.small {
  color: #666;
}

.blue {
  color: #0073bc;
  font-weight: bold;
}

.lBlue {
  color: #009dff;
  font-weight: bold;
}

.dBlue {
  color: #0e2362;
  font-weight: bold;
}

.eBlue {
  color: #00A0B8;
  font-weight: bold;
}

.yellow {
  color: #ffe63c;
  font-weight: bold;
}

.dYellow {
  color: #b39800;
  font-weight: bold;
}

.red {
  color: #e80000;
}

.small {
  font-size: 70%;
  display: block;
  line-height: 2;
}

hr {
  border: none;
}

.caution {
  font-size: 60%;
  line-height: 1.3;
  text-align: right;
}
footer{background: #f2f2f2;
	margin-top: 30px;
}
.footer-action{ display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;}
.footer-action li{
	display: table-cell;
  vertical-align: middle;
  font-size: 80%;
}

.copyright{
	display: block;
	font-size: 80%;
	text-align: center;
}
#cont09 h5{
	background: #911f44;
	color: #fff;
	padding: 5px 20px;
	margin: 0;
	font-size: 16px;
}

#cont09 ul li .child {
    display: none;
}
#cont09 ul li,#cont09 ul li a{
	font-weight: bold;
}
#cont09 ul li a {
	position: relative;
	display: block;
	padding: 18px 25px 18px 10px;
	border-bottom: 1px solid #ccc;
}
#cont09 ul li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cont09 ul li ul{
	background: #f2f2f2;
}
#cont09 ul li ul.list{
	padding-left: 20px;
	background: #fff;
}



/* フェード */
.fade-in{
	overflow: hidden;
}

.fade-in-off{
	-webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.fade-in-on{
	-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.loopSliderWrap{
    top: 0;
    left: 0;
    height: 210px;
    padding: 8px 0;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    padding: 4px 0;
    width: 100%;
    height: 210px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
	margin: 0; padding: 0;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
	margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img{ margin: 0 4px;	padding: 4px 8px;}



