/* Localized */
/* ================================
Imports
================================= */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:400,300,700,800);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');
/* ================================
追加TOPへ
================================= */
#top {
	z-index: 50;
        position: fixed;
        bottom: 50px;
        right: 20px;
}
#top a {
        text-decoration: none;
	display: block;
	background-color: #69d1ee;
	border: solid 2px #69d1ee;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
        text-align: center;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(../img/header.png);
	background-size: 100% 100%;
}
#top a:hover {
        text-decoration: none;
	display: block;
	background-color: #ee75b0;
	border: solid 2px #ee75b0;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
        text-align: center;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(../img/header.png);
	background-size: 100% 100%;
}
/* ================================
追加スタイル　000白地　001黒地
================================= */
.half000{
width:980px;
margin: 40px auto 0;
}
/* ================================
General
================================= */
body{
	margin:0;
	padding:0;
	text-align: center;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
	font-size: 14px;
	line-height: 1.6em;
	color: #231815;
	
}

#completion{
display: none;
}

.container{
position: relative;
padding: 0 100px;

}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color: #222;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: "Verdana", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
}

.textError{
color: red;
text-align: left;
padding: 0;
margin: 0;
}

h2{
/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
color: #222;
}

.brderLnone{
border-left: none;
}

.brderRnone{
border-right: none;
}

.w100{
width: 100%;
}

.w90{
width: 90%;
}

.w80{
width: 80%;
}

.w70{
width: 70%;
}

.w60{
width: 60%;
}

.w50{
width: 50%;
}

.w40{
width: 40%;
}

.w30{
width: 30%;
}

.w980{
width: 980px;
margin: 0 auto;
text-align: center;
}

.clear{
clear: both;
}

.fl{
float: left;
}

.fr{
float: right;
}

.h10{
height:10px;
}

.h20{
height:20px;
}

.h40{
height:40px;
}

.h60{
height:60px;
}

.h70{
height:70px;
}

.h100{
height:100px;
}

.fBold{
font-weight: bold;
}

.f10{
font-size: 10px;
}

.f12{
font-size: 12px;
}

.f14{
font-size: 14px;
}

.f16{
font-size: 16px;
}

.f18{
font-size: 18px;
}

.f20{
font-size: 20px;
}

.f22{
font-size: 22px;
}

.f24{
font-size: 24px;
}

.aRight{
text-align: right;
}

.aCenter{
text-align: center;
}

.aLeft{
text-align: left;
}

.lead{
	font-weight: 400;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #2b2b2b;
	border: none;
	color: #fff;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	/*background: transparent !important;*/
	background: #ddd;
	border-color: #999;
	color: #999;
}


/* ================================
margin, padding
================================= */
.mar-top0 {
	margin-top: 0;
}
.mar-top10 {
	margin-top: 10px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top40 {
	margin-top: 40px;
}

.m0{
margin: 0;
}

.p0{
padding: 0px;
}

.p10{
padding: 10px;
}

.pr10{
padding-right: 10px;
}



/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	padding: 90px 0px 150px 0px;
	
}

.home-section:last-child{
	width: 100%;
	padding: 0px 0px 0px 0px;
}

/* --- heading --- */
.section-heading {
	margin-bottom: 70px;
}
	
.section-heading h2 {
	font-size: 38px;
	text-transform: uppercase;
}
	
.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 80px;
	background: #333;
	margin-top: 10px;
	margin-bottom: 20px;
}

	
/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#fff));
}

.bg-dark {
	background: #575757;
}


/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}

header{
position: fixed;
left: 0;
top: 0;
width:100%;
z-index: 999999;
height:70px;
background: url(../img/header_bg.png) repeat left top;
text-align: left;
}

#header{
width:980px;
height:70px;
margin: 0 auto;
}

#header h1{
padding-top:8px;
margin: 0;
}

header a{
padding: 5px;
padding-right: 0;
}

header a,  header a:link, header a:visited{
text-decoration: none;
color: #3e3a39;
}

header a:hover{
text-decoration: underline; 
color: #3e3a39;
}

#header .left{
float: left;
}

#header .right{
float: right;
}

#header ul.dl-menu{
padding: 0;
margin-top: 20px;
}

#header ul.dl-menu li{
display: inline-table;
font-size: 12px;
font-weight: bold;
}

#header li a.home{
background: url(../img/icon.png) no-repeat;
background-position-y: 7px;
background-position-x: 0;
padding-left: 15px;
}

@-moz-document url-prefix() {
	#header li a.home{ background: url(../img/icon.png) no-repeat left top 8px; }
}


.ctsBox {
  width: 980px;
  margin: 40px auto 0;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}
.bold {
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.red {
  color: #da241f;
}
.mb15 {
  margin-bottom: 15px!important;
}
.img01 {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.img02 {
  max-width: 660px;
  width: 100%;
  height: auto;
}
/* ================================
Intro
================================= */
#intro h2 {
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: #004198;
}
h2.ttl {
    font-size: 24px;
    line-height: 1.5em;
    text-align: left;
    padding: 0;
    margin: 0 0 5px;
    color: #004198;
}
#intro .leadTxt {
    font-size: 15px;
    text-align: left;
    padding: 0;
    margin: 0;
}
/* ================================
product
================================= */
#product .detailBox {
    width: 100%;
    margin: 0 0 30px;
    text-align: left;
}
#product .detailBox .itemImg {
    width: 25%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
}
#product .detailBox .itemImg a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/icon_zoom.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}
#product .detailBox .itemImg img {
    width: 100%;
    height: auto;
    border: 1px solid #f4f4f4;
}
#product .detailBox .detail {
    width: 70%;
    float: left;
}
#product .detailBox h3 {
    font-size: 18px;
    text-align: left;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
#product .detailBox p.leadTxt {
    text-align: left;
    font-size: 15px;
}
#product .detailBox .mark {
    background: #004198;
    color: #fff;
    font-size: 90%;
    padding: 0 10px;
}
#product .detailBox .mov {
    width: 100%;
    display: inline-block;
    margin: 25px 0;
}
#product .detailBox .movBox {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
}
#product .detailBox .movBox:after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.movBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#product .detailBox .mov p {
    margin: .8em 0 0 0;
    color: red;
}

/* ================================
Contact
================================= */

#contact .container{
padding-top: 70px
}

.contactbg{
    background-color: #fff;
    background-image: url(../img/contact.png);
    background-position:center;
    background-repeat:no-repeat;
    height:620px;
    margin: 0 auto;
    background-size: auto 620px;
}

#contact h2{

}

#contact.home-section{
padding: 0px 0px 100px 0px;
}

#contact .mTop8{
	margin-top: 8px;
	text-align: left;
	margin-left:17.66666667%;
	margin-bottom: 10px;
}
#contact img{
	margin-right: 10px;
	vertical-align: sub;
}

/* ================================
Bottom widget
================================= */
ul.social-network {	
	margin: 0;
	margin-left:0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}

ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}

/* ================================
Footer
================================= */

footer{
height:60px;
min-width: 980px;
width:100%;
background: url(../img/footer_bg.png) repeat left top;
text-align: center;
}

#footer{
width:100%;
height:60px;
margin: 0 auto;
}

footer a{
padding: 5px;
padding-right: 0;
}

footer a,  footer a:link, footer a:visited{
text-decoration: none;
color: #004198;
}

footer a:hover{
text-decoration: underline; 
color: #004198;
}

#footer ul{
padding: 0;
padding-top:10px;
}

#footer ul li{
display: inline-table;
color: #004198;
font-size: 10px;
}

address{
color: #555;
text-align: left;
width: 980px;
margin: 5px auto;
font-style:normal;
font-size: 10px;
}

/* ================================
more media queries
================================= */

@media (max-width:768px) {
	.container{
	width:980px;
	margin: 0 auto;
	}
	
	.row{
	margin: 0;
	padding: 0;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
}

@media (max-width:992px) {
		
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
	

}

@media (max-width:1200px) {
	
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
}

@media (max-width:1400px) {
	
	
	
	
}

@media (max-width:480px){
	.container{
	padding: 0;
	width:980px;
	margin: 0 auto;
	}
	
	.row{
	margin: 0;
	padding: 0;
	}
	
	#contact .row{
	width: 600px;
	margin: 0 auto;
	}
}

/*a, a:hover{
	color: #529abb;
}*/
.navbar-default{
	background: #529abb;
}

.form-control:focus {
  border-color: #529abb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #529abb;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #529abb;
}

textarea.form-control{
height:80px;
}

.service .carousel-indicators .active {
	background: #529abb;
}

.btn-theme {
	background: url(../img/submit_button.png) no-repeat #004198;
	background-position-x: 0;
	background-position-y: 0px;
	color: #fff;
	height: 27px;
	border: none;
	padding: 0;
}

.lb-album li > a span{
	background: #529abb;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, #529abb 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,#529abb));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
}
.lb-overlay{
	background: #529abb;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, #529abb 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,#529abb));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,#529abb 100%);
}

#contact input{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
}
#contact textarea{
	width: 100%;
	height: 80px;
	margin-top: 10px;
	padding: 10px 10px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	font-size: 100%;
}
#contact input[type="submit"]{
	width: 100%;
	background: url(../img/submit_button.png) no-repeat #004198;
	background-position-x: 0;
	background-position-y: 0px;
	color: #fff;
	height: 27px;
	border: none;
	padding: 0;
}

/*馬用サプリメント*/
.nk {
  text-align: left;
}
.nk .lead_txt,
.nk p {
  font-size: 100%;
  margin: 0;
}
.nk .key_visual {
  width: 100%;
  display: block;
  margin: 0 auto 40px;
  position: relative;
}
.nk .key_visual img {
  max-width: 100%;
  height: auto;
}
.nk .key_visual .abs {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
}
.nk .cts_box {
  width: 980px;
  display: block;
  margin: 0 auto 2em;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.nk .cts_box.block {
  margin: 0 auto 4em;
}
.nk .cts_box:last-of-type {
  margin: 0;
}
.nk h3 {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.6em;
  color: #da241f;
  font-weight: normal;
}
.nk .amount {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0 0 0;
  position: relative;
}
.nk .amount img {
  width: 84px;
  margin: 0 20px 0 0;
}
.nk .amount div {
  width: calc(100% - 280px);
  padding: .3em 0 0 0;
  font-size: 100%;
  line-height: 1.6em;
}
.nk .amount div span.bdr01 {
  width: 40px;
  height: 2px;
  background: url("../img/dotted.gif") repeat-x center;
  display: inline-block;
  margin: 0 5px;
  transform: translate(0,-3px);
}
.nk .amount div span.bdr02 {
  width: 53px;
  height: 2px;
  background: url("../img/dotted.gif") repeat-x center;
  display: inline-block;
  margin: 0 5px;
  transform: translate(0,-3px);
}
.nk .amount .table {
  width: 160px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nk .amount .table img {
  width: 100%;
  height: auto;
  margin: 0;
}