@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{width:auto;margin:0 auto;}


/* 基本設定 */
img{border:none;}
.small{font-size:80%;}
.x-small{font-size:60%;}
.large{font-size:120%;}
.x-large{font-size:140%;}
.center{text-align:center;}
.right{text-align:right;}
.middle{vertical-align:middle;}
.red{color:#f00;}
.strong{font-weight:bold;}
.nowrap{white-space:nowrap;}
.l-blue{color:#cff;}

/* Clear */
/*===========================================*/

.clearfix {zoom:1; overflow: hidden;}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}		
.clear{
	clear:both !important;
}

hr.clear { visibility:hidden; }

/* margin */
/*===========================================*/

.mb_10{
	margin-bottom:10px;
}
.mb_20{
	margin-bottom:20px;
}



a,a:link,a:visited{
	color:#444;
	text-decoration:underline;
}
a:active,a:hover{
	color:#009933;
}


body{
	font-family:"Lucida Grande","メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",san-serif;
	margin:0;
	padding:0;
	line-height:140%;
	color:#333;
}
body#toppage{
	background:url(../images/bg_top.gif) repeat-x left 140px #fff;
}
body#sub{
	background:url(../images/bg_sub.gif) repeat-x left 140px #fff;
}



/* ヘッダー */
#header{
	width:auto;
	margin:0 auto;
	padding:3px 0 10px;
}
h1{
	font-size:100%;
	margin:0 auto 5px;
	padding:0;
	text-align:center;
	max-width:372px;
}
h1 img{
	display:block;
}


/* ヘッダーツール類 */
#htool{
	float:none;
	clear:both;
	padding-top:10px;
}
#htool_link{
	font-size:90%;
	float:right;
	padding-right:1em;
}
#htool_link img{
	vertical-align:baseline;
}

/* 翻訳ツール設定 */
#google_translate_element{
	float:right;
}

#h-inquiry{
	display:none;
}


/* 文字サイズ変更 */
.fontsize_title{
	display:none;
}
.fontsize_button{
	display:none;
}




/* グローバルナビゲーション */
/*
#gnav{
	display:block;
	margin:0 auto;
}
*/
#g-navi{
	list-style-type:none;
	margin:0 auto;
	padding:0;
}
#g-navi li{
	float:left;
	width:50%;
}

#g-navi li a{
	display:block;
	color:#fff;
	/*font-weight:bold;*/
	text-decoration:none;
	white-space:nowrap;
	text-align:center;
	margin:0 1px 2px;

	height:45px;
	line-height:45px;

	/*padding:0.8em 5px;*/
	background-color:#622909;
	background-image:-webkit-linear-gradient(bottom,#2f1400,#622909);
	background-image:-moz-linear-gradient(bottom,#2f1400,#622909);
	background-image:-o-linear-gradient(bottom,#2f1400,#622909);
	background-image:-ms-linear-gradient(bottom,#2f1400,#622909);
	background-image:linear-gradient(to top,#2f1400,#622909);
}
#g-navi li a:hover{
	background-image:-webkit-linear-gradient(bottom,#622909,#2f1400);
	background-image:-moz-linear-gradient(bottom,#622909,#2f1400);
	background-image:-o-linear-gradient(bottom,#622909,#2f1400);
	background-image:-ms-linear-gradient(bottom,#622909,#2f1400);
	background-image:linear-gradient(to top,#622909,#2f1400);
}

#g-navi li:first-child{display:none;}

/*
#g-navi li a,a#g-navi1,a#g-navi2,a#g-navi3,#g-navi4,a#g-navi5,a#g-navi6{
	display: block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
	text-align: center;
    margin: 0 1px 2px;
    padding: 14px 5px;
	background-color: #4d280b;
	background-image: -webkit-linear-gradient(bottom, #2f1400, #622909);
	background-image: -moz-linear-gradient(bottom, #2f1400, #622909);
	background-image: -o-linear-gradient(bottom, #2f1400, #622909);
	background-image: -ms-linear-gradient(bottom, #2f1400, #622909);
	background-image: linear-gradient(to top, #2f1400, #622909);
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0 0 3px rgba(255,255,255,.8);
	box-shadow: inset 0 0 3px rgba(255,255,255,.8);
}
#g-navi li:first-child{
	display:none;
}

#g-navi li:first-child a{
	padding:12px 5px 18px;
}

#g-navi li a:hover{
	background-image: -webkit-linear-gradient(bottom, #622909, #2f1400);
	background-image: -moz-linear-gradient(bottom, #622909, #2f1400);
	background-image: -o-linear-gradient(bottom, #622909, #2f1400);
	background-image: -ms-linear-gradient(bottom, #622909, #2f1400);
	background-image: linear-gradient(to top, #622909, #2f1400);
}
*/





#container{
	display:block;
	margin:0 6px;
}

/* #main_wrap{
	max-width:960px;
	margin:0 auto;
} */


/* 右列バナー */
#banner{
	list-style-type:none;
	margin:0;
	padding:0;
	/* font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
}
#banner a{
	/* color:#3b1f11; */
} 
#bnr_uchiyamatei,#bnr_kanaokatei,#bnr_artsnavi,#bnr_tomonokai,#bnr_kengaku{
	display:block;
	text-align:center;
	border:1px solid #999;
	margin-bottom:3px;
	padding:6px;
	background:url(../images/bg_sublink.gif) repeat-x left bottom #fff;
}
a#bnr_uchiyamatei,a#bnr_kanaokatei,a#bnr_artsnavi,a#bnr_tomonokai,a#bnr_kengaku{
	color:#333;
	text-decoration:none;
}

.btn_bnr{
}
.btn_bnr a{
	display: block;
    text-align: center;
    border: 1px solid #dc8c91;
    margin-bottom: 2px;
    padding: 3px 5px;
    background: url(../images/bg_subbnr.gif) repeat-x left bottom #fff;
	color: #e82020;
    text-decoration: none;
    font-size: 90%;
}
	
.btn_bnr a span{
	font-size:90%;
	display:block;
}
.btn_bnr:hover{
}


#calendar_area{
	border:2px solid #0e68ab;
	margin-bottom:3px;
	padding:8px;
}
#calendar_area h3{
	border-bottom:4px solid #f1645b;
	margin:0 auto;
	/* font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
	color: #3b1f11;
	text-shadow: 0 1px 0 #f4efeb;
	line-height:1.2em;
	padding:0.2em 0;
	background-color:#fff;

}
#calendar{
	width:100%;
	height:170px;
}
.close_date{
	background-color:#fcc;
	padding:2px 4px;
	font-size:80%;
}
.close_date_block{
	margin:4px 0 0;
}

#bnr_qanda,#bnr_download,#bnr_zaidan,#bnr_link,#bnr_opinion,#bnr_facebook{
	display:block;
	text-align:center;
	border:1px solid #dc8c91;
	margin-bottom:2px;
	padding:3px 5px;
	background:url(../images/bg_subbnr.gif) repeat-x left bottom #fff;
}
a#bnr_qanda,a#bnr_download,a#bnr_zaidan,a#bnr_link,a#bnr_opinion,#bnr_facebook{
	color:#e82020;
	text-decoration:none;
	font-size:90%;
}


/* フッター */
#gototop{
	margin:15px auto 0;
	text-align:right;
}
#gototop a{
	display:block;
}
#footer{
	border-top:8px solid #C49D61;
	/* background-color:#192d79; 
	color:#fff; */
	/* font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#footer_block{
	display:block;
	width:auto;
	padding:15px 0 20px;
	background-color: #4d280b;
	color:#fff;
}
/* #footer_sitemap_block{
	overflow:hidden;
	width:100%;
	height:auto;
}
.footer_sitemap{
	list-style-type:none;
	font-size:80%;
	width:auto;
	margin:0 10px 10px;
	padding:0 0 0 8px;
	border-left:1px solid #fff;
	background-color:#3c50a0;
} */
#footer_info{
	padding-top:10px;
	margin-bottom:10px
}
#footer_title{
	font-size:110%;
	margin-bottom:0.3em;
}
#footer_adress{
	font-size:90%;
	line-height:160%;
}
.footer_mark{
	background-color:#fff;
	color:#4d280b;
	margin-left:5px;
	padding:2px 3px;
	font-size:80%;
	font-weight:bold;
}
#footer_otherlink{
	text-align:center;
	margin:1.5em 0 1em;
	padding:0.5em 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#footer_otherlink a{
	font-size:80%;
	white-space:nowrap;
	margin:0 1.5em;
}
#footer_specific a{
	font-size:90%;
	margin-left:350px;
	margin-bottom:0.3em;
}	



/* コピーライト設定 */
#copyright{
	text-align:left;
	font-size:80%;
	/* color:#e7d8c0; */
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* タブレットレイアウト : 481 px 〜 768 px。モバイルレイアウトからスタイルを継承。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media print, screen and (min-width: 481px) {
/*
.gridContainer{width:100%;}
*/


body#toppage{
	background:url(../images/bg_top.gif) repeat-x left 80px #fff;
}
body#sub{
	background:url(../images/bg_sub.gif) repeat-x left 80px #fff;
}


h1{
	width:280px;
	font-size:100%;
	/* margin:10px 0; */
	padding:0;
	float:left;
}


/* ヘッダーツール類 */
#header_right{
	padding:10px 5px 0;
}

#htool{
	width: inherit;
	float:right;
	clear:none;
	padding-right:15px;
}
#htool_link{
	margin-top:0.5em;
	padding-right:0;
	text-align:right;
	clear:both;
}
#h-inquiry{
	display:inline;
	float:right;
}


/* グローバルナビゲーション */
/* #g-navi li{
	width:33.3%;
} */


#container{
	margin:0 10px;
}


/* 右列バナー */
#banner li{
	margin-bottom:8px;
}
#bnr_uchiyamatei,#bnr_kanaokatei,#bnr_artsnavi,
#bnr_tomonokai,
#bnr_qanda,#bnr_download,#bnr_zaidan,#bnr_link,#bnr_opinion,#bnr_facebook,#bnr_kengaku{
	text-indent:-9999px;
	text-align:left;
	border:none;
	margin:0;
	padding:0;
	width:240px;
}
#bnr_uchiyamatei,#bnr_kanaokatei,#bnr_artsnavi{
	height:80px;
	float:left;
	margin:0 3px 5px;
}
#bnr_tomonokai{
	height:130px;
	float:left;
	margin:0 3px 5px;
}
#bnr_kengaku{
	height:122px;
	float:left;
	margin:0 3px 5px;
}
#bnr_qanda,#bnr_download,#bnr_zaidan,#bnr_link,#bnr_opinion,#bnr_facebook{
	height:56px;
	float:left;
	margin:0 3px 5px;
}
#bnr_uchiyamatei{background:url(../images/bnr_uchiyamatei.gif) no-repeat left top;}
#bnr_kanaokatei{background:url(../images/bnr_kanaokatei.gif) no-repeat left top;}
#bnr_artsnavi{background:url(../images/bnr_artsnavi.gif) no-repeat left top;}
#bnr_tomonokai{background:url(../images/bnr_tomonokai.gif) no-repeat left top;}
#bnr_qanda{background:url(../images/bnr_qanda.gif) no-repeat left top;}
#bnr_download{background:url(../images/bnr_download.gif) no-repeat left top;}
#bnr_zaidan{background:url(../images/bnr_zaidan.gif) no-repeat left top;}
#bnr_link{background:url(../images/bnr_link.gif) no-repeat left top;}
#bnr_opinion{background:url(../images/bnr_opinion.gif) no-repeat left top;}
#bnr_facebook{background:url(../images/bnr_facebook.gif) no-repeat left top;}
#bnr_kengaku{background:url(../images/bnr_kengaku.jpg) no-repeat left top;}

#calendar_area{
	margin:0 3px 5px;
	padding:8px;
	width:466px;
	float:left;
}
.btn_bnr{
	width:44%;
	float:left;
	background-color: #fff;
	border:1px solid #999;
	padding:1px;
	margin:0 1% 5px;
	height:50px;
	width:234px;
	display:table;
}
.btn_bnr a{
	display: table-cell;
	vertical-align:middle;
	background-color: #fff;
	border: solid 1px #dc8c91;
	background-image: -webkit-linear-gradient(bottom, #fae8df, #fff 50%);
	background-image: -moz-linear-gradient(bottom, #fae8df, #fff 50%);
	background-image: -o-linear-gradient(bottom, #fae8df, #fff 50%);
	background-image: -ms-linear-gradient(bottom, #fae8df, #fff 50%);
	background-image: linear-gradient(to top, #fae8df, #fff 50%);
	color:#333;
}

#calendar{
	width:100%;
}


/* フッター */
#gototop{
	margin:20px auto 0;
}
#footer_block{
	width:auto;
	padding:15px 0 20px;
}
.footer_sitemap{
	width:32%;
	margin:0;
	padding:0 0 0 8px;
	float:left;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	background-color:#192d79;
}
.rpd_space{
	margin-bottom:1em;
}
.rpd_space2{
	margin-bottom:3em;
}
.rpd_space3{
	margin-bottom:5em;
}
#footer_otherlink a{
	font-size:80%;
	white-space:nowrap;
	margin:0 0.8em;
}
#footer_specific a{
	font-size:90%;
	margin-left:550px;
	margin-bottom:0.3em;
}
	
	

/* コピーライト設定 */
#copyright{
	text-align:center;
}



}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* デスクトップレイアウト : 769 px 〜最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media print, screen and (min-width: 769px) {
/*
.gridContainer{max-width:960px;}
*/


body#toppage{
	background:url(../images/bg_top.gif) repeat-x left 100px #fff;
}
body#sub{
	background:url(../images/bg_sub.gif) repeat-x left 100px #fff;
}

#header_right{
	padding:0;
}


/* グローバルナビゲーション */
#g-navi li a{
	margin:0;
}
#g-navi li{
	border-left:1px #fff solid;
	width:23.4%;
}
#g-navi li:first-child{
	display:block;
	width:5.9%;
	border-left:none;
}
#g-navi li:first-child a{
	height:35px;
	padding-top:10px;
}

/*
#g-navi{
	width:960px;
	margin:0 auto;
}
#g-navi li{
	width:160px;
	display:block;
	width:22.89%;
	border-right:1px solid #fff;
}

#g-navi li:first-child{
	width:8%;
	display:block;
}

	
#g-navi li:last-child{
	border-right:none;
}
#g-navi li a{
	margin: 0 0 2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	min-height:52px;
	box-sizing:border-box;
}
*/
/* a#g-navi1,a#g-navi2,a#g-navi3,a#g-navi4,a#g-navi5,a#g-navi6{
	width:160px;
	height:40px;
	text-indent:-9999px;
	border:none;
	margin:0;
	padding:0;
} */
/* a#g-navi1,a#g-navi1:link,a#g-navi1:visited{background:url(../images/btn_g-navi.gif) 0px 0px;}
a#g-navi1:active,a#g-navi1:hover{background:url(../images/btn_g-navi.gif) 0px 40px;}
a#g-navi2,a#g-navi2:link,a#g-navi2:visited{background:url(../images/btn_g-navi.gif) -160px 0px;}
a#g-navi2:active,a#g-navi2:hover{background:url(../images/btn_g-navi.gif) -160px 40px;}
a#g-navi3,a#g-navi3:link,a#g-navi3:visited{background:url(../images/btn_g-navi.gif) -320px 0px;}
a#g-navi3:active,a#g-navi3:hover{background:url(../images/btn_g-navi.gif) -320px 40px;}
a#g-navi4,a#g-navi4:link,a#g-navi4:visited{background:url(../images/btn_g-navi.gif) -480px 0px;}
a#g-navi4:active,a#g-navi4:hover{background:url(../images/btn_g-navi.gif) -480px 40px;}
a#g-navi5,a#g-navi5:link,a#g-navi5:visited{background:url(../images/btn_g-navi.gif) -640px 0px;}
a#g-navi5:active,a#g-navi5:hover{background:url(../images/btn_g-navi.gif) -640px 40px;}
a#g-navi6,a#g-navi6:link,a#g-navi6:visited{background:url(../images/btn_g-navi.gif) -800px 0px;}
a#g-navi6:active,a#g-navi6:hover{background:url(../images/btn_g-navi.gif) -800px 40px;} */





/* ヘッダーツール類 */
#header{
	width:960px;
	margin:0 auto;
	display:table;
}

h1{
	width:362px;
	display:table-cell;
	vertical-align:bottom;
}

#header_right{
	display:table-cell;
	vertical-align: middle;
}

#htool{
	width:318px;
	float:right;
	clear:none;
	padding-right:15px;
}
#h-inquiry{
}

/* 文字サイズ変更 */
#fontSize{
	list-style-type:none;
	margin:0;
	padding:0;
	*zoom:1; /*forIE6,7*/
}
#fontSize:after{
	content:"";
	display:block;
	clear:both;
}
#fontSize li{
	float:left;
	cursor:pointer;
	margin-left:5px;
}
.fontsize_title{
	display:table-cell;
	/* font-size:80%; */
	vertical-align:middle;
}
.fontsize_button{
	display:table-cell;
	padding-right:10px;
}







#container{
	width:960px;
	margin:0 auto;
}
#main_wrap{
	width:960px;
	margin:0 auto;
}


/* 右列バナー */
#banner_block{
	width:240px;
	float:right;
}
#bnr_uchiyamatei,#bnr_kanaokatei,#bnr_artsnavi,
#bnr_tomonokai,
#bnr_qanda,#bnr_download,#bnr_zaidan,#bnr_link,#bnr_opinion,#bnr_facebook,#bnr_kengaku{
	float:none;
	margin:0;
}
.btn_bnr{
	float:none;
}

.btn_a{
}

#calendar_area{
	margin:0;
	width:auto;
	float:none;
}


/* フッター */
#gototop{
	max-width:960px;
	margin:30px auto 0;
}
#footer_block{
	/* width:960px; */
	margin:0 auto;
	padding:15px 0 20px;
}

#footer_info{
	display:block;
	width:960px;
	margin:0 auto;
}
.footer_sitemap{
	width:150px;
	padding:0 0 0 8px;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
.rpd_space,.rpd_space2,.rpd_space3{
	margin-bottom:0;
}
#footer_otherlink a{
	font-size:90%;
	margin:0 1.5em;
}
#footer_specific a{
	font-size:90%;
	margin-left:750px;
	margin-bottom:0.3em;
}
	
	
#copyright{
	display:block;
	width:960px;
	margin:0 auto;
	text-align:right;
}





}
