/* 基本設定
-----------------------------------------------------------*/

/* Font-Family ゴシック体／明朝体は下記の指定を行ってください。
▽ゴシック体
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;

▽明朝体
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" , serif; 
*/

body{
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color:#000;
	letter-spacing:0.1em;
}
#container{}/*全体を囲んだボックス*/
#header_wrap{}	/*#header,#cover,#topics をまとめたボックス */
#content{} /*#main,#sidebar をまとめたボックス */
#lead_area{}/*#cover,#topics をまとめたボックス*/
#main{}/*.article_box , #foot-area , #inquiry をまとめたボックス*/

a{color:#000;}
a:hover,a:active,a:focus{color:#edad0b;}

/* off-canvas menu
-----------------------------------------------------------*/
/*tab-bar*/
.tab-bar{
	background:#edad0b;
}
.tab-bar .menu-icon{}
.tab-bar .menu-icon:hover span{}

/*.left-off-canvas-menu*/
.left-off-canvas-menu{
	background:#edad0b;
}
.left-off-canvas-menu ul.off-canvas-list li a{
	border-bottom:1px solid #fff;
}

/*off_canvas_about*/
.left-off-canvas-menu ul.off_canvas_about{}
.left-off-canvas-menu ul.off_canvas_about li{}
.left-off-canvas-menu ul.off_canvas_about li a{
	color:#edad0b;
}

/* header
-----------------------------------------------------------*/
#header{}
#header .inner{}
#header h1#site_title{}
#header h1#site_title a{
	color:#edad0b;
}
#header p#site_description{}


/* slide
-----------------------------------------------------------*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#edad0b;
}


/* cover
-----------------------------------------------------------*/
#cover{}
#cover .inner{}
#cover .inner img{}

/* topics
-----------------------------------------------------------*/
#topics{}
#topics .inner{}
#topics h3{
	color:#edad0b;
	border-bottom: 1px solid #d5c293;
}
#topics dl{}	
#topics dl dt{}
#topics dl dd {
	border-bottom: 1px solid #d5c293;
}
#topics dl dd a {}

/* 記事ボックス
-----------------------------------------------------------*/
.article_box{}
.article_box .inner{}
.article_box .article_title h3{
	background: url(../assets/194/bgi-articleTtl_001.png) left bottom repeat-x;
	padding-bottom: 20px;
}
.article_box table,
.article_box table td,
.article_box table th {
	border: 1px solid #d5c293;
}
.article_box .entry{}
.article_box .article_figure{}
.article_box .article_figure .figure{}
.article_box .article_figure .figure img{}
.article_box .article_figure .figure .caption{}

/*  free-area
-----------------------------------------------------------*/
#foot-area{}
#side-area{}

/*  お問い合わせボタン
-----------------------------------------------------------*/
#inquiry{}
#inquiry a.button, .contact_submit .submit.button{
	background:#edad0b;
}

/*  sidebar
-----------------------------------------------------------*/
#sidebar{}
/*about*/
#about{}
#about .inner{}
#about h3{
	color:#edad0b;
}
#about ul{}
#about ul li{}
#about ul li a{
	border-bottom: 1px solid #d5c293;
}

/*blog*/
#blog{}
#blog .inner{}
#blog h3{
	color:#edad0b;
}
#blog dl{}
#blog dl dt{}
#blog dl dd{
	border-bottom: 1px solid #d5c293;
}
#blog dl dd a{}
#blog #blog_link a.button{
	background:#edad0b
}

/*  footer
-----------------------------------------------------------*/
#footer{background:#edad0b}
#footer address{}

/* 下層ページ
-----------------------------------------------------------*/	
/*タイトル*/
#page_title {}
#page_title .inner{}
#page_title h2{}

/* パンくず*/	
#pnkz{}
#pnkz ul {}
#pnkz ul li {}
#pnkz ul li a{}

/*  table 共通
-----------------------------------------------------------*/
#form table th,#map table th,#profile table th{border: 1px solid #d5c293;background:#fdf7ec}
#form table td,#map table td,#profile table td{border: 1px solid #d5c293;}

/*  form
-----------------------------------------------------------*/
#form table th {}
#form table td {}
/*button*/
#form table .contact_submit .submit.button{}
#form table .contact_submit .secondary.button{}

/*  map
-----------------------------------------------------------*/
#map table th {}
#map table td {}

/*  profile
-----------------------------------------------------------*/
#profile table th {}
#profile table td {}
