@charset "UTF-8";


/*
common styles
*/

html {
  font-size: 62.5%;
  height: 100%;
}

body {
	position: relative;
	min-height: 100%;
	/*overflow:hidden;*/
  background: #D34A16;
	-webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

*
{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* clearfix */
.clearfix:after{
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
layout
*/

.inner {
	width: 100%;
	/*	
	min-width: 960px;
	max-width: 960px;	
	margin-left: auto;
	margin-right: auto;
	*/
}

#headerContainer {
	position: relative;
}

#headerContainer_inner {
	position: relative;
	top: 0;
}

.utilitiesContainer {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4em;
}

.utilitiesContainer .switch {
	display: none;
	cursor: pointer;
}

/* ナビゲーション */
#mainNavigation {
	margin: 24px 0 16px;
	font-size: 1.4em;
	background: #4C2A0F;
}

/* 親メニュー、サブメニュー共通設定 */
#mainNavigation ul li a {
	display: block;
	color: #CAAD98;
	text-align: center;
	padding: 0.5em;
}
#mainNavigation ul li.current a,
#mainNavigation ul li a:hover {
	color: #fAdDc8;
	background: #6B3F1B;
}

/* 親メニュー設定 */
#mainNavigation > ul > li {
	position: relative;
	float: left;
	width: 16.6%;
	margin: 4px 0;
}
#mainNavigation > ul > li:last-child {
	width: 17%;
}
#mainNavigation > ul > li > a {
	/* 親メニューのみ右に区切り線（ハイライト）*/
	border-right: 1px solid #6D482F;
}
#mainNavigation > ul > li:not(:last-child) > a:after {
	/* 親メニューのみ右に区切り線（シャドウ）*/
	position: absolute;
	top: 0;
	content: '';
	right: 1px;
	width: 1px;
	height: 100%;
	border-right: 1px solid #2D0803;
}
#mainNavigation > ul > li:last-child a {
	border-right: none;
}

#mainNavigation > ul > li span {
	/* 親メニューのみアイコンフォントのspan要素ををブロック要素に */
	display: block;
	line-height: 1.5;
	color: inherit;
}
#mainNavigation li span > span {
	display: block;
	color: inherit;
}


/* サブメニュー設定 */
#mainNavigation li ul {
	/* サブメニューリストの位置。親メニューの直下に表示で通常非表示 */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding-top: 2px;
	overflow: hidden;
}
#mainNavigation li ul li {
  /* 個々のサブメニューは、通常時はheightを0、overflow:hidden に設定して非表示にする */
	float: none;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .2s linear;
	transition: height .2s linear;
}
#mainNavigation li ul li:last-child {
	width: 100%;
}
#mainNavigation li.current ul li a,
#mainNavigation li ul li a {
  /* 個々のサブメニューのa要素の基本設定 */
	position: relative;
	text-align: center;
	border-width: 0;
	opacity: 0;
 	padding: 0.75em 0;
	border-top: 1px solid #6D482F;
}
#mainNavigation.notouch li:hover ul li,
#mainNavigation li.visible:hover ul li,
#mainNavigation li.visible ul li {
  /* サブメニュー表示時（プルダウン時）の設定 */
	overflow: visible;
	height: 38px;
}
#mainNavigation.notouch li:hover ul li a,
#mainNavigation li.visible:hover ul li a,
#mainNavigation li.visible ul li a {
  /* サブメニュー表示時（プルダウン時）のa要素の設定 */
	opacity: 1;
	background: #583417;
}
#mainNavigation.notouch li:hover ul li a:hover,
#mainNavigation li.visible:hover ul li a:hover,
#mainNavigation li.visible ul li a:hover {
  /* サブメニュー自体にマウスオン時の設定 */
	background: #785437;
}

/* メインビジュアル領域 */
#mainVisualContainer {
  background: #f8f6f5;
}

#mainVisualContainer img {
	width: 100%;
}

/* コンテンツ領域 */
#contentContainer {
	position: relative;
	padding-bottom: 60px;
}
#contentContainer_inner {
	margin: 20px auto;
	padding: 12px;
  background: #f8f6f5;
}

/* フッター */
#footerContainer {
	position: absolute;
	left: 0;
	bottom: 0;
  z-index: 100;
	width: 100%;
	background: #000;
  padding: 1em 0;
}

#copyright{
  color: #fff;
	text-align: center;
  font-size: 1.4em;
  margin: 0;
}

#divContent
{
	padding:50px 90px 30px 70px;
	font-family:Microsoft JhengHei;
	font-size:14px;
	line-height:23px;
	width:100%;
}

#divContent h2
{
	color:#E2541C;
	font-size:15px;
	line-height:20px;
	/*text-wrap:suppress;*/
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	box-shadow:inset 0px 1px 0px 0px #b3b3b3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #d1d1d1));
	background:-moz-linear-gradient(top, #ffffff 5%, #d1d1d1 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #d1d1d1 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #d1d1d1 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #d1d1d1 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #d1d1d1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0);
	background-color:#ffffff;
	border:2px solid #919191;
	display:inline-block;
	cursor:pointer;
	color:#898989;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:18px 44px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #d1d1d1 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #d1d1d1 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #d1d1d1 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #d1d1d1 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #d1d1d1 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff',GradientType=0);
	background-color:#d1d1d1;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*
IE7以下用の設定
*/

html*#mainNavigation li {
	margin: 0;
}
html*#mainNavigation li a {
	padding: 1em 0;
	zoom: 1;
}
html*#mainNavigation li ul {
	padding: 0;
}
html*#mainNavigation li span,
html*#mainNavigation li span,
html*#mainNavigation li ul li a {
	color: #CAAD98;
}

html*.widget_socialLinks li a:hover span,
html*#mainNavigation li.current span,
html*#mainNavigation li:hover span,
html*#mainNavigation li.current span > span,
html*#mainNavigation li:hover span > span,
html*#mainNavigation li ul li a:hover
{
	color: #fAdDc8;
}
html*#mainNavigation li ul li a {
	zoom: 1;
}
html*.utilitiesContainer {
	top: 32px;
}

#tbMenu img
{
	width:100%;
}

.container {	
  display:inline-flex;
    flex-wrap:wrap;
	width:100%;
	-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.flex1 {
	align-content:center;
	padding:10px 8px;
  /*-webkit-flex: 1;
          flex: 1;*/
		  width:30%;
}

.container2 {	
  display:inline-flex;
  flex-wrap:wrap;
  width:100%;
  background:#F4F4F4;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  
  padding:0px 90px 80px 70px;
	font-family:Microsoft JhengHei;
	font-size:14px;
	line-height:35px;
}

.flex2 {
	text-align:left;
	padding:5px 0px;
	width:50%;
}

.flex3 {
	text-align:left;
	padding:5px 0px;
	width:50%;
}

#divCover a
{
	text-decoration:none;
	color:#fff;
}
/*
Responsive styles
*/

@media only screen and (max-width: 768px) {

	.inner {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	#divContent h2
	{
		color:#E2541C;
		font-size:15px;
		line-height:25px;	
	}
	.flex2 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:55%;
	}

	.flex3 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:45%;
	}
}

@media only screen and (max-width: 599px) {

	.inner {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	#divContent h2
	{
		color:#E2541C;
		font-size:15px;
		line-height:25px;	
	}
	.flex2 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:95%;
	}

	.flex3 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:5%;
	}
}

@media only screen and (max-width: 600px) {

	#headerContainer_inner {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#divContent h2
	{
		color:#E2541C;
		font-size:15px;
		line-height:25px;	
	}
	.flex2 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:95%;
	}

	.flex3 {
		text-align:left;
		align-content:center;
		padding:5px 8px;
		width:5%;
	}

	.utilitiesContainer .switch {
		/* メニュー開閉用ボタン */
		display: block;
		position:fixed;
		right: 8px;
		/*top: -1.75em;*/
		top:5px;
		width: 1em;
		height: 1em;
		font-size: 2em;
		/*background:#fff;*/
		text-align:center;
		border-radius:5px;		
		/*color:#FFF;*/
	}


	.utilitiesContainer {
		position: relative;
		background: rgba( 0, 0, 0, 0.05);
		box-shadow: inset 2px 0 2px 0 rgba( 0, 0, 0, 0.1);
	}
	.utilitiesContainer .widget,
	#mainNavigation li {
		height: 0;
		min-height: 0;
		margin: 0 auto;
		overflow: hidden;
		-webkit-transition: height .2s linear;
		transition: height .2s linear;
	}
	#mainNavigation {
		margin: 0 0 0px;
	}

	/* メニューが開いているときに表示される要素 */

	/* 親メニュー設定 */
	#mainNavigation > ul > li {
		margin: 0;
	}
	#mainNavigation.visible > ul > li {
		min-height: 64px;
		height: 64px;
		overflow: visible;
		-webkit-transition: all .25s linear;
    transition: all .25s linear;
	}
	#mainNavigation > ul > li,
	#mainNavigation > ul > li:last-child {
		float: left;
		width: 100%;
	}
	#mainNavigation > ul > li:nth-child(odd) {
		clear: left;
	}
	#mainNavigation > ul > li > a {
		padding: 0.75em 0;
	}
	#mainNavigation > ul > li a {
		/* 親メニューのみ右に区切り線（ハイライト）*/
		border-bottom: 1px solid #6D482F;
	}
	#mainNavigation ul > li:nth-child(even) > a {
		border-right: none;
	}
	#mainNavigation > ul > li:last-child a {
		border-right: none;
	}

	/* サブナビゲーション設定 */
	#mainNavigation li ul {
		display: none;
	}


}

