@charset "utf-8";
/* CSS Document */
#TopHeaderWrapper {
 width: 1000px;
 top: 0px;
 left: 50%;
 margin-left: -500px;
 position: absolute;
 z-index: 100;
}
#TopHeader {
 width: 1000px;
 margin: 0 auto;
 padding: 5px 10px 0px;
 position: relative;
}
#TopHeader h1 {
 font-size: 14px;
 font-weight: normal;
 color: #ffffff;
 position: absolute;
 top: 15px;
 left: 9px;
 margin: 0;
}
#TopHeader #HeaderInfo {
 width: 320px;
 height: 14px;
 top: 15px;
 left: 680px;
 position: absolute;
}
#TopHeader #HeaderTel {
 width: 143px;
 height: 14px;
 float: left;
}
#TopHeader #HeaderContact {
 width: 148px;
 height: 14px;
 float: right;
}
#TopHeader #HeaderContact a {
 color: #fff;
 background: url(../img/header_contact.png) no-repeat left center;
 padding-left: 20px;
 -webkit-transition: opacity .2s ease;
 transition: opacity .2s ease;
}
#TopHeader #HeaderContact a:hover {
 opacity: 0.7;
}
#TopHeader #SiteName {
 clear: both;
 width: 256px;
 height: 110px;
 margin: 90px auto 0px;
}
#HeaderNavi {
 height: 60px;
 background: rgba(255, 255, 255, 0.83);
 box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
 width: 100%;
 overflow: hidden;
 margin-top: -60px;
}
#HeaderNavi ul {
 width: 980px;
 display: block;
 margin: 0 auto;
 text-align: center;
}
#HeaderNavi li {
 display: inline-block;
 height: 60px;
}
#HeaderNavi li#NavTop a {
 width: 144px;
 color: #ff5b0b;
}
#HeaderNavi li#NavTop a span {
 border-bottom: solid 1px #ff5b0b;
 /*padding:0 10px 16px;コメント欄なしの時*/
 padding: 0 0px 1px; /*コメント欄ありの時*/
}
@media all and (-ms-high-contrast: none) {
 #HeaderNavi li#NavTop a span {
  /*	padding:0 10px 14px;コメント欄なしの時*/
 }
}
#NewsWrapper {
	padding: 5px 0;
 background: #f68b1d;
 background: -webkit-linear-gradient(0deg, #f68b1d, #f13e3a);
 background: linear-gradient(90deg, #f68b1d, #f13e3a);
 display: flex;
 align-items: center;
}
#News {
 width: 980px;
 margin: 0 auto;
 font-size: 15px;
}
#News p {
 color: #fff;
 text-align: center;
 padding: 0 10px;
	font-size: 26px;
 line-height: 1.4
}
#News a {
 color: #fff;	
 font-weight: bold;
	line-height: 1.6;
	border-bottom:1px solid #fff;
}
#News a:hover {
	border-bottom:none;
}
#HeaderNavi li#NavTop {
 width: 144px;
}
#HeaderNavi li#NavProducts {
 width: 144px;
}
#HeaderNavi li#NavMaker {
 width: 314px;
}
#HeaderNavi li#NavHinshitsu {
 width: 234px;
}
#HeaderNavi li#NavAbout {
 width: 144px;
}
#HeaderNavi li a {
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
 display: block;
 width: 100%;
 height: 60px;
 font-size: 15px;
 padding: 22px 10px 13px;
 background: url(../img/top_nav_right.png) right center no-repeat;
 -webkit-transition: color .2s ease;
 transition: color .2s ease;
}
#HeaderNavi li#NavAbout a {
 background: none;
}
#HeaderNavi li a:hover {
 color: #ff5b0b;
}
#HeaderNavi li a:hover span {
 /*padding:0 10px 16px;コメント欄なしの時*/
 padding: 0 0px 1px; /*コメント欄ありの時*/
 border-bottom: solid 1px #ff5b0b;
}
@media all and (-ms-high-contrast: none) {
 #HeaderNavi li a:hover span {
  /*padding:0 10px 14px;コメント欄なしの時*/
  padding: 0 0px 1px; /*コメント欄ありの時*/
  border-bottom: solid 1px #ff5b0b;
 }
}
#HeaderNavi li:last-child a {
 border-right: none;
}
#MvWrapper {
 width: 100%;
 background: url(../img/mv_bg.jpg) no-repeat center bottom;
 background-size: cover;
}
#Mv {
 width: 1000px;
 margin: 0 auto;
 padding: 406px 0 313px;
}
#ProductWrapper {
 width: 100%;
 background: url(../img/product_bg.gif) center top no-repeat;
 background-size: 1920px auto;
 padding-top: 40px;
}
#Message {
 width: 980px;
 padding: 20px 30px 10px;
 border: solid 2px #f13e3a;
 margin: 0 auto;
 text-align: center;
 background: #fff
}
#Message h4 {
 font-size: 24px;
 margin: 0 auto 20px;
 color: #f13e3a;
}
#Message a {
 color: #f13e3a;
 font-weight: bold;
 text-decoration: underline
}
#Message a:hover {
 text-decoration: none
}
#Message p {
 font-size: 18px;
}
#Product {
 width: 980px;
 padding: 60px 0 110px;
 margin: 0 auto;
}
#Product h2 {
 max-height: 100%;
 font-weight: normal;
 text-align: center;
 font-size: 40px;
 margin-top: 0;
 padding-bottom: 40px;
 background: url(../img/product_title.png) no-repeat bottom center;
}
#Item {
 width: 100%;
 background: url(../img/product_item.png) no-repeat left top;
 overflow: hidden;
 padding-bottom: 70px;
}
#ItemDetail {
 margin-left: 550px;
 padding-top: 20px;
}
#Item > a {
 width: 320px;
 font-size: 18px;
 display: block;
 font-weight: bold;
 margin-left: 640px;
 clear: both;
 background: url(../img/link_arrow_l.png) no-repeat center right;
 padding-right: 50px;
 -webkit-transition: color .2s ease;
 transition: color .2s ease;
}
#Item ul {
 float: left;
 margin-left: 20px;
 margin-bottom: 30px;
}
#Item ul li {
 list-style: disc inside;
 margin-bottom: 8px;
}
#Recommend {
 width: 100%;
 overflow: hidden;
 background: #fff;
}
#Recommend a {
 display: block;
 width: 480px;
 height: 260px;
 cursor: pointer;
 padding: 30px 0px 0px 30px;
 -webkit-transition: opacity .2s ease;
 transition: opacity.2s ease;
}
#Recommend a:hover {
 opacity: 0.7;
 color: #333;
}
#Recommend h3 {
 margin: 0px 0 18px;
 font-size: 24px;
 color: #f54c25;
 line-height: 1.0
}
#Recommend h3 span {
 font-size: 16px;
}
.recommend_detail {
 font-size: 14px;
 line-height: 1.5
}
#RecommendLeft .recommend_detail {
 width: 300px;
 margin-bottom: 10px;
}
#RecommendRight .recommend_detail {
 width: 210px;
 margin-bottom: 48px;
}
.recommend_copy {
 font-weight: bold;
 font-size: 16px;
 margin-bottom: 12px;
 line-height: 1.4
}
#RecommendLeft .recommend_copy {
 margin-bottom: 10px;
}
#RecommendLeft {
 background: url(../img/product_footdispenser.jpg) no-repeat top center;
 margin-right: 20px;
 float: left
}
#RecommendRight {
 background: url(../img/product_koryo.jpg) no-repeat top center;
 float: left
}
.recommend_link {
 display: inline;
 font-weight: bold;
 background: url(../img/link_arrow_l.png) no-repeat center right;
 padding-right: 50px;
 padding-left: 5px;
}
#Recommend a:hover .recommend_link {
 color: #ff5b0b
}
#TsuyomiWrapper {
 width: 100%;
 background: #f6fafd;
 position: relative;
 padding: 0
}
#TsuyomiWrapper:before {
 position: absolute;
 content: "";
 background: url(../img/strength_before.jpg) no-repeat top center;
 width: 300px;
 height: 1px;
 top: 0;
 left: 50%;
 margin-left: -150px;
}
#Tsuyomi {
 width: 980px;
 background: url(../img/strength_img.jpg) no-repeat 600px 180px;
 margin: 0 auto;
 padding: 80px 0;
 overflow: hidden
}
#Tsuyomi h2 {
 /*	max-height: 100%; */
 font-weight: normal;
 text-align: center;
 font-size: 40px;
 margin-top: 0;
 padding-bottom: 40px;
 background: url(../img/strength_title.png) no-repeat bottom center;
}
#Tsuyomi p {
 font-size: 16px;
 width: 560px;
 margin-bottom: 30px;
}
#Tsuyomi a {
 display: block;
 width: 150px;
 max-height: 100%;
 font-size: 16px;
 background: url(../img/link_arrow_l.png) no-repeat center right;
 padding-right: 50px;
 padding-left: 5px;
 -webkit-transition: color .2s ease;
 transition: color.2s ease;
}
#HinshitsuWrapper {
 width: 100%;
 background: url(../img/quality_bg.jpg) no-repeat center bottom;
 background-size: cover;
 position: relative;
 padding: 0
}
#Hinshitsu {
 width: 980px;
 margin: 0 auto;
 padding: 80px 0 110px;
 background: url(../img/quality_img.png) no-repeat right 110px;
 overflow: hidden
}
#Hinshitsu h2 {
 max-height: 100%;
 font-weight: normal;
 text-align: center;
 font-size: 40px;
 margin-top: 0;
 padding-bottom: 40px;
 margin-bottom: 100px;
 color: #fff;
 background: url(../img/quality_title.png) no-repeat bottom center;
}
#Hinshitsu p {
 font-size: 16px;
 width: 560px;
 margin-bottom: 30px;
 color: #fff;
}
#Hinshitsu p#HinshitsuCopy {
 font-size: 24px;
 font-weight: bold
}
#Hinshitsu a {
 display: block;
 width: 150px;
 max-height: 100%;
 font-size: 16px;
 background: url(../img/link_arrow_white.png) no-repeat center right;
 padding-right: 50px;
 padding-left: 5px;
 color: #fff;
 -webkit-transition: opacity .2s ease;
 transition: opacity.2s ease;
}
#Hinshitsu a:hover {
 opacity: 0.7
}
#AboutWrapper {
 width: 100%;
 background: url(../img/about_bg.jpg) repeat-x center top;
}
#About {
 width: 980px;
 margin: 0 auto;
 padding: 80px 0 30px;
 text-align: center;
 overflow: hidden
}
#About h2 {
 max-height: 100%;
 font-weight: normal;
 text-align: center;
 font-size: 40px;
 margin-top: 0;
 padding-bottom: 40px;
 margin-bottom: 60px;
 background: url(../img/about_title.png) no-repeat bottom center;
}
#About > a {
 font-size: 20px;
 width: 300px;
 background: url(../img/link_arrow_l.png) no-repeat center right;
 padding-right: 50px;
 margin: 0 auto 50px;
 display: block;
 -webkit-transition: color .2s ease;
 transition: color .2s ease;
}
#About > img {
 display: block;
 margin-bottom: 50px;
}
#AboutInfo {
 width: 980px;
 overflow: hidden
}
#AboutInfo {
 width: 980px;
 overflow: hidden
}
#AboutTel {
 width: 470px;
 float: left;
 border-right: solid 1px #ccc;
 padding: 10px 0;
}
#AboutContact {
 width: 510px;
 float: left;
 padding-top: 30px;
 padding-left: 30px;
}
#AboutContact a {
 display: block;
 width: 400px;
 height: 52px;
 background: url(../img/about_contact_bg.gif) no-repeat center center;
 text-align: left;
 font-size: 21px;
 padding-left: 35px;
}
#BlogWrapper {
 width: 100%;
 background: #f4f5f6;
}
#Blog {
 width: 980px;
 margin: 0 auto;
 padding: 80px 0 60px;
 overflow: hidden
}
#Blog h2 {
 max-height: 100%;
 font-weight: normal;
 text-align: center;
 font-size: 40px;
 margin-top: 0;
 padding-bottom: 40px;
 margin-bottom: 60px;
 background: url(../img/blog_title.png) no-repeat bottom center;
}
#BlogBox > a {
 font-size: 18px;
 width: 160px;
 background: url(../img/link_arrow_l.png) no-repeat center right;
 padding-right: 50px;
 margin: 60px auto 50px;
 display: block;
 -webkit-transition: color .2s ease;
 transition: color .2s ease;
}
.newsbox {
 border-bottom: 1px solid #ccc;
 padding-top: 20px;
 padding-bottom: 10px;
 font-size: 14px;
	overflow: hidden
}
.newsbox .blogTitleHeader {
 overflow: hidden;
 margin-bottom: 10px;
}
.newsbox .blogDate {
 width: 100px;
 float: left;
}
.newsbox .blogCategory {
 width: 200px;
 float: left;
}
.newsbox .blogCategory span{
	display: block
}

.newsbox .blogDetail{
	width:calc(100% - 310px);
	float: right
}
.newsbox .blogTitle {
 width: 100%;
}
.newsbox .blogTitle a {
 display: block;
 font-size: 15px;
 margin-bottom: 10px;
 text-decoration: underline;
 font-weight: bold
}
.newsbox .blogTitle a:hover {
 text-decoration: none;
}
.newsbox .blogTitle a span {
 background: url("../img/blog_arrow.png") right center no-repeat;
 padding-right: 20px;
}
.newsbox .Blogtxt {
 width: 100%;
}
@media screen and (max-width: 767px) {
 #MbLine {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #FF7804;
 }
 #TopHeaderWrapper {
  width: 100%;
  margin-left: -12px;
  position: relative;
  left: 0px;
 }
 #TopHeader {
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
 }
 #TopHeader h1 {
  font-size: 11px;
  font-weight: normal;
  color: #333;
  left: 8px;
  top: 1px;
  display: block;
  padding-left: 10px;
 }
 /*#SiteNameMb{
	width: 212px;
	display: block;
	}*/
 #SiteNameMb img {
  margin-top: 20px;
  margin-left: 8px;
  margin-bottom: 8px;
 }
 #SpMenu {
  top: 4px;
  right: -1px;
  z-index: 200;
  position: absolute;
 }
 #BtnMenu {
  top: 0px;
  right: 0px;
 }
 /*#TopLogo{
	height: 74px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ff7804;
	background-image: url(../../img/site_name.gif);
	background-repeat: no-repeat;
	background-position: 2px 16px;
	background-size:212px auto;
	}	

#SpMenu{
	top:8px;
	right: 8px;
	z-index: 200;
	position: absolute;
	}
	

#TopHeaderWrapper {
	width: 100%;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	position: absolute;
	z-index: 100;
}
#TopHeader {
	width: 100%;
	margin: 0 auto;
	padding: 5px 10px 0px;
}

#TopHeader h1 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	position: static;
	top: 4px;
	left: 0px;
	margin: 0;
}

#TopHeader #SiteName {
	clear: both;
	width: 256px;
	height: 110px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}*/
 #Mv {
  width: 100%;
  margin: 0 auto;
  padding: 50% 0 50%;
 }
 #MvWrapper {
  background-size: 100% auto;
  background-image: url(../img/mv_bg_mb.jpg);
 }
 #Mv img {
  height: auto;
  width: 84%;
  margin-right: auto;
  margin-left: auto;
  display: block;
 }
 #NewsWrapper {
  background: #f6fbfd;
  background: -webkit-linear-gradient(0deg, #f6fbfd, #f6fbfd);
  background: linear-gradient(90deg, #f6fbfd, #f6fbfd);
  box-shadow: 0px 0px 20px #dcdcdc;
 }
 #News {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: normal;
  position: relative;
 }
	#News p {
	font-size: 18px;
}
 #News p, #News a {
  color: #333;
 }
	
	#News a {
		border-bottom: solid 1px #333;
 }
	
	
 #Message {
  width: 96%;
  padding: 20px;
  border: solid 2px #f13e3a;
  text-align: center;
  background: #fff;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
 }
 #Message h4 {
  font-size: 16px;
  margin: 0 auto 20px;
  color: #f13e3a;
 }
 #Message p {
  font-size: 14px;
 }
 #ProductWrapper {
  background-position: -120px top;
  background-size: 1100px auto;
 }
 #Product {
  width: 100%;
 }
 #Product h2 {
  max-height: 100%;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
 }
 #Item {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
 }
 #ItemDetail {
  margin-left: 0px;
  padding-top: 220px;
 }
 #Item ul {
  float: none;
  margin-bottom: 0px;
 }
 #Item ul li {
  margin-bottom: 8px;
  list-style-position: inside;
  list-style-type: none;
  padding-bottom: 12px;
 }
 #Item ul li:before {
  content: ">";
  margin: 8px;
  color: #f54c25;
  font-weight: bold;
 }
 #Item > a {
  width: 280px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-left: auto;
  clear: both;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: auto;
  border: 1px solid #F54C25;
  background-image: url(../img/link_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 24px auto;
  margin-top: 40px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #FFEAD9;
 }
 #Recommend {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
 }
 #Recommend a {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity.2s ease;
  padding: 20px;
  background-color: #f0f4f7;
  margin-bottom: 40px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
 }
 #RecommendLeft {
  float: none;
  background-image: url(../img/product_footdispenser_mb.jpg);
  background-repeat: no-repeat;
  background-position: 95% bottom;
 }
 #RecommendRight {
  float: none;
  background-image: url(../img/product_koryo_mb.jpg);
  background-repeat: no-repeat;
  background-position: 95% bottom;
 }
 #Recommend h3 {
  font-size: 18px;
 }
 .recommend_copy {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.4;
  margin-right: 40px;
 }
 #RecommendLeft .recommend_detail {
  width: auto;
  margin-right: 80px;
 }
 #RecommendRight .recommend_detail {
  width: auto;
  margin-right: 88px;
  margin-bottom: 10px;
 }
 #Tsuyomi {
  width: 100%;
  overflow: hidden;
  background-image: none;
  border-top-width: 40px;
  border-top-style: solid;
  border-top-color: #F24F33;
 }
 #TsuyomiWrapper:before {
  background-image: none;
 }
 /*
#Tsuyomi {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/strength_img.jpg);
	background-repeat: no-repeat;
	background-position: 90% 180px;
	background-size:50% auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 280px;
	padding-left: 0;
}*/
 #Tsuyomi h2 {
  font-size: 28px;
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: bold;
 }
 #Tsuyomi p {
  font-size: 16px;
  width: 96%;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
 }
 #Tsuyomi a {
  display: block;
  width: 280px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-left: auto;
  clear: both;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: auto;
  border: 1px solid #F54C25;
  background-image: url(../img/link_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 24px auto;
  margin-top: 40px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #FFEAD9;
  text-align: center;
 }
 #Tsuyomi h2 + .mb_only {
  float: right;
  height: auto;
  width: 45%;
  margin-right: 8px;
  margin-left: 8px;
  margin-bottom: 8px;
 }
 #Hinshitsu {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/quality_img.png);
  background-repeat: no-repeat;
  background-position: center 140px;
  background-size: 100% auto;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 0;
 }
 #Hinshitsu h2 {
  max-height: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #fff;
  background: url(../img/quality_title.png) no-repeat bottom center;
 }
 #Hinshitsu p#HinshitsuCopy {
  font-size: 18px;
  margin-top: 90%;
 }
 #Hinshitsu p {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
 }
 #Hinshitsu a {
  display: block;
  width: 280px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-left: auto;
  clear: both;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: auto;
  border: 1px solid #FFFFFF;
  background-image: url(../img/link_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 24px auto;
  margin-top: 40px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  text-align: center;
 }
 #AboutWrapper {
  width: 100%;
  background-image: url(../img/about_bg.jpg);
  background-repeat: repeat-x;
  background-position: center -170px;
 }
 #About {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 30px;
  text-align: center;
  overflow: hidden
 }
 #About h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 20px;
 }
 #About > a {
  display: block;
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  clear: both;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: auto;
  border: 1px solid #FFFFFF;
  background-image: url(../img/link_arrow_white.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 24px auto;
  margin-top: 40px;
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
 }
 #About img {
  height: auto;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
 }
 #AboutInfo {
  width: 100%;
  overflow: hidden
 }
 #AboutInfo img {
  height: auto;
  width: 100%;
 }
 #AboutTel {
  width: 300px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  border: 1px solid #CCC;
  padding: 16px;
 }
 #AboutContact {
  width: 100%;
  float: none;
  padding: 0px;
 }
 #AboutContact a {
  display: block;
  width: 300px;
  height: auto;
  text-align: left;
  font-size: 15px;
  background-image: url(../img/about_contact_bg_mb.gif);
  background-repeat: no-repeat;
  background-position: 16px center;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #CCC;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 52px;
 }
 #Blog {
  width: 100%;
 }
 #Blog h2 {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 20px;
 }
 #BlogBox > a {
  width: 280px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-left: auto;
  clear: both;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: auto;
  border: 1px solid #ccc;
  background-image: url(../img/link_arrow_l.png);
  background-repeat: no-repeat;
  background-position: 240px center;
  background-size: 24px auto;
  margin-top: 40px;
  padding-top: 16px;
  padding-right: 12px;
  padding-bottom: 16px;
  padding-left: 12px;
  background-color: #fff;
  text-align: center;
 }
 .newsbox {
  width: 90%;
  margin: 0 auto
 }
 .newsbox .blogTitleHeader {
  overflow: hidden;
  margin-bottom: 10px;
 }
 .newsbox .blogDate {
  width: 100%;
  float: none;
  margin-bottom: 5px;
 }
	.newsbox .blogCategory {
  width: 100%;
  float: none;
		margin-left: -5px;
}
.newsbox .blogCategory span{
	display: inline-block
}
 .newsbox .blogDetail {
		margin-top: 15px;
  width: 100%;
  float: none;
 }
 .newsbox .blogTitle a {
  text-decoration: underline;
  margin-bottom: 10px;
  font-weight: bold
 }
 .newsbox .Blogtxt {
  width: 100%;
  margin-left: 0;
 }
}