@charset "UTF-8";
/* CSS Document */
/****************************************************************************
	body設定
*****************************************************************************/
body{
	color: #fff;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
	text-align: center;
	background-image:url(../img/common/body_back.gif);
	margin: 0  ;
	padding: 0;
	 -webkit-text-size-adjust: 100%;

}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #fff;
text-decoration: underline;
}

h2,h3,h4{text-align: left;}

img {
	width:100%;
	height:auto;
	margin: 0  ;
	padding: 0;}

#container{
margin: 0 auto ;
padding: 0;
text-align: center;
/* background-image:url(../img/common/body_back2.gif);
background-position:center; */
background:#6b6c67;

}

/****************************************************************************
	コンテンツ設定
*****************************************************************************/

/*	ヘッダー
----------------------------------------------------------------------------*/
h1{
	width:960px;
	height:20px;
	font-size: 12px;
	line-height:20px;
	text-align: left;
	margin: 0 10px;
}
#head_top{
	height:210px;
	margin: 0 auto 170px auto ;
	padding: 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;	
}
#head{
	height:170px;
	margin: 0 auto 80px auto ;
	padding: 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;
	
}
#head_in{
	width: 980px;
	margin:  0 auto;
	padding: 5px 0 0 0;
	text-align: left;
	position:relative;
	}
#head_logo {
	position: absolute;
	width: 39.6%;
	margin:-35px 5% 0 55.4%;
	text-align: center;
	z-index: 20;
}
#head_logo_img_top {
	width:80%;
	margin:0 10% 2% 10%;
	}
#head_logo_img {
	width:80%;
	margin:3% 10% 2% 10%;
	}
.head_menu {
	width: 63px;
	height: auto;
	background-image: url(../img/common/open-manu.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 121px;
	right: -67px;
	visibility: hidden;
	z-index: 200;
	}
/*	グローバルナビ
----------------------------------------------------------------------------*/
.h-navi{
	width: 100%;
	margin: 0 ;
	height:27px;
	margin-top:10px;
}
.h-navi li{
	float: left;
	margin: 0 1% 0 0;
	height:27px;
	display: inline-block;
	width:24%;
}
#navi{
	position: absolute;
	margin: 0;
	height: 188px;
	left: 11px;
	top: 30px;
	width: 68.7%;
	overflow: hidden;
	z-index: 30;
}
#navi span {
	width:7.57%;
  float: left;
  cursor: pointer;
  height: 188px;
  margin-left:1.57%;
}

#navi ul {
 width:25%;
	margin-left:0;
	margin-right:-1.43%;
  display: none;
  float: left;
}

#navi li {
	width:16.3%;
	float: left;
	margin-left:3.7%;
	margin-top:-2.5%;
}
#navi_top{
	position: absolute;
	margin: 0;
	height: auto;
	left: 4px;
	top: 200px;
	width: 99%;
	overflow: hidden;
	z-index: 30;
}
#navi_top span {
	width:5.3%;
  float: left;
  cursor: pointer;
  height: 188px;
  margin-left:1.1%;
}

#navi_top ul {
	width:17.5%;
	margin-left:0;
	margin-right:-1%;
  display: none;
  float: left;
}

#navi_top li {
	width:16.3%;
	float: left;
	margin-left:3.7%;
	margin-top:-2.5%;
}

/*	フッター
----------------------------------------------------------------------------*/
.footer_link {
	width:980px;
	height:22px;
	margin:5px auto;
	border-left:1px solid #fff;}
.footer_link li {
	width:16.5%;
	height:22px;
	text-align:center;
	line-height:22px;
	border-right:1px solid #fff;
	float:left;
	display: inline-block;}

#footer{
	color: #fff;
	height:78px;
	background:#000;
	}
#footer_in{
	width: 980px;
	height:auto;
	min-height:180px;
	margin:  0 auto;
	padding-top:15px;
	font-size:12px;
	text-align:center;
	color:#fff;
	}
#footer_in_l {
	width:50%;
	float:left;}
.footer_logo {
	width:57%;
	float:left;
	margin-right:2%;
}
.footer_time {
	width: 41%;
	font-size: 17px;
	line-height:24px;
	float:left;
	text-align:left;
	}
#footer_in_r {
	width:50%;
	float:left;}
.footer_add {
	width: 52%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
	}
.footer_name {
	width: 14%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
}
.footer_tel {
	width: 34%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
}
#footer_copy {
	font-size: 16px;
	line-height:40px;
	height:40px;
	text-align:center;}


.page_top {
	width:90px;
	height:auto;
    position:fixed;
    bottom:5%;
    right:5%;
    padding:0;
}


/*	共通
----------------------------------------------------------------------------*/
.style_bold {
	font-weight:bold;}
.style_right {
	text-align:right;
	}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr50{margin-right: 50px;}
.center{text-align: center;}
.clear{clear: both; overflow: hidden; margin:  auto;}
.int10 {
	text-indent:-1em;
	padding-left:1em;
}

.space {
	letter-spacing: normal;
}
.pc{display:inline;}
.sm{display:none;}

/*	共通
----------------------------------------------------------------------------*/
#contents{
	width:960px;
	margin:  0 auto;
	padding: 0;
}

#main {
	width:960px;
	text-align:center;
	margin:auto;
	}
.title {
	width:98%;
	margin: 35px 1%;
	height:66px;
	text-align:left;
	background-image:url(../img/common/title_back.png);
	background-repeat:no-repeat;
	}
.title img {
	width:40%;
	height:auto;}
.title_s {
	width:94%;
	margin: 1.4% 3% 1% 3%;}
.bar {width:980px;
	margin: 0 ;}
.bnr_940 {
	width:94%;
	margin: 4% 3%;
	}
.bnr_900 {
	width:90%;
	margin: 4% 5%;
	}
.img50 {width:50%; height:auto;}
.img60 {width:60%; height:auto;}
.img70 {width:70%; height:auto;}
.img80 {width:80%; height:auto;}
.img90 {width:90%; height:auto;}

/*　TOP
----------------------------------------------------------*/
.top_img1 {
	position: absolute;
	width: 40.8%;
	z-index: 10;
	left: 1px;
	top: 30px;
}
.top_img2 {
	position: absolute;
	width: 40.8%;
	z-index: 20;
	left: 55.5%;
	top: 180px;
}
.top_blog {
	width:43%;
	height:530px;
	margin:2% 2% 3% 2%;
	float:left;
	background:url(../img/top/blog_back.png);
	color:#fff;
	overflow:hidden;
	}

.top_blog dl{
	width:96%;
	margin:2%; 
	height:auto; 
	overflow:hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

}
.top_blog dt em{
	margin-right:0;
}
.top_blog dt {width:20%;
padding: 3% 0 ;
border-bottom:#ccc dotted 1px;
font-size:0.8em;
text-align:left;
color:#fff;
}
.top_blog dd{
	width:60%;
	padding: 3% 0;
	border-bottom:#ccc dotted 1px;
	font-size:0.8em;
text-align:left;
color:#fff;
}
.top_fb {
	border: 1px solid #c1c1c1;
	width:49%;
	height:530px;
	margin:2% 2% 3% 0;
	float:left;
	background-color:#fff;}
.top_fb iframe {
width: 100%; 
height: 100%;
}
.top_link_box {
	width:100%;
	margin:0 0 4% 0;
	}
.top_link01 {
	float:left;
	width:39%;
	margin:0 4% 0 4%;}
.top_link02 {
	float:left;
	width:29%;
	margin:0 2% 0 0;}
.top_link03 {
	float:left;
	width:18%;
	margin:0 2% 0 0;}
.top_seo {
width:94%;
margin:2% 3% 4% 2%;
font-size:0.9em;
text-align:left;
}

.koi_jewel{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.koi_jewel a{
	width: 48%;
	display: block;
}

#insta {
	box-sizing: border-box;
  width: 98%;
  margin :auto;
  padding: 80px 0 0;
}

#insta .insta_titlebox {
  width: 90%;
  margin :auto;
}

#insta .insta_title{
	text-align: center;
	width: 100%;
	margin: 0 auto 30px;
	letter-spacing: 0.2em;
    font-size: 16px!important;
    font-weight: bold;
}
#insta .insta_title img{
	max-width: 228px;
}

#insta .sect_title {
		width: 9em;
		background-image: url(../img/common/name.png), url(../img/common/name_r.png);
		background-repeat: no-repeat, no-repeat;
		background-position: top left, bottom right;
		font-size: 16px;
		line-height: 1em;
		text-align: center;
		color: #fff;
		padding: 10px 0;
		margin: 0 auto 30px auto;
		top: 0;
		left: calc(50% - 3em);
}

#insta .items {
  flex-wrap:wrap;
  max-width: 960px;
	display: flex;
	margin: auto;
	justify-content: space-between;
  gap:5px;
}

#insta .items li{
 width: calc((100% - 15px) / 4);
height: 300px;
overflow: hidden;
border-radius: 5px;
flex-shrink: 0;
border: 1px solid #fff;
box-sizing: border-box;
}

#insta .items li a{
display: block;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#insta .btn_more{
  background-color: #c92424;
    padding: 1em;
    display: block;
    max-width: 260px;
    margin: 20px auto 0;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s all;
    position: relative;
}

#insta .btn_more:after{
  content: '';
    width: 7px;
    height: 7px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    position: absolute;
    right: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-135deg);
    transition: .4s all;
}

#insta .btn_more:hover{
  background-color: #fff;
  color:#c92424;
}

#insta .btn_more:hover:after{
  right: 1em;
    border-color: #c92424;

}

.p2_snslink{
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    gap:10px; 
    margin: 10% auto;
  }
  .p2_snslink a{
    width: calc((100% - 30px)/4);
    border-radius: 20px;
    overflow: hidden;
  }

@media screen and  (max-width: 800px){
	#insta .items li{
		width: calc((100% - 10px) / 3);
		height: 200px;
	}

  #insta {
	  height: auto;
	padding-top: 70px;
}
.p2_snslink{
		max-width:520px;
	}
	  .p2_snslink a{
		  width: calc((100% - 10px)/2);
		}
	}
@media screen and  (max-width: 640px){
	.p2_snslink{
        margin: 3% auto!important;
	}
}

/*　小西の錦鯉
----------------------------------------------------------*/
.about_box {
	width:88%;
	margin:0 6% 4% 6%;}
.about_text1 {
	width:65%;
	text-align:left;
	float:left;
	margin:0 5% 2% 0;
	}
.about_img1 {
	width:30%;
	text-align:left;
	float:left;
	margin:0 0 2% 0;}
.about_text2 {
	width:70%;
	text-align:left;
	float:left;
	margin:0 0 2% 0;
	}
.about_img2 {
	width:28%;
	text-align:left;
	float:left;
	margin:0 2% 2% 0;}
.about_box2 {
	width:93%;
	margin:0 3.5% 4% 3.5%;}
.about_text3 {
	width:64%;
	text-align:left;
	float:left;
	margin:0 0 2% 3%;
	}
.about_img3 {
	width:33%;
	text-align:left;
	float:left;
	margin:0 0 2% 0;}
/*　錦鯉の品種
----------------------------------------------------------*/
.kind_box {
	width:97%;
	margin:1% 1.5% 3% 1.5%;}
.kind_box_in {
	width:19%;
	height:auto;
	margin:1% 0.5%;
	float:left;
	background:#000;}
.kind_box_in img{
	width:90%;
	height:auto;
	margin:5% 5% 0 5%;}
.kind_box2 {
	width:76%;
	margin:1% 12% 3% 12%;}
.kind_box_in2 {
	width:30%;
	height:auto;
	margin:1% 1.5%;
	float:left;
	background:#000;}
.kind_box_in2 img{
	width:90%;
	height:auto;
	margin:5% 5% 0 5%;}
.kind_text {
	font-size:14px;
	line-height:17px;
	background-image:url(../img/kind/name_back.png);
	background-repeat:no-repeat;
	text-align:left;
	padding:5%;}
.kind_en {
	color:#a3d9e8;
	font-size:13px;}
/*　錦鯉の特徴
----------------------------------------------------------*/
.tokutyo_box {
	width:92%;
	margin:2% 4% 4% 4%;
	background-image:url(../img/tokucyo/back.png);
	background-repeat:no-repeat;
	background-position:center;}
.tokucyo_title {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	height:25px;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:12px 12px 10px 12px;
	text-align:left;}
.tokucyo_waku1 {
	width: 100%;
	margin:10px 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);}
.tokucyo_waku1_in1 {
	width:27%;
	margin:1.2% 1% 1.2% 1.5%;
	float:left;
	}
.tokucyo_waku1_in2 {
	width:50%;
	margin:1.2% 2.5% 1.2% 0;
	float:left;
	text-align:left;
	}
.tokucyo_waku1_in3 {
	width:16%;
	margin:4.5% 2% 0 0;
	float:left;
	}
.tokutyo_box_l {
	width: 40%;
	margin:0 20% 0 0; 
	float:left;}
.tokutyo_box_r {
	width: 40%;
	margin:0 0 0 0; 
	float:left;}	
.tokucyo_waku2 {
	width: 100%;
	padding:1px 0;
	margin:2% 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	}
.tokucyo_waku2 img {width:70%; height:auto;}
.tokucyo_waku3 {
	width: 100%;
	padding:1px 0 1% 0;
	margin:2% 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:block;
	}
.tokucyo_waku3 img {width:70%; height:auto;}
.tokucyo_waku4 {
	width: 100%;
	padding:1px 0;
	margin:2% 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:none;
	}
.tokucyo_text {
	text-align:left;
	margin:10px 12px;}
.tokucyo_text2 {
	text-align:left;
	margin:10px 90px 10px 10px;
	position:relative;}
.tokucyo_text2_img {
	width: 33%;
	height: auto;
	position: absolute;
	left: 105%;
	top: 10px;
}
.tokucyo_bt {
	width:50%;
	height:auto;
	margin:3% 0;
	float:left;}
.tokucyo_bt2 {
	width:50%;
	height:auto;
	margin:3% 25%;
	}
.tokucyo_bt3 {
	width:80%;
	height:auto;
	margin:3% 10%;
	}
/*　健康の管理・病気
----------------------------------------------------------*/
.health_box {
	width:94%;
	margin:2% 2% 4% 2%;
	}
.health_top_l {
	background-image:url(../img/kenko/back_01.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	width:41%;
	height:120px;
	float:left;
	text-align:left;}
.health_top_l_in {
	width:88%;
	margin:2% 10% 2% 2%;
	text-align:left;}
.health_top_r {
	width:50%;
	float:left;
	margin:0 0 0 2%;}
.health_title_blue {
	width:95%;
	height:26px;
	font-size:18px;
	line-height:26px;
	font-weight:bold;
	padding-left:4%;
	margin:2% 2.5%;
	color:#fff;
	background-image:url(../img/kenko/icon.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;}
.health_box2 {
	width:33%;
	margin:0 ;
	float:left;}
.health_title {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:12px;
	padding-top:12px;
	text-align:left;}
.health_title_y {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#f0a53b;
	border-bottom:1px solid #fff;
	margin:0 12px 12px 12px;
	padding-top:12px;
	text-align:left;}
.health_waku1 {
	width: 98%;
	padding:  0;
	margin:2% 1% 0 1%; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	}
.health_waku1 img {
	width:80%;
	height:auto:}
.h1-0 {height:136px;margin-top:0;}
.h1-1 {height:140px;}
.h1-2 {height:150px;}
.h1-3 {height:116px;}
.h1-4 {height:200px; margin-top:84px;}
.h2-0 {height:136px; width:32.34%; text-align:left; margin-top:20px;}
.h2-1 {height:115px;}
.h2-2 {height:145px;}
.h2-3 {height:268px;}
.h2-4 {height:170px;}
.health_text {
	width:96%;
	text-align:left;
	margin:3%;}
.health_text2 {
	width:96%;
	font-size:17px;
	text-align:left;
	margin:3%;}
.health_waku2 {
	width: 100%;
	padding: 1px 0;
	margin:5% 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	behavior: url(../pie/PIE.htc);
	}
.health_title_b {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#1b1465;
	border-bottom:1px solid #000;
	margin:12px 0;
	text-align:left;}
.health_text3 {
	width:68%;
	text-align:left;
	margin:1% 1% 1% 3%;
	float:left;
	color:#000;}
.health_text3_img {
	width:25%;
	margin:3% 1% ;
	float:left;}
/*　四季の飼育法
----------------------------------------------------------*/
.seasons_box {
	width:94%;
	margin:2% 3% 4% 3%;
	}
.seasons_icon {
	width:15%;
	height:auto;
	float:left;
	margin:1%;
	}
.seasons_therm {
	width:20%;
	height:auto;
	float:left;
	margin:0 1% 0 0 ;
	}
.seasons_title {
	width: 60%;
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:1%;
	padding:37px 0 0 0;
	text-align:left;
	float:left;}
.seasons_waku {
	width: 46%;
	padding: 2% 1%;
	margin:3% 1%; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	float:left;
	}
.seasons_waku_h1 {height:670px;}
.seasons_waku_h2 {height:610px;}
.seasons_waku_img {
	width:94%;
	margin:3%;}
.seasons_text {
	width:94%;
	padding:12px 0;
	text-align:left;
	margin:0 3%;}
/*　良質の池作り
----------------------------------------------------------*/
.pond_box {
	width:94%;
	margin:2% 3% 4% 3%;}
.pond_title {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#90d3ed;
	margin:12px 0 ;
	text-align:left;}
.pond_text1 {
	width:75%;
	text-align:left;
	float:left;
	margin:0 4% 2% 0;
	}
.pond_img1 {
	width:20%;
	text-align:left;
	float:left;
	margin:3% 0 2% 0;}
.pond_text2 {
	width:60%;
	text-align:left;
	float:left;
	margin:0 0 2%x 0;
	}
.pond_img2 {
	width:37%;
	text-align:left;
	float:left;
	margin:3% 2% 2% 0;}
.pond_text3 {
	width:61%;
	text-align:left;
	float:left;
	margin:0 22px 20px 0;
	}
.pond_img3 {
	width:36%;
	text-align:left;
	float:left;
	margin:3% 0 2% 0;}
.pond_text4 {
	width:53%;
	text-align:left;
	float:left;
	margin:0 1% 2% 0;
	}
.pond_img4 {
	width:45%;
	text-align:left;
	float:left;
	margin:3% 0 2% 0;}
.pond_text5 {
	width:51%;
	text-align:left;
	float:left;
	margin:0 0 2% 1%;
	}
.pond_img5 {
	width:48%;
	text-align:left;
	float:left;
	margin:3% 0 2% 0;}
.pond_text6 {
	width:75%;
	text-align:left;
	float:left;
	margin:0 0 2% 2%;
	}
.pond_img6 {
	width:22%;
	text-align:left;
	float:left;
	margin:3% 0 2% 0;}
/*　水槽飼育
----------------------------------------------------------*/
.water_box {
	width:94%;
	margin:2% 3% 4% 3%;
	}
.water_title_sub {
	background-image:url(../img/suiso/title_back01.png);
	background-repeat:no-repeat;
	background-position:left;
	width:92%;
	height:40px;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	margin:4% 4% 0 4%;
	padding-left:4px;
	text-align:left;}
.water_title_sub2 {
	position:relative;
	background-image:url(../img/suiso/title_back02.png);
	background-repeat:no-repeat;
	background-position:right 10px;
	width:59%;
	height:40px;
	font-size:17px;
	line-height:22px;
	color:#fff;
	margin:2% 0 2% 0;
	padding:0 0 0 41%;
	text-align:left;}
.water_title {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:12px 0;
	text-align:left;}
.water_title_s {
	font-size:17px;
	line-height:25px;
	font-weight:bold;
	color:#90d3ed;
	margin:12px 0 6px 0;
	text-align:left;}
.water_waku1 {
	width: 100%;
	padding: 1px 0;
	margin:4% 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#2E3168));
	background: -webkit-linear-gradient(#000, #2E3168);
	background: -moz-linear-gradient(#000, #2E3168);
	background: -ms-linear-gradient(#000, #2E3168);
	background: -o-linear-gradient(#000, #2E3168);
	background: linear-gradient(#000, #2E3168);
	-pie-background: linear-gradient(#000, #2E3168);
	behavior: url(../pie/PIE.htc);
	}
.water_waku1_in {
	width:46%;
	margin:1% 2%;
	text-align:left;
	float:left;
	position:relative;
	font-size:16px;
	line-height:28px;}
.water_waku1_ins {
	width:49%;}
.water_waku1_in_img {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 35%;
}
.water_waku1_in_bt {
	width: 45%;
	position: absolute;
	left: 55%;
	top: 60%;
}
.water_text {
	text-align:left;
	margin:10px 12px;
	font-size:16px;
	line-height:28px;}
.water_text2 {
	text-align:center;
	margin:10px 12px 27px 12px;}
.water_waku2 {
	width: 23%;
	padding: 1px 0;
	margin:1%; 
	float:left;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #000;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#2E70A5));
background: -webkit-linear-gradient(#000, #2E70A5);
background: -moz-linear-gradient(#000, #2E70A5);
background: -ms-linear-gradient(#000, #2E70A5);
background: -o-linear-gradient(#000, #2E70A5);
background: linear-gradient(#000, #2E70A5);
-pie-background: linear-gradient(#000, #2E70A5);
	behavior: url(../pie/PIE.htc);
	}
.water_waku2b {
	width: 48%;
	}
.water_waku2 img {
	width:80%;
	height:auto;}
.water_waku3 {
	position:relative;
	width: 100%;
	padding: 1px 0;
	margin:0 0 50px 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image:url(../img/suiso/waku_back.png);
	background-repeat:repeat-y;
	behavior: url(../pie/PIE.htc);
	}
.water_waku3_img {
	width: 42%;
	position: absolute;
	left: -18px;
	top: -10px;
	z-index:10;
}
.water_waku3_in {
	width:58%;
	margin:1% 1% 1% 41%;
	text-align:left;
	font-size:16px;
	line-height:28px;}
/*　過去のブログ
----------------------------------------------------------*/
.past_blog_box {
	width:88%;
	margin:5% 6% 10% 6%;}
.past_blog_list li {
	 font-size:22px;
	 line-height:1.2em;
	 text-align:left;
	 /* height:56px; */
	 background-image:url(../old-blog/img/list_icon.png);
	 background-position:left center;
	 background-size:auto 50px;
	 background-repeat:no-repeat;
	 padding:20px 0 20px 30px;
	 }
	 .past_blog_list li a span{
		display: inline-block;
	 }

/*　アクセス
----------------------------------------------------------*/
.access_box {
	width:98%;
	margin:1% 1% 3% 1%;}
.access_box_in {
	width:48%;
	margin:1%;
	float:left;}
.access_box_in img {
	width:100%;
	height:auto;
	margin-bottom:10px;}
.access_text1 {
	font-size:16px;
	line-height:28px;
	text-align:left;}
.access_text2 {
	font-size:15px;
	line-height:28px;
	font-weight:bold;
	text-align:left;}
.access_text3 {
	font-size:14px;
	line-height:25px;
	text-align:left;}
.access_map {
	width:100%;
	height:255px;
	position:relative;
	margin-top:0;
	margin-bottom:10px;
	overflow:hidden;
	}
.access_map_bt {
	position: absolute;
	width: 25%;
	height: auto;
	left: 75%;
	top: 226px;
}
/*　お問合せ
----------------------------------------------------------*/
#contents .inqu_box {
	width:96%;
	margin: 2%;}
	#contents .inqu_box img {
	width:60%;
	height:auto;
	margin:0 20% 3% 20%;}
	#contents hr{
    border:none;
    border-top:solid 1px #fff;
    height:1px;
    color:#FFFFFF;
    margin: 0 10% 0 10%;
}	
#contents .inqu_title {
	width:100%;
	margin: 30px auto;
	height:45px;
	text-align:center;
	font-size:24px;
	line-height:45px;
	font-weight:bold;
	background:url(../img/inqu/title_back.png) no-repeat;
	color:#fff;}
	#contents .inqu_table_box {
	width:84%;
	text-align:left;
	margin:0 8% 30px 8%;
	padding:0;
	}
	#contents .inqu_table {
	width:100%;
	text-align:left;
	margin:0 0 2% 0;
	padding:0;
	float:left;
	border:#000 solid 1px;
	}

	#contents .inqu_red {font-size:1em; color:#f00; padding-bottom:5px;text-align:left;}

	#contents .inqu_table_tl {
	display:table-cell;
	width:25%;
 text-align: left;
 background-color: #273475;
 padding:15px;
 font-size:1em;
 color:#fff;
 box-sizing:border-box;
}
#contents .inqu_table_tr {
	display:table-cell;
	width:75%;
 text-align: left;
 background-color: #fff;
 padding:15px;
  font-size:0.8125em;
  box-sizing:border-box;
  color:#000;
  
}

#contents .inqu_table_bl {
	display:table-cell;
	width:25%;
 border-top:#fff solid 1px;
 text-align: left;
 background-color: #273475;
 padding:15px;
  font-size:1em;
 color:#fff;
 box-sizing:border-box;
 
}
#contents .inqu_table_br {
	display:table-cell;
	width:75%;
 border-top:#000 solid 1px;
 text-align: left;
 background-color: #fff;
 padding:15px;
  font-size:0.8125em;
  box-sizing:border-box;
 color:#000;
}
/*.submit{
    display: block;
    margin:20px auto;
    width: 208px;
    height: 64px;
    border: none;
    text-indent: -9999px;
  background: url(../img/inqu/send.png) no-repeat;
    }*/
		#contents .mfp {
	font-size:1em;
	width:90%;
	margin:3% 0;}
	#contents .mfps {
	font-size:0.875em;
	width:50%;
	margin:3% 0;}
  /*============ Contact Form 7の設定 =============*/
#contents .wpcf7 {width:84%;
	margin: 10px auto;
	}
  /* redioボタンの設定 */
#contents .wpcf7-radio{
    margin: 15px 0 15px 10px;
    padding: 5px;
    width: 90%;
    color: #000;
   font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
#contents .wpcf7-checkbox{
    margin: 15px 0 15px 10px;
    padding: 5px;
    width: 90%;
    color: #000;
   font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
 /* テキストフォームの設定 */
#contents .wpcf7-text{
    margin: 6px 0 6px 10px;
    padding: 5px;
    width: 90%;
    color: #000;
   font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
 
 /* テキストフォームのフォーカス時の設定 */
 #contents .wpcf7-text:focus{
  /*  background: url(images/bg_on.png);*/
    }
 
 /* テキストエリアの設定 */
 #contents .wpcf7-textarea{
    margin: 6px 0 6px 10px;
    padding: 5px;
    width: 90%;
    height: 218px;
    color: #000;
    font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
 
 /* テキストエリアのフォーカス時の設定 */
 #contents .wpcf7-textarea:focus{
  /*  background: url(images/bg_on.png);*/
    }
  /* 生年月日の設定 */
	#contents .wpcf7-date{
    margin: 6px 0 6px 10px;
    padding: 5px;
    width: 260px;
   color: #000;
    font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
    /* 電話番号の設定 */
		#contents .wpcf7-tel{
    margin: 6px 0 6px 10px;
    padding: 5px;
    width: 260px;
   color: #000;
    font-size: 16px;
  /*  border: none;
    background: url(images/bg.png);*/
    }
 /* 送信ボタンの設定 */
 #contents .wpcf7-submit{
    display: block;
    margin:20px auto;
    width: 207px;
    height: 64px;
    border: none;
    text-indent: -9999px;
  background: url(../img/inqu/send.png) no-repeat;
    }
 
 /* 送信ボタンのフォーカス時の設定*/
 #contents .wpcf7-submit:hover{
    filter: alpha(opacity=80);
    opacity: .6;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    } 
    /* 確認ボタンの設定 */
		#contents .wpcf7-confirm{
    display: block;
    margin:20px auto;
    width: 427px;
    height: 60px;
    border: none;
    text-indent: -9999px;
    background: url(../img/recruit/btn_next.jpg) no-repeat;
    }
 
 /* 送信ボタンのフォーカス時の設定*/
 #contents .wpcf7-confirm:hover{
    filter: alpha(opacity=80);
    opacity: .6;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    } 
		#contents .wpcf7c-elm-step2 {}
		#contents .wpcf7c-elm-step3 {}
		#contents .wpcf7 .ajax-loader{
			width: inherit;
		}

		#contents .wpcf7c-hide {display: none;}
		#contents .wpcf7c-force-hide {display: none !important;}
		#contents .wpcf7c-conf {background-color: #999999; color: black; border: 1px solid #333333;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
 
.clearfix{
    overflow:hidden;
    }
 /*	ブログ設定
----------------------------------------------------------------------------*/
#contents_area{
	width: 940px;
	padding:20px;
	margin: 0 auto;
	text-align:left;
	}
#primary #content {
	width:65%;
	text-align:left;
	float:right;
	padding:2%;
	margin-right:2%;
	margin-top:2%;
	overflow:hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:block;}	


/*===========================================================================
	 右カラム
============================================================================*/

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/*==================記事タイトル仮装*/
.entry-header .entry-title {
	background-image:url(../img/suiso/title_back02.png);
	background-repeat:no-repeat;
	height:64px;
	line-height:64px;
	font-size: 18px;
	font-size: 1.2857142861rem;
	line-height: 1.2;
	font-weight: normal;
	text-align:left;
	color:#fff;
	width:  100%;
	padding-left:0;
	padding-top:0;
}　
.entry-header .entry-title a {
	text-decoration: none;
	color:#fff;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	display:none;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	text-align:left;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px 10px;
	margin: 0 0 1.714285714rem 0.7142857141rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	display:none;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.entry-content p img{/*==================記事の画像サイズ*/
	width:50% !important;
	margin:0 25%;
}
/*===========================================================================
	左カラム
============================================================================*/

#left_navi {
	width:23%;
	padding:2%;
	margin:2% 2% 5% 0;
	float:left;
	text-align:left;
	color:#000;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #74C1E8;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#74C1E8), to(#008dcc));
background: -webkit-linear-gradient(#74C1E8, #008dcc);
background: -moz-linear-gradient(#74C1E8, #008dcc);
background: -ms-linear-gradient(#74C1E8, #008dcc);
background: -o-linear-gradient(#74C1E8, #008dcc);
background: linear-gradient(#74C1E8, #008dcc);
-pie-background: linear-gradient(#74C1E8, #008dcc);
behavior: url(/pie/PIE.htc);
	}
#left_navi a {color:#000;}
#left_navi a:hover {color:#000;}

#left_navi ul {
	margin-bottom:10px;
	margin-left:10px;
	padding:0;
	text-align:left;}
#left_navi li {
	margin:0;
	padding:5px 0;
	text-align:left;
	line-height:1.5em;}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
	
	
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align:left;/* Sidebarのタイトル */
	background:#fff;
	color:#000;
	padding:8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
 .assistive-text {
	display:none;}/*	-----画面下　Post navigation　の文字を消す----------------------------*/

#respond {
	display:none;}/*	-----「コメントを残す」を表示させない----------------------------*/
   
    
/* ====================横幅960px以下================================ */
/* ============================================================= */

@media screen and ( max-width: 960px) {
	#contents{
	width:100%;
	margin:  0 auto;
	padding: 0;
}

#main {
	width:100%;
	text-align:center;
	margin:auto;
	}
#head_in{
	width: 100%;
	margin:  0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	position:relative;
	}
#head_top{
	height:210px;
	margin: 0 auto 15% auto ;
	padding: 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;	
}
#head{
	height:150px;
	margin: 0 auto 10% auto ;
	padding: 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;
	
}
.footer_link {
	width:100%;
	height:22px;
	margin:5px auto;
	border-left:1px solid #fff;}


#footer{
	color: #fff;
	height:150px;
	background:#000;
	}
#footer_in{
	width: 100%;
	height:auto;
	margin:  0 auto;
	padding-top:15px;
	font-size:12px;
	text-align:center;
	color:#fff;
	}
#footer_in_l {
	width:80%;
	margin: 0 10% 2% 10%;
	}
.footer_logo {
	width:40%;
	float:left;
	margin-right:5%;
}
.footer_time {
	width: 55%;
	font-size: 16px;
	line-height:24px;
	margin-top:2%;
	float:left;
	text-align:left;
	}
#footer_in_r {
	width:80%;
	margin: 0 10%;}
.footer_add {
	width: 52%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
	}
.footer_name {
	width: 11.5%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
}
.footer_tel {
	width: 32.5%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
}
.seasons_waku_h1 {height:auto;}
.seasons_waku_h2 {height:auto;}
.health_top_l {
	background-image:url(../img/kenko/back_01.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	width:41%;
	height:auto;
	float:left;
	text-align:left;}
.h1-0 {height:auto;margin-top:0;}
.h1-1 {height:auto;}
.h1-2 {height:auto;}
.h1-3 {height:auto;}
.h1-4 {height:auto; margin-top:84px;}
.h2-0 {height:auto; width:32.34%; text-align:left; margin-top:20px;}
.h2-1 {height:auto;}
.h2-2 {height:auto;}
.h2-3 {height:auto;}
.h2-4 {height:auto;}
.water_title_sub2 {
	position:relative;
	background-image:url(../img/suiso/title_back02.png);
	background-repeat:no-repeat;
	background-position:right 12px;
	width:59%;
	height:40px;
	font-size:17px;
	line-height:22px;
	color:#fff;
	margin:2% 0 4% 0;
	padding:0 0 0 41%;
	text-align:left;}
/*ブログエリア*/
#contents_area{
	width: 98%;
	padding:2%;
	margin: 0 auto;
	text-align:left;
	}	}
/* ====================横幅640px以下================================ */
/* ============================================================= */

@media screen and ( max-width: 640px) {
body{
	color: #fff;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 32px;
	text-align: center;
	background-image:url(../img/common/body_back.gif);
	margin: 0  ;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
.title {
	width:100%;
	margin: 35px auto;
	height:66px;
	text-align:left;
	background-image:url(../img/common/title_back.png);
	background-repeat:no-repeat;
	}
.title img {
	width:96%;
	height:auto;
	margin:0 2%;}
#head_top{
	height:auto;
	margin: 0 auto 30% 0 ;
	padding: 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;	
}
#head{
	height:auto;
	margin: 0 auto 10px 0 ;
	padding: 1% 0;
	background-color:#000;
	background-image:url(../img/common/header_back.png);
	background-position:center top;
	background-repeat:no-repeat;
	
}
#head_in{
	width: 96%;
	margin:  0 2%;
	padding: 10px 0 0 0;
	text-align: left;
	
	}
#head_logo {
	width: 96%;
	margin:  0 2% 0 2%;
	text-align: left;
	position:relative;
}
#head_logo_img {
	width:50%;
	margin: 5% 50% 0 0;}
.head_menu {
	width: 15%;
	height: auto;
	position: absolute;
	top: 50%;
	left:83%;
	visibility: visible;
	}
.head_menu img {
	width:100%;
	height:auto;}
/*	グローバルナビ
----------------------------------------------------------------------------*/
#h-navi{
	width: 100%;
	margin:  0 0 2% 0;
	height:27px;
}
#h-navi li{
	width:24%;
	float: left;
	margin: 0 1% 0 0;
	height:auto;
}
#h-navi img {
	width:100%;
	height:auto;}
#navi{
	position: absolute;
	margin: 0;
	height: 188px;
	left: 15px;
	top: 11px;
	width: 670px;
	overflow: hidden;
	display:none;
}
#navi li {
  float: left;
  cursor: pointer;
  height: 188px;
  margin-left:12px;
}

#navi ul {
  display: none;
  float: left;
}

#navi ul li {
   width: 24px;
  	float: left;
	margin-left:8px;
}
#navi_top{
	position: absolute;
	margin: 0;
	height: 188px;
	left: 6px;
	top: 256px;
	width: 703px;
	overflow: hidden;
	z-index: 30;
	display:none;
}
#navi_top li {
  float: left;
  cursor: pointer;
  height: 188px;
  margin-left:12px;
}

#navi_top ul {
  display: none;
  float: left;
}

#navi_top ul li {
   width: 24px;
  	float: left;
	margin-left:8px;
}
/*	フッター
----------------------------------------------------------------------------*/
.footer_link {
	width:944px;
	margin:5px auto;
	border-left:1px solid #fff;
	display:none;}
.footer_link li {
	width:156px;
	height:22px;
	text-align:center;
	line-height:22px;
	border-right:1px solid #fff;
	float:left;}
#footer{
	color: #fff;
	height:180px;
	background:#000;
	}
#footer_in{
	width: 96%;
	height:auto;
	margin:  0 2%;
	padding:15px 0;
	font-size:12px;
	text-align:center;
	color:#fff;
	}
#footer_in_l {
	width:100%;
	margin: 0 0 1% 0;
	}
.footer_logo {
	width: 96%;
	margin:  0 2% 0 2%;
	margin-right:17px;
}
.footer_logo img {
	width:50%;
	height:auto;}
.footer_time {
	width: 96%;
	font-size: 18px;
	line-height:24px;
	text-align:center;
	margin:0 0 2% 0;
	}
#footer_in_r {
	width:100%;
	margin: 0 ;
	}
.footer_add {
	width: 45%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
	}
.footer_name {
	width: 15%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
	margin:0 0 0 10%;
}
.footer_tel {
	width: 30%;
	font-size: 16px;
	line-height:24px;
	float:left;
	text-align:left;
}
#footer_copy {
	font-size: 16px;
	line-height:40px;
	height:40px;
	text-align:center;}


/*	共通
----------------------------------------------------------------------------*/
#contents{
	width:96%;
	margin:  0 2%;
	padding: 0;
}
.bnr_940 {
	width: 94%;
	margin:  3%;
	}
.bnr_900 {
	width: 94%;
	margin:  3%;
	}	
.pc{display:none;}
.sm{display:inline;}

/*　TOP
----------------------------------------------------------*/
.top_img1 {
	width: 60%;
	margin:   0;
	position:absolute;
	left: 0;
	top: 100%;
	}
.top_img1 img {
	width:100%;
	height:auto;}
.top_img2 {
	width: 60%;
	margin:  0;
	position:absolute;
	left: 40%;
	top: 110%;
	
}
.top_img2 img {
	width:100%;
	height:auto;}
.top_blog {
	width: 96%;
	height:530px;
	margin:6% 2%;
	
	background:url(../img/top/blog_back.png);
	color:#fff;
	}
.top_blog img {
	width:100%;
	height:auto;
	}
.top_fb {
	border: 1px solid #c1c1c1;
	width: 96%;
	height:530px;
	margin:  6% 2%;
	background-color:#fff;
	overflow:auto;
	-webkit-overflow-scrolling:touch;}
.top_fb img {
	width:100%;
	height:auto;}
.top_fb  iframe {
width: 95%; 
	height: 100%;
	border:none; 
  	display:block;}
.top_link_box {
	width: 96%;
	margin:0 auto 40px auto;
	}
.top_link01 {
	width: 96%;
	margin:  2% 1% 2% 2%;}
.top_link01 img {
	width:100%;
	height:auto;}
.top_link02 {
	width: 55%;
	margin:  2% 1% 2% 4%;
	float:left;}
.top_link03 {
	width: 34%;
	margin:   2% 4% 2% 1%;
	float:left;}
.top_seo {
width: 96%;
margin:4% 2% 6% 2%;
font-size:21px;
line-height:30px;
text-align:left;
}	

.koi_jewel a{
	width: 100%;
    margin: 3% auto;
}



/*　小西の錦鯉
----------------------------------------------------------*/
.about_box {
	width:94%;
	margin:0 3% 40px 3%;
	}
.about_text1 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;
	font-size:20px;
	}
.about_img1 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;}
.about_img1 img {
	width:80%;
	height:auto;
	margin:10%;}
.about_text2 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;
	font-size:20px;
	}
.about_img2 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;
	}
.about_box2 {
	width:94%;
	margin:0 3% 40px 3%;
	}
.about_text3 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;
	font-size:20px;
	}
.about_img3 {
	width:100%;
	text-align:left;
	float:left;
	margin:2% 0;}	
.about_img3 img {
	width:80%;
	height:auto;
	margin:10%;}
/*　錦鯉の品種
----------------------------------------------------------*/
.kind_box {
	width:94%;
	margin:3%;}
.kind_box_in {
	width:48%;
	margin:3% 1%;
	background:#000;}
.kind_box_in img{
	width:94%;
	height:auto;
	margin:2% 3% 0 3%;}
.kind_box2 {
	width:94%;
	margin:3%;}
.kind_box_in2 {
	width:48%;
	margin:3% 1%;
	background:#000;}
.kind_box_in2 img{
	width:94%;
	height:auto;
	margin:2% 3% 0 3%;}
.kind_text {
	font-size:20px;
	line-height:30px;
	background-image:url(../img/kind/name_back.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:left;
	padding:10px;}
.kind_en {
	color:#a3d9e8;
	font-size:24px;}
/*　錦鯉の特徴
----------------------------------------------------------*/
.tokutyo_box {
	width:94%;
	margin:2% 3%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:center;
	}

.tokucyo_title {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	height:30px;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	text-align:left;}
.tokucyo_waku1 {
	width: 94%;
	padding:  3%;
	margin:3% 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);}
.tokucyo_waku1 img {
	margin:3% 0;
	width:60%;
	height:auto;}
.tokucyo_waku1_in1 {
	width:100%;
	margin:0 ;
	
	}
.tokucyo_waku1_in2 {
	width:94%;
	padding: 3%;
	margin:0 ;
	text-align:left;}
.tokucyo_waku1_in3 {
	width:100%;
	margin:0 ;
	
	}
.tokutyo_box_l {
	width: 100%;
	margin: 0; 
	padding:  0;
	}
.tokutyo_box_r {
	width: 100%;
	margin: 0; 
	padding:  0;
	}	
.tokucyo_waku2 {
	width:94%;
	padding:  3%;
	margin:3% 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	}
.tokucyo_waku2 img {
	margin:3% 0;
	width:60%;
	height:auto;}
.tokucyo_waku3 {
	width:94%;
	padding:  3%;
	margin:3% 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:none;
	}
.tokucyo_waku4 {
	width:94%;
	padding:  3%;
	margin:3% 0 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:block;
	}
.tokucyo_waku4 img {
	margin:3% 0;
	width:60%;
	height:auto;}
.tokucyo_text {
	text-align:left;
	margin:10px 0;
	width:94%;
	padding: 3%;
	font-size:20px;}
.tokucyo_text2 {
	text-align:left;
	margin:10px 0;
	position:relative;
	width:94%;
	padding: 3%;
	font-size:20px;}
.tokucyo_text2_img {
	position: absolute;
	left: 248px;
	top: -33px;
	}
.tokucyo_bt {
	width:100%;
	height:auto;
	margin:1% 0;
	}
.tokucyo_bt2 {
	width:100%;
	height:auto;
	margin:3% 0;
	}
.tokucyo_bt3 {
	width:100%;
	height:auto;
	margin:3% 0;
	}
/*　健康の管理・病気
----------------------------------------------------------*/
.health_box {
	width:94%;
	margin:2% 3%;
	}
.health_top_l {
	background-image:url(../img/kenko/back_02.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	width:94%;
	height:210px;
	text-align:left;
	margin:0 3%;
	
	}
.health_top_l_in {
	width:94%;
	margin: 3%;
	text-align:left;
	font-size:20px;
	}
.health_top_r {
	width:90%;
	margin:0 5% 0 5%;}
.health_top_r img {
	width:100%;
	height:auto;}
.health_title_blue {
	width:94%;
	height:30px;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	padding-left:30px;
	margin:5% 3% 0 3%;
	color:#fff;
	background-image:url(../img/kenko/icon.png);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;}
.health_box2 {
	width:94%;
	margin:1% 3%;
	}
.health_title {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:12px;
	text-align:left;}
.health_title_y {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#f0a53b;
	border-bottom:1px solid #fff;
	margin:12px;
	text-align:left;}
.health_waku1 {
	width: 100%;
	padding: 0 0 1% 0;
	margin: 0 0 0 0 ; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	}
.health_waku1 img {
	width:50%;
	height:auto;
	margin:2% 25%;}
.health_text {
	width: 94%;
	padding: 0;
	margin: 3%;
	text-align:left;
	font-size:20px;
	}
.health_text2 {
	width: 94%;
	padding: 0;
	margin: 3%;
	font-size:19px;
	text-align:left;
	font-size:20px;
	}
.health_waku2 {
	width: 90%;
	padding:  0;
	margin: 0 5%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	behavior: url(../pie/PIE.htc);
	}
.h1-0 {width: 70%; height:auto;margin:5% 15% 0 15%;}
.h1-0 img  {width: 100%; height:auto;}
.h1-1 {height:auto;}
.h1-2 {height:auto; margin:3.5% 0 0 0;}
.h1-3 {height:auto; margin:3.5% 0 0 0;}
.h1-4 {height:auto; margin:0 0 0 0;}
.h2-0 {height:auto; width:70%; text-align:center;margin:0 15% 0 15%;}
.h2-0 img  {width: 100%; height:auto;}
.h2-1 {height:auto;}
.h2-2 {height:auto; margin:3.5% 0 0 0;}
.h2-3 {height:auto; margin:0 0 0 0;}
.h2-4 {height:auto; margin:4% 0 0 0;}
.health_title_b {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#1b1465;
	border-bottom:1px solid #000;
	margin:12px 0 ;
	text-align:left;}
.health_text3 {
	width: 94%;
	padding: 1% 0%;
	margin:  3%;
	text-align:left;
	color:#000;
	font-size:20px;
	}
.health_text3_img {
	width:60%;
	height:auto;
	margin:5% 20% ;
	}
.health_text3_img img  {width: 100%; height:auto;}
/*　四季の飼育法
----------------------------------------------------------*/
.seasons_box {
	width:94%;
	margin:2% 3%;
	}
.seasons_icon {
	width:15%;
	height:15%;
	float:left;
	margin:0 2%;
	}
.seasons_icon img {
	width:100%;
	height:auto;}
.seasons_therm {
	width:82px;
	height:82px;
	float:left;
	margin:0 10px 0 0 ;
	display:none;
	}
.seasons_title {
	width: 77%;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:0 2%;
	padding:5% 0 0 0;
	text-align:left;
	float:left;}
.seasons_waku {
	width: 94%;
	padding: 3%;
	margin:3% 0 0 0; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	
	}
.seasons_waku_img {
	padding-bottom:3%;}
.seasons_waku_img img {
	margin-bottom:3%;}	
.seasons_text {
	text-align:left;
	margin:1% 0;
	width:94%;
	padding: 0 3%;
	font-size:20px;}
/*　良質の池作り
----------------------------------------------------------*/
.pond_box {
	width:94%;
	margin:3%;}
.pond_title {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#90d3ed;
	margin:3% 0 ;
	text-align:left;}
.pond_text1 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img1 {
	width:80%;
	margin:3% 10%;
	text-align:center;
	}
.pond_text2 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img2 {
	width:80%;
	margin:3% 10%;
	text-align:center;
	}
.pond_text3 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img3 {
	width:80%;
	margin:3% 10%;
	text-align:center;
	}
.pond_text4 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img4 {
	width:80%;
	margin:3% 10%;
	text-align:center;
	}
.pond_text5 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img5 {
	width:90%;
	margin:3% 5%;
	text-align:center;
	}
.pond_text6 {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.pond_img6 {
	width:70%;
	margin:3% 15%;
	text-align:center;
	}	

/*　水槽飼育
----------------------------------------------------------*/
.water_box {
	width:94%;
	margin:3%;
	}
.water_title_sub {
	background-image:url(../img/suiso/title_back02.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:100% auto;
	width:97%;
	height:40px;
	font-size:30px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	margin:6% 0 4% 0;
	padding-left:3%;
	text-align:left;}
.water_title_sub2 {
	position:relative;
	background-image:url(../img/suiso/title_back02.png);
	background-repeat:no-repeat;
	background-position:left;
	background-size:100% auto;
	width:96%;
	height:60px;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	margin: 240px 3% 3% 3%;
	padding-left:3%;
	text-align:left;}
.water_title {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#90d3ed;
	border-bottom:1px solid #fff;
	margin:3% 0 2% 0;
	text-align:left;}
.water_title_s {
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#90d3ed;
	margin:12px 0 6px 0;
	text-align:left;}
.water_waku1 {
	width:94%;
	margin:3% 3% 0 3%;
	padding: 1px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#2E3168));
	background: -webkit-linear-gradient(#000, #2E3168);
	background: -moz-linear-gradient(#000, #2E3168);
	background: -ms-linear-gradient(#000, #2E3168);
	background: -o-linear-gradient(#000, #2E3168);
	background: linear-gradient(#000, #2E3168);
	-pie-background: linear-gradient(#000, #2E3168);
	behavior: url(../pie/PIE.htc);
	}
.water_waku1_in {
	width:94%;
	margin:3%;
	text-align:left;
	float:left;
	position:relative;
	font-size:20px;}
.water_waku1_ins {
	width:94%;
	margin-bottom:3%;
	font-size:20px;}
.water_waku1_in_img {
	position:inherit;
	width: 60%;
	left: 20%;
	top: 10%;
}
.water_waku1_in_img img {
	width:100%;
	height:auto;}
.water_waku1_in_bt {
	position:inherit;
	width: 60%;
	left: 20%;
	top: 10%;
}
.water_waku1_in_bt img {
	width:100%;
	height:auto;}
.water_text {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;
	}
.water_text2 {
	text-align:center;
	width:94%;
	margin:3%;
	font-size:20px;}
.water_waku2 {
	width:94%;
	margin:3% 3% 0 3%;
	padding: 1px 0;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #000;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#2E70A5));
background: -webkit-linear-gradient(#000, #2E70A5);
background: -moz-linear-gradient(#000, #2E70A5);
background: -ms-linear-gradient(#000, #2E70A5);
background: -o-linear-gradient(#000, #2E70A5);
background: linear-gradient(#000, #2E70A5);
-pie-background: linear-gradient(#000, #2E70A5);
	behavior: url(../pie/PIE.htc);
	}
.water_waku2b {
	height:120%;
	}
.water_waku2b img {
	width:60%;
	height:auto;}
.water_waku3 {
	position:relative;
	width:94%;
	margin:3% 3% 15% 3%;
	padding: 1px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-image:url(../img/suiso/waku_back.png);
	background-repeat:repeat-y;
	behavior: url(../pie/PIE.htc);
	
	}
.water_waku3_img {
	position:absolute;
	width: 70%;
	left: 12%;
	top: -290px;
}
.water_waku3_in {
	width:94%;
	margin:3%;
	text-align:left;
	font-size:20px;}
/*　過去のブログ
----------------------------------------------------------*/
.past_blog_box {
	width:88%;
	margin:5% 6% 10% 6%;}
.past_blog_list li {
	 font-size:18px;
	 /* line-height:50px; */
	 /* height:50px; */
	 text-align:left;
	 background-image:url(../old-blog/img/list_icon.png);
	 background-position:left center;
	 background-size:auto 50px;
	  background-repeat:no-repeat;
	 /* padding-left:22px; */
	 }

/*　アクセス
----------------------------------------------------------*/
.access_box {
	width:96%;
	margin:2%;}
.access_box_in {
	width:96%;
	margin:2%;
	}
.access_box_in img {
	width:100%;
	height:auto;
	margin-bottom:2%;}
.access_text1 {
	font-size:20px;
	line-height:30px;
	text-align:left;}
.access_text2 {
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	text-align:left;}
.access_text3 {
	font-size:20px;
	line-height:30px;
	text-align:left;}
.access_map {
	width:460px;
	height:230px;
	position:relative;
	margin:6% auto;
	}
.access_map_bt {
	position: absolute;
	width: 114px;
	height: auto;
	left: 346px;
	top: 201px;
}
/*　お問合せ
----------------------------------------------------------*/
.inqu_box {
	width:94%;
	margin:5% 3%;
	font-size:20px;}
.inqu_title {
	width:100%;
	margin: 5% auto;
	height:45px;
	text-align:center;
	font-size:24px;
	line-height:45px;
	font-weight:bold;
	background:url(../img/inqu/title_back_s.png) no-repeat;
	color:#fff;}
.inqu_table_box {
	width:94%;
	text-align:left;
	margin:5% 3%;
	padding:0;
	float:left;
	font-size:20px;
	}
.inqu_table {
	width:100%;
	text-align:left;
	margin:0 0 2% 0;
	padding:0;
	float:left;
	border:#000 solid 1px;
	}	
.inqu_red {font-size:1em; color:#f00; padding-bottom:5px;text-align:left; line-height:150%;}
.inqu_table_tl {
	width:100%;
	margin:auto;
	border:none;
 text-align: left;
 background-color: #273475;
padding:2% 5%;
 font-size:20px;
 color:#fff;
 box-sizing:border-box;
 float:left;
}
.inqu_table_tr {
	width:100%;
	margin:auto;
	 border-left:none;
 text-align: left;
 background-color: #fff;
 padding:2% 5%;
  font-size:16px;
  line-height:1.5rem;
  box-sizing:border-box;
   float:left;
}

.inqu_table_bl {
	width:100%;
	margin:auto;
	border:none;
 text-align: left;
 background-color: #273475;
padding:2% 5%;
  font-size:20px;
 color:#fff;
 box-sizing:border-box;
  float:left;
}
.inqu_table_br {
	width:100%;
	margin:auto;
 text-align: left;
 background-color: #fff;
padding:2% 5%;
  font-size:16px;
  line-height:1.5rem;
  box-sizing:border-box;
   float:left;
}


.mfp {
	font-size:20px;
	width:90%;
	margin:3% 0;}
.mfps {
	font-size:1em;
	width:50%;
	margin:3% 0;}
/*ブログエリア*/	
#primary #content {
	width:92%;
	text-align:left;
	padding:2%;
	margin:2%;
	overflow:hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
	behavior: url(../pie/PIE.htc);
	display:block;}	
#left_navi {
	width:82%;
	text-align:left;
	padding:2%;
	margin:7%;
	text-align:left;
	color:#000;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #74C1E8;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#74C1E8), to(#008dcc));
background: -webkit-linear-gradient(#74C1E8, #008dcc);
background: -moz-linear-gradient(#74C1E8, #008dcc);
background: -ms-linear-gradient(#74C1E8, #008dcc);
background: -o-linear-gradient(#74C1E8, #008dcc);
background: linear-gradient(#74C1E8, #008dcc);
-pie-background: linear-gradient(#74C1E8, #008dcc);
behavior: url(/pie/PIE.htc);
	}
	
}
