@import "base.css";


/* 
------------------------------------------------------------ */
a {
	color:#eb6d73;
	text-decoration:none;
}

a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
    vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
	
}


body {
	color:#333;
	margin:0;
	padding:0;
	font-size:18px;
	font-family: 'Noto Serif JP', serif;
	/*font-family: -apple-system, BlinkMacSystemFont , '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height:200%;
	background-color:#000;
	text-align:center;
	position:relative;
	background-color: #E8EFF5;

}

.font-sans{
	font-family: 'Noto Sans JP', sans-serif;
}




#main-wrapper{
	position:relative;
	background-color:#fff;
}

#main-container {
	
}

#header {
	overflow: hidden;
	position: relative;
	background-color: #E8EFF5;
}

#page-head{
	background-color: #000;
	height: 45px;
	position:fixed;
	top:0;
	left: 0;
	width: 100%;
	text-align: left;
	line-height: 110%;
	z-index: 2000;
}
#page-head h1{
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	padding: 12px 0 0 15px;
}


/* ヘッダー
------------------------------------------------------------ */

#header	{
	position:relative;
	z-index:1020;
	width:100%;
	height:180px;
	padding-top: 45px;

}

#header .logo{
	display: block;
	width: 314px;
	padding-top: 45px;
}


/* ナビ部分 
------------------------------------------------------------ */
#menuBtn{
	display:block;
}
#menuClose,
#shadows{
	display:none;
}

#menuBtn{
	position:fixed;
	top:80px;
	right:40px;
	width:50px;
	height:50px;
	z-index:1050;
}


#panel-btn{
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
#panel-btn:hover{

}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  margin: -2px 0 0 -20px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -14px;
}
#panel-btn-icon:after{
  margin-top: 10px;
}


#menuBtn.open #panel-btn-icon{
  background: transparent;
}
#menuBtn.open #panel-btn-icon:before, #menuBtn.open #panel-btn-icon:after{
  margin-top: 0;
 background: #fff;
}
#menuBtn.open #panel-btn-icon:before{
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);

}
#menuBtn.open #panel-btn-icon:after{
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);

}


#menuClose{
	position:relative;
	z-index:1010;
}
#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index:1001;
}




#navi{
	display:none;
	position:fixed;
	z-index: 1050;
	top:0;
	right:-750px;
	width:750px;
	height: 100%;
	background-color:#485157;
	/**/
	-webkit-transition: 0.4s ease-in-out;
	   -moz-transition: 0.4s ease-in-out;
		 -o-transition: 0.4s ease-in-out;
			transition: 0.4s ease-in-out;
}

#navi.opennavi{
	top:0;
	right:0px;
}


#navi #navi-inner{
	padding-top: 60px;


}
#navi #navi-inner .nav-wrapp{
	display: table;
	width: 75%;
	margin: 0 auto;
}
#navi #navi-inner .nav-wrapp .nav-inner{
	display: table-cell;
	vertical-align: middle;
}
#navi #navi-inner .nav-wrapp .nav-inner ul{
	float: left;
	width: 50%;
	text-align: left;
}
#navi #navi-inner .nav-wrapp .nav-inner ul a{
	display: block;
	text-decoration: none;
	color: #fff;
}
#navi #navi-inner .nav-wrapp .nav-inner ul li{
	font-size: 22px;
	line-height: 140%;
	/*padding: 40px 0;js制御*/
}
#navi #navi-inner .nav-wrapp .nav-inner ul li span{
	display: block;
}
#navi #navi-inner .nav-wrapp .nav-inner ul li .sub{
	font-size: 14px;
	margin-top: 4px;
}
#navi #navi-inner .nav-wrapp .nav-inner .btn-ig{
	/*padding-top: 50px;js制御*/
	clear: both;
}



#navi #navi-inner #utility{
	position: absolute;
	width: 100%;
	display: block;
	bottom:0;
	left: 0;
	background-color: #6d7479;
	/*padding: 40px 0;js制御*/
	text-align: center;
}
#navi #navi-inner #utility li{
	display: inline-block;
	border-right: solid #fff 1px;
	font-size: 15px;
	line-height: 140%;
}
#navi #navi-inner #utility li:last-child{
	border: none;
}
#navi #navi-inner #utility li a{
	display: block;
	padding: 0 25px;
	text-decoration: none;
	color: #fff;
}



/* フッター
------------------------------------------------------------ */

#footer{

}
.footer-navi{
	background-color: #fff;
	border-top: solid #000 1px;
}
.footer-navi ul{
	display: block;
	text-align: center;
}
.footer-navi ul li{
	list-style: none;
	display: inline-block;
}
.footer-navi ul li a{
	display: block;
	padding: 25px 15px;
	text-decoration: none;
	color: #333;
}

.footer-inner{
	padding: 40px 0;
}
.footer-inner ul li{
	list-style: none;
	display: inline-block;
	border-right: solid #fff 1px;
	line-height: 110%;
}
.footer-inner ul li:last-child{
	border: none;
}
.footer-inner ul li a{
	list-style: none;
	display: inline-block;
	display: block;
	padding: 0px 25px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

.footer-inner address{
	display: inline-block;
	font-size: 13px;
	
}


/* ボタン 
--------------------------------------------*/
.btn-link{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


.btn-ig{
	width: 168px;
}


.btn-de{
	display: inline-block;
	width: 280px;
}
.btn-de a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	padding: 23px 0;
	line-height: 110%;
	background-color: #000;
}

.btn-cart{
	display: inline-block;
	width: 280px;
}
.btn-cart a{
	width: 280px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	padding: 23px 0;
	line-height: 110%;
	background-color: #eb6d73;
}


.btn-more{
	display: inline-block;
	width: 280px;
}
.btn-more a{
	width: 280px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	padding: 23px 0;
	line-height: 110%;
	background-color: #eb6d73;
}


/* タイトル関連
------------------------------------------------------------ */
.title-subtxt{
	text-align: center;
}
.title-subtxt strong{
	color: #eb6d73;
	font-size: 14px;
	font-weight: normal;
}
.title-subtxt h2{
	padding-top: 30px;
	font-size: 30px;
	font-weight: normal;
}



.title-line{
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 160%;
	border-bottom: solid #f2f2f2 1px;
	text-align: left;
}

.title-line span{
	font-size: 20px;
}

.title{
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 160%;
	text-align: left;
}

.title span{
	font-size: 20px;
}

.title-s-color{
	font-size: 17px;
	font-weight: normal;
	color: #eb6d73;
}



/* きょうの美しさを届けたい
------------------------------------------------------------ */

.read-box{
	margin-top: 70px;
}


.info-pickup{
	margin-top: 60px;
}
.info-pickup table{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	font-size: 17px;
	line-height: 150%;
	border-top: solid #f2f2f2 1px;
}

.info-pickup table a{
	display: block;
	text-decoration: none;
	color: #333;
}

.info-pickup table td.thum{
	width: 112px;
	padding-right: 30px;
	text-align: center;
}
.info-pickup table td p{
	margin-top: 0px !important;
}
.info-pickup table td{
	vertical-align: middle;
	border-bottom: solid #f2f2f2 1px;
	padding: 8px 0;
}

.info-pickup table td strong{
	display: block;
	color: #eb6d73;
	margin-bottom: 5px;
	font-weight: normal;
}
.info-pickup table td span{
	display: block;
	color: #485157;
	font-size: 17px;
	margin-bottom: 5px;
}
.info-pickup table td .font-s{
	font-size: 15px;
	color: #485157;
	line-height: 160%;
}
.info-pickup table td .mt{
	margin-top: 5px !important;
}


.info-pickup.list-table table{
	border-top: solid #cccccc 1px;
}
.info-pickup.list-table td{
	font-size: 17px;
	padding: 15px 0;
	border-bottom: solid #cccccc 1px;
}
.info-pickup.list-table td.thum{
	text-align: left;
	width: 20%;
	padding-right: 30px;
}
.content-innerSS .info-pickup.list-table td.thum{
	width: 30%;
}
.info-pickup.list-table{
	padding-bottom: 150px;
}


.philosophy-box{
	margin-top: 60px;
	padding-top: 70px;
	width: 960px;
	clear: both;
}

.philosophy-box.philosophy-type01{
	float: left;
}
.philosophy-box.philosophy-type02{
	float: right;
}
.philosophy-box.philosophy-type03{
	float: right;
	width: 630px;
	margin-right: 200px;
}


.philosophy-box .imgbox{
	width: 420px;
	float: left;
}
.philosophy-box .txtbox{
	width: 490px;
	float: right;
}


.philosophy-box .txtbox h3{
	font-size: 30px;
	font-weight: normal;
	line-height: 220%;
	margin-top: -0.4em;
}
.philosophy-box .txtbox p{
	margin-top: 40px;
}

.philosophy-box .txtbox .subimg{
	width: 220px;
	margin-top: 50px;
}



.philosophy-box.philosophy-type02 .imgbox{
	width: 420px;
	float: right;
}
.philosophy-box.philosophy-type02 .txtbox{
	width: 490px;
	float: left;
}

.philosophy-box.philosophy-type03 .imgbox{
	width: 420px;
	float: none;
}
.philosophy-box.philosophy-type03 .txtbox{
	width: auto;
	float: none;
	margin-top: 50px;
}



.point-wrapp{
	text-align: left;
}


.point-box{
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 160%;
}



.point-box-inner{
	padding-top: 20px;
}
.point-box-inner.font-s{
	font-size: 11px;
	line-height: 140%;
}

.point-box .txt{
	padding-top: 10px;
	text-align: center;
}
.point-box .txt p{
	margin-top: 0;
}



.imgbox-inner-col{
	margin: 0 -25px;
}
.imgbox-inner-col .box{
	width: 112px;
	float: left;
	margin: 0 25px;
}




.mess-box-wrapp{
	background-color: #fafafa;
	padding: 60px 0 60px 0;
	margin-top: 100px;
}
.mess-box-inner{
	background-color: #fff;
	padding: 60px 0 50px 0;
}
.mess-box-inner h3{
	text-align: center;
	
}
.mess-box-inner h3 img{
	width: 310px;
}

.mess-box{
	margin-top: 50px;
	
}

.mess-box .imgbox{
	width: 280px;
	float: left;
	text-align: right;
}
.mess-box .txtbox{
	width: 730px;
	float: right;
	padding-right: 50px;
}

.mess-box .imgbox .btn-ig{
	margin-top: 50px;
	display: inline-block;
}

.mess-box .txtbox .name{
	margin-top: 50px;
	font-size: 14px;
	text-align: right;
}
.mess-box .txtbox .name span{
	font-size: 20px;
}


.page-bottom{
	padding: 100px 0;
}



/* 商品
------------------------------------------------------------ */
.product-box{
	padding-top: 80px;
	padding-bottom: 40px;
}
.product-box .imgbox{
	width: 420px;
	float: left;
}
.product-box .txtbox{
	width: 645px;
	float: right;
}




.data-main strong{
	font-weight: normal;
	font-size: 15px;
}
.data-main h3{
	font-weight: normal;
	font-size: 24px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.data-main p{
	font-weight: normal;
	font-size: 19px;
	padding-top: 15px;
}

.data-main .txtbox-btn-wrapp{
	margin-top: 40px;

}


.data-box{
	padding-top: 80px;
}
.data-box ul{
	border-bottom: solid #cccccc 1px;
}
.data-box ul li{
	list-style: none;
	border-top: solid #cccccc 1px;
}
.data-box ul li h4{
	padding: 20px 0;
	line-height: 140%;
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
	background: url("../images/icon_plus.png") 98% center no-repeat;
	background-size: 11px auto;
}
.data-box ul li h4.open{
	background: url("../images/icon_close.png") 98% center no-repeat;
	background-size: 11px auto;
}



.data-accordion{
	display: none;
	border-top: dotted #cccccc 1px;
	font-size: 17px;
	line-height: 180%;
	padding-bottom: 40px;
}
.data-accordion .section{
	padding-top: 15px;
}

.data-accordion .section .font-s{
	font-size: 15px;
	line-height: 160%;
}

.data-accordion .section table{
	border-collapse: collapse;
	width: 100%;
	font-size: 15px;
	line-height: 160%;
}
.data-accordion .section table th{
	width: 20%;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 15px;
}
.data-accordion .section table td{
	vertical-align: top;
	padding-bottom: 15px;
}
.data-accordion .section table strong{
	color: #eb6d73;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding-bottom: 8px;
}

.data-point span{
	display: block;
	color: #eb6d73;
}
.data-point p{
	padding-bottom: 10px;
}


.product-use-wrapp{
	padding-top: 70px;
}
.product-use-img{
	width: 500px;
	margin: 0 auto;
}
.product-use-wrapp .read-box{
	margin-top: 20px;
}

.product-use-wrapp .title{
	padding-bottom: 30px;
}







/* お問い合わせフォーム
------------------------------------------------------------ */

.form-wrapp{
	padding: 70px 0 120px 0;
}

.at{
	font-size: 13px;
	line-height: 140%;
	margin-top: 15px;
}

.form-wrapp table{
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-top: solid #cccccc 1px;
	font-size: 17px;
}
.form-wrapp table th,
.form-wrapp table td{
	vertical-align: top;
	padding: 15px 0;
	border-bottom: solid #cccccc 1px;
}
.form-wrapp table th{
	font-weight: normal;
	width: 30%;
}

.form-wrapp input,
.form-wrapp textarea{
	font-size: 16px;
	line-height: 160%;
	padding: 8px 2%;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: none;
	background-color: #fff;
	width: 96%;
}

.form-wrapp .auto input{
	width: auto;
}

.form-wrapp textarea{
	height: 200px;
}

.form-wrapp label{
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
.form-wrapp input[type="checkbox"]{
	display: inline-block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	/*webkit-appearance: none;*/
	margin-top:-0.15em;
	/*-webkit-transform: scale(1);
	transform: scale(1);*/
	vertical-align: middle;

	border: 1px solid #dcdcdc;
}
.form-wrapp input[type="checkbox"]:checked:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	
	border: 1px solid #dcdcdc;
	background-color: #CF6A6C;
}

.form-wrapp input[type="radio"] {
	position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px !important;
    height: 24px !important;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 24px;
    border-radius: 24px;

    vertical-align: middle;
    cursor: pointer;
}

.form-wrapp input[type="radio"]:checked:after{
	display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #329bff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}




.form-wrapp .select-wrapp {
	overflow: hidden;
	width: 96%;
	text-align: left;
	
}
.form-wrapp .select-wrapp select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font-size: 15px;
	line-height: 160%;
	padding: 4px 2%;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: none;
	background-color: #f2f2f2;
}
.form-wrapp .select-wrapp select::-ms-expand {
    display: none;
}
.form-wrapp .select-wrapp {
	position: relative;
	border: none;
	background: #ffffff;
}
.form-wrapp .select-wrapp::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.form-wrapp .select-wrapp select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.form-wrapp input[type="submit"]{
	border: none;
	display: inline-block !important;
	width: auto;
	min-width: 250px;
	padding: 15px 30px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	background-color: #eb6d73;
	-webkit-appearance: none;
}




.submit{
	text-align: center;
	padding-top: 70px;
}


/*プレースフォルダ*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
::placeholder{ /* Others */
 color:#ccc
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }


/* トップ
------------------------------------------------------------ */

.main-area{
	margin-top: -140px;
	background: url("../images/main_img.png") 58% top no-repeat;
	padding-top: 250px;
	height: 490px;
}

.main-area .main-title{
	float: right;
	width: 135px;
}
.main-area .main-txt{
	float: left;
	width: 314px;
}


.top-bg{
	background: url("../images/bg_img.png") center -100px no-repeat;
	background-size: 100% auto;
	margin-top: -60px;
}

.top-concept{
	position: relative;
	padding-top: 170px;
}
.top-concept .icon-han{
	width: 30px;
	position: absolute;
	bottom:0;
	left: 0;
}

.top-concept h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 220%;
	float: left;
	width: 45%;
	margin-top: -0.4em;
}
.top-concept p{
	font-size: 18px;
	line-height: 190%;
	float: right;
	width: 55%;
}

.top-exp{
	padding-top: 120px;
}
.top-exp .content-inner{
	text-align: center;
}
.top-exp .title-img{
	position: relative;
}
.top-exp .title-img span{
	position: absolute;
	bottom:-35px;
	right: -25px;
}

.top-exp-inner{
	padding-top: 70px;
}
.top-exp-inner h2{
	width: 350px;
	margin: 0 auto;
}
.top-exp-inner p{
	padding-top: 60px;
	width: 70%;
	margin: 0 auto;
	text-align: left;
}
.top-exp-inner .imgbox{
	padding-top: 60px;
}
.top-exp-inner .imgbox img{
	width: 470px;
}


.top-info-wrapp{
	margin-top: 0px;
	padding: 70px 0;
	background-color: #fcfcfc;
}

.top-info-inner{
	padding-top: 70px;
	position: relative;
	font-size: 17px;
}

.top-info-inner .imgbox{

}
.top-info-inner .txtbox{
	padding-top: 35px;
}

.top-info-item a{
	display: block;
	text-decoration: none;
	color: #333;
	position: relative;
}

.top-info-item.float-box .imgbox{
	float: left;
}
.top-info-item.float-box .txtbox{
	float: left;
	padding-top: 35px;
	padding-left: 50px;
}

.top-info-item.top-info-item01 .imgbox{
	width: 616px;
}
.top-info-item.top-info-item02 .imgbox{
	width: 280px;
}
.top-info-item.top-info-item03 .imgbox{
	width: 280px;
}
.top-info-item.top-info-item04 .imgbox{
	width: 448px;
}
.top-info-item.top-info-item05 .imgbox{
	width: 448x;
}
.top-info-item.top-info-item06 .imgbox{
	width: 448px;
}



.top-info-item.top-info-item02{
	margin-left: 190px;
}
.top-info-item.top-info-item03{
	position: absolute;
	top:406px;
	right: 0;
	z-index: 10;
}
.top-info-item.top-info-item04{
	position: absolute;
	top:966px;
	right: 160px;
	z-index: 10;
}
.top-info-item.top-info-item05{
	padding-top: 50px;
}
.top-info-item.top-info-item06{
	float: right;
	margin-top: -300px;
}



.top-product{
	/*background-color: #fafafa;*/
	padding: 70px 0 50px 0;
}
.top-product-inner{
	background-color: #fff;
	margin-top: 50px;
}
.top-product-inner .imgbox{
	width: 650px;
	float: left;
	text-align: left;
}
.top-product-inner .txbox{
	width: 480px;
	float: right;
}
.top-product-inner .txtbox .txtbox-inner{
	padding: 65px 15px 50px 65px;
}

.top-product-inner .txtbox strong{
	font-weight: normal;
	font-size: 15px;
}
.top-product-inner .txtbox h3{
	font-weight: normal;
	font-size: 24px;
	padding-top: 15px;
}
.top-product-inner .txtbox p{
	font-weight: normal;
	font-size: 19px;
	padding-top: 15px;
}

.top-product-inner .txtbox-btn-wrapp{
	margin-top: 40px;

}
.top-product-inner .txtbox-btn-wrapp .btn-cart{
	margin-top: 12px;
	
}



.news-wrapp{
	padding: 70px 0;
}
.news-inner{
	margin-top: 60px;
}
.news-inner table{
	border-collapse: collapse;
	width: 448px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 150%;
	border-top: solid #f2f2f2 1px;
}

.news-inner table a{
	display: ta;
	text-decoration: none;
	color: #333;
}

.news-inner table td.thum{
	width: 110px;
	padding-right: 40px;
}
.news-inner table td{
	vertical-align: top;
	border-bottom: solid #f2f2f2 1px;
	padding: 8px 0;
}
.news-inner table td span{
	display: block;
	color: #808080;
	font-size: 13px;
	padding-bottom: 10px;
}



.news-btn{
	text-align: center;
	/*margin-top: 60px;*/
}


.news-wrapp.news-page{
	padding-top: 0;
	padding-bottom: 120px;
}
.news-page .news-inner table{
	width: 100%;
	
}

.news-post-wrapp{
	position: relative;
	padding-top: 70px;
}
.news-head{
	position: relative;
	padding: 30px 0;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;

}
.news-head span{
	display: block;
	color: #808080;
	font-size: 15px;
	padding-bottom: 10px;
}
.news-head h3{
	font-size: 26px;
	font-weight: normal;
}

.news-post-entry{
	font-size: 17px;
	padding-bottom: 40px;
}
.news-post-entry .floatimg{
	float: left;
	width: 30%;
	padding-top: 40px;
}
.news-post-entry .floattxt{
	float: right;
	width: 65%;
	padding-top: 40px;
}

.news-post-entry .imgbox,
.news-post-entry .txtbox{
	clear: both;
	padding-top: 40px;
}

.news-post-entry .imgbox{
	text-align: center;
}
.news-post-entry .cap{
	font-size: 14px;
	line-height: 140%;
	margin-top: 5px;
}
