@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size : 16px;
	font-style: inherit;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
}
table.table{
	border-collapse: separate;border-spacing: 0;
}
caption, th, td{
	font-weight: normal;text-align: left;
}
blockquote::before, blockquote::after,q::before, q::after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
a img{
	border: 0;
}
figure{
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
/* -------------------------------------------------------------- */

body{
	color : #333333;
font-size : 16px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height : 20px;background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;
-webkit-text-size-adjust: none;
  background-color : white;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color : #484848;
  text-decoration : underline;
}
a:hover{
  text-decoration : underline;
  color : red;
}
a:active, a:focus{
	outline:0;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
	margin:0 auto;
padding:0 1%;
width : 98%;
position:relative;
background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
}

.inner{
	margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
	height:110px;

}

#header h1{
	padding : 3px 0 3px 0;
	font-size : 20px;
	font-weight : 500;
}

/*************
/* ロゴ
*************/
.logo{
	float:left;
	padding-top: 3px;
	padding-bottom: 5px;
}

/*.logo p{
	float:left;
}

.logo img{
	width: auto;
	float: left;
	padding: 0 5px 0 0px;
}

.logo span{
	display:block;
}

/*************
/* 電話番号
*************/
.info{
	float: right;
padding-right:20px;
padding-bottom: 10px;
text-align:right;
}

.info-footer{
	position: relative;
margin: auto;
text-align:center;
padding: 2px 0 2px 0;
}

.info .open{
	font-size:20px;
}


/*************
/* SNS+カートを見る
*************/
.sns-btn{
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 200px;
	margin-right: 5px;
}

.sns-btn li{
	padding-left: 10px;
	padding-right: 10px;
}


/*************
/* ロゴ+電話番号
*************/
.info .adress .tel2{
	color : #333;
	font-size : 20px;
	font-weight:normal;
	padding: 10px 0 10px 0;
}

.logo{
	color : #ae0000;
	font-size : 20px;
	font-weight:bold;
}

.tel{
	color : #ae0000;
	font-size : 20px;
	font-weight:bold;
}

.tel span{
	color: #333;
	font-size : 20px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

.logo span .info span{
	color: #333;
	font-size : 20px;
	font-weight: normal;
	padding: 10px 0 10px 0;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	margin : 15px auto 2px;
	padding: 0;
	width:95%;
	position:relative;
	line-height:0;
}

#mainBanner img{
	max-width:100%;
	height : inherit;
	border : 0px solid #ebebeb;
}

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;
	left:50px;
	padding:5px 10px;
	line-height:1.4;
	color:#fff;
	background-color: rgba(0,0,0,0.4);
}

.slogan{
	padding-bottom:5px;
	font-size:20px;
}

.header_under{
	padding:2px 5px;
	color: #151515;
	font-size:15px;
}

#main nav.bclist{
	margin: 15px 0 2px 5px;
}


ol li.frist{
	background-image : url(topic-path-home-gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

ol li{
	background-image : url(topic-path-gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 5px 0 10px;
	display: inline;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
}

* html .gridWrapper{
	height:1%;
}
	
.grid{
	float: left;
	border-radius:5px;
	background:#fff;
}

.box{
	margin:0 5px;
	padding:10px;
	border:1px solid #ebebeb;
}

.box img{
	max-width:100%;
	height:auto;
	border : 0px solid #ebebeb;
}

.box h2{
	padding:10px 0 5px;
}

.box h2 .box p{
	text-align:left;
}

.box p.readmore{
	padding:10px 5px 5px;
text-align:right;
}

.box a{
	font-weight: 800;
}

.grid-title{
	text-align: left;
	padding: 5px 5px 5px 0;
	font-weight: 400;
}

.grid-p{
	text-align: left;
	line-height: 1.5;
}

h3{
	font-weight: 800;
	padding: 5px 5px 0px 5px;
}

h3 a{
	font-weight: 800;
	padding: 5px 5px 0px 5px;
}

h4{
	font-weight: 800;
	padding: 5px 5px 0px 5px;
}

h4 a{
	font-weight: 800;
	padding: 5px 5px 0px 5px;
}


/*************
メイン コンテンツ
*************/
section.content article{
	padding:2px 0 0 0;
	margin-bottom:5px;
	border:1px solid #ebebeb;
	overflow:hidden;
	line-height: 20pt;
}

section.content article p{
	overflow: hidden;
}

* html section.content article{
	height:1%;
}

section.content article ul li{
	list-style-type: disc;
	margin-left: 20px;
	line-height: 180%;
	
}


h2.heading{
	font-weight:bolder;
	padding:0 0 0 12px;
	line-height:36px;
	color:#fff;
	background : url(heading3.png) 0px 0px / auto auto repeat-x scroll padding-box border-box transparent;
    font-size : 18px;
}

h2.heading a{
	font-weight:bolder;
	line-height:36px;
	color:#fff;
	background : url(heading3.png) 0px 0px / auto auto repeat-x scroll padding-box border-box transparent;
    font-size : 16px;
	text-decoration: underline;
}


section.content img{
	margin-top: 10px;
	max-width : 100%;
    height:auto;
}

.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
}

.alignright{
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{
	border : 0px solid #ebebeb;
}

ul.itemlist{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	text-align: center;
	margin: 0.2% 0.2% 2% 0.2%;
}
.imgresize{
	max-width: 100%;
}
ul.itemlist .itemlist-name{
	font-weight: bold;
	word-break: break-all;
	text-align: center;
	padding: 5px 0 5px 0;
}


/*************
テーブル
*************/
table.table{
	border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
	border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
	background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{
	padding-top:10px;
}

#sidebar li{
	margin-bottom:10px;
	padding-bottom:10px;
	list-style:none;
	border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
	border:0;
margin-bottom:0px;
}

#sidebar li a{
	display:block;
}

ul.list li{
	clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

ul.list li{
	height:1%;
}

ul.list li img{
	float:left;
margin-right:10px;
}

ul.list li{
	font-size:12px;
line-height:1.35;
}

/*************
/* 新着情報
*************/

.news{
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
}

ul.news li.newsbody{
	height: 280px;
	overflow: scroll;
	overflow-x: hidden;
	/*margin-bottom: 10px;*/
	padding: 0 0 0 20px;
	list-style-type: none;
	line-height: 150%;
	font-size: 100%;
}

h2.news_head{
	background-color: #ae0000;
	color: #ebebeb;
	min-height: 24px;
	font-size: 18px;
	letter-spacing: 0.08px;
	font-weight: bold;
	padding: 10px 0 5px 20px;
	margin-bottom: 2px;
}


ul.news li.newsbody dl{
	margin-bottom: 10px;
}


ul.news li.newsbody dt{
	padding: 3px 0 3px 0;
	color: #484848;
	font-weight: bold;
	font-size: 14px;
}

ul.news li.newsbody dd{
	border-bottom: dotted 2px #ae0000;
	padding: 0 0 5px 0;
	line-height: 140%;
	width: 98%;
}

/*************
/* フッター
*************/
#footer{
	clear:both;
overflow:hidden;
padding:10px 10px 10px 10px;
background:#ebebeb;
}

* html #footer{
	height:1%;
}

#footer .grid{
	display: block;
	text-align: center;
	padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{
	float:none;
}

#footer #info .info{
	clear:both;
    padding:10px 0 0 15px;
    text-align:center;
}

#footer .logo{
	font-size:18px;
}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
	font-size: 15px;
}

.f-list{
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	justify-content: space-between;
	justify-items: center;
	/*gap: 1rem;*/
	margin-top: 1rem;
	/*margin-bottom: 1rem;*/
	padding: 0 10px 0 10px;
}

.footer_navi{
	line-height: 180%;
}

.footer_navi-heading{
	font-weight: 600;
	/*padding-left: 8px;*/
}

.footer_navi ul.footnav{
	/*float: left;*/
   /* width:770px;*/
    margin: 2px;
    padding:10px 0;
}

.footer_navi ul.footnav li{
	text-align: center;
    margin-bottom:10px;
    padding:0 7px 0 8px;

    /*border-right:1px solid #b6b6b6;*/
}

.logo-footer{
	position: relative;
	margin: auto;
	text-align: center;
}


.f-list .footer_navi ul.footnavi a{
	font-size: 14px;
}


#footer a{
	color:#333;
}

#footer a:hover{
	color:red;
}


address{
	clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1270px){
  nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background : url(topnavBg.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
	width: 100%;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{
	border-right:1px solid #ebebeb;
}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	float:left;
	font-size:12px;
	width:139px;
	height:45px;
	padding-top:15px;
	color:#333;
	background : url(topnavSep8.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float: left;
	}

	a#menu{
	display:none;
	}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	display: block;
	}
	
	#mainBanner{
	text-align: left;
	
}

	#mainBanner img{
		width: 100%;
		margin: 2px auto 0 auto;
	}

	#mainBanner p{
		text-align: left;
		margin-left: auto;
		line-height: 20pt;
		padding: 5px;
	}

	.link img{
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	.link p{
		line-height: 15pt;
		text-align: left;

	}
	.link a:hover{
		opacity: 0.4;
	}

	.link2{
		display: block;	
	}
	.link2 img{

		
		overflow: hidden;
		position: relative;
	}
	.link2 a:hover{
		opacity: 0.4;
	}

	.link2 p{

		margin: 2px 0 15px 40px;
		padding: 28px 0 0 0;
	}



	.order{
		width: 100%;

	}

    .order tbody tr td{
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.order tbody tr td:hover{
		opacity: 0.4;
	}

	.boxlink img{
		width: 300px;
		height: auto;

	}
	.boxlink a:hover{
		opacity: 0.4;
	}

	#wrapper,.inner{
	max-width:1120px;
	width: 100%;
	padding:0;
	}
	
	#main{
	float:right;
	width:890px;
	padding-left:15px;
	}

	
	#sidebar{
	float:left;
	width:210px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:7px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}

	#subpage #mainBanner{
		margin: 0 auto 10px auto;
		height: auto;	
}
	#subpage #mainBanner img{
		display: block;
		width: 850px;	
	}

	.content p{
		text-align: left;
		margin-left: auto;
		line-height: 20pt;
		padding: 0px 5px 5px 5px;
	}

	.info-footer p{
		position: relative;
		margin: auto;
		text-align:center;
		padding: 2px 0 2px 0;
	}

	#subpage .content p{
		text-align: left;
		margin-left: auto;
		line-height: 20pt;
		padding: 0px 5px 5px 5px;
	}

	#subpage .info-footer p{
		position: relative;
		margin: auto;
		text-align:center;
		padding: 2px 0 2px 0;
	}



	#subpage .imgresize{
	max-width: 100%;
	}
	#subpage ul.itemlist .itemlist-name{
	font-weight: bold;
	word-break: break-all;
	text-align: center;
	padding: 5px 0 5px 0;
	}
	#subpage ul.itemlist .itemlist-detail{
	font-weight: bold;
	word-break: break-all;
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 13px;
	color: #d03f38;
	}
    #subpage #itemdetail{
		width: 100%;
	}
	#itemdetail .leftbox{
		width: 58%;
		float: left;
	}
	#itemdetail .leftbox .bigimg{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.listimg{
		display: flex;
		justify-content: center;
		gap: 5px;
	}
	.thumbnail{
		cursor: pointer;
		object-fit: cover;
		transition: opacity 0.3s;
	}
	.thumbnail :hover {
		opacity: 0.7;
	}


	#itemdetail ul.rightbox{
		width: 40%;
		float: right;
		text-align: left;
	}
	#itemdetail ul.rightbox .pb5{
		padding-bottom: 5px;
	}
	#itemdetail ul.rightbox .darkred{
		color: #ae0000;
	}
	#itemdetail ul.rightbox .fontbold{
		font-weight: bold;
	}
	#itemdetail ul.rightbox .fontsize18{
		font-size: 18px;
	}
	#itemdetail .back{
		margin-top: 5px;
	}


	#itemdetail ul.undercombox{
		clear: both;
		width: 100%;
		text-align: left;
		padding: 30px 0 30px 0;
	}
	#itemdetail li .subtitle{
		font-weight: bold;
		font-size: 18px;
		color: #ae0000;
	}	

	.f-list .footer_navi ul.footnavi{
		padding-left: 10px;
	}

	/* グリッド全体 */
	.gridWrapper{
		display: flex;
		margin: 0;
		height: 100vh;
		justify-content: center;
		align-items: center;
		gap: 10px;
		overflow: hidden;
	}
		.gridWrapper2{
		margin: 0 auto;
		overflow: hidden;
	
	}
	
	#gallery article{
	padding:10px 0 10px 10px;
}
	
	/* グリッド */
	.grid{
	text-align: center;
	width:300px;
	/*margin-left: 10px;*/
	}
	
	#subpage .grid{
	width:auto;
}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:1269px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}


	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{
	padding-left:10px;
}
	nav#mainNav > a span::before{
	content: "→ ";
}
	nav#mainNav a.menuOpen span::before{
	content: "↓ ";
}

	nav#mainNav a:hover#menu{
	cursor:pointer;
}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background : url(../images/bg.png) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{
	padding-left:10px;
}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{
	border:0;
}
	
	nav#mainNav ul li.active a{
	color:#a74864;
}

	nav div.panel{
	float:none;
}
	
	#mainBanner p{
		text-align: left;
		margin-left: auto;
		line-height: 20pt;
		padding: 5px;
}

	.gridWrapper2{
		margin: 0 auto;
		overflow: hidden;
	
	}

	#sidebar article{
	padding:7px 8px;
}
	#itemdetail li .subtitle{
		font-weight: bold;
		font-size: 18px;
		color: #ae0000;
	}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{
	float:none;
	display:inline-block;
}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{
	float:none;
}
	#footer .grid p{
	display:block;
}
	#footer #info .info{
	text-align:center;
}
	
	.logo#footer,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{
	float:none;
	display:block;
	font-size: 16px;
}
	.logo-footer img{
	text-align: center;
	padding:0;
}




}

@media only screen and (max-width:1024px){
	.order{
		width: 100%;
	}
	 .aaa{
		float: right;
	}



}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom : 2px;
	}
	
	#header h1,.logo,.info{
	text-align:center;
}

.sns-btn{
	justify-content: center;
	margin: auto;
	padding: 5px 0 5px 0;
	text-align: center;
	float: none;
}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	padding: 5px 2px 5px 2px;
	}

	.info .open{
		font-size: 18px;
		padding: 5px 2px 5px 2px;
	}
	
	.logo p{
	float:none;
	display:block;
}
	.logo img{
	float:none;
	padding:0;
}
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h2{
	padding-top:0;
}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{
	float:left;
}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
#mainBanner{
	/*margin : 3px auto 2px;*/
	padding: 0;
	width: 100%;
	position:relative;
	line-height: 0;
}	
	.grid{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
	.box img{
	max-width:100px;
}

	#mainBanner h2{
	font-size:70%;
}

#mainBanner p{
	font-size: 16px;
	padding: 3px;
	line-height: 23px;
}
#mainBanner p a{
	font-size: 16px;
}

.slogan{
	margin-right: 20px;
	margin-bottom: 10px;
}


h2.heading{
	font-weight:bolder;
	padding:0 0 0 12px;
	line-height:36px;
	color:#fff;
	background : url(heading3.png) 0px 0px / auto auto repeat-x scroll padding-box border-box transparent;
    font-size : 16px;
}

article p{
	font-size: 16px;
	line-height: 23px;
}
article p span{
	font-size: 16px;
	line-height: 23px;
}
article a{
	font-size: 16px;
	line-height: 23px;
}
article a strong{
	font-size: 16px;
	line-height: 23px;
}
.link p{
		font-size: 16px;
		line-height: 23px;
		text-align: left;
		/*margin-left: 5px;*/
}
.link p a{
		font-size: 16px;
		line-height: 23px;
		text-align: left;
}
.link2 p{
	font-size: 16px;
	line-height: 23px;
}
.link2 p a{
	font-size: 16px;
	line-height: 23px;
}

#subpage #footer .logo p{
	float:none;
	display:block;
	font-size: 16px;
	/*line-height: 23px;*/
}

#subpage .content article{
	font-size: 16px;
	line-height: 23px;
}

#subpage .content p{
	font-size: 16px;
	line-height: 23px;
}

#subpage .content img{
	width: 800px;
	height: auto;
	text-align: center;
}

#subpage .content a{
	font-size: 16px;
	line-height: 23px;
}
#subpage section.content article ul li{
	margin-left: 20px;
}
/*#main nav .bclist ol li{
	font-size: 12px;
	line-height: 23px;
}*/

ol{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top : 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	font-size: 14px;
}
ol li{
	background-image : url(topic-path-gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 5px;
    display: inline;
	font-size: 16px;
}
ol li a{
	font-size: 16px;
}
ol li.frist{
	background-image : url(topic-path-home-gray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.f-list{
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	
	
}

.f-list .footer_navi{
	width: 100%;
	max-width: 95%;
}

.f-list .footer_navi h3{
	padding-left: 0;
}

.f-list .footer_navi-heading{
	font-size: 14px;
}

.f-list .footer_navi ul.footnavi{
	
	font-size: 14px;
	text-align: center;
}

.f-list .footer_navi ul.footnavi li{
	padding: 2px 2px 2px 2px;
}

.f-list .footer_navi ul.footnavi li a{
	font-size: 14px;
}

table.table td{
	font-size: 14px;
}


}