@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.header {
	width: 100%;
	margin-bottom: 11px;
}

/*.leftHeader {
	float: left;
}
.rightHeader {
	float: right;
}
*/
.narrowMenu {
	display: block;
	background-image:url(../images/wide_menu_c3.png);
}
.ui-btn {
	text-decoration: none;
	color: #000000;
	color: #000000;
	border-style: solid;
	border-width: thin;
}
.ui-btn:hover{
	/* background-color:rgba(204,204,204,10);*/
}
.ui-btn:link{
	color: #000000;
}
.ui-btn:visited{
	color: #000000;
}
.ui-corner-all {
	border-radius: 4px;
}
.ui-listview, .ui-listview > li {
	background-image:url(../images/wide_menu_c3.png);
}
.menuButton {
	background-image:url(../images/wide_menu_c3.png);
}
.menuTitle {
	color: #000000;
	text-shadow: none;
}
.wideMenu {
	display: none;
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
}
.menuItem {
	width: 14%;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(../images/wide_menu_c3.png);
	color: #000000;
	padding: 10px;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.content1 h1{
	font-size:30px;
	vertical-align: baseline;
}
.footer {
	margin-left:auto;
	margin-right:auto;
}
.footer p{
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	max-width: 1024px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer1 {
	text-align: center;
}
.narrowFooter2 {
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 10px;
	background-image:url(../images/footer_side.gif);
	background-size: contain;
}
.wideFooter2 {
	display: none;
}
.corpLogo {
	float: left;
	margin-right: 10px;
}

p {
	line-height: 200% ;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
.naviRow:hover {
	cursor: pointer;
}
h1{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:32px;
}
h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight:normal;
}
h4{
	font-size:13px;
}
.content1 p{
	text-align:left;
	margin-left: 20px;
	line-height: 120%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.narrowMenu {
	display: none;
}
.wideMenu {
	display: block;
	clear: both;
	width: 100%;
	background-image:url(../images/wide_menu_c3.png);
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
}
.menuItem {
	width: 14%;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #5F3712;
	color: #FFF;
	padding: 10px;
	font-size: 10px;
}
.menuItem a{
	text-decoration: none;
	color: rgba(255,255,255,1);
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.navigator1 {
	display: none;
}
.navigator2 {
	width: 100%;
	background-color: #726256;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 100px;
}
.navigator4 {
	display: none;
}
.naviItem {
	/*float: left;*/
	text-align: center;
	background-color: #726256;
	color: #FFF;
	width: 23%;
	max-width: 256px;
	min-width: 128px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 10px;
}
.naviItem:hover {
	cursor: pointer;
}

.naviItemBorderRight {
	border-right-width: thin;
	border-right-style: dashed;
}
.footer {
	width: 100%;
}
.footer1 {
	text-align: right;
}
.narrowFooter2 {
	display: none;
}
.wideFooter2 {
	display: block;
	width: 100%;
	float: left;
	font-size: 12px;
	vertical-align: bottom;
	background-image:url(../images/footer_side.gif);
	background-size: contain;
}
.wideFooter2Box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.corpLogo {
	float: left;
	margin-right: 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1024px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	float: none;
	max-width: 1024px;
}
.narrowMenu {
	display: none;
}
.wideMenu {
	display: block;
	clear: both;
	width: 100%;
}
.wideMenuTable {
	margin-left: auto;
	margin-right: auto;
	
}
.menuItem {
	width: 14%;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #5F3712;
	color: #FFF;
	padding: 10px;
	font-size: 14px;
}
.menuItem a {
	text-decoration: none;
}
.content1 {
	text-align: left;
	padding-top: 50px;
	padding-bottom: 100px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.navigator1 {
	display: none;
}
.navigator2 {
	display: none;
}
.navigator4 {
	display: block ;
	width: 100%;
	background-color: #726256;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 100px;
}
.navi4table {
	margin-left: auto;
	margin-right: auto ;
}
.naviItem {
	/*float: left;*/
	text-align: center;
	background-color: #726256;
	color: #FFF;
	width: 24%;
	max-width: 256px;
	min-width: 128px;
	padding-left: 20px;
	padding-right: 19px;
	padding-bottom: 20px;
}
.naviItem:hover {
	cursor: pointer;
}
.menuItem a{
	text-decoration: none;
	color: rgba(255,255,255,1);
}
.naviItemBorderRight {
	border-right-width: thin;
	border-right-style: dashed;
}
.footer {
	clear: both;
	width: 100%;
}
.footer div{
	background-image:url(../images/top_80.png);
	text-align:center;
	width: 100%;
}
.footer1 {
	text-align: right;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.narrowFooter2 {
	display: none;
}
.wideFooter2 {
	display: block;
	width: 100%;
	float: left;
	font-size: 12px;
	vertical-align: bottom;
	background-image:url(../images/footer_side.gif);
}
.wideFooter2Box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
}
.corpLogo {
	float: left;
	margin-right: 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 10px;
}
}