@charset "utf-8";
/* CSS Document */

/************/
/* 基本設定 */
/************/

body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4em;
	background-image:url(https://image.rakuten.co.jp/mitsuyoshi/cabinet/newhp/base/bgimg.gif);
	background-repeat:repeat-x;
	background-color:#5E5E5E;
}

* {
	margin:0;
	padding:0;
}


img {
	border:0;
	margin:0;
	padding:0;
}

div {
	margin:0px;
	padding:0px;
}

a,
a code {
	text-decoration:none;
	color:#1970F5;
}

a:hover {
	color:#F72CE3;
}

/* 大枠 */
#niche_base {
	margin:0 auto;
	padding:0;
	width:1100px;
}

/* ヘッダー枠 */
#niche_hed {
	width:1100px;
}

/* サイド大枠 */
#niche_side {
	margin:20px 0 0 0;
	width:330px;
	float:left;
}

/* サイド枠1 */
#niche_side #side_menu01 {
	margin:0 0 0 0;
	width:140px;
	float:left;
	overflow:hidden;
}

/* サイド枠2 */
#niche_side #side_menu02 {
	margin:0 0 0 10px;
	width:180px;
	line-height:1.0em;
	float:left;
	overflow:hidden;
}

/* メイン枠 */
#niche_main {
	margin:20px 0 0 0;
	width:1100px;
	background-color:#000000;
}

/* フッター枠 */
#niche_footer {
	margin-top: 10px;
	width:1100px;
}

/* フロートクリア */
#niche_main .niche_clear {
	clear:both;
}

/************************/
/* ヘッダー部分いろいろ */
/************************/

/* トップ看板 */

#niche_hed .topniche {
	width:1100px;
	height:66px;
	background-image:url(https://image.rakuten.co.jp/mitsuyoshi/cabinet/newhp/base/topmain.gif);
}

#niche_hed .toplogo {
	width:190px;
	height:66px;
	float:left;
}

#niche_hed .hed-search {
	width:1100px;
	height:55px;
	margin:0;
	font-size:13px;
	overflow:hidden;
}

#niche_hed .topsearch {
	margin-top:2px;
	padding:12px 0 0 20px;;
	float:left;
}

#niche_hed .topsearch .tname {
	font-size:14px;
	font-weight:bold;
	padding:5px 10px; 
/*	border:#BBB solid 1px; 
	border-radius:5px 0 0 5px;
	background-color:#333; */
	color:#FFF;
	float:left;
	line-height:1.2em;
}

#niche_hed .topsearch .tinput {
	width:280px;
	font-size:14px;
	padding:3px 5px; 
	border-bottom:#DDD solid 2px; 
	border-right:#DDD solid 2px; 
	border-radius:5px;
	float:left;
}

#niche_hed .topsearch .p1input {
	width:130px;
	font-size:14px;
	padding:3px 5px; 
	border-bottom:#DDD solid 2px; 
	border-right:#DDD solid 2px; 
	border-radius:5px;
	float:left;
}

#niche_hed .topsearch .p2input {
	width:130px;
	font-size:14px;
	padding:3px 5px; 
	border-bottom:#DDD solid 2px; 
	border-right:#DDD solid 2px; 
	border-radius:5px;
	float:left;
}

#niche_hed .topsearch .tbottun { 
	margin-left:5px;
	font-weight:bold;
	text-align:center; 
	font-size:12px; 
	padding:4px 30px; 
	float:left;
}

/*  ヘッダーメニュー用  */

#niche_hed .hed_menu {
	width:550px;
	margin:30px 0 0 0;
	overflow:hidden;
	float:left;
	font-size:12px;
}

#niche_hed ul {
  margin: 6px 0 0 0;
	padding:0;
	list-style-type:none;
}

#niche_hed li {
	margin:0;
  float: left;
}

#niche_hed li a {
  display: block;
  padding: 0.4em 0.5em;
  color: #09F;
	text-decoration:underline;
}

#niche_hed li a:hover {
  background-color:#09F;
	color:#FFF;
}

#niche_hed li a:active {
  background-color: #F9F;
}

#niche_hed li a {
  border-right: 1px solid hsla( 0, 0%, 0%, 0.2 );
}

#niche_hed li:first-child a {
  border-left: none;
}

#niche_hed li:last-child a {
  border-right: none;
}

/************************/
/* サイド部分いろいろ */
/************************/

/* バナー大 */
#niche_side .sidebb {
	margin:0;
	width:330px;
	height:204px;
	overflow:hidden;
}

.sidebs {
	margin:10px 0 0 0;
	width:140px;
	overflow:hidden;
}

/* バナー小1 */
#niche_side .mban01 {
	margin:10px 0 0 0;
	padding:0;
	font-size:0.8em;
	line-height:1.1em;
	text-align:center;
}

/* バナー小2 */
#niche_side .mban01 {
	margin:10px 0 0 0;
	padding:0;
}


/* カテゴリメニュー */

#side_menu02 .side-link {
	margin:10px 0 0 0;
}

#side_menu02 .side-link ul {
	margin:4px 0 0 0;
	list-style-position:inside;
	list-style-type:none;
/*	list-style-image:url(https://image.rakuten.co.jp/mitsuyoshi/cabinet/newhp/base/issue_180.gif); */
}

#side_menu02 .side-link li {
	margin:0;
	padding:0.7em 0.7em;
	background-color:#F7F7F7;
	font-weight:bold;
	display:block;
	color:#000;
	border-bottom:#999 1px dotted;
}

#side_menu02 .side-link .title{
	padding:0.8em 0.3em;
	border-bottom:#FFF 1px solid;
	background-color:#BCD9E1;
	font-size:1.2em;
}

#side_menu02 .side-link .title:hover{
	background-color:#6666FF; 
	color:#FFF;
}

#side_menu02 .side-link li:hover {
	background-color:#B3CBFF; 
	color:#000;
}

#side_menu02 .side-link img .arrow {
	width:16px;
	height:11px;
}

/* おすすめアイテム */
#niche_side .recom {
	margin:10px 0 0 0;
	padding:0;
}

#niche_side .recom-item {
	width:100% - 4px;
	height:570px;
	border-left:#ED4A4A 2px solid;
	border-right:#ED4A4A 2px solid;
	border-bottom:#ED4A4A 2px solid;
}

#niche_side .recom-item iframe {
	margin:10px 0 0 18px;
	width:140px;
	height:550px;
	overflow:hidden;
}

/************************/
/* フッター部分いろいろ */
/************************/

#niche_footer .title {
	background-color:#C00;
	border:#900 solid 1px;
	border-left:#900 solid 5px;
	border-right:#900 solid 5px;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	padding:10px 0;
	text-align:center;
	line-height:1.2em;
}

#niche_footer .pdoc {
	width:1080px;
	padding:10px;
	background-color:#FFF;
	line-height:1.3em;
}

#niche_footer hr {
	padding:0;
	margin:5px;
}

.csign {
	margin-top:10px;
	width:100%;
	padding:5px 0;
	text-align:right;
	color:#999;
	background-color:#000000;
	line-height:1.2em;
}

#niche_footer .ban1 {
	margin:10px 0 0 0;
	width:1100px;
	height:162px;
	font-size:60px;
	color:#FFF;
	text-align:center;
	line-height:70px;
}

#niche_footer .pdoc2 {
	width:1080px;
	margin:5px auto;
	background-color:#FFF;
	line-height:1.3em;
	color:#C00;
	font-weight:bold;
}

#niche_footer .pdc {
	text-align:center;
}

#niche_footer .boxspace {
	width:20px;
	height:20px;
	float:left;
	margin-top:10px;
}

#niche_footer .box01 {
	margin:5px 0 0 0;
	width:540px;
	overflow:hidden;
	float:left;
}

#niche_footer .box02 {
	margin:10px 0 0 0;
	border-radius:10px 10px 0 0;
	width:260px;
	overflow:hidden;
	float:left;
}

#niche_footer .mtitle01 {
	width:100%;
	background-color:#33F;
	color:#FFF;
	padding:5px 0;
	text-align:center;
	line-height:1.2em;
	border-bottom:#090 2px solid;
}

#niche_footer .mdoc01 {
	width:520px;
	background-color:#FFF;
	color:#333;
	padding:5px 10px 0 10px;
	line-height:1.3em;
}

#niche_footer .mdoc02 {
	width:238px;
	height:100%;
	background-color:#FFF;
	color:#333;
	padding:5px 10px 5px 10px;
	line-height:1.3em;
	border:#999 1px solid;
	border-radius:0 0 10px 10px;
}

#niche_footer .image01 {
	text-align:center;
	margin:5px auto;
}
