#rakurakuTable{width:1200px;}/*ヘッダー幅*/
#rakurakuSideBlock{width:200px;}/*レフトナビゲーション幅*/
#rakurakuContentsBlock{width:980px;}/*メインコンテンツ幅*/
#rakurakuFootBlock{width:1200px;}/*フッター幅*/

img{
	border:none;
}
a{
	text-decoration:none;
	color:#000;
}
ul{
	list-style:none;
}

/*--------------------------------------------
                  header
--------------------------------------------*/
#header{
	width:100%;
	max-width: 1200px;

}
#header *{
	margin:0;
	padding:0;
}
#header .logo{
    margin: auto;
    text-align: center;
}
#header .h-btn{
	font-size: 0.9rem;
    text-align: right;
    margin: 3rem auto 3rem;
}
#header .h-btn a:hover {
text-decoration: underline;
}
#header .h-btn li{
	display: inline;
    margin: 0 0 0 0.5rem;
    padding: 0.6rem 1.2rem;
    background-color: #eee;
    border-radius: 10rem;
}
#header .h-btn li:before,#header .h-btn li:after{
	box-sizing: inherit;
}
#header .h-navi{
	display: flex;
	flex-wrap: nowrap;
	
}
#header .h-navi a:hover {
	background-color:#eee;
}
#header .h-navi li{
	border-right: 1px solid;
    border-color: #000;
	width:239px;
}
#header .h-navi li:last-child{
	border:none;
}
#header .h-navi li>a{
	display: block;
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: initial;
	padding: 0.6rem 0;
}
#header .searchbox{

}
#header .searchbox input.keyword{
	width: 150px;
    margin: 1rem;
    padding: 1rem;
    border: 1px solid #000;
    border-radius: 2px;
}
#header .searchbox input.btn{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	vertical-align: middle;
}
/*--------------------------------------------
                  left
--------------------------------------------*/
#left{
	width:200px;
	min-width: 200px;

}


#left *{
	margin:0;
	padding:0;
}
#left .tit p{
display: flex;
align-items: center;
font-size:1rem;
}
#left .tit p:before,
#left .tit p:after {
border-top: 1px solid #333;
content: "";
flex-grow: 1;
}
#left .tit p:before {
margin-right: 0.6rem;
}
#left .tit p:after {
margin-left: 0.6rem;
}

/*--------------------------------------------
                  footer
--------------------------------------------*/
#footer{
	width:100%;
	max-width: 1200px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.5px;
	line-height:1.4em;
}
#footer *{
	margin:0;
	padding:0;
	
}
#footer a{
	color:#00F;
}
#footer a:hover {
text-decoration: underline;
}

#footer .cnt{
	background-color: #eee;
    padding: 2% 2% 2% 4%;
    magin-right: 0;
    display: flex;
    width: 100%;
}
#footer .cnt .red{
	color:#F00;
}
#footer .cnt b{
	font-weight:normal;
	color:#06C;
}
#footer .cnt div{
	border-right:#CCC 1px solid;
    width: 33.33%;
    font-size: 14px;
    vertical-align: top;
    margin-right: 2%;
    box-sizing: border-box;
    padding-right: 2%;
	
}
#footer .cnt div:last-child{
	border:none;
	margin-right:0;

}
#footer .cnt h4{
font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 20px auto;
}
#footer .cnt dl{
	
}
#footer .cnt dt{
	font-size: 16px;
	font-weight: bold;
    margin-top: 10px;
}
#footer .cnt dt::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 5px;
    margin-bottom: 4px;
}
#footer .cnt dd{
    font-size: 12px;
	padding-bottom:10px;
}
#footer .cnt ul{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
#footer .cnt li{

}
#footer .cnt p{
	font-size: 12px;
	margin:10px auto;
}
#footer .copyright{
	border-top: 1px dotted #000;
	font-size: 1rem;
    text-align: center;
    margin-top: 2rem;
    letter-spacing: 3px;
    color: #000;
	line-height:4rem;
	width: 100%;
}


/*--------------------------------------------
                 楽天カテゴリ
--------------------------------------------*/
#risFil .risfFootWrap{
     width: 1000px !important;
}

