@charset "UTF-8";

html {
  min-width: 320px;
  font-size: 62.5%;/*10px*/
}

body {
	margin: 0;
	line-height: 150%;
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	background-image: url(../images/body_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

#container {
	position: relative;
	background-color: #fff;
	background-image: url(../images/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

/*--------headr--------*/
header{
	position: relative;
}

header h1{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 67px;
	background-image: url(../images/logo-sm_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
header h1 a{
	display: block;
	width: 320px;
	height: 67px;
	text-indent: -10000pt;
 }	
 
/*utility navi*/
#utilities{
	float: right;
	width: 38%;
	height: 67px;
	text-align: right;
	display: none;
}
#utilityNav {
	margin: 6px 0px 0px 0px;
}
#utilityNav li {
	display: inline-block;
	margin-left: 10px;
	padding: 0px;
}
#utilityNav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.telefax{
	font-size: 14px;
	line-height: 100%;
	color: #ffff81;
	padding-right: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 15px;
	display: none;
}
/*blog link*/
header .blog-link{
  height: 32px;
  width: 50px;
  right:42px;
  top: 34px;
  position: absolute;
}

/*navigation-control*/
#navControl a {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 25px;
	position: absolute;
	top: 36px;
	right: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
	background-color: #366FD9;
	font-size: 11px;	
}

/*---global navi---*/
#globalNav {
	padding: 0;
	font-weight: bold;
	clear: both;
	/*padding-top: 13px;*/
	padding-top: 0px;
}
#globalNav li{
	float: left;
	position: relative;
	text-align: center;
	width: 50%;
}
#globalNav a {
	/*float: left;*/
	display: block;
	padding: 10px 8px;
	color: #fff;
	background-color: #3dabff;
	font-size: 12px;
	line-height: 200%;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
} 
#globalNav #mm01 a {
	background-color: #52ceff;
	color: #fff;
}
#globalNav #mm02 a {
	background-color: #ffcb17;
	color: #fff;
}
#globalNav #mm03 a {
	background-color: #b1de50;
	color: #fff;
	line-height: 100%;
}

#globalNav .active a{
	background-color: #fff;
	color: #2dabff;
}
#globalNav #mm01.active-group a{
	background-color: #fff;
	color: #12b5ff;
}
#globalNav #mm02.active-group a{
	background-color: #fff;
	color: #F8B600;
}
#globalNav #mm03.active-group a{
	background-color: #fff;
	color: #99CC29;
}

/*global-sub */  
#globalNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #FFF;
}
#globalNav ul li{
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
#globalNav ul li a ,#globalNav .mm01 ul a,#globalNav .mm02 ul a,#globalNav .mm03 ul a{
	padding: 10px 0px;
	opacity: 0.88;
　filter: alpha(opacity=88);/*IE7*/
  line-height: 100%;
}
#globalNav ul a{
	font-size: 12px;
}
#globalNav ul a:hover,#globalNav a:hover{
  background-color: #fff;
	color: #2f99ff;
}

#globalNav #mm01.active-group ul li a{
	background-color: #12b5ff;
	color: #fff;
}

#globalNav #mm02.active-group ul li a{
	background-color: #F8B600;
	color: #fff;
}

#globalNav #mm03.active-group ul li a{
	background-color: #99CC29;
	color: #fff;
}

#globalNav #mm01 a:hover,#globalNav #mm01.active-group ul a,#globalNav #mm01.active-group ul li a:hover{
  background-color: #fff;
	color: #12b5ff;
}
#globalNav #mm02 a:hover,#globalNav #mm02.active-group ul a,#globalNav #mm02.active-group ul li a:hover{
	background-color: #fff;
	color: #F8B600;
}
#globalNav #mm03 a:hover,#globalNav #mm03.active-group ul a,#globalNav #mm03.active-group ul li a:hover{
	background-color: #fff;
	color: #99CC29;
}
#globalNav li.general-menu a,#globalNav li.additional-menu a{
	 line-height: 100%;
}

#page-image{
	margin-bottom: 10px;
}

/*--description--*/
#description{
	height: 25px;
	display: none;
}
#description h2{
	font-size: 11px;
	color: #666;
	font-weight: normal;
	line-height: 100%;
	padding: 7px 10px 4px;
	margin: 0px;
}
#description h2 .additional-txt{
	display: none;
}

/*--------contents--------*/
#contents {
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
}

#breadcrumbs{
	float: left;
	width: 100%;
	font-size: 12px;
	padding: 6px 0px 8px;
	/*height: 30px;*/
	margin-bottom: 2px;
}
#breadcrumbs li{
	float: left;
	line-height: 100%;
	padding-top: 10px;
	margin-right: 8px;
	list-style-type: none;
}
#breadcrumbs a:link,#breadcrumbs a:visited{
	color: #39C;
}

#main {
	width: 95.744%;
	margin-top: 0px;
	margin-right: 2.128%;
	margin-bottom: 15px;
	margin-left: 2.128%;
}

/*---sidebar---*/
#sidebar {
	width: 95.744%;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 2.128%;
	margin-left: 2.128%;
}

#sidebar nav a,#sidebar nav a:visited{
	color: #666;
}
#sidebar nav a:hover{
	color: #7E3074;
}

#sidebar section{
	width: 92%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0px 0px;
	border: 5px solid #e4e4e4;
	border-radius: 5px;
	float:left;
}
#sidebar h3{
	padding: 6px 5% 5px;
	font-size:14px;
	color:#666;
	margin:0px 0px 7px;
	background-color: #E2F3FF;
	border-bottom: 2px solid #E4E4E4;
}
#kenzai #sidebar h3{
	color:#3CB6DC;
	background-color: #E7F8FF;
}
#pet #sidebar h3{
	color:#FF9200;
	background-color: #FFF2E0;
}
#exterior #sidebar h3{
	color:#66B000;
	background-color: #F2F8E4;
}
#sidebar h3.onafter{
	border-top: none;
	border-top: 2px solid #E4E4E4;
}
#sidebar h3.shopping{
	color:2EA4FF;
	background-image: url(../images/cart_iconx2.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 20px 19px;
	padding-left: 30px;
}
#sidebar nav,#sidebar dl,#sidebar p{
	padding: 0px 5%;
	margin-bottom:10px;
}
#sidebar nav li{
	margin-bottom: 8px;
	background-image: url(../images/disk_common.png);
	background-repeat: no-repeat;
	background-size: 8px 8px;
	background-position: 2px 5px;
	padding-left: 17px;
	line-height: 150%;
}
#kenzai #sidebar nav li.child,#sitemap dd.kenzai-child{
	margin-bottom: 5px;
	background-image: url(../images/disk_child.png);
	line-height: 140%;
}

#kenzai #sidebar nav li,#sitemap dd.kenzai{
	background-image: url(../images/disk_kenzai.png);
}
#pet #sidebar nav li,#sitemap dd.pet{
	background-image: url(../images/disk_pet.png);
}
#exterior #sidebar nav li,#sitemap dd.exterior{
	background-image: url(../images/disk_exterior.png);
}
#sidebar nav li.linetop{
	background-image: url(../images/sidebar_icon_x2.png);
	background-repeat: no-repeat;
	background-size: 17px 190px;
	background-position: 0px -129px;
	padding-left: 17px;
	margin-bottom: 10px;
}
#kenzai #sidebar nav li.linetop,#sitemap dt.kenzai,#sitemap dt.kenzai-parent{
	background-image: url(../images/sidebar_icon_x2.png);
	background-position: 0px 3px;
}
#pet #sidebar nav li.linetop,#sitemap dt.pet{
	background-image: url(../images/sidebar_icon_x2.png);
	background-position: 0px -42px;
}
#exterior #sidebar nav li.linetop,#sitemap dt.exterior{
	background-image: url(../images/sidebar_icon_x2.png);
	background-position: 0px -86px;
}
#kenzai #sidebar nav li.no-disk,#kenzai #sidebar nav li.no-disk a{
	font-size: 13px;
	color: #20B6FC;
	background-image: none;
	padding-left: 0px;
}

#sidebar dt{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 2px;
}
#sidebar dd{
	margin-left: 0px;
	margin-bottom: 12px;
	padding-bottom:10px;
	border-bottom: 1px solid #E4E4E4;
}
#sidebar dd.date{
	margin-bottom: 1px;
	color: #666;
	border: none;
	padding-bottom:0px;
}
#sidebar dd:last-child{
	border: none;
}
/*--search--*/
#search input{
	border:none;
}
#s{
	float:left;
	width: 75%;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#searchsubmit{
	padding: 10px 7px;
	float:right;
	background-color: #6AB0F5;
	font-weight: bold;
	color: #FFF;
	border-radius:0px;
}
#sidebar #service-area{
	background-image: url(../images/service-areamap_side.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 210px 165px;	
	padding-top: 165px;
	display:none;
}
#sidebar #service-area h3{
	background-color: #FFF;
	border: none;
	color:#66B000;
	margin-bottom:0px;
}
#sidebar #service-area p{
	padding-top: 0px;
}
.side-banner{
	margin-bottom: 10px;
	background-size:contain;
	float: left;
}
.side-banner img{
	margin-bottom: 10px;
	max-width:100%;
}
.side-sns{	
  /*幅指定したらダメ*/
	background-image: url(../images/banner_sns.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:220px 50px;
	padding-left:85px;
}
.side-sns img{
	margin:10px 3px 4px 0px; 
}

em,strong.red{
	color: #E46666;
	font-style: normal;
	font-weight: bold;
}

.more a {
	color: #3380ff;
}

.kochira-link a{
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px;
	background-image: url(../images/kochira_icon.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 13px;
	color: #3380ff;
}
.kochira-link a:hover{
	color: #665BDA;
}
li .kochira-link a{
	margin-bottom: 0px;
}

/*button*/
.btn {
	display: inline-block;
	padding: 5px 20px;
	border: 1px #ccc solid;
	border-radius: 5px;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #ffffff, #eee);
	background: -moz-linear-gradient(top, #ffffff, #eee);
	background: -o-linear-gradient(top, #ffffff, #eee);
	background: linear-gradient(to bottom, #ffffff, #eee);
	color: #3380ff;
	text-decoration: none;
	font-size: 14px;
}
.btn:hover {
	background: #ffffff;
	background: -webkit-linear-gradient(top, #f6fcff, #eefeff);
	background: -moz-linear-gradient(top, #f6fcff, #eefeff);
	background: -o-linear-gradient(top, #f6fcff, #eefeff);
	background: linear-gradient(to bottom, #f6fcff, #eefeff);
}

.btnLightblue {
	background: #e9f2fc;
	background: -webkit-linear-gradient(top, #e9f2fc, #769300);
	background: #e9f2fc;
	color: #3380ff;
	border: 1px solid #DAE9FF;
}
.btnLightblue :hover {
	border: 1px solid #DAE9FF;
	background-color: #99CCFF;
	background: -webkit-linear-gradient(top, #fcfcfc, #99CCFF);
	background: -moz-linear-gradient(top, #fcfcfc, #99CCFF);
}

#pagetop a{
	background-image: url(../images/arrow_icon.png);
	background-repeat: no-repeat;
	background-size: 18px 251px;
	background-position: 14px -222px;
	float: right;
	width: 115px;
	font-size: 12px;
	text-decoration: none;
	border-top: 5px solid #e4e4e4;
	border-left: 5px solid #e4e4e4;
	border-right: 5px solid #e4e4e4;
	padding: 8px 6px 8px 42px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 10px;
	text-decoration: none;
	color: #006699;
	display: block;
}

#pagetop a:hover{
	background-color: #f9f9f9;
}

/*--------footer--------*/
footer {
	background-color: #f9f9f9;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #e4e4e4;
}
footer a,footer a:visited{
	text-decoration: none;
	display: block;
}
footer nav{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
footer nav ul a,footer nav ul a:visited {
	display:block; 
	padding:10px 10px 10px 30px; 
	color:#666;
	font-size:12px;
}
footer nav ul a:hover{
	color: #189ACA;
}
footer nav ul > li {
	background-position: 10px 12px;
	background-repeat: no-repeat;
	background-image: url(../images/footer-gy_arrow.png);
	border-bottom: 1px solid #ccc;
}
footer nav ul> li.cate-kenzai {
	background-image: url(../images/footer-lb_arrow.png);
}
footer nav ul > li.cate-pet {
	background-image: url(../images/footer-or_arrow.png);
}
footer nav ul > li.cate-exterior {
	background-image: url(../images/footer-gr_arrow.png);
}
footer nav ul > li > ul > li a {
	display:block; 
	padding:9px 10px 9px 30px; 
	color:#666;
	font-size:12px;
}
footer nav ul > li.cate-kenzai > ul > li,footer nav ul > li.cate-pet > ul > li,footer nav ul > li.cate-exterior > ul > li {
	background-position: 6px 12px;
	background-image: url(../images/footer_arrow.png);
	background-repeat: no-repeat;
	background-size: 18px 14px;
	border-bottom: 1px solid #ccc;
}
footer nav ul > li > ul > li:last-child {
	border:none;
}
footer small {
	text-align: center;
	display: block;
	padding: 10px;
	color: #FFF;
	background-color: #62C1FF;
}

/*media Queries
----------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2), only screen and (min-width: 320px) {
	header h1{
	  background-image: url(../images/logo-sm_bg_x2.png);
	  background-repeat: no-repeat;
	  background-position: left bottom;
		background-size: 320px 67px;
		}
}
	
	
@media print,screen and (min-width: 450px) {	
  header h1{
	  width: 373px;
	  height: 67px;
	  background-image: url(../images/logo_bg.png);
	  background-repeat: no-repeat;
	  background-position: left bottom;
	  background-size: 373px 67px;
  }	
	header h1 a{
	  width: 373px;
	  height: 67px;
  }	
	header .blog-link{
    height: 38px;
    width: 58px;
		top: 29px;
		right: 0px;
	}
	#navControl a {
	  width: 45px;
	  height: 27px;
	  top: 32px;
	  right: 63px;
	  padding-top: 8px;
	  font-size: 12px;
	}
	.side-banner{
	  margin-right: 10px;
	}
}

@media print, screen and (min-width: 505px) {	
	#description{
	  height: 25px;
	  display: block !important;
	}
	#sidebar {
	  width: 97.5%;
	  margin-top: 10px;
	  margin-bottom: 15px;
	  margin-right: 2.128%;
	  margin-left: 2.128%;
  }
  #sidebar section{
	  width: 46%;
	  margin-right: 10px;
	  float:left;
  }
	
	.side-banner{
		width: 46%;
	  margin-right: 10px;
	}
}

/*メニュー表示*/
@media print, screen and (min-width: 620px) {	
/*--------header--------*/
	#utilities{
	display: block !important;
	width:40%;
  }
  #navControl {
    display: none;
  }
	#globalNav {
		display: block !important;
	  padding-top: 13px;
  }
	#globalNav a {
		padding: 5px 5px;
		font-size: 14px;
	}
	#globalNav li{
	  float: left;
	  width: 14.591%;
	  text-align: center;
	  margin-right: 0.5102%;
  }
	#globalNav li a{
		font-size: 11px;
		padding: 10px 5px;
		border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
	}
	#globalNav li.mm01,#globalNav li.mm02,#globalNav li.mm03{
    float: left;
    width: 17.857%;
	}
	#globalNav li.additional-menu{
		display:none;
	}
	#globalNav li.end{
		width: 14.591%;
    margin-right: 0;
	}
	#globalNav li:hover > ul{
		display: block;
	}
	/*global-sub620 */  
	#globalNav ul{
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
		top: 42px;
		left: 0;
		z-index: 99999;
	}
	#globalNav ul li a ,#globalNav .mm01 ul a,#globalNav .mm02 ul a,#globalNav .mm03 ul a{
		padding: 8px 0px;
		border-top-left-radius: 0px;  
		border-top-right-radius: 0px; 
		background-image: none;	
	}
	#globalNav li.general-menu a,#globalNav li.additional-menu a{
	   line-height: 200%;
	}

	/* Clear floated elements */
	#globalNav:after{
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}	 
	*html #globalNav{/*ie6 */
		 zoom: 1; 
	} 
	*:first-child+html #globalNav {
		zoom: 1; 
	} /* ie7*/
	/*--------contents--------*/
	#contents h3{
	font-size: 16px;
	}
	footer {
	  padding-top: 12px;
	}
	footer nav ul a {
	padding:3px 0px 3px 30px;
	display: inline;
	}
	footer nav ul > li {
	  border-bottom: none;
	  float:left;
	  width:280px;
		margin-left:3%;
		margin:3px 0px 5px 0px; 
		background-position: 10px 2px;
	}
	footer nav ul.general{
	  float:left;
	  width:280px;
		margin-left:3%;
		margin:3px 0px 5px 0px; 
	}
	footer nav ul > li.cate-kenzai > ul > li,footer nav ul > li.cate-pet > ul > li,footer nav ul > li.cate-exterior > ul > li {
	  border-bottom: none;
		background-position: 6px 3px;
	}
  footer nav ul > li > ul > li a { 
	  padding:3px 0px 3px 30px;
		display: inline; 
  }
}

/*utility表示*/
@media print, screen and (min-width: 760px) {	
/*--------header--------*/
	.telefax{
	  display: block !important;
	}
	#description{
	display: block !important;
	}
	
	#description h2 .additional-txt{
	  display: inline-block !important;
  }
	#utilities{
	  width: 50%;
  }
	/*global-sub760 */  
	#globalNav ul{
		top: 45px;
	}
	#globalNav li a{
		font-size: 12px;
		background-position:5% 0px;
	  background-image: url(../images/menu_bg.png);
	  background-repeat: no-repeat;
	  background-size: 6px 242px;
	}
	#globalNav .mm01 a{
    background-position: 5% -70px;
	}
	#globalNav .mm02 a{
    background-position: 5% -140px;
	}
	#globalNav .mm03 a{
    background-position: 5% -210px;
	}
  #globalNav .general-menu a{
	  background-position: 5% 0px;
	  background-image: url(../images/menu_bg.png);
	  background-repeat: no-repeat;
	  background-size: 6px 242px;
  }
	/*--------contents--------*/
	
	#main {
	  width: 72.10%;
	  float: left;
	  margin-top: 0px;
	  margin-right: 1.5%;
	  margin-bottom: 15px;
	  margin-left: 2.1276%;
  }
	h3 {
    font-size: 18px;
	}
	h4 {
	font-size: 18px;
	margin: 3px 0px;
	}	
	/*--------sidebar--------*/
	#sidebar {
	  width: 22.5%;
	  float: left;
	  margin: 20px 10px 20px 0px;
  }
	#sidebar section{
    margin-right: 0px;
		width: 95%;
	  float: none;
  }
	#sidebar h3{
	  font-size:14px;
	}
	#sidebar #service-area{
		display: inline-block !important;
	}
	#s{
	  float:left;
	  width:64%;
	}
	.side-banner{
	  width:100%;
	  margin-right: 0px;
	}
	.side-sns{	
		padding-left:85px;
		background-size:contain;
	}
	.side-sns img{
	  width: 25%;
	}
	/*--------footer--------*/
	footer nav ul > li,footer nav ul > li> ul > li{
	  width:260px;
		margin-left:2%;
	}
	footer nav ul.general{
	float:none;
	width:99%;
	margin-left:2%;
	clear: left;
	}
	footer nav ul.general li{
	  float:left;
	}
}

@media print,screen and (min-width: 850px) {	
  #globalNav li a{
		font-size: 13px;
	}
	#utilities{
	  width: 52%;
  }
  .telefax{
	  font-size: 17px;
  } 
	#s{
	  float:left;
	  width: 68%;
	}
	/*--------footer--------*/
	footer nav ul > li,footer nav ul > li> ul > li{
	  width:208px;
		margin-left:1%;
	}
	footer nav ul > li.cate-pet,footer nav ul > li.cate-pet > ul > li{
	  width:235px;
		margin-left:1%;
	}
	footer nav ul.general,footer nav ul.general li{
		clear: none;
	  float:left;
	  width:165px;
		margin-left:1%;
	}
}

@media print, screen and (min-width: 980px){
	#container {
    width: 980px;
    margin: 0 auto;
  }
/*--------header--------*/
	#utilities{
	  width: 55%;
  }
	.telefax{
	  font-size: 21px;
		margin-top: 10px;
	}	
	#utilities{
	height: 67px;
  }
	 /*---global navi w-980---*/
	#globalNav li a{
		font-size: 14px;
	}
	/*#globalNav li:hover > a{
		background-repeat: no-repeat;
	}	*/
	#globalNav li{
    float: left;
    width: 143px;
    text-align: center;
		margin-right: 5px;
  }
	#globalNav li.mm01,#globalNav li.mm02,#globalNav li.mm03{
    float: left;
    width: 175px;
	}
	#globalNav li.end {
		width: 144px;
    margin-right: 0;
  }
	/*global-sub980 */  
	#globalNav ul{
	  display: none;
	  position: absolute;
	  top: 48px;
	  width: 175px;
	}
	/*--------contents--------*/
  #main {
	  width: 700px;
	  float: left;
	  margin: 0px 20px 20px 20px;
  }	
	#contents h3{
	  font-size: 18px;
	}
	/*--------footer--------*/
	footer nav{
	  width: 980px;
  }
 footer nav ul > li,footer nav ul > li> ul > li{
	  width:230px;
	}
	footer nav ul > li.cate-pet,footer nav ul > li.cate-pet > ul > li{
	  width:245px;
	}
	footer nav ul.general,footer nav ul.general li{
	  width:170px;
		margin-left:1%;
	}
 /*--------sidebar--------*/
	#sidebar {
	  width: 220px;
	  font-size: 12px;
  }
	#sidebar section{
	  width: 210px;
  }
	#sidebar h3{
	  font-size:14px;
	}
	#sidebar nav,#sidebar dl{
	  padding: 0px 10px;
	}
	#searchsubmit{
	  border-radius:0px;
		margin:0px;
  }	
}

.red_txt_bold {
	color:#EB6666;
	font-weight:700;
}