@charset "utf-8";

.pc_only{}
.sp_only{display: none;}

.wrap{
	width:960px;
	margin:0 auto;
/*border: 1px solid red;*/
}

.period{margin-bottom: 0;}

hr{
	clear:both;
	border:0;
	padding-bottom:40px;
}


/*コメントアウト-------------------------*/





/*header-------------------------*/

#header{
/*border-top:6px solid #DF033F;*/
	padding-top:30px;
	text-align: center;
}

#header h1{
}
#header p{
	color: #008059;
}
#header p strong{
	color: #008059;
	font-weight: bold;
}




/*contents-------------------------*/


article{}

section{}


section#slider{}


section#login{
/*	background: url(../images/bg_login.gif) repeat-y center;*/
}
section#login ul{}
section#login ul li{
	width: 50%;
}
section#login ul li a{
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0;
	background: url(../images/login_arrow.png) no-repeat right;
}

section#login ul li.box_login{
	float: left;
	background: #00698c;
}
section#login ul li.box_app{
	float: right;
	background: #ff7c00;
}

section#login p{
	font-size: 1.6rem;
}
section#login p strong{
	font-size: 2.6rem;
	color: #ffffff;
	font-weight: normal;
}

section#login p strong.login_tmp{
	font-size: 1.8rem;
}


section#veti{
	text-align: center;
	background: #f9f9f9;
	padding: 40px 0;
}
section#veti h2{
	display: block;
	margin-bottom: 1em;
}
section#veti h2 img{border-bottom: 4px solid #6CB859;}
section#veti p{}
section#veti p strong{color: #6CB859;}

section#veti ul{}
section#veti ul li{
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.6rem;
}
section#veti ul li strong{
	font-weight: normal;
	font-size: 2.4rem;
	color: #ffffff;
}
section#veti ul li:nth-child(1){float: left;}
section#veti ul li:nth-child(2){float: left;}
section#veti ul li:nth-child(3){float: right;}

section#veti ul li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 0;
	background: url(../images/icon_veti.png) no-repeat left top #ffa346;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}



section#product{
	text-align: center;
}
section#product h2{
	display: block;
	margin-bottom: 1em;
}
section#product h2 img{border-bottom: 4px solid #16a99e;}
section#product p{}

section#product ul{
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
section#product ul li{
	display: table-cell;
}



/*
section#product ul{}
section#product ul li{
	float: left;
	background: #cccccc;
	color: #ffffff;
	width: 70px;
	height: 70px;
	font-size: 2.0rem;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
section#product ul li span{
	font-size: 1.6rem;
}
section#product ul li a{
	display: block;
	width: 70px;
	height: 70px;
	background: #f1f1f1;
	color: #16a99e;text-decoration: none;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
*/


section#whatsnew{
	text-align: center;
}
section#whatsnew h2{
	display: block;
	margin-bottom: 1em;
}
section#whatsnew h2 img{border-bottom: 4px solid #138f85;}

section#whatsnew ul{}
section#whatsnew ul li{
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.6rem;
	background: #138f85;
	margin-bottom: 2em;
}
section#whatsnew ul li a{
	text-decoration: none;
	color: #ffffff;
}

section#whatsnew ul li .wn_box{
	padding: 0 16px;
}

section#whatsnew ul li p.wn_icon{
	margin-bottom: 0;
	font-size: 1.4rem;
	background: #ffffff;
	text-align: left;
}
section#whatsnew ul li p.wn_icon span{
	color: #ffffff;
	padding: 2px 20px;
	-webkit-border-top-left-radius: 6px;  
    -webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
}
section#whatsnew ul li p.wn_icon span.smn{background: #00698C;}/*セミナー情報*/
section#whatsnew ul li p.wn_icon span.wtn{background: #FF7C00;}/*新着情報*/
section#whatsnew ul li p.wn_icon span.vti{background: #6DBA5A;}/*vet-i*/
section#whatsnew ul li p.wn_icon span.prd{background: #0168B3;}/*新製品情報*/
section#whatsnew ul li p.wn_icon span.mov{background: #CC0000;}/*製品に関する動画*/
section#whatsnew ul li p.wn_icon span.own{background: #B5B500;}/*オーナー用資材*/
section#whatsnew ul li p.wn_icon span.smn_mov{background: #7B51B7;}/*セミナー動画*/
section#whatsnew ul li p.wn_icon span.inhospital{background: #3CB371;}/*院内WEBセミナー*/

section#whatsnew ul li p.wn_img{}
section#whatsnew ul li p.wn_t{font-size: 1.6rem;}
section#whatsnew ul li p.wn_txt{font-size: 1.4rem;}
section#whatsnew ul li p.wn_ymd{font-size: 1.2rem;}

/*section#whatsnew ul li:nth-child(1){float: left;}
section#whatsnew ul li:nth-child(2){float: left;}
section#whatsnew ul li:nth-child(3){float: right;}*/

section#whatsnew p#toold{
	clear: both;
	width: 200px;
	margin: 0 auto;
}

section#whatsnew p#toold a{
	display: block;
	border: 1px solid #138f85;
	color: #138f85;
	text-decoration: none;
	padding: 10px 0;
	font-size: 1.6rem;
}



section#contents{
	text-align: center;
}
section#contents h2{
	display: block;
	margin-bottom: 1em;
}
section#contents h2 img{border-bottom: 4px solid #f8b62b;}
section#contents p{}
section#contents p a{
	color: #ea5213;
}

section#contents ul{
	width: 100%;
}
section#contents ul li{
	width: 460px;
	/*height: 180px;*/
	margin-bottom: 20px;
}
section#contents ul li:nth-child(odd){clear: both; float: left;}
section#contents ul li:nth-child(even){float: right;}
section#contents ul li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 30px 10px 0px 10px;
	height: 150px;
}
section#contents ul li#con_veti{background: url(../images/bnr_contents_veti.jpg) no-repeat;}
section#contents ul li#con_docreq{background: url(../images/bnr_contents_docreq.jpg) no-repeat;}
section#contents ul li#con_product{background: url(../images/bnr_contents_product.jpg) no-repeat;}
section#contents ul li#con_seminar{background: url(../images/bnr_contents_seminar.jpg) no-repeat;}
section#contents ul li#con_doc{background: url(../images/bnr_contents_doc.jpg) no-repeat;}
section#contents ul li#con_mov{background: url(../images/bnr_contents_mov.jpg) no-repeat;}
section#contents ul li#con_petfullife{background: url(../images/bnr_contents_petfullife.jpg) no-repeat;}
section#contents ul li#con_casestudygroup{background: url(../images/bnr_contents_casestudygroup.jpg) no-repeat;}
section#contents ul li#con_seminar_mov{background: url(../images/bnr_contents_seminarmov.jpg) no-repeat;}
section#contents ul li#con_inhospital{background: url(../images/bnr_contents_inhospital.jpg) no-repeat;}


section#contents ul li h3{
	font-size: 2.4rem;
	font-weight: normal;
/*	margin-bottom: 10px;
	margin-top: 32px;*/
}
section#contents ul li p{
	font-size: 1.6rem;
/*	margin-left: 10px;
	margin-right: 10px;*/
}
section#contents ul li hr{
	border: 0;
	border-bottom: 4px solid #ffffff;
	width: 200px;
	margin: 0 auto 16px auto;
	padding: 0;
	height: 1px;
	opacity: 60%;
}














p.totop{
	font-size:1.4rem;
	text-align:right;
}
p.totop a{
	color: #138f85;
	text-decoration:none;
}


/*footer-------------------------*/

#footer{
	text-align: center;
}

#footer nav{}

#footer nav dl{}

#footer nav dl dt{
}

#footer nav dl dd{
	font-size: 1.6rem;
}

#footer nav dl dt a,
#footer nav dl dd a{
	text-decoration: none;
}
#footer nav dl dt a{
	color: #ffffff;
	display: block;
	padding: 18px 0 16px 0;
}
#footer nav dl dd a{
	display: block;
	padding: 10px 0;
}
#footer nav dl dd:last-child{
	padding-bottom: 10px;
}


#footer nav dl#f_contact{}
#footer nav dl#f_contact dt{background: #ea5413;}
#footer nav dl#f_contact dd{background: #fbe0d4;}
#footer nav dl#f_contact dd a{color: #ea5413;}


#footer nav dl#f_login{}
#footer nav dl#f_login dt{background: #006980;}
#footer nav dl#f_login dd{background: #d1e4ea;}
#footer nav dl#f_login dd a{color: #006980;}


#footer nav dl#f_about{}
#footer nav dl#f_about dt{background: #138f85;}
#footer nav dl#f_about dd{background: #d4ebe9;}
#footer nav dl#f_about dd a{color: #138f85;}



#footer .copyright{
	color:#286A65;
	padding-top:6px;
	font-size:1.6rem;
}

















