@charset "UTF-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #000;
	}
a:link {
	color: #5792C7;
}
a:visited {
	color: #999;
}
a:hover {
	color: #369;
}
a:active {
	color: #369;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}

	

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	overflow: hidden;
	
}

#header h1 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#header #shop {
	float: left;
	margin-left: 40px;
	text-align: center;
	
}
#header #shop .hs{
	padding:20px;
	border:2px solid #000000;
	
}

#header #shop h2 a{
	font-family: "Work Sans",sans-serif;
	letter-spacing: 0.1em;
	color: #3d4246;
	line-height:1.2;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
#header #shop h2 a:hover{
	color: #000000;
	border:border:2px solid #3d4246;	
}
#header #shop div {
	padding-top: 5px;
	font-size: 10px;
	font-weight: 400;
}

#header #infobox {
	float: right;
	margin-right: 20px;
	color: #5792c7;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
#header #infobox div {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
}

#header #infobox .phone {
	background-image: url(../img/phone.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#header #infobox .mail{
	background-image: url(../img/mail.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#header #infobox .mail a{
	color: #5792c7;
	text-decoration: none;	
}
#header #infobox .mail a:hover{
	color: #5792c7;
	text-decoration: underline;	
}





/*navigation*/
#navigation
{
	clear: both;
	display: block;
	overflow: visible;
	position: relative;
	width: 100%;
	height: 62px;
	background-color: #5792c7;
	float: none;
	border-top: 2px solid #000;
	margin-bottom: 10px;	
}



.menu ul{
	padding: 0;
	width: 960px;
	margin: 0 auto;
	
	
}
.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	float: left;
	position: relative;
	width: 192px;/*親メニューの幅*/
	height: 60px;/*親メニューの高さ*/
	line-height: 60px;
	background: #5792C7;/*親メニューの背景色*/
	color: #FFF;/*親メニューの文字色*/
	text-align: center;
	font-weight: normal;
	border-left: 1px solid #FFF;
	background-color: #5792C7; 
}
.menu ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	
	
}

.menu ul li:last-child{
	border-right: 1px solid #FFF;
	
}
.menu ul li a.current {
	background:#5491C9;
	
}
#navigation .menu ul .current {
	background-color: #4C71A4;
}
.menu ul li:hover, .menu ul li a:hover {

background-color: rgba(84,145,201,0.8);
color: #BCD8FF;/*ホバー時の親メニューの文字色*/

}

.menu ul li ul {
	position: absolute;
	top: 60px;/*親メニューの高さと同じにする*/
	width:192px ;
	z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 191px;/*サブメニューの幅*/
  height: 0;
  background:#5491C9;/*サブメニューの背景色*/
  border-top: thin solid #4477C1;
border-left: none;
border-right: none;	
}

.menu ul li ul li:last-child{
	border-right: 0;
	
}

.menu ul li ul li:hover, .menu ul li ul li a:hover {
	background-color: #7FA9CF;
	border-bottom:0;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:60px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
	
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}



/*footer*/

footer {
	width: 100%;
	background-color: #5792c7;
	color: #FFF;
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;	
}

#footer_nav {
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	overflow: hidden;	
}
#footer_nav ul li {
	float: left;
	padding-top: 10px;
	width: 160px;
	text-align: center;		
}
#footer_nav ul li a{
	color: #FFF;
	text-decoration: none;	
}
#footer_nav ul li a:hover{
	text-decoration: underline;	
}
#footer_nav ul li ul li {
	clear: left;
	float: none;
	font-size: 13px;	
}

.copy {
	text-align: center;
}







#wrapper #content {
	clear: both;
	overflow: hidden;
}

#logo {
	float: left;
	
}


#wrapper #content h2 {
	color: #FFF;
	background-color: rgba(84,145,201,0.6);
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#wrapper #content h2.dark {
	background-color: #5a92c5;
	
}

#wrapper #content h4 {
	color: #FFF;
	background-color: #4C71A4;
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	
}
#wrapper #content h5 {
	color: #5792c7;
	background-color: #fff;
	height: 40px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: solid 2px #5792c7;
}


#wrapper #content #inq ul {
	display: block;
	text-align: center;
	background-color: #ECEAEE;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 4px solid #5792c7;
}
#wrapper #content #inq ul li {
	line-height: 50px;
	display: inline-block;	
}
#wrapper #content #inq ul .phone {
	color: #5792c7;
	background-image: url(../img/phone.png);
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
	font-size: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-right: 20px;
}

#wrapper #content #inq ul .fax {
	color: #5792c7;
	background-image: url(../img/fax.png);
	background-size:48px 48px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	font-size: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-right:20px;
}


#wrapper #content #inq ul .mail {
	color: #5792c7;
	background-image: url(../img/mail.png);
	background-size:48px 48px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	font-size: 22px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrapper #content #inq ul .mail a{
	color: #5792c7;
	text-decoration:none;
	
}
#wrapper #content #inq ul .mail a:hover{
	text-decoration:underline;
	
}
#wrapper #content #inq h3 {
	font-size: 16px;
}
#wrapper #content #inq ul h3,h4 {
	font-weight: 400;
	color: #5792c7;
	padding-bottom: 20px;
	font-size: 20px;
}



#wrapper #content #banner ul {
	width:100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 12px 0;  /* 左右 上下で記述 */
	margin-bottom: 12px;
}
#wrapper #content #banner ul li {
	display: table-cell;
	height: 120px;
	border: thin solid #ccc;
	border-radius:10px;
	
	
}
#wrapper #content #banner ul li a{
	display: block;
	
	
}


#wrapper #content #link ul {
	width:100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 12px 0;  /* 左右 上下で記述 */
	margin-bottom: 12px;
}
#wrapper #content #link ul li {
	display: table-cell;
	
	border: thin solid #666;
	
	
}
#wrapper #content #link ul li a{
	display: block;
	
	
}


#wrapper #content #link ul li a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: bottom;
}


/*会社情報*/

table.hx
 {
	font-size: 14px;
	color: #333;
	border: solid 1px #777;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 180%;
 }
 .hx td{
	border: solid 1px #999;
	padding: 8px;
}


#navigation .menu ul .current {
	background-color: #4C71A4;
}

#faq_content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#wrapper #content #faq div {
	margin-bottom: 10px;
}
#wrapper #content #faq .q {
	background-image: url(../img/faq/q.jpg);
	background-size: 28px 33px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	line-height: 30px;
	font-weight: bolder;
}


#wrapper #content #faq .a {
	background-image: url(../img/faq/a.jpg);
	background-size: 28px 33px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	line-height:30px;
}
#wrapper #content #faq .line {
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}

#wrapper #content .p_list .current {
	font-weight: bold;
	color: #4C71A4;
}
#wrapper #content .p_list {
	margin-top: 10px;
}
#wrapper #content section .logo01 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/* ページトップへ戻る */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/* 製品情報 */

.product_link {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: solid 4px #5792C7 ;
	border-bottom: solid 4px #5792C7;
	border-left: solid 4px #5792C7;
	border-top: none;
	border-radius: 0 0 6px 6px; 
	-webkit-border-radius:  0 0 6px 6px;
	-moz-border-radius:  0 0 6px 6px; 
}

.product_link2 {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#wrapper #content section .product_head {
	color: #FFF;
	background-color: #5792C7;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 10px 10px;
	line-height: 150%;
}




#wrapper #content section #product_nav ul {
	width:100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate; 
    border-spacing: 12px 0; 
	margin-bottom: 12px;
}
#wrapper #content section #product_nav ul li {
	display: table-cell;
	
}


#wrapper #content section #product_nav ul li .product_link a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #content section #product_nav .ac li ul {
	display: none;
	border-top: solid 4px #5792C7;
	border-right: solid 4px #999;
	border-bottom: solid 4px #999;
	border-left: solid 4px #999;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	padding: 10px;
}


#product_nav .ac li div {
	color: #FFF;
	background-color: #5792C7;
	-moz-border-radius: 4px 4px 0 0 ;
	-webkit-border-radius: 4px 4px 0 0 ;
	border-radius: 4px 4px 0 0 ;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	padding: 20px;
	text-align: center;
}
#wrapper #content section #product_nav .ac li div span img {
	margin-top: 10px;
}


.details ul li{
	display:table;
	width:100%;
}

.details ul li a{
	display:block;
}

.details ul li figure{
	display:table-cell;
	vertical-align:middle;
	
}

.details ul li figure img{
	height: auto;
	margin-right: 10px;
	border: thin solid #333;
}


.details ul li div{
	display:table-cell;
	vertical-align:top;
}


/*ペット*/

#wrapper #content section .pet {
	border: thin solid #221814;
	margin-bottom: 20px;
	padding: 30px;
	clear: both;
	float: none;
	overflow: hidden;
}
#wrapper #content section .pet img {
	display: block;
	float: left;
	margin-right: 20px;
}

#wrapper #content section .pet .petText {
	float: left;
	width: 470px;
}
#wrapper #content section .pet .petText h3 {
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 30px;
}
#wrapper #content section .pet .petText p {
	margin-top: 30px;
}





#wrapper #content #banner ul li.grey {
	background-color: #9f9fa0;
}

#wrapper #content #banner ul li.blue {
	background-color: #5a92c5;
}#wrapper #content #link ul .last {
	background-color: #750A00;
}





.newsicon {
	display: block;
	float: left;
	margin-right: 10px;
	background-image: url(../img/top/new.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px 20px;
	padding-left: 60px;
	height: 20px;
}

#wrapper #content section .newsdate {
	float: left;
	margin-right: 10px;
	display: block;
}
#wrapper #content section .newstext {
	float: left;
	display: block;
	padding-left: 10px;
}
.newsbox {
	clear: both;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
	float: none;
	padding-bottom: 10px;
}


#wrapper #content img.middle {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content img.middle2 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
table tr .t_head {
	background-color: #bfbfc0;
	color: #FFF;
	border: 2px solid #FFF;
	border-top: none;
	vertical-align: middle;
	height: 34px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
table tr .t_cont {
	background-color: #f7f7f7;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 16px;
}
table tr .t_contj {
	background-color: #f7f7f7;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	
	
}



#wrapper #content section .chart {
	clear: both;
	overflow: hidden;
}

#wrapper #content section .chart li {
	float: left;
	
}
#wrapper #content section .chart .pr-img {
	margin-right: 5px;
}
#wrapper #content section .chart .pr-middle {
	height: 233px;
	width: 485px;
}
#wrapper #content section .chart .pr-middle2 {
	height: 233px;
	width: 721px;
}
#wrapper #content section .chart .pr-right {
	height: 186px;
	width: 236px;
}
#wrapper #content section .chart .pr-middle img {
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
}


#wrapper #content section .chart li .pr-button {
	margin-top: 16px;
}
#wrapper #content section .chart li .pr-button img {
	float: left;
	margin-right: 10px;
}
.pr-line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dedede;
	margin-top: 20px;
	margin-bottom: 20px;
}





#navigation .menu ul .fcfb {
	line-height: 150%;
	padding-top: 11px;
	padding-bottom: 11px;  
 
}

#navigation .menu ul .fcfb .txt_s {
	font-size: 11px;
}
#navigation .menu ul .fcfb.cr {
	background-color: #4C71A4;
}

#footer_nav ul li a .txt_s {
	font-size: 10px;
}


/*FSC*/

table.fsc
 {
	font-size: 14px;
	color: #333;
	border: solid 1px #777;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 180%;
 }
 .fsc td{
	border: solid 1px #999;
	padding: 8px;
}



.cfc {
	float: right;
}
.fl{width: 450px;
	float: left;
}
#fsc .cfc img {
	margin-top: 15px;
	width: 480px;
	border: 2px solid #2B6A3D;
	padding: 5px;
}
#fsc .cfc h3 {
	font-size: 16px;
	color: #2B6A3D;
	font-weight: bold;
}
